@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,700;1,9..40,900&family=Montserrat:ital,wght@0,400;0,700;0,900;1,700;1,900&display=swap");

:root {
  --paper: #fafaf8;
  --ink: #1c1917;
  --muted: #78716c;
  --line: rgba(168, 162, 150, 0.28);
  --night: #1c1917;
  --night-2: #0c0a09;
  --white-soft: rgba(255, 255, 255, 0.72);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(28, 25, 23, 0.75);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 12px 20px;
  border-bottom: 1px solid transparent;
  transition: background 240ms var(--ease), border-color 240ms var(--ease), backdrop-filter 240ms var(--ease);
}

.site-header.is-scrolled,
.site-header.header-solid {
  background: rgba(250, 250, 248, 0.93);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}

.site-header.header-dark {
  background: rgba(12, 10, 9, 0.94);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.site-logo {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.site-logo img {
  width: 220px;
  height: auto;
  transition: filter 240ms var(--ease);
}

.site-header:not(.is-scrolled):not(.header-solid) .site-logo img {
  filter: brightness(0) invert(1);
}

.site-header.header-dark .site-logo img {
  filter: brightness(0) invert(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(28, 25, 23, 0.18);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms var(--ease), opacity 180ms var(--ease);
}

.menu-toggle.is-open span {
  opacity: 0;
}

.menu-toggle.is-open::before {
  transform: translateY(6.5px) rotate(45deg);
}

.menu-toggle.is-open::after {
  transform: translateY(-6.5px) rotate(-45deg);
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  padding: 0;
  background: var(--night);
  transform: skewX(-14deg);
}

.site-header.header-dark .header-nav {
  background: #fafaf8;
}

.site-header.header-dark .header-nav a {
  color: rgba(28, 25, 23, 0.62);
}

.site-header.header-dark .header-nav a + a {
  border-left-color: rgba(28, 25, 23, 0.22);
}

.site-header.header-dark .header-nav a:hover,
.site-header.header-dark .header-nav a.active {
  color: var(--ink);
  background: rgba(28, 25, 23, 0.08);
}

.header-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms var(--ease), background 180ms var(--ease), min-width 220ms var(--ease);
}

.header-nav a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.header-nav a span,
.header-nav a img {
  transform: skewX(14deg);
}

.header-nav a:hover,
.header-nav a.active {
  min-width: 112px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.page-shell {
  min-height: 100svh;
  background: var(--paper);
}

.inner-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.inner-page .page-shell {
  flex: 1 0 auto;
  display: flex;
  min-height: 0;
}

.inner-page .content-section {
  flex: 1;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 44px;
}

.inner-page .site-footer {
  flex: 0 0 auto;
}

.home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  background: var(--night-2);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: url("../images/imagen_SeaDoo.jpg") center/cover no-repeat;
  opacity: 0.16;
  filter: blur(24px);
  transform: scale(1.06);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 9, 0.72);
}

.brand-stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  padding: 76px 0 0;
  animation: rise-in 700ms var(--ease) both;
}

.brand-row {
  display: flex;
  flex: 1;
  min-height: 0;
  margin-inline: -44px;
  transform: skewX(-8deg);
}

.brand-row + .brand-row {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.brand-tile {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: flex 420ms var(--ease);
}

.brand-row:hover .brand-tile {
  flex: 0.72 1 0;
}

.brand-row .brand-tile:hover {
  flex: 3.2 1 0;
}

.brand-tile > a,
.brand-card {
  position: absolute;
  inset: 0;
  display: block;
}

.brand-card {
  transform: skewX(8deg);
  margin-inline: -34px;
}

.brand-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 700ms var(--ease);
}

.brand-tile:hover .brand-bg {
  transform: scale(1.08);
}

.brand-card::before,
.brand-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.brand-card::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.2) 62%);
  transition: background 240ms var(--ease);
}

.brand-card::after {
  box-shadow: inset 0 0 150px 54px rgba(0, 0, 0, 0.55);
}

.brand-tile:hover .brand-card::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.08) 62%);
}

.brand-logo-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.brand-logo-wrap img {
  width: min(72%, 220px);
  max-height: 78px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 1px 7px rgba(0, 0, 0, 0.55));
  opacity: 0.86;
  transition: transform 260ms var(--ease), opacity 180ms var(--ease);
}

.brand-tile.brand-seadoo .brand-logo-wrap img {
  width: auto;
  height: 28px;
  max-width: 60%;
  max-height: none;
}

.brand-tile.brand-skidoo .brand-logo-wrap img {
  width: auto;
  height: 36px;
  max-width: 75%;
  max-height: none;
}

.brand-tile.brand-segway .brand-logo-wrap img {
  width: auto;
  height: 48px;
  max-width: 68%;
  max-height: none;
}

.brand-tile.brand-evinrude .brand-logo-wrap img {
  width: auto;
  height: 24px;
  max-width: 52%;
  max-height: none;
}

.brand-tile.brand-fpt .brand-logo-wrap img {
  width: auto;
  height: 48px;
  max-width: 64%;
  max-height: none;
}

.brand-tile.brand-de-antonio .brand-logo-wrap img {
  width: auto;
  height: 38px;
  max-width: 74%;
  max-height: none;
}

.brand-tile.brand-fourwinns .brand-logo-wrap img {
  width: auto;
  height: 48px;
  max-width: 72%;
  max-height: none;
}

.brand-tile.brand-mastercraft .brand-logo-wrap img {
  width: auto;
  height: 24px;
  max-width: 56%;
  max-height: none;
}

.brand-name {
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.15rem, 2.8vw, 2.8rem);
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.brand-tile:hover .brand-logo-wrap img,
.brand-tile:hover .brand-name {
  opacity: 1;
  transform: scale(1.15);
}

.content-section {
  min-height: 100svh;
  padding: 128px 24px 72px;
}

.content-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 28px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  font-weight: 900;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}

.copy {
  color: #44403c;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 300;
  line-height: 1.78;
}

.copy p {
  margin: 0 0 20px;
}

.brand-side-menu {
  width: min(420px, 100%);
  justify-self: end;
  border: 1px solid rgba(28, 25, 23, 0.12);
  background: var(--night);
  box-shadow: 0 24px 80px rgba(28, 25, 23, 0.1);
  transform: skewX(-8deg);
  overflow: hidden;
}

.brand-side-menu__label {
  margin: 0;
  padding: 18px 28px 14px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: skewX(8deg);
}

.brand-side-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  transition: min-height 240ms var(--ease), padding 220ms var(--ease);
}

.brand-side-menu__item::before {
  content: "";
  position: absolute;
  inset: 0 -20px;
  background-image: linear-gradient(90deg, rgba(12, 10, 9, 0.86), rgba(12, 10, 9, 0.42)), var(--brand-bg);
  background-position: center;
  background-size: cover;
  opacity: 0.72;
  transform: skewX(8deg) scale(1.03);
  transition: opacity 220ms var(--ease), transform 420ms var(--ease);
}

.brand-side-menu__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 55%);
  opacity: 0;
  transition: opacity 180ms var(--ease);
}

.brand-side-menu__item:hover {
  min-height: 96px;
  padding-left: 48px;
}

.brand-side-menu__item:hover::before {
  opacity: 1;
  transform: skewX(8deg) scale(1.1);
}

.brand-side-menu__item:hover::after {
  opacity: 1;
}

.brand-side-menu__item img {
  position: relative;
  z-index: 1;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: skewX(8deg);
}

.brand-side-menu__item.brand-seadoo img {
  height: 24px;
}

.brand-side-menu__item.brand-skidoo img {
  height: 31px;
}

.brand-side-menu__item.brand-segway img {
  height: 40px;
}

.brand-side-menu__item.brand-evinrude img {
  height: 20px;
}

.brand-side-menu__item.brand-fpt img {
  height: 40px;
}

.brand-side-menu__item.brand-de-antonio img {
  height: 32px;
}

.brand-side-menu__item.brand-fourwinns img {
  height: 40px;
}

.brand-side-menu__item.brand-mastercraft img {
  height: 21px;
}

.about-mobile-brand-grid {
  display: none;
}

.about-mobile-brand {
  position: relative;
  min-height: 136px;
  overflow: hidden;
  background: var(--night);
  padding: 10px;
}

.about-mobile-brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.24));
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.55);
}

.about-mobile-brand__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-mobile-brand__logo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 1px 7px rgba(0, 0, 0, 0.55));
  transform: translate(-50%, -50%);
}

.about-mobile-brand.brand-seadoo .about-mobile-brand__logo {
  height: 24px;
}

.about-mobile-brand.brand-skidoo .about-mobile-brand__logo {
  height: 31px;
}

.about-mobile-brand.brand-segway .about-mobile-brand__logo {
  height: 40px;
}

.about-mobile-brand.brand-evinrude .about-mobile-brand__logo {
  height: 20px;
}

.about-mobile-brand.brand-fpt .about-mobile-brand__logo {
  height: 40px;
}

.about-mobile-brand.brand-de-antonio .about-mobile-brand__logo {
  height: 32px;
}

.about-mobile-brand.brand-fourwinns .about-mobile-brand__logo {
  height: 40px;
}

.about-mobile-brand.brand-mastercraft .about-mobile-brand__logo {
  height: 21px;
}

.contact-list {
  display: grid;
  gap: 22px;
  margin: 0 0 32px;
}

.contact-label {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-value {
  font-size: clamp(1.25rem, 2.2vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.content-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(28, 25, 23, 0.16);
  border-radius: 999px;
  transition: background 160ms var(--ease), color 160ms var(--ease);
}

.content-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.content-icon:hover {
  background: var(--ink);
  color: white;
}

.contact-panel {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 24px 80px rgba(28, 25, 23, 0.07);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-control,
.form-select {
  min-height: 48px;
  border: 1px solid rgba(28, 25, 23, 0.14);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
}

textarea.form-control {
  min-height: 132px;
}

.btn-submit {
  min-height: 50px;
  padding: 0 26px;
  border: 0;
  background: var(--night);
  color: white;
  font-size: 13px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: skewX(-8deg);
}

.btn-submit > span {
  display: inline-block;
  transform: skewX(8deg);
}

.site-footer {
  background: var(--night);
  color: rgba(255, 255, 255, 0.48);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 24px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.32);
}

.whatsappme {
  z-index: 40;
}

@media (max-width: 575px) {
  .whatsappme {
    right: 10px !important;
    bottom: 42px !important;
    opacity: 0.82;
  }

  .whatsappme__button {
    right: 6px;
    bottom: 6px;
    height: 52px;
    min-width: 52px;
    border-radius: 26px;
  }

  .whatsappme__button svg {
    width: 30px;
    height: 30px;
    margin: 11px;
  }

  .whatsappme__tooltip {
    display: none;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 991px) {
  .site-header {
    min-height: 68px;
    justify-content: flex-end;
  }

  .site-logo {
    position: static;
    margin-right: auto;
    transform: none;
  }

  .site-logo img {
    width: 180px;
  }

  .menu-toggle {
    display: block;
    order: 2;
  }

  .site-header:not(.is-scrolled):not(.header-solid) .menu-toggle {
    border-color: rgba(255, 255, 255, 0.24);
    color: white;
  }

  .site-header.header-dark .menu-toggle {
    border-color: rgba(255, 255, 255, 0.24);
    color: white;
  }

  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 10px;
    background: rgba(12, 10, 9, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transform: none;
    opacity: 0;
    pointer-events: none;
    translate: 0 -8px;
    transition: opacity 180ms var(--ease), translate 180ms var(--ease);
  }

  .header-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    translate: 0 0;
  }

  .header-nav a {
    min-width: 0;
    min-height: 48px;
    color: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: none;
  }

  .header-nav a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-nav a span {
    transform: none;
  }

  .site-header.header-dark .header-nav {
    background: rgba(12, 10, 9, 0.97);
  }

  .site-header.header-dark .header-nav a {
    color: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 255, 255, 0.1);
  }

  .site-header.header-dark .header-nav a:hover,
  .site-header.header-dark .header-nav a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  .home-hero {
    min-height: 760px;
  }

  .brand-stage {
    padding-top: 68px;
  }

  .brand-row {
    flex-direction: column;
    margin-inline: -28px;
    transform: skewX(-6deg);
  }

  .brand-row:hover .brand-tile,
  .brand-row .brand-tile:hover {
    flex: 1 1 0;
  }

  .brand-card {
    transform: skewX(6deg);
  }

  .brand-logo-wrap img {
    max-height: 54px;
  }

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

  .brand-side-menu {
    display: none;
  }

  .about-mobile-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    width: 100%;
  }

}

@media (max-width: 575px) {
  .content-section {
    padding-inline: 18px;
  }

  .site-logo img {
    width: 156px;
  }

  .header-nav {
    grid-template-columns: 1fr;
  }

  .brand-logo-wrap {
    padding: 18px 54px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    gap: 3px;
    line-height: 1.35;
  }

}
