:root {
  --bg: #f7f7f9;
  --bg-alt: #f0eef8;
  --surface: #ffffff;
  --surface-alt: #f7f4ff;
  --border-subtle: #ddd6f3;
  --text: #231737;
  --text-soft: #625579;
  --accent: #7e5bef;
  --accent-soft: #ede7ff;
  --accent-strong: #5f3fd5;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-pill: 999px;
  --shadow-soft: 0 22px 60px rgba(83, 61, 145, 0.12);
  --shadow-subtle: 0 12px 30px rgba(88, 69, 146, 0.1);
}

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

body {
  margin: 0;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: radial-gradient(circle at 0% 0%, #faf7ff 0%, var(--bg) 45%, #f9f9fb 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

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

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

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.site-header .container {
  max-width: 1280px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  padding: 0.8rem 0 0.55rem;
  background: transparent;
  border-bottom: none;
}

.home-page .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3rem;
  border-radius: var(--radius-md);
  padding: 0.7rem 0.85rem;
  background: rgba(244, 245, 249, 0.96);
  border: 1px solid rgba(205, 196, 232, 0.92);
  box-shadow: 0 14px 34px rgba(58, 44, 96, 0.18), 0 3px 9px rgba(46, 35, 74, 0.11);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.nav-left {
  gap: 0.6rem;
}

.nav-right {
  margin-left: auto;
}

.nav-link {
  font-size: 0.92rem;
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-pill);
  color: var(--text-soft);
  border: 1px solid transparent;
  transition: all 0.18s ease-out;
}

.nav-link-main {
  font-weight: 600;
  color: #3f3155;
}

.nav-link:hover {
  color: var(--accent-strong);
  background: var(--accent-soft);
}

.nav-link-active {
  color: var(--accent-strong);
  border-color: #c9beed;
  background: #f1ebff;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #cbc1eb;
  background: #f2f0fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.social-link img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.social-link:hover {
  transform: translateY(-1px);
  border-color: #b9a8ef;
  box-shadow: 0 8px 20px rgba(93, 67, 167, 0.16);
}

.nav-cta {
  padding: 0.58rem 1rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(145deg, #8e6af7, #6f4ee8);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.82rem;
  border: 1px solid transparent;
  box-shadow: 0 10px 22px rgba(93, 67, 167, 0.3);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(93, 67, 167, 0.36);
}

.club-logo-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f2f0fa;
  border: 1px solid #ccc1ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(93, 67, 167, 0.12);
  margin-right: 0.35rem;
  flex-shrink: 0;
}

.club-logo-link img {
  width: 126%;
  height: 126%;
  object-fit: contain;
}

.nav-toggle {
  display: none;
  background: #ffffff;
  border: 1px solid #d6ccf7;
  border-radius: 10px;
  padding: 0.3rem 0.42rem;
  cursor: pointer;
  margin-left: 0.6rem;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px 0;
  background: #4a3b64;
  border-radius: 999px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.nav-toggle-open span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.nav-toggle-open span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  padding: 4.4rem 0 3.4rem;
}

.waterfront-section {
  padding: 0;
}

.waterfront-media {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #161d27;
  border-bottom: 6px solid #f7f7f9;
}

.waterfront-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transform-origin: center;
  opacity: 0.62;
  filter: saturate(0.72) contrast(0.9) brightness(0.82);
}

.waterfront-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(12, 19, 32, 0.2) 0%,
    rgba(12, 19, 32, 0.42) 70%,
    rgba(12, 19, 32, 0.6) 100%
  );
  z-index: 1;
}

.waterfront-text {
  position: absolute;
  left: 50%;
  top: 54%;
  z-index: 2;
  width: min(94vw, 860px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  text-align: center;
  color: #f2f6ff;
  text-shadow: 0 12px 35px rgba(9, 14, 22, 0.45);
  transform: translate(-50%, -50%);
}

.waterfront-text p {
  margin: 0;
  font-size: clamp(0.78rem, 2vw, 1rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.waterfront-text h1 {
  margin: 0.35rem 0 0;
  font-size: clamp(2.1rem, 7.6vw, 5.8rem);
  line-height: 0.95;
  font-family: "Fraunces", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.waterfront-subtext {
  margin: 1rem auto 0;
  max-width: 42rem;
  text-align: center;
  color: #e5ecfb;
  font-size: clamp(1rem, 2.4vw, 1.24rem);
  line-height: 1.6;
  text-transform: none;
  letter-spacing: normal;
}

.waterfront-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.waterfront-actions .btn {
  border-color: rgba(227, 234, 249, 0.58);
  background: rgba(15, 22, 36, 0.56);
  color: #f8fbff;
  backdrop-filter: blur(4px);
}

.waterfront-actions .btn.primary {
  background: linear-gradient(145deg, #8d69f6, #6f4ee8);
  border-color: transparent;
}

.waterfront-actions .btn.ghost {
  background: rgba(29, 40, 63, 0.55);
  color: #f2f6ff;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 1020px;
  gap: 1.2rem;
  align-items: center;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: #7a6b91;
  margin-bottom: 0.9rem;
}

.hero h1,
.page-hero h1 {
  font-family: "Fraunces", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.02em;
  color: #2e1d46;
}

.hero h1 {
  font-size: clamp(3.15rem, 8vw, 5.1rem);
  font-weight: 700;
  line-height: 1.02;
  margin: 0 0 1.2rem;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 4vw, 3rem);
  margin: 0 0 1rem;
}

.hero h1 {
  background: linear-gradient(120deg, #2b2040, #61409f, #8f6ef0);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-text,
.page-hero-text {
  color: var(--text-soft);
}

.hero-text {
  font-size: 1.18rem;
  line-height: 1.72;
  max-width: 46rem;
}

.page-hero-text {
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 32rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.75rem 0 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.3rem;
  border-radius: var(--radius-pill);
  border: 1px solid #d6ccf7;
  background: #ffffff;
  color: #3d2d56;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.16s ease-out;
}

.btn.primary {
  background: linear-gradient(145deg, #8d69f6, #6f4ee8);
  border-color: transparent;
  color: #ffffff;
}

.btn.ghost {
  background: #f5f1ff;
  color: #503d72;
}

.btn.full-width {
  width: 100%;
  justify-content: center;
}

.btn.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn:hover:not(.disabled) {
  transform: translateY(-1px);
  box-shadow: var(--shadow-subtle);
}

.hero-meta {
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-top: 0.5rem;
}

.section {
  padding: 2.5rem 0;
}

.mission-section {
  background: linear-gradient(to bottom, #f7f7f9, #f6f3fd 100%);
}

.section-alt {
  background: linear-gradient(to bottom, #f5f1ff, #f2edff, #f7f4ff);
  border-top: 1px solid #dfd6f7;
  border-bottom: 1px solid #dfd6f7;
}

.section-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-width: 34rem;
  margin-bottom: 1.7rem;
}

.section-header h2 {
  font-family: "Fraunces", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  margin: 0;
  color: #322247;
}

.section-header p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-soft);
}

.mission-section .section-header {
  max-width: 62rem;
  gap: 0.65rem;
}

.mission-section .section-header h2 {
  font-size: 1.75rem;
}

.mission-section .section-header p {
  font-size: 1.08rem;
  line-height: 1.75;
}

.partners-section .section-header {
  max-width: 100%;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}

.partners-section .section-header h2 {
  font-size: clamp(2.5rem, 7vw, 4.8rem);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.partners-section .section-header p {
  max-width: 36rem;
  font-size: clamp(0.82rem, 1.8vw, 1rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.feature-card {
  padding: 1.1rem 1.1rem 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--surface);
  box-shadow: var(--shadow-subtle);
}

.feature-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  color: #35244f;
}

.feature-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-soft);
}

.logo-note {
  margin-top: 1.1rem;
  font-size: 0.82rem;
  color: var(--text-soft);
}

.partners-ticker {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 1.4rem 0;
}

.partners-ticker::before,
.partners-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 1;
  pointer-events: none;
}

.partners-ticker::before {
  left: 0;
  background: linear-gradient(to right, #f4efff, rgba(244, 239, 255, 0));
}

.partners-ticker::after {
  right: 0;
  background: linear-gradient(to left, #f4efff, rgba(244, 239, 255, 0));
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 2.6rem;
  width: max-content;
  animation: partnersTicker 38s linear infinite;
  padding: 0 2.2rem;
}

.partner-ticker-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  padding: 0.25rem 0.8rem;
}

.partner-ticker-logo {
  width: clamp(90px, 11vw, 146px);
  height: clamp(58px, 7vw, 92px);
  flex: 0 0 auto;
  border-radius: 0;
  background: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}

.partner-ticker-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-ticker-name {
  display: none;
}

.partners-section .logo-note {
  margin-top: 1.6rem;
  text-align: center;
}

@keyframes partnersTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .partners-track {
    animation: none;
    transform: translateX(0);
  }
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
  gap: 2.2rem;
  align-items: flex-start;
}

.bullet-list {
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.bullet-list li + li {
  margin-top: 0.25rem;
}

.card {
  padding: 1.2rem 1.2rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--surface);
  box-shadow: var(--shadow-subtle);
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: #36254f;
}

.card p {
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.meta-list {
  padding-left: 1.1rem;
  font-size: 0.86rem;
  color: var(--text-soft);
  margin: 0 0 0.8rem;
}

.site-footer {
  padding: 1.8rem 0 2rem;
  border-top: 1px solid #dfd6f7;
  background: #f9f7ff;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto;
  gap: 1rem;
  align-items: center;
}

.footer-title {
  margin: 0 0 0.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #33224b;
}

.footer-text {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.8rem;
  justify-content: flex-end;
}

.footer-links a {
  color: var(--text-soft);
}

.footer-links a:hover {
  color: var(--accent-strong);
}

.footer-meta {
  margin: 0;
  margin-top: 0.6rem;
  grid-column: 1 / -1;
  font-size: 0.75rem;
  color: var(--text-soft);
}

.page-hero {
  padding: 3rem 0 1.5rem;
}

.page-hero .container {
  max-width: 820px;
}

.events-page-hero {
  padding: 4.6rem 0 2.8rem;
  text-align: center;
}

.events-page-hero .container {
  max-width: 1160px;
}

.events-page-hero .eyebrow {
  margin-bottom: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.events-page-hero h1 {
  font-size: clamp(3.4rem, 11.5vw, 7.8rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page-hero-text {
  margin-top: 0.2rem;
}

.event-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.event-card {
  padding: 1rem 1rem 0.9rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--surface);
}

.event-card h3 {
  margin: 0.1rem 0 0.35rem;
  font-size: 1rem;
  color: #35244f;
}

.event-card p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-soft);
}

.event-meta {
  margin-bottom: 0.35rem;
  font-size: 0.8rem;
}

.event-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.55rem;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6243d6;
  background: #ece6ff;
  border: 1px solid #cdbff4;
}

.upcoming-empty {
  margin-top: 0.8rem;
  width: fit-content;
  padding: 0.95rem 1.25rem;
  border-radius: var(--radius-pill);
  border: 1px solid #cec1f6;
  background: linear-gradient(130deg, #f4efff, #ebe2ff);
  color: #4a3682;
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.timeline {
  margin-top: 1.2rem;
  border-left: 2px solid #cdbff4;
  padding-left: 1.45rem;
}

.timeline-item {
  position: relative;
  padding-bottom: 1.35rem;
}

.timeline-dot {
  position: absolute;
  left: -1.75rem;
  top: 0.35rem;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7e5bef;
  border: 2px solid #f8f5ff;
  box-shadow: 0 0 14px rgba(126, 91, 239, 0.42);
}

.timeline-date {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  color: #66558f;
}

.timeline-content h3 {
  margin: 0 0 0.18rem;
  font-size: 1rem;
  color: #34244d;
}

.upcoming-timeline .timeline-content h3 {
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
}

.timeline-photo {
  width: min(100%, 34rem);
  border-radius: var(--radius-lg);
  border: 1px solid #dacff8;
  background: #fff;
  overflow: hidden;
}

.timeline-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.timeline-carousel {
  box-shadow: var(--shadow-subtle);
}

.carousel-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.carousel-track img {
  flex: 0 0 100%;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.5rem 0.65rem 0.65rem;
  background: linear-gradient(to top, #f7f2ff, rgba(247, 242, 255, 0.4));
}

.carousel-btn {
  border: 1px solid #d0c2f7;
  background: #ffffff;
  color: #4a3682;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.carousel-btn:hover {
  transform: translateY(-1px);
  border-color: #ae95ef;
  box-shadow: 0 8px 18px rgba(93, 67, 167, 0.2);
}

.past-events-section .timeline-content h3 {
  font-size: 1.12rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.past-events-section .timeline-content {
  padding: 0.15rem 0.1rem 0.9rem;
}

.placeholder-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  background: linear-gradient(130deg, #f7f3ff, #ece4ff);
}

.placeholder-photo p {
  margin: 0;
  font-size: 0.85rem;
  color: #5e4a92;
  letter-spacing: 0.03em;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1.2rem;
}

.team-groups {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.team-group-title {
  margin: 0;
  font-family: "Fraunces", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  color: #322247;
}

.team-card {
  padding: 1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--surface);
  display: flex;
  flex-direction: column;
}

.avatar {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #dfd4fa;
  margin-bottom: 0.75rem;
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  font-size: 1.1rem;
}

.team-card h3 {
  margin: 0.2rem 0 0.15rem;
  font-size: 0.98rem;
  color: #362650;
}

.team-linkedin {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.83rem;
  color: #1666c5;
}

.team-linkedin svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.team-linkedin:hover {
  color: #0f4f9a;
}

.team-role {
  margin: 0 0 0.1rem;
  font-size: 0.85rem;
  color: #6546db;
}

.team-meta {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.form {
  margin-top: 1rem;
}

.form-field {
  margin-bottom: 0.9rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 11px;
  border: 1px solid #d8cdf5;
  background: #ffffff;
  color: var(--text);
  font-family: inherit;
  font-size: 0.85rem;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #ab95f0;
  box-shadow: 0 0 0 1px #c5b5f7;
}

.small {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
}

.contact-list li + li {
  margin-top: 0.45rem;
}

.contact-label {
  display: block;
  font-size: 0.78rem;
  color: var(--text-soft);
}

.contact-value {
  font-size: 0.86rem;
}

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

  .nav {
    align-items: flex-start;
  }

  .nav-right {
    gap: 0.35rem;
  }

  .nav-cta {
    font-size: 0.76rem;
    padding: 0.55rem 0.75rem;
  }
}

@media (max-width: 880px) {
  .hero-inner,
  .split,
  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    padding-top: 3.2rem;
  }

  .waterfront-media {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
  }

  .waterfront-text {
    top: 53%;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .header-inner {
    justify-content: space-between;
  }

  .nav {
    position: absolute;
    right: 1.25rem;
    top: 3.4rem;
    width: min(92vw, 25rem);
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    padding: 0.85rem;
  }

  .nav-left,
  .nav-right {
    width: 100%;
    flex-wrap: wrap;
  }

  .nav-left {
    order: 1;
  }

  .nav-right {
    order: 2;
    margin-left: 0;
    padding-top: 0.2rem;
    border-top: 1px solid #e2daf8;
  }

  .nav-link {
    width: auto;
  }

  .club-logo-link {
    margin-right: 0.35rem;
  }

  .nav-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .feature-grid,
  .team-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .partner-ticker-item {
    min-width: 10rem;
  }
}

@media (max-width: 520px) {
  .hero-actions {
    flex-direction: column;
  }

  .waterfront-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .waterfront-actions .btn {
    width: 100%;
  }

  .nav-left {
    flex-direction: column;
    align-items: stretch;
  }

  .social-link {
    width: 32px;
    height: 32px;
  }
}
