*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --gold-divider: 1px solid rgba(215, 177, 90, 0.65);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #090b0d;
  color: #f4f0e7;
  font-family: Arial, Helvetica, sans-serif;
}

.grecaptcha-badge {
  z-index: 9999;
}

@media (max-width: 900px) {
  body {
    text-align: center;
  }
}

/* Gestión de alquiler y compra de yates */
.yacht-management {
  position: relative;
  z-index: 2;
  padding: clamp(72px, 8vw, 110px) 0;
  border-top: 1px solid rgba(215, 177, 90, 0.2);
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs/gestion-de-yates-de-lujo.webp") center / cover no-repeat;
  box-shadow: 0 -4px 7px rgba(20, 23, 25, 0.3);
}

.yacht-management h2 {
  margin: 0 auto clamp(72px, 8vw, 110px);
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.12;
  text-align: center;
}

.yacht-management__steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  list-style: none;
}

.yacht-management__steps li {
  min-height: 100%;
  padding: clamp(24px, 2.5vw, 32px);
  border: 1px solid rgba(215, 177, 90, 0.34);
  border-radius: 0.75rem;
  background: rgba(18, 24, 32, 0.72);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
  text-align: left;
}

.yacht-management__number {
  display: block;
  margin-bottom: 20px;
  color: #d7b15a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.yacht-management__steps h3 {
  margin: 0 0 12px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.7vw, 25px);
  font-weight: 400;
  line-height: 1.2;
}

.yacht-management__steps p {
  margin: 0;
  color: #c9c2b4;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.65;
}

.yacht-management__areas {
  margin: clamp(26px, 3vw, 38px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.yacht-management__areas li {
  padding: 16px 20px;
  border: 1px solid rgba(215, 177, 90, 0.34);
  border-radius: 0.5rem;
  background: rgba(18, 24, 32, 0.72);
  color: #f4f0e7;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.36);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.4;
  text-align: left;
}

.yacht-management__note {
  margin: 28px 0 0;
  color: #aaa7a0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

@media (max-width: 900px) {
  .yacht-management {
    padding: 62px 0 72px;
  }

  .yacht-management h2 {
    margin-bottom: 62px;
  }

  .yacht-management__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .yacht-management__steps,
  .yacht-management__areas {
    grid-template-columns: 1fr;
  }

  .yacht-management__steps {
    gap: 16px;
  }

  .yacht-management__steps li {
    padding: 26px 24px;
  }

  .yacht-management__note {
    text-align: center;
  }
}

/* Cabecera */
.site-header {
  position: relative;
  z-index: 10;
  border-bottom: var(--gold-divider);
  background: #090b0d;
}

.site-header__inner {
  width: min(94%, 1600px);
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

@media (max-width: 900px) {
  .site-header__inner {
    position: relative;
    width: 100%;
    min-height: 150px;
    padding: 18px 10px 14px;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}

/* Logo */
.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 13px;
  color: #f4f0e7;
  text-decoration: none;
}

.brand__logo {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
}

.brand__name {
  color: #d7b15b;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .brand {
    flex-direction: column;
    gap: 8px;
  }

  .brand__logo {
    width: 64px;
    height: 64px;
  }

  .brand__name {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

/* Botón del menú móvil */
.menu-toggle {
  display: none;
}

@media (max-width: 900px) {
  .menu-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: #f4f0e7;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* Navegación principal */
.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.6vw, 30px);
}

.main-nav a {
  color: #d7b15b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a[aria-disabled="true"] {
  cursor: default;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #f4f0e7;
}

@media (max-width: 900px) {
  .main-nav {
    position: static;
    width: 100%;
    margin-left: 0;
    max-height: 0;
    padding: 0 20px;
    border-top: 0;
    background: #090b0d;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 450ms ease, padding 450ms ease, opacity 250ms ease;
  }

  .main-nav.is-open {
    max-height: 470px;
    padding: 30px 20px 34px;
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    width: 100%;
    padding: 11px 0;
    font-size: 14px;
    text-align: center;
  }
}

/* Idiomas: bloque independiente del menú principal */
.language-nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid rgba(215, 177, 91, 0.3);
}

.language-nav a {
  color: #c9c2b4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.language-nav a[aria-current="page"] {
  display: none;
}

.language-nav a[aria-disabled="true"] {
  cursor: default;
  pointer-events: none;
}

.language-nav a:hover,
.language-nav a:focus-visible,
.language-nav .is-active {
  color: #d7b15b;
}

@media (max-width: 900px) {
  .language-nav {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 2;
    margin-left: 0;
    padding: 8px 0;
    border-left: 0;
  }

  .language-nav a {
    font-size: 12px;
  }
}

/* Imagen principal */
.contact-page {
  background: #050607;
}

.contact-header {
  background: #050607;
}

.contact-header img {
  display: block;
  width: 100%;
  height: 500px;
  border-bottom: var(--gold-divider);
  object-fit: cover;
  object-position: center;
}

.contact-header .page-container {
  padding: clamp(52px, 6vw, 80px) 0;
}

.contact-header h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.08;
  text-align: center;
}

/* Contenido y miniaturas de la ficha del yate */
.yacht-detail {
  padding: 60px 0 90px;
  background: #050607;
}

.yacht-detail__text {
  max-width: 900px;
  margin: 0 auto 50px;
  color: #c9c2b4;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

.yacht-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 200px));
  justify-content: center;
  gap: 30px;
}

.yacht-gallery a,
.yacht-gallery img {
  display: block;
  width: 100%;
}

.yacht-gallery a {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid #d7b15a;
}

.yacht-gallery img {
  height: 100%;
  object-fit: cover;
}

.yacht-detail__back {
  margin-top: 45px;
  text-align: center;
}

.yacht-detail__back a {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #d7b15a;
  background: transparent;
  color: #d7b15a;
  font: inherit;
  text-decoration: none;
}

@media (max-width: 900px) {
  .yacht-gallery {
    grid-template-columns: repeat(3, minmax(0, 200px));
  }
}

@media (max-width: 600px) {
  .yacht-detail {
    padding: 45px 0 65px;
  }

  .yacht-gallery {
    grid-template-columns: repeat(2, minmax(0, 200px));
    gap: 16px;
  }
}

.destinations-intro {
  position: relative;
  z-index: 2;
  padding-top: clamp(72px, 8vw, 110px);
  box-shadow: 0 4px 7px rgba(20, 23, 25, 0.3);
}

.destinations-page .destinations-intro .contact-content__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.destinations-page .destinations-intro h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.08;
  text-align: left;
  transform: translateY(clamp(20px, 3vw, 50px));
}

.destinations-page .destinations-intro .contact-content__intro {
  max-width: none;
  margin: 0;
  transform: translateY(clamp(40px, 4vw, 70px));
}

@media (max-width: 900px) {
  .contact-header img {
    height: clamp(280px, 52vw, 400px);
  }

  .contact-header .page-container {
    padding: 48px 0;
  }
}

.contact-content {
  padding: 0 0 clamp(64px, 8vw, 104px);
  background: #050607;
}

.contact-content__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(52px, 7vw, 88px);
}

.contact-content__intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contact-content__intro h2 {
  margin: 0 0 24px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.5vw, 32px);
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 1.12;
}

.contact-content__intro p {
  margin: 0 0 22px;
  color: #c9c2b4;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
}

.contact-content__intro strong {
  color: #d7b15a;
  font-weight: 700;
}

.contact-content__intro--gold p,
.contact-content__intro--gold strong {
  color: #d7b15a;
}

.contact-content__intro a {
  color: #d7b15a;
  font-size: 15px;
  text-decoration: none;
  transition: color 180ms ease;
}

.contact-content__intro a:hover,
.contact-content__intro a:focus-visible {
  color: #f4f0e7;
}

.contact-content__form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.contact-content__form form {
  display: grid;
  gap: 20px;
}

.contact-content__form h2 {
  margin: 0 0 28px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 30px);
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 1.15;
  text-align: center;
}

.form-field {
  display: grid;
  gap: 8px;
  text-align: left;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(215, 177, 90, 0.58);
  border-radius: 0.5rem;
  outline: none;
  background: rgba(18, 24, 32, 0.72);
  color: #fff;
  font: inherit;
  font-size: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(244, 240, 231, 0.68);
  opacity: 1;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #d7b15a;
  box-shadow: 0 0 0 3px rgba(215, 177, 90, 0.14);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #c9c2b4;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
}

.form-consent input {
  margin-top: 3px;
  accent-color: #d7b15a;
}

.form-consent a {
  color: #d7b15a;
}

.contact-content__form .button {
  width: fit-content;
  justify-self: center;
  cursor: pointer;
}

.contact-content__legal {
  margin: 22px 0 0;
  color: #898780;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 900px) {
  .contact-content__form .button {
    width: 100%;
  }
}

/* Imagen principal de la portada */
.hero {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background: #111518;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0.5);
}

.hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  max-width: calc(100vw - 80px);
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: 60px;
  transform: translate(-50%, -50%);
}

.hero__main {
  max-width: 760px;
}

.hero__eyebrow {
  margin: 0 0 20px;
  color: #d7b15b;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero__eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 12px;
  border-radius: 50%;
  background: #d7b15b;
  vertical-align: 2px;
}

.hero__title {
  max-width: 720px;
  margin: 0 0 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.5vw, 92px);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.95;
}

.hero__intro {
  max-width: 680px;
  margin: 0;
  color: #f4f0e7;
  font-size: clamp(15px, 1.35vw, 21px);
  line-height: 1.45;
}

.hero__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 50px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button[aria-disabled="true"] {
  cursor: default;
}

.button--secondary {
  border-color: rgba(215, 177, 91, 0.65);
  color: #f4f0e7;
}

.button:hover,
.button:focus-visible {
  border-color: #f4f0e7;
  background: #f4f0e7;
  color: #090b0d;
}

.hero__card {
  align-self: end;
  padding: clamp(22px, 2.5vw, 38px);
  border: 1px solid rgba(215, 177, 91, 0.5);
  border-radius: 28px;
  background: rgba(9, 11, 13, 0.32);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.8);
  transform: none;
}

.hero__card h2 {
  margin: 0 0 14px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 31px);
  font-weight: 400;
  line-height: 1.15;
}

.hero__card p {
  margin: 0;
  color: #c9c2b4;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.45);
  }

  .hero__content {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: 560px;
    margin: 0 auto;
    padding: 64px 22px 48px;
    display: block;
    background: transparent;
    text-align: center;
    transform: none;
  }

  .hero__main {
    max-width: none;
  }

  .hero__eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .hero__title {
    margin-bottom: 18px;
    font-size: clamp(36px, 11vw, 54px);
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
  }

  .hero__intro {
    max-width: 520px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }

  .hero__actions {
    margin-top: 22px;
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: 100%;
    min-height: 48px;
  }

  .hero__card {
    max-width: 520px;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    padding: 22px;
    border-radius: 20px;
    text-align: center;
    transform: none;
  }

  .hero__card h2 {
    font-size: 24px;
  }

  .hero__card p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Botón principal con líneas doradas animadas */
.button--primary {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-color: rgba(215, 177, 91, 0.5);
  border-radius: 0;
  background: #000;
  color: #d7b15b;
  forced-color-adjust: none;
}

.button--primary span {
  position: relative;
  z-index: 2;
}

.button--primary::before,
.button--primary::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 75%;
  height: 2px;
  pointer-events: none;
  will-change: transform;
}

.button--primary::before {
  top: 0;
  left: -75%;
  background: linear-gradient(90deg, transparent, #d7b15b 70%, transparent);
  animation: button-line-right 2s linear infinite;
}

.button--primary::after {
  right: -75%;
  bottom: 0;
  background: linear-gradient(270deg, transparent, #d7b15b 70%, transparent);
  animation: button-line-left 2s linear infinite;
}

.button--primary:hover,
.button--primary:focus-visible {
  border-color: #d7b15b;
  background: #000;
  color: #f4f0e7;
}

@keyframes button-line-right {
  to {
    transform: translateX(235%);
  }
}

@keyframes button-line-left {
  to {
    transform: translateX(-235%);
  }
}

/* Componente reutilizable: título + texto con imagen flotante */
.media-text {
  --media-text-title-space: clamp(48px, 6vw, 80px);
  position: relative;
  z-index: 1;
  padding: var(--media-text-title-space) 0 clamp(72px, 8vw, 112px);
}

.premium-experiences {
  background: #fff;
  color: #222426;
}

.media-text__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.media-text__title {
  margin: 0 0 var(--media-text-title-space);
  color: #141719;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.media-text__content {
  display: flow-root;
}

.media-text__content p {
  margin: 0 0 20px;
  color: #4f5355;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.75;
}

.media-text__content p:last-child {
  margin-bottom: 0;
}

.media-text__content strong {
  color: #242729;
  font-weight: 700;
}

.media-text__media {
  width: 42%;
  margin: 0 0 24px clamp(24px, 3vw, 38px);
  float: right;
}

.media-text__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.5rem;
}

@media (max-width: 900px) {
  .media-text {
    --media-text-title-space: 40px;
    padding-bottom: 72px;
  }

  .media-text__inner {
    width: min(100% - 44px, 680px);
  }

  .media-text__title {
    font-size: clamp(26px, 7vw, 32px);
    white-space: normal;
  }

  .media-text__content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .media-text__media {
    width: 100%;
    margin: 0 0 30px;
    float: none;
  }

  .media-text__media img {
    max-height: 540px;
    aspect-ratio: 4 / 3;
  }
}

/* Cabecera de sección oscura en dos columnas */
.exclusive-charter {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(76px, 8vw, 118px);
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../imgs-home/inner.webp") center / cover no-repeat;
  color: #f4f0e7;
  box-shadow:
    0 -6px 10px rgba(0, 0, 0, 0.3),
    0 4px 7px rgba(20, 23, 25, 0.3);
}

.exclusive-charter__intro {
  padding: clamp(76px, 8vw, 118px) 0;
  border-bottom: 1px solid rgba(215, 177, 90, 0.2);
  background: #090b0d;
}

.exclusive-charter .exclusive-charter__intro p,
.exclusive-charter .exclusive-charter__intro strong {
  color: #d7b15a;
}

.exclusive-charter .exclusive-charter__intro h2 {
  color: #f4f0e7;
}

.exclusive-charter__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
}

.exclusive-charter h2 {
  margin: 0;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1.08;
}

.exclusive-charter p {
  margin: 0;
  color: #e8e5df;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.7;
}

.exclusive-charter strong {
  color: #f4f0e7;
  font-weight: 700;
}

.exclusive-charter__cards {
  width: min(90%, 1200px);
  margin: clamp(48px, 6vw, 84px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.exclusive-charter__card {
  position: relative;
  min-height: 100%;
  padding: clamp(28px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(215, 177, 90, 0.48);
  border-radius: 1rem;
  background: rgba(7, 10, 12, 0.62);
  color: #f4f0e7;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.exclusive-charter__card::before {
  content: "";
  width: 58px;
  flex: 0 0 auto;
  align-self: center;
  aspect-ratio: 1;
  margin-bottom: 20px;
  border-radius: 50%;
  background: url("../icon-512x512.png") center / contain no-repeat;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.32);
}

.exclusive-charter__card h3 {
  margin: 0 0 24px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 700;
  line-height: 1.25;
}

.exclusive-charter__card p {
  margin: auto 0;
  color: #e8e5df;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .exclusive-charter {
    padding: 0 0 74px;
  }

  .exclusive-charter__intro {
    padding: 68px 0;
  }

  .exclusive-charter__inner {
    width: min(100% - 44px, 680px);
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .exclusive-charter h2 {
    font-size: clamp(28px, 7vw, 34px);
    letter-spacing: -1px;
  }

  .exclusive-charter p {
    font-size: 15px;
    line-height: 1.65;
  }

  .exclusive-charter__cards {
    width: min(100% - 44px, 680px);
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .exclusive-charter__card {
    padding: 28px 24px;
  }

  .exclusive-charter__card h3 {
    font-size: 21px;
  }

  .exclusive-charter__card p {
    font-size: 14px;
  }
}

/* Pie de página reutilizable */
.site-footer {
  position: relative;
  z-index: 2;
  border-top: var(--gold-divider);
  background: #050607;
  color: #bbb8b1;
  box-shadow: 0 -6px 10px rgba(20, 23, 25, 0.1);
}

.site-footer__inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: clamp(54px, 6vw, 82px) 0 28px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.8fr 1fr;
  gap: clamp(34px, 5vw, 76px);
}

.site-footer__identity {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.12;
  text-decoration: none;
}

.site-footer__identity img {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.site-footer__brand p {
  max-width: 300px;
  margin: 20px 0 0;
  color: #aaa7a0;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer__column h2 {
  margin: 0 0 18px;
  color: #d7b15a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-footer__column ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.site-footer__column li,
.site-footer__column a {
  color: #bbb8b1;
  font-size: 14px;
  line-height: 1.45;
}

.site-footer__column a {
  text-decoration: none;
  transition: color 180ms ease;
}

.site-footer__column a[aria-disabled="true"] {
  cursor: default;
}

.site-footer__identity:hover,
.site-footer__identity:focus-visible,
.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__bottom a:hover,
.site-footer__bottom a:focus-visible {
  color: #d7b15a;
}

.site-footer__bottom {
  margin-top: clamp(42px, 5vw, 64px);
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom p {
  margin: 0;
  color: #898780;
  font-size: 12px;
  line-height: 1.5;
}

.site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.site-footer__bottom a {
  color: #aaa7a0;
  font-size: 12px;
  text-decoration: none;
  transition: color 180ms ease;
}

@media (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .site-footer__inner {
    width: min(100% - 44px, 680px);
    padding-top: 52px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__bottom nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    text-align: center;
  }
}

/* Destinos destacados: imagen y contenido en dos columnas */
.destinations-feature {
  padding: clamp(72px, 8vw, 110px) 0;
  border-top: 1px solid rgba(215, 177, 90, 0.2);
  background: #090b0d;
}

.destinations-feature__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
}

.destinations-feature__media {
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.42);
}

.destinations-feature__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.destinations-feature__content {
  padding: 0;
}

.destinations-feature__content h2 {
  margin: 0 0 24px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.12;
}

.destinations-feature__content p {
  margin: 0;
  color: #c9c2b4;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
}

.destinations-feature__content strong {
  color: #d7b15a;
  font-weight: 700;
}

/* Variante de destinos en el Home */
#destinos {
  background: #fff;
}

#destinos .destinations-feature__content h2 {
  color: #141719;
}

#destinos .destinations-feature__content p {
  color: #4f5355;
}

@media (max-width: 900px) {
  .destinations-feature {
    padding: 58px 0 68px;
  }

  .destinations-feature__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .destinations-feature__content {
    text-align: center;
  }

  .destinations-feature__content h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .destinations-feature__content p {
    font-size: 15px;
    line-height: 1.65;
  }
}

/* Categorías de yates a todo el ancho */
.yacht-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(6px, 0.7vw, 12px);
  width: 100%;
  padding: clamp(6px, 0.7vw, 12px);
  background: #fff;
}

.yacht-category {
  position: relative;
  display: block;
  min-height: clamp(250px, 25vw, 430px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.yacht-category::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4, 12, 18, 0.5) 0%, rgba(4, 12, 18, 0.18) 50%, rgba(4, 12, 18, 0.58) 100%);
}

.yacht-category img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yacht-category__title,
.yacht-category__arrow {
  position: absolute;
  z-index: 1;
}

.yacht-category__title {
  top: clamp(22px, 2vw, 34px);
  left: clamp(20px, 1.8vw, 32px);
  max-width: calc(100% - 40px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.12;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.yacht-category__arrow {
  bottom: clamp(20px, 1.8vw, 30px);
  left: clamp(20px, 1.8vw, 32px);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1;
}

.yacht-category--sale .button {
  width: auto;
  min-height: 46px;
  position: absolute;
  bottom: clamp(20px, 1.8vw, 30px);
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .yacht-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yacht-category {
    min-height: clamp(230px, 58vw, 360px);
  }
}

@media (max-width: 560px) {
  .yacht-categories {
    grid-template-columns: 1fr;
  }

  .yacht-category {
    min-height: min(68vw, 340px);
  }

  .yacht-category__title {
    font-size: clamp(20px, 6vw, 26px);
  }
}

/* Listado de pequeña eslora: misma disposición que las categorías del inicio */
.small-yacht-listing {
  padding: 24px 0 80px;
  background: #000;
}

.small-yacht-categories {
  align-items: start;
  row-gap: 42px;
  padding: 0;
  background: #000;
}

.small-yacht-categories article {
  min-width: 0;
  text-align: center;
}

.small-yacht-categories .yacht-category {
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 2px solid #d7b15a;
}

.small-yacht-categories .yacht-category::after {
  display: none;
}

.small-yacht-categories article > span {
  display: block;
  margin-top: 18px;
  color: #d7b15a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  overflow-wrap: anywhere;
}

/* Listado completo de la página de destinos */
.destinations-page .destinations-feature {
  padding: 0;
  background: #fff;
}

.destinations-page .destinations-feature__header {
  padding-top: clamp(72px, 8vw, 110px);
  padding-bottom: clamp(72px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.destinations-page .destinations-feature__header h2 {
  margin: 0;
  color: #141719;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.12;
  text-align: left;
}

.destinations-page .destinations-feature__header p {
  margin: 0;
  color: #4f5355;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
  text-align: center;
}

.destinations-page .destinations-feature__header-copy p + p {
  margin-top: 22px;
}

.destinations-page .destinations-feature__header strong {
  color: #d7b15a;
  font-weight: 700;
}

.destinations-page .destinations-feature__header h2 {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
}

.destinations-page .destinations-feature__header-copy {
  grid-column: 1;
  grid-row: 1;
}

/* Presentación de venta de yates: texto a la izquierda e imagen hasta el margen */
.yacht-sale-feature__intro {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  background: #fff;
}

.yacht-sale-feature__copy {
  padding: clamp(64px, 7vw, 108px) clamp(38px, 5vw, 88px);
  padding-left: max(5vw, calc((100vw - 1200px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.destinations-page .yacht-sale-feature__copy h2 {
  margin: 0 0 28px;
  color: #141719;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.12;
}

.destinations-page .yacht-sale-feature__copy p {
  margin: 0;
  color: #4f5355;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
}

.destinations-page .yacht-sale-feature__copy strong {
  color: #d7b15a;
  font-weight: 700;
}

.text-link {
  color: #d7b15a;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  color: #8d6b21;
}

.yacht-sale-feature__media {
  min-height: clamp(380px, 34vw, 580px);
  margin: 0;
  overflow: hidden;
}

.yacht-sale-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Bloques de servicio para la venta de yates */
.yacht-sale-benefits {
  position: relative;
  z-index: 2;
  padding: clamp(72px, 8vw, 110px) 0;
  border-top: var(--gold-divider);
  background: #050607;
  box-shadow:
    0 -6px 10px rgba(0, 0, 0, 0.3),
    0 4px 7px rgba(20, 23, 25, 0.3);
}

.yacht-sale-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 2vw, 28px);
}

.yacht-sale-benefits__card {
  min-height: 100%;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(215, 177, 90, 0.34);
  border-radius: 0.5rem;
  background: #090b0d;
  text-align: center;
}

.yacht-sale-benefits__card h3 {
  margin: 0 0 22px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 1.7vw, 25px);
  font-weight: 700;
  line-height: 1.2;
}

.yacht-sale-benefits__card p {
  margin: 0;
  color: #d7b15a;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.7;
}

.yacht-sale-benefits__card p + p {
  margin-top: 18px;
}

.yacht-sale-benefits__card strong {
  font-weight: 700;
}

/* Flota reutilizable de la página de venta de yates */
.yacht-sale-fleet {
  background: #fff;
}

.yacht-sale-fleet h2 {
  margin: 0;
  padding: clamp(64px, 7vw, 100px) max(5%, 22px) clamp(48px, 5vw, 72px);
  color: #141719;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.12;
  text-align: center;
}

.destinations-page .destinations-feature__body {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  border-top: 1px solid rgba(20, 23, 25, 0.14);
  box-shadow: 0 -6px 10px rgba(20, 23, 25, 0.1);
}

.destinations-page .destinations-feature__media {
  margin: 0;
  overflow: hidden;
  border-right: var(--gold-divider);
  border-radius: 0;
  box-shadow: none;
}

.destinations-page .destinations-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.destinations-page .destinations-feature__content {
  padding: clamp(52px, 5vw, 84px);
  display: flex;
  align-items: center;
  background: #090b0d;
}

.destinations-page .destinations-feature__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px clamp(22px, 3vw, 38px);
}

.destinations-page .destinations-feature__list article {
  padding-top: 15px;
  border-top: 1px solid rgba(215, 177, 90, 0.35);
}

.destinations-page .destinations-feature__list h3 {
  margin: 0 0 9px;
  color: #d7b15a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 400;
  line-height: 1.2;
}

.destinations-page .destinations-feature__list p {
  color: #d7b15a;
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .destinations-page-body .site-footer {
    box-shadow: 0 -4px 7px rgba(20, 23, 25, 0.3);
  }

  .destinations-page .destinations-feature__header {
    padding-top: 58px;
    padding-bottom: 58px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .destinations-page .destinations-intro {
    padding-top: 58px;
  }

  .destinations-page .destinations-intro .contact-content__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .destinations-page .destinations-intro h1 {
    font-size: clamp(32px, 9vw, 44px);
    text-align: center;
    transform: none;
  }

  .destinations-page .destinations-intro .contact-content__intro {
    transform: none;
  }

  .destinations-page .destinations-feature__header h2 {
    grid-column: auto;
    grid-row: auto;
    text-align: center;
  }

  .destinations-page .destinations-feature__header-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .yacht-sale-feature__intro {
    grid-template-columns: 1fr;
  }

  .yacht-sale-feature__copy {
    padding: 58px max(5%, 22px);
    text-align: center;
  }

  .destinations-page .yacht-sale-feature__copy h2 {
    margin-bottom: 22px;
    font-size: clamp(26px, 7vw, 34px);
  }

  .destinations-page .yacht-sale-feature__copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .yacht-sale-feature__media {
    min-height: 0;
  }

  .yacht-sale-feature__media img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .yacht-sale-benefits {
    padding: 58px 0 68px;
  }

  .yacht-sale-benefits__grid {
    width: min(100% - 44px, 680px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .yacht-sale-benefits__card {
    padding: 28px 24px;
  }

  .yacht-sale-fleet h2 {
    padding-top: 58px;
    padding-bottom: 42px;
    font-size: clamp(26px, 7vw, 34px);
  }

  .destinations-page .destinations-feature__body {
    grid-template-columns: 1fr;
  }

  .destinations-page .destinations-feature__content {
    padding: 52px max(5%, 22px) 68px;
    text-align: center;
  }

  .destinations-page .destinations-feature__header h2 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .destinations-page .destinations-feature__header p {
    font-size: 15px;
    line-height: 1.65;
  }

  .destinations-page .destinations-feature__media img {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .destinations-page .destinations-feature__media {
    border-right: 0;
    border-bottom: var(--gold-divider);
  }

  .destinations-page .destinations-feature__list {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .destinations-page .destinations-feature__list {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
}

/* Páginas legales */
.legal-page {
  background: #090e14;
  color: #c9c2b4;
}

.page-container {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.legal-hero {
  padding: clamp(72px, 8vw, 118px) 0 clamp(58px, 6vw, 88px);
  border-bottom: 1px solid rgba(215, 177, 90, 0.28);
  background: #050607;
}

.legal-hero__eyebrow {
  margin: 0 0 18px;
  color: #d7b15a;
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -1.5px;
  line-height: 1;
  text-align: center;
}

.legal-content {
  padding: clamp(64px, 8vw, 110px) 0;
  text-align: left;
}

.legal-content section + section {
  margin-top: clamp(42px, 5vw, 64px);
}

.legal-content h2 {
  margin: 0 0 16px;
  color: #f4f0e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 32px);
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 1.15;
}

.legal-content p,
.legal-content li,
.legal-owner dt,
.legal-owner dd {
  color: #c9c2b4;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
}

.legal-content p {
  margin: 0;
}

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

.legal-content li + li {
  margin-top: 6px;
}

.legal-content strong,
.legal-owner dt {
  color: #f4f0e7;
  font-weight: 700;
}

.legal-owner {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(215, 177, 90, 0.38);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.legal-owner dl {
  margin: 0;
  display: grid;
  gap: 8px;
}

.legal-owner dl div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.legal-owner dt,
.legal-owner dd {
  margin: 0;
}

.legal-owner a {
  color: #d7b15a;
  text-decoration: none;
}

.legal-owner a:hover,
.legal-owner a:focus-visible {
  color: #f4f0e7;
  text-decoration: underline;
}

.legal-content__updated {
  margin-top: clamp(48px, 6vw, 72px) !important;
  padding-top: 24px;
  border-top: 1px solid rgba(215, 177, 90, 0.28);
}

@media (max-width: 600px) {
  .page-container {
    width: min(100% - 44px, 1200px);
  }

  .legal-hero {
    padding: 58px 0 52px;
    text-align: center;
  }

  .legal-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    letter-spacing: -1px;
  }

  .legal-content {
    padding: 56px 0 68px;
  }

  .legal-owner dl div {
    display: block;
  }

  .legal-owner dt,
  .legal-owner dd {
    display: inline;
  }
}

/* Página de juegos acuáticos */
.water-toys-page {
  background: #090b0d;
  color: #f4f0e7;
}

.water-toys-main {
  --water-toys-gold: #d7b15a;
  --water-toys-gold-soft: #e1c77f;
  --water-toys-text: #f4f0e7;
  --water-toys-text-soft: #c9c2b4;
  --water-toys-border: rgba(215, 177, 90, 0.34);
  background: #090b0d;
  color: var(--water-toys-text);
  line-height: 1.65;
  text-align: left;
}

.water-toys-main .container {
  width: min(90%, 1240px);
  margin: 0 auto;
}

.water-toys-main img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.water-toys-main h1,
.water-toys-main h2,
.water-toys-main h3 {
  margin-top: 0;
  color: var(--water-toys-text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
}

.water-toys-main h1 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(46px, 6vw, 82px);
  letter-spacing: -2px;
}

.water-toys-main h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -1.5px;
}

.water-toys-main h3 {
  margin-bottom: 0;
  font-size: 32px;
}

.water-toys-main p {
  color: var(--water-toys-text-soft);
}

.water-toys-main .eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--water-toys-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.water-toys-main .hero {
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.9) 0%, rgba(3, 4, 5, 0.62) 48%, rgba(3, 4, 5, 0.18) 100%),
    url("../juguetes/cabecera.webp") center / cover no-repeat;
}

.water-toys-main .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(transparent, #090b0d);
  pointer-events: none;
}

.water-toys-main .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 80px 0 70px;
}

.water-toys-main .hero p {
  max-width: 650px;
  margin: 28px 0 36px;
  color: rgba(244, 240, 231, 0.84);
  font-size: 18px;
}

.water-toys-main .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.water-toys-main .intro {
  padding: clamp(78px, 9vw, 120px) 0;
  border-bottom: 1px solid rgba(215, 177, 90, 0.2);
}

.water-toys-main .intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: start;
}

.water-toys-main .intro-copy p {
  margin: 0 0 20px;
  font-size: 18px;
}

.water-toys-main .intro-highlight {
  margin-top: 30px;
  padding: 34px;
  border: 1px solid var(--water-toys-border);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.water-toys-main .intro-highlight strong {
  margin-bottom: 12px;
  display: block;
  color: var(--water-toys-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.water-toys-main .intro-highlight p {
  margin-bottom: 0;
}

.water-toys-main .services {
  padding: 72px 0 120px;
}

.water-toys-main .section-head {
  max-width: 760px;
  margin-bottom: 60px;
}

.water-toys-main .section-head p {
  margin: 20px 0 0;
  font-size: 17px;
}

.water-toys-main .service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.water-toys-main .service-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--water-toys-border);
  border-radius: 0.75rem;
  background: rgba(18, 24, 32, 0.72);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.water-toys-main .service-logo {
  width: 48px;
  height: 48px;
  margin: 0 auto 28px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.water-toys-main .service-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.water-toys-main .service-card p {
  margin: 0;
  font-size: 14px;
}

.water-toys-main .toys {
  padding: 120px 0;
  border-top: var(--gold-divider);
  border-bottom: var(--gold-divider);
  background: #050607;
}

.water-toys-main .toy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.water-toys-main .toy-card {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(215, 177, 90, 0.28);
  border-radius: 0.75rem;
  background: #111518;
}

.water-toys-main .toy-card img {
  height: 100%;
  position: absolute;
  inset: 0;
  transition: transform 600ms ease;
}

.water-toys-main .toy-card:hover img {
  transform: scale(1.04);
}

.water-toys-main .toy-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 5, 6, 0.05) 20%, rgba(4, 5, 6, 0.94) 92%);
  pointer-events: none;
}

.water-toys-main .toy-content {
  position: absolute;
  z-index: 2;
  right: 38px;
  bottom: 38px;
  left: 38px;
}

.water-toys-main .toy-content span {
  margin-bottom: 10px;
  display: inline-block;
  color: var(--water-toys-gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.water-toys-main .toy-content h3 {
  margin-bottom: 14px;
  font-size: 38px;
}

.water-toys-main .toy-content p {
  max-width: 550px;
  margin: 0;
  color: rgba(244, 240, 231, 0.78);
}

.water-toys-main .toy-content .button {
  width: fit-content;
  margin-top: 24px;
}

.water-toys-main .experience {
  padding: 140px 0;
}

.water-toys-main .experience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  align-items: center;
}

.water-toys-main .experience-image {
  height: 670px;
  overflow: hidden;
  border: 1px solid var(--water-toys-border);
  border-radius: 0.75rem;
  background: #111518;
}

.water-toys-main .experience-image img {
  height: 100%;
}

.water-toys-main .experience-copy > p {
  margin: 24px 0;
  font-size: 17px;
}

.water-toys-main .experience-list {
  margin-top: 40px;
  display: grid;
  gap: 0;
}

.water-toys-main .experience-item {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  border-top: 1px solid var(--water-toys-border);
}

.water-toys-main .experience-item > span {
  color: var(--water-toys-gold);
  font-weight: 700;
}

.water-toys-main .experience-item strong {
  margin-bottom: 4px;
  display: block;
  color: var(--water-toys-text);
}

.water-toys-main .experience-item p {
  margin: 0;
}

.water-toys-main .cta {
  padding: 80px 0 120px;
  border-top: 1px solid rgba(215, 177, 90, 0.2);
  background: #050607;
}

.water-toys-main .cta-box {
  position: relative;
  overflow: hidden;
  padding: 90px;
  border: 1px solid var(--water-toys-border);
  border-radius: 0.75rem;
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.97), rgba(9, 11, 13, 0.72)),
    url("../juguetes/cta-final.webp") center / cover no-repeat;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38);
}

.water-toys-main .cta-box::before {
  content: "";
  width: 430px;
  height: 430px;
  position: absolute;
  top: -170px;
  right: -150px;
  border: 1px solid rgba(215, 177, 90, 0.4);
  border-radius: 50%;
}

.water-toys-main .cta-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.water-toys-main .cta-content p {
  max-width: 580px;
  margin: 22px 0 32px;
  color: rgba(244, 240, 231, 0.8);
  font-size: 17px;
}

@media (max-width: 1000px) {
  .water-toys-main .intro-grid,
  .water-toys-main .experience-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .water-toys-main .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .water-toys-main .experience-image {
    height: 520px;
  }
}

@media (max-width: 760px) {
  .water-toys-main {
    text-align: center;
  }

  .water-toys-main .container {
    width: min(100% - 44px, 680px);
  }

  .water-toys-main .hero {
    min-height: 620px;
    background-position: 62% center;
  }

  .water-toys-main .hero-content {
    padding: 80px 0 64px;
  }

  .water-toys-main .hero-actions {
    justify-content: center;
  }

  .water-toys-main .intro,
  .water-toys-main .experience,
  .water-toys-main .toys {
    padding: 82px 0;
  }

  .water-toys-main .services {
    padding: 62px 0 82px;
  }

  .water-toys-main .section-head {
    margin-right: auto;
    margin-left: auto;
  }

  .water-toys-main .service-grid,
  .water-toys-main .toy-grid {
    grid-template-columns: 1fr;
  }

  .water-toys-main .service-card {
    min-height: 0;
  }

  .water-toys-main .service-logo {
    margin-bottom: 24px;
  }

  .water-toys-main .toy-card {
    min-height: 500px;
    text-align: left;
  }

  .water-toys-main .toy-content {
    right: 26px;
    bottom: 28px;
    left: 26px;
  }

  .water-toys-main .toy-content h3 {
    font-size: 32px;
  }

  .water-toys-main .experience-image {
    height: 430px;
  }

  .water-toys-main .experience-item {
    grid-template-columns: 42px 1fr;
    text-align: left;
  }

  .water-toys-main .cta {
    padding: 64px 0 70px;
  }

  .water-toys-main .cta-box {
    padding: 60px 28px;
  }

  .water-toys-main .cta-content p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .water-toys-main .toy-card img {
    transition: none;
  }
}

/* Flota de yates de lujo */
.yacht-fleet-main .hero-content {
  width: 100%;
  max-width: none;
  padding-bottom: clamp(210px, 15vw, 270px);
  text-align: center;
}

.yacht-fleet-main .hero h1 {
  margin-right: auto;
  margin-left: auto;
}

.yacht-fleet-main .intro h2 {
  color: #f4f0e7;
}

.yacht-fleet-main .intro-copy p,
.yacht-fleet-main .intro-copy strong {
  color: #d7b15a;
}

.yacht-fleet-main .intro-copy strong {
  font-weight: 700;
}

.yacht-fleet-main .intro-copy p:last-child {
  margin-bottom: 0;
}

.yacht-fleet-main .intro {
  margin-top: -110px;
  position: relative;
  z-index: 3;
  padding-top: 0;
  box-shadow: 0 8px 12px rgba(20, 23, 25, 0.35);
}

.yacht-fleet-main .intro-grid {
  align-items: center;
}

.yacht-fleet-main .yacht-fleet-categories {
  padding-top: clamp(58px, 6vw, 86px);
  background: #fff;
}

.yacht-fleet-main .yacht-fleet-categories h2 {
  width: min(90%, 1240px);
  margin: 0 auto clamp(38px, 4vw, 58px);
  color: #141719;
  font-size: clamp(28px, 2.8vw, 38px);
  letter-spacing: -1px;
  line-height: 1.12;
  text-align: center;
}

.luxury-yacht-management {
  position: relative;
  z-index: 2;
  padding: clamp(72px, 8vw, 110px) 0;
  border-top: 1px solid rgba(215, 177, 90, 0.2);
  background:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("/imgs/flota-de-yates-en-alquiler.webp") center / cover no-repeat;
  box-shadow: 0 -4px 7px rgba(20, 23, 25, 0.3);
}

.yacht-fleet-main .luxury-yacht-management h2 {
  margin: 0 auto clamp(72px, 8vw, 110px);
  color: #f4f0e7;
  font-size: clamp(28px, 2.8vw, 38px);
  letter-spacing: -1px;
  line-height: 1.12;
  text-align: center;
}

.yacht-fleet-main .luxury-yacht-management .yacht-management__steps h3 {
  margin: 0 0 12px;
  font-size: clamp(21px, 1.7vw, 25px);
  line-height: 1.2;
}

.yacht-fleet-main .luxury-yacht-management .yacht-management__steps p {
  margin: 0;
  color: #c9c2b4;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.65;
}

.yacht-fleet-main .luxury-yacht-management .yacht-management__note {
  margin: 28px 0 0;
  color: #aaa7a0;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 760px) {
  .yacht-fleet-main .hero-content {
    padding-bottom: 150px;
  }

  .yacht-fleet-main .intro-grid {
    text-align: left;
  }

  .yacht-fleet-main .intro {
    margin-top: -60px;
  }
}

@media (max-width: 900px) {
  .luxury-yacht-management {
    padding: 62px 0 72px;
  }

  .yacht-fleet-main .luxury-yacht-management h2 {
    margin-bottom: 62px;
  }
}
