/* Page-local additions preserve the shared ProfiSailing visual system. */
.kitePage .heroContent { max-width: 1000px; padding-bottom: 64px; }
.kitePage .heroContent h1 { font-size: clamp(52px, 7vw, 100px); line-height: .99; }
.kitePage .kicker, .kitePage .heroFacts span { font-size: 12px; }
.kitePage .button, .kitePage .navCta { font-size: 12px; }
.kitePage .contentBlock p, .kitePage .costCard li, .kitePage .faq details p { font-size: 16px; }
.kitePage .contentBlock a, .kitePage .mediaCredit a { text-decoration: underline; text-underline-offset: 3px; }
.kitePage .display { margin-bottom: 32px; }
.kitePage .infoRow { grid-template-columns: 100px minmax(0, 1fr); }
.kitePage .infoRow span, .kitePage .infoNote, .kitePage .mediaCredit { font-size: 13px; }
.kitePage .infoRow strong { font-size: 14px; }
.kitePage .sectionDark .sectionHead h2 em { color: var(--ice); }
.kitePage a:focus-visible, .kitePage summary:focus-visible { outline: 3px solid #13899e; outline-offset: 5px; }
.kitePage .sectionDark a:focus-visible, .kitePage header a:focus-visible { outline-color: var(--ice); }
.skipLink { position: absolute; z-index: 20; top: 8px; left: 8px; padding: 16px; background: white; color: var(--navy); transform: translateY(-150%); }
.skipLink:focus { transform: none; }
.hotelGallery { display: grid; grid-template-columns: 1.3fr 1fr; gap: 16px; }
.hotelGallery figure { margin: 0; min-width: 0; background: white; }
.hotelGallery img { width: 100%; height: 360px; object-fit: cover; }
.hotelGallery figcaption { padding: 18px 22px; font-size: 14px; }
.hotelDetails { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin-top: 44px; }
.hotelDetails article { border-top: 1px solid var(--line-dark); padding-top: 26px; }
.hotelDetails span { font-size: 12px; color: var(--red); text-transform: uppercase; letter-spacing: .08em; }
.hotelDetails h3 { font-family: Georgia, serif; font-size: 29px; font-weight: 400; margin: 18px 0; letter-spacing: -.03em; }
.hotelDetails p { font-size: 16px; line-height: 1.7; color: var(--ink-muted); margin: 0; }
.sectionDark .hotelDetails article { border-color: var(--line-light); }
.sectionDark .hotelDetails span { color: var(--ice); }
.sectionDark .hotelDetails p { color: rgba(255,255,255,.75); }
.spotMap { background: var(--navy-2); }
.spotMap iframe { border: 0; display: block; width: 100%; height: 460px; }
.mapCaption { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 14px; line-height: 1.6; margin-top: 12px; }
.mapCaption p { color: rgba(255,255,255,.75); }
.mapCaption a { color: var(--ice); text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; padding-block: 12px; }
.lessonGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lessonCard { background: white; border-top: 3px solid var(--red); padding: 30px; }
.lessonCard h3 { font-size: 18px; line-height: 1.5; min-height: 54px; margin: 0 0 24px; }
.lessonCard .rate { font: 42px Georgia, serif; color: var(--navy); margin: 0 0 20px; }
.rate span { font: 14px Arial, sans-serif; color: var(--ink-muted); }
.lessonCard p, .spotFees p { font-size: 16px; line-height: 1.65; color: var(--ink-muted); }
.spotFees { margin-top: 30px; padding: 32px; border: 1px solid var(--line-dark); }
.spotFees h3 { font: 30px Georgia, serif; margin: 0 0 24px; }
.spotFees dl { margin: 0; }
.spotFees dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); line-height: 1.5; }
.spotFees dd { font-weight: 700; white-space: nowrap; margin: 0; }
.spotFees p { margin-bottom: 0; }
.kitePage #faq { padding-top: 0; }
@media (max-width: 980px) {
  .hotelGallery img { height: 300px; }
  .hotelDetails { gap: 24px; }
  .lessonCard { padding: 22px; }
}
@media (max-width: 700px) {
  .hotelGallery, .hotelDetails, .lessonGrid { grid-template-columns: 1fr; }
  .hotelGallery img { height: auto; aspect-ratio: 3 / 2; }
  .hotelDetails { gap: 32px; }
  .lessonCard h3 { min-height: 0; }
  .mapCaption { display: block; }
  .spotMap iframe { height: 360px; }
  .spotFees { padding: 24px; }
  .spotFees dl div { flex-direction: column; gap: 6px; }
}
@media (max-width: 620px) {
  .kitePage .heroContent { padding-top: 138px; }
  .kitePage .heroContent h1 { font-size: clamp(42px, 10vw, 58px); }
  .kitePage .heroFacts { grid-template-columns: 1fr 1fr; }
  .kitePage .heroFacts > div { padding: 18px 10px 18px 0; }
  .kitePage .heroFacts > div:nth-child(even) { padding-left: 14px; }
  .kitePage .heroFacts strong { font-size: 14px; line-height: 1.5; display: block; }
  .kitePage .heroFacts span { font-size: 11px; line-height: 1.5; }
  .kitePage .infoCard { padding: 26px; }
}
.kitePage .infoCard .price { margin-top: 0; font-weight: 400; }
.kitePage .infoCard .price span { display: block; margin-top: 10px; font-size: 13px; line-height: 1.5; }
