/* DOSE Jetski page styles. Keep separate to avoid cached restaurant CSS hiding the watersports layout. */
body.page-jetski {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background: #fff;
}

.page-jetski main,
.page-jetski .site-header,
.page-jetski .site-footer {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.page-jetski .site-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, 0));
  border-bottom-color: rgba(255, 255, 255, .08);
  backdrop-filter: none;
}

.page-jetski .brand img {
  filter: brightness(0) invert(1) drop-shadow(0 12px 24px rgba(0, 0, 0, .24));
  opacity: .96;
}

.page-jetski .nav-toggle,
.page-jetski .nav-links a,
.page-jetski .quick-reserve {
  color: rgba(255, 255, 255, .86);
}

.page-jetski .nav-links a:hover,
.page-jetski .nav-links a[aria-current="page"],
.page-jetski .quick-reserve:hover {
  color: #fff;
}

.page-jetski .nav-links .nav-reserve,
.page-jetski .quick-reserve {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .44);
  color: #fff;
}

.page-jetski .site-footer {
  background: #fff;
  border-top-color: rgba(36, 202, 213, .22);
}

.page-jetski .footer-logo {
  filter: brightness(0);
}

.page-jetski .footer-heading,
.page-jetski .footer-copy a,
.page-jetski .footer-links a {
  color: #2f3033;
}

.page-jetski .footer-copy p,
.page-jetski .footer-bottom {
  color: #697077;
}

.page-jetski .footer-copy .instagram-icon {
  color: #2f3033;
  border-color: rgba(47, 48, 51, .22);
}

.page-jetski .footer-copy .instagram-icon:hover {
  background: #24cad5;
  border-color: #24cad5;
  color: #fff;
}

.jetski-hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  padding: 138px var(--gutter) 96px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .18) 48%, rgba(0, 194, 212, .12)),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .58)),
    url("jetski/hero-island.jpg") center / cover no-repeat;
  color: #fff;
}

.jetski-hero::before {
  content: "SFIHA";
  position: absolute;
  right: -2vw;
  top: 18%;
  color: rgba(255, 255, 255, .16);
  font-family: Futura, var(--sans);
  font-size: clamp(82px, 16vw, 270px);
  font-weight: 900;
  line-height: .8;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .22);
}

.jetski-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  transform: translate3d(0, var(--hero-rise, 0), 0);
  transition: transform .16s linear;
}

.jetski-rating {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #202020;
  font-family: Futura, var(--sans);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.jetski-kicker {
  margin: 26px 0 0;
  color: #66f5ff;
  font-family: Futura, var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jetski-kicker.dark {
  color: #28cbd4;
}

.jetski-hero h1,
.jetski-title-block h2,
.outline-title {
  margin: 16px 0 0;
  color: #2f3033;
  font-family: Futura, "Avenir Next", var(--sans);
  font-size: clamp(58px, 9vw, 150px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .85;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: normal;
  text-wrap: balance;
}

.jetski-hero h1 {
  color: #fff;
  max-width: 920px;
}

.jetski-hero h1 span,
.jetski-title-block h2 span,
.outline-title {
  color: transparent;
  -webkit-text-stroke: 2px currentColor;
}

.jetski-hero h1 span {
  color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, .94);
}

.jetski-title-block h2 span,
.outline-title {
  -webkit-text-stroke-color: #28cbd4;
}

.outline-title.light {
  -webkit-text-stroke-color: #fff;
}

.jetski-hero-copy {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .86);
  font-family: Futura, "Avenir Next", var(--sans);
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.45;
}

.jetski-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 2px solid #24cad5;
  background: #24cad5;
  color: #fff;
  font-family: Futura, var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform .24s ease, background .24s ease, color .24s ease;
}

.jetski-button:hover {
  transform: translateY(-2px);
  background: #111;
  border-color: #111;
}

.jetski-button.ghost {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .78);
}

.jetski-button.full {
  width: 100%;
}

.jetski-scroll {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  transform: translateX(-50%);
  animation: cue-bounce 1.7s ease-in-out infinite;
}

.jetski-scroll span {
  width: 18px;
  height: 18px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.jetski-section {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.jetski-section.white {
  background: #fff;
  color: #2f3033;
}

.jetski-section.cyan {
  background: linear-gradient(135deg, #16c4d1, #30dce8);
  color: #fff;
}

.jetski-section.water {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0 46%, rgba(255, 255, 255, .82) 46% 50%, rgba(0, 0, 0, .02) 50%),
    url("jetski/water-splash.jpg") right center / auto 100% no-repeat;
  color: #2f3033;
}

.jetski-section.booking {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .86), rgba(0, 36, 42, .78)),
    url("jetski/hero-island.jpg") center / cover no-repeat;
  color: #fff;
}

.jetski-container {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(78px, 10vw, 132px) var(--gutter);
  max-width: 100vw;
}

.jetski-title-block {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.jetski-title-block p,
.jetski-split-copy p,
.included-list p,
.base-card p,
.boat-feature p {
  color: #8a8d92;
  font-family: Futura, "Avenir Next", var(--sans);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.55;
}

.jetski-fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 54px;
}

.jetski-card {
  min-height: 500px;
  display: grid;
  grid-template-rows: minmax(210px, 1fr) auto;
  overflow: hidden;
  background: #f3f5f6;
  box-shadow: 0 24px 60px rgba(12, 18, 22, .12);
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .25s ease, box-shadow .25s ease;
}

.jetski-card.is-tilting {
  box-shadow: 0 30px 72px rgba(12, 18, 22, .18);
}

.jetski-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: contain;
  padding: 24px;
}

.jetski-card div {
  padding: 26px;
  background: #fff;
}

.jetski-card span,
.boat-feature span,
.base-card span {
  color: #24cad5;
  font-family: Futura, var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jetski-card h3,
.boat-feature h3,
.base-card h3 {
  margin: 8px 0 0;
  color: #2f3033;
  font-family: Futura, var(--sans);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.jetski-card p {
  margin: 14px 0 0;
  color: #8a8d92;
  font-family: Futura, "Avenir Next", var(--sans);
  font-size: 17px;
  line-height: 1.55;
}

.jetski-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .84fr);
  min-height: 72svh;
  background: #fff;
  color: #2f3033;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.jetski-split-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 42%, rgba(36, 202, 213, .4), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .12)),
    url("jetski/water-splash.jpg") center / cover no-repeat;
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}

.jetski-split-media img {
  position: absolute;
  right: -4%;
  bottom: -5%;
  width: min(104%, 900px);
  max-width: none;
  filter: drop-shadow(0 34px 42px rgba(0, 42, 58, .32));
  will-change: transform;
}

.jetski-split-copy {
  align-self: center;
  padding: clamp(52px, 7vw, 104px) var(--gutter);
}

.jetski-split-copy .strong-copy {
  color: #2f3033;
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}

.jetski-link {
  display: inline-flex;
  margin-top: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid #2f3033;
  color: #2f3033;
  font-family: Futura, var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
}

.included-grid {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.included-list {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.included-list strong {
  color: #2f3033;
  font-family: Futura, var(--sans);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
}

.included-list p {
  margin: 6px 0 0;
  max-width: 420px;
}

.included-panel {
  align-self: stretch;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(34px, 5vw, 64px);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .58)),
    url("jetski/water-splash.jpg") center / cover no-repeat;
  box-shadow: 0 28px 72px rgba(10, 24, 30, .2);
}

.included-panel span {
  color: #66f5ff;
  font-family: Futura, var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.included-panel strong {
  margin-top: 14px;
  color: #fff;
  font-family: Futura, var(--sans);
  font-size: clamp(54px, 8vw, 112px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .86;
  text-transform: uppercase;
}

.included-panel p {
  max-width: 520px;
  color: rgba(255, 255, 255, .86);
  font-family: Futura, var(--sans);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

.boat-feature {
  margin-top: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .48fr);
  background: #f4f6f7;
  box-shadow: 0 22px 60px rgba(12, 18, 22, .1);
}

.boat-feature img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.boat-feature div {
  align-self: center;
  padding: clamp(30px, 5vw, 64px);
}

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

.base-card {
  min-height: 290px;
  padding: clamp(30px, 5vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .38);
}

.base-card span,
.base-card h3,
.base-card p {
  color: #fff;
}

.jetski-booking-card {
  background: rgba(255, 255, 255, .96);
  border: 0;
  color: #2f3033;
}

.jetski-booking-card .field label {
  color: #60646b;
  font-family: Futura, var(--sans);
}

.jetski-booking-card .field input,
.jetski-booking-card .field select,
.jetski-booking-card .field textarea {
  background: #f3f5f6;
  border-color: rgba(47, 48, 51, .16);
  color: #202020;
  font-family: Futura, "Avenir Next", var(--sans);
}

.jetski-booking-card .booking-note {
  color: #697077;
  font-family: Futura, "Avenir Next", var(--sans);
}

.jetski-section.rental {
  background: #fff;
  color: #2f3033;
}

.rental-container {
  padding-top: clamp(70px, 9vw, 118px);
}

.rental-heading {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.rental-heading h2 {
  margin: 14px 0 0;
  color: #2f3033;
  font-family: Futura, var(--sans);
  font-size: clamp(48px, 7vw, 112px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .88;
  text-transform: uppercase;
  text-wrap: balance;
}

.rental-heading p {
  max-width: 760px;
  margin: 22px auto 0;
  color: #8a8d92;
  font-family: Futura, "Avenir Next", var(--sans);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.5;
}

.rental-tabs {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 74px);
  margin: clamp(34px, 5vw, 54px) auto 0;
}

.rental-tab {
  padding: 0 0 10px;
  border: 0;
  border-bottom: 5px solid transparent;
  background: transparent;
  color: rgba(36, 202, 213, .38);
  font-family: Futura, var(--sans);
  font-size: clamp(21px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.rental-tab:hover,
.rental-tab.is-active {
  color: #24cad5;
  border-color: #24cad5;
}

.rental-tab.is-active {
  transform: translateY(-2px);
}

.rental-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  margin-top: clamp(42px, 6vw, 76px);
  background: #fff;
  box-shadow: 0 26px 90px rgba(20, 28, 33, .14);
}

.rental-visual {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .64)),
    url("jetski/water-splash.jpg") center / cover no-repeat;
}

.rental-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 52% 42%, rgba(36, 202, 213, .38), transparent 34%);
}

.rental-visual img {
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: min(92%, 780px);
  max-width: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 32px 36px rgba(0, 32, 42, .36));
  transition: opacity .24s ease, transform .24s ease;
}

.rental-visual.is-boat {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .55)),
    url("jetski/boat.jpg") center / cover no-repeat;
}

.rental-visual.is-boat img {
  opacity: 0;
  transform: translateX(-50%) translateY(18px) scale(.96);
}

.rental-visual-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(32px, 5vw, 56px);
  color: #fff;
}

.rental-visual-copy span {
  color: #66f5ff;
  font-family: Futura, var(--sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rental-visual-copy h3 {
  margin: 10px 0 0;
  color: transparent;
  font-family: Futura, var(--sans);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .9;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #fff;
}

.rental-visual-copy p {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .9);
  font-family: Futura, "Avenir Next", var(--sans);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.45;
}

.rental-form {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(30px, 5vw, 56px);
  background: #fff;
}

.rental-form .field label,
.duration-group > span {
  color: #60646b;
  font-family: Futura, var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rental-options {
  display: none;
  gap: 18px;
}

.rental-options.is-active {
  display: grid;
}

.duration-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.duration-group > span {
  grid-column: 1 / -1;
}

.duration-group label {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #edf4f5;
  color: #2f3033;
  font-family: Futura, var(--sans);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.duration-group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.duration-group label:has(input:checked) {
  background: linear-gradient(135deg, #21cad1, #28aee8);
  color: #fff;
  transform: translateY(-1px);
}

.rental-price-note {
  margin: 0;
  padding: 15px 16px;
  border-left: 4px solid #24cad5;
  background: #f3fbfc;
  color: #60646b;
  font-family: Futura, "Avenir Next", var(--sans);
  font-size: 15px;
  line-height: 1.45;
}

.rental-calendar {
  overflow: hidden;
  border: 1px solid rgba(47, 48, 51, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(22, 35, 42, .08);
}

.calendar-top {
  min-height: 74px;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  background: linear-gradient(135deg, #23c9cf, #2fa9ec);
  color: #fff;
}

.calendar-top strong {
  justify-self: center;
  font-family: Futura, var(--sans);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.calendar-top button {
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.calendar-weekdays,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  padding: 18px 18px 0;
}

.calendar-weekdays span {
  color: #697077;
  font-family: Futura, var(--sans);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.calendar-days {
  padding-bottom: 20px;
}

.calendar-day {
  min-height: 48px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #b6bac0;
  font-family: Futura, var(--sans);
  font-size: 17px;
  font-weight: 700;
}

.calendar-day.is-available {
  background: linear-gradient(135deg, #23c9cf, #2db2df);
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}

.calendar-day.is-available:hover,
.calendar-day.is-selected {
  filter: brightness(.94);
  transform: translateY(-1px);
}

.calendar-day.is-selected {
  background: #60646b;
}

@media (max-width: 1040px) {
  .jetski-fleet-grid,
  .jetski-split,
  .included-grid,
  .boat-feature,
  .base-grid,
  .rental-shell {
    grid-template-columns: 1fr;
  }

  .jetski-split-media {
    min-height: 520px;
    clip-path: none;
  }

  .jetski-section.water {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92)),
      url("jetski/water-splash.jpg") center / cover no-repeat;
  }

  .rental-visual {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  body.page-jetski {
    position: relative;
  }

  .page-jetski .nav-wrap {
    min-height: 82px;
    grid-template-columns: 48px minmax(0, 1fr) 86px;
    gap: 8px;
    padding: 0 16px;
  }

  .page-jetski .brand img {
    width: 118px;
  }

  .page-jetski .quick-reserve {
    min-height: 48px;
    justify-content: center;
    padding: 0 12px;
    background: rgba(255, 255, 255, .1);
    font-size: 11px;
  }

  .jetski-hero {
    min-height: 100svh;
    padding: 118px 20px 70px;
    background-position: center;
  }

  .jetski-hero-content {
    width: 100%;
    max-width: 360px;
  }

  .jetski-hero::before {
    top: 21%;
    right: -8vw;
    font-size: clamp(72px, 22vw, 96px);
  }

  .jetski-hero h1 {
    font-size: clamp(54px, 20vw, 82px);
    line-height: .82;
  }

  .jetski-hero h1 span {
    display: block;
  }

  .jetski-title-block h2 {
    font-size: clamp(46px, 15.5vw, 62px);
    line-height: .86;
  }

  .outline-title {
    font-size: clamp(42px, 13.2vw, 54px);
    line-height: .9;
    -webkit-text-stroke-width: 1.4px;
  }

  .jetski-hero-copy {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.45;
  }

  .jetski-rating {
    min-height: 38px;
    padding: 0 16px;
    font-size: 11px;
    max-width: 100%;
    white-space: normal;
  }

  .jetski-kicker {
    font-size: 11px;
    letter-spacing: .1em;
  }

  .jetski-hero .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .jetski-hero .jetski-button {
    width: 100%;
    min-width: 0;
  }

  .jetski-container {
    width: 100%;
    padding: 64px 20px;
  }

  .jetski-title-block {
    max-width: 350px;
  }

  .jetski-title-block p,
  .jetski-split-copy p,
  .included-list p,
  .base-card p,
  .boat-feature p {
    font-size: 18px;
    line-height: 1.55;
  }

  .jetski-fleet-grid {
    gap: 18px;
    margin-top: 38px;
  }

  .jetski-card {
    min-height: auto;
  }

  .jetski-card img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 18px;
  }

  .jetski-card div {
    padding: 22px;
  }

  .jetski-card h3,
  .boat-feature h3,
  .base-card h3 {
    font-size: clamp(28px, 9vw, 38px);
  }

  .jetski-split {
    min-height: auto;
  }

  .jetski-split-media,
  .included-panel,
  .boat-feature img {
    min-height: 340px;
  }

  .jetski-split-media img {
    right: -18%;
    bottom: -10%;
    width: 124%;
  }

  .jetski-split-copy {
    padding: 52px 20px 64px;
  }

  .jetski-split-copy .strong-copy {
    font-size: clamp(26px, 7.7vw, 32px);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .included-grid {
    gap: 28px;
  }

  .included-panel {
    padding: 28px;
  }

  .included-panel strong {
    font-size: clamp(42px, 13vw, 58px);
    line-height: .9;
  }

  .boat-feature {
    margin-top: 38px;
  }

  .base-card {
    min-height: 230px;
  }

  .jetski-section.booking .booking-grid {
    gap: 34px;
  }

  .rental-container {
    padding-top: 64px;
  }

  .rental-heading {
    max-width: 350px;
  }

  .rental-heading h2 {
    font-size: clamp(42px, 14vw, 58px);
    line-height: .9;
  }

  .rental-heading p {
    font-size: 18px;
    line-height: 1.5;
  }

  .rental-tabs {
    width: 100%;
    gap: 18px;
    margin-top: 34px;
  }

  .rental-tab {
    flex: 1;
    font-size: clamp(20px, 6vw, 27px);
  }

  .rental-shell {
    width: 100%;
    margin-top: 34px;
    box-shadow: 0 18px 54px rgba(20, 28, 33, .12);
  }

  .rental-visual {
    min-height: 430px;
  }

  .rental-visual img {
    bottom: 18%;
    width: 118%;
  }

  .rental-visual-copy {
    padding: 28px;
  }

  .rental-visual-copy h3 {
    font-size: clamp(40px, 13vw, 56px);
    -webkit-text-stroke-width: 1.4px;
  }

  .rental-visual-copy p {
    font-size: 18px;
  }

  .rental-form {
    padding: 26px 20px 30px;
    gap: 18px;
  }

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

  .duration-group label {
    min-height: 50px;
    border-radius: 14px;
  }

  .calendar-top {
    min-height: 62px;
    grid-template-columns: 48px 1fr 48px;
  }

  .calendar-top button {
    width: 48px;
    height: 48px;
  }

  .calendar-top strong {
    font-size: 15px;
  }

  .calendar-weekdays,
  .calendar-days {
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .calendar-day {
    min-height: 40px;
    border-radius: 11px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .jetski-hero h1 {
    font-size: clamp(50px, 18.8vw, 74px);
  }

  .jetski-title-block h2 {
    font-size: clamp(42px, 14.4vw, 56px);
  }

  .outline-title {
    font-size: clamp(38px, 12.3vw, 48px);
  }
}
