:root {
  --ink: #172126;
  --muted: #54616b;
  --blue: #007ebd;
  --blue-dark: #035e8f;
  --blue-soft: #d9f3ff;
  --foam: #f4fbff;
  --sand: #f8f2e8;
  --sun: #e3a64b;
  --card: rgba(255, 255, 255, 0.82);
  --line: rgba(23, 33, 38, 0.12);
  --shadow: 0 22px 60px rgba(33, 87, 110, 0.15);
  --radius: 8px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fbff 0%, #d9f3ff 34%, #f8f2e8 100%);
  font-family: var(--sans);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(248, 251, 255, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: var(--serif);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brand-empty {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nav {
  display: flex;
  gap: 18px;
  margin-left: auto;
  font-size: 14px;
}

.nav a,
.header-cta {
  text-decoration: none;
}

.nav a:hover {
  color: var(--blue-dark);
}

.header-cta {
  padding: 9px 14px;
  border: 1px solid var(--blue);
  border-radius: 7px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 62px) 0;
  scroll-margin-top: 86px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: min(760px, calc(100vh - 76px));
}

.hero-copy {
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  overflow-wrap: anywhere;
}

h1 {
  font-size: clamp(42px, 6vw, 76px);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 720px;
  margin: 24px auto 16px;
  font-size: clamp(18px, 2.1vw, 22px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  border: 1px solid var(--blue);
  background: var(--blue);
  color: #fff;
}

.button-secondary {
  border: 1px solid rgba(0, 126, 189, 0.42);
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue-dark);
}

.social-button {
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  text-transform: none;
}

.social-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: currentColor;
}

.hero-image {
  margin: 0;
  display: flex;
  justify-content: center;
}

.hero-image img,
.photo-row img,
.mission-grid img,
.person img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: rgba(255, 255, 255, 0.58);
  object-fit: contain;
  object-position: center;
}

.hero-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 620px;
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 22px;
  text-align: center;
}

.section-heading.narrow {
  max-width: 820px;
}

.section-heading p:not(.eyebrow) {
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 18px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
}

.copy-block {
  font-size: 18px;
}

.copy-block p:first-child {
  margin-top: 0;
}

.feature-grid,
.program-grid,
.package-grid,
.compare-grid,
.price-grid {
  display: grid;
  gap: 12px;
}

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

.feature-grid article,
.program-card,
.package-card,
.compare-card,
.price-card,
.team-note,
.ocean-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: 0 12px 34px rgba(33, 87, 110, 0.08);
}

.feature-grid article,
.program-card,
.package-card,
.compare-card,
.team-note {
  padding: 18px;
}

.feature-grid p,
.program-card p,
.package-card p,
.price-card p {
  margin: 10px 0 0;
}

.feature-grid p,
.program-card p,
.package-card p,
.compare-card li,
.price-card p,
.person li {
  color: var(--muted);
}

.photo-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  margin-top: 14px;
}

.photo-row img {
  width: 100%;
  height: clamp(240px, 30vw, 360px);
}

.program-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.program {
  padding-bottom: clamp(28px, 4vw, 52px);
}

.ocean-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(217,243,255,0.82));
}

.ocean {
  padding-top: clamp(28px, 4vw, 52px);
}

.prices,
.team,
.mission {
  padding-top: clamp(30px, 4.5vw, 56px);
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
  display: flex;
  flex-direction: column;
}

.date,
.surf-days,
.from {
  font-weight: 800;
}

.date {
  color: var(--blue-dark);
  text-transform: uppercase;
}

.from {
  margin-top: auto;
  color: var(--blue-dark);
  font-size: 24px;
}

.note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  text-align: center;
}

.compare-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

li + li {
  margin-top: 8px;
}

.price-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.price-tabs button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 126, 189, 0.32);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--blue-dark);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
}

.price-tabs button.active {
  background: var(--blue);
  color: #fff;
}

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

.price-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px;
}

.price-card strong {
  color: var(--blue-dark);
  font-size: 20px;
  text-align: right;
}

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

.person {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.person img {
  width: 100%;
  height: 340px;
  border-radius: 0;
  box-shadow: none;
}

.person div {
  padding: 20px;
}

.team-note {
  margin-top: 14px;
  text-align: center;
}

.team-note p {
  max-width: 900px;
  margin: 0 auto;
}

.mission-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.mission-grid p {
  font-size: 18px;
}

.mission-grid img {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.final-cta {
  width: 100%;
  max-width: none;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 126, 189, 0.10), rgba(248, 242, 232, 0.72));
}

.final-actions {
  align-items: center;
}

.final-actions .button-primary {
  padding-left: 26px;
  padding-right: 26px;
}

.final-cta h2,
.final-cta p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta > p:not(.eyebrow) {
  font-size: 20px;
}

.small {
  color: var(--muted);
  font-size: 15px !important;
}

footer {
  padding: 20px 18px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero,
  .split,
  .ocean-panel,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .hero-image {
    order: -1;
  }

  .hero-image img {
    max-height: 520px;
  }

  .feature-grid,
  .program-grid,
  .package-grid,
  .compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
  }

  .brand {
    font-size: 15px;
  }

  .header-cta {
    margin-left: auto;
    padding: 8px 10px;
    font-size: 12px;
  }

  .section {
    width: min(100% - 28px, 1160px);
    padding: 28px 0;
    scroll-margin-top: 76px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  .lead,
  .copy-block,
  .mission-grid p {
    font-size: 16px;
  }

  .actions,
  .price-tabs {
    flex-direction: column;
  }

  .button,
  .price-tabs button {
    width: 100%;
  }

  .feature-grid,
  .program-grid,
  .package-grid,
  .compare-grid,
  .photo-row {
    grid-template-columns: 1fr;
  }

  .photo-row img {
    height: auto;
    max-height: 360px;
  }

  .price-card {
    flex-direction: column;
  }

  .price-card strong {
    text-align: left;
    white-space: normal;
  }

  .person img {
    height: 280px;
  }
}
