/*
Theme Name: Funtastic Charters
Theme URI: https://funtasticcharters.com
Author: Funtastic Charters
Description: Ocean-inspired theme for private snorkeling and sunset charters in Aruba.
Version: 1.0.0
Text Domain: funtastic-charters
*/

:root {
  --fc-ink: #09283d;
  --fc-ink-deep: #061a2a;
  --fc-ocean: #0d6f91;
  --fc-aqua: #45c8c8;
  --fc-sky: #dff6f5;
  --fc-sun: #ffbd37;
  --fc-coral: #ef796b;
  --fc-sand: #fff9ef;
  --fc-paper: #ffffff;
  --fc-muted: #5f7480;
  --fc-line: rgba(9, 40, 61, 0.13);
  --fc-radius: 24px;
  --fc-shadow: 0 22px 70px rgba(6, 26, 42, 0.14);
  --fc-shell: min(1160px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--fc-sand);
  color: var(--fc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  text-rendering: optimizeLegibility;
}

body.admin-bar .fc-site-header {
  top: 32px;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--fc-ocean);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.fc-button {
  cursor: pointer;
}

.fc-shell {
  margin-inline: auto;
  max-width: 1160px;
  width: calc(100% - 48px);
}

.fc-skip-link {
  background: var(--fc-sun);
  color: var(--fc-ink-deep);
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 1000;
}

.fc-skip-link:focus {
  top: 12px;
}

.fc-site-header {
  background: rgba(255, 249, 239, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
}

.fc-topline {
  align-items: center;
  background: var(--fc-ink-deep);
  color: rgba(255, 255, 255, 0.84);
  display: flex;
  font-size: 0.78rem;
  justify-content: space-between;
  letter-spacing: 0.09em;
  padding: 8px max(24px, calc((100vw - 1160px) / 2));
  text-transform: uppercase;
}

.fc-topline a {
  color: var(--fc-sun);
  font-weight: 800;
  text-decoration: none;
}

.fc-nav-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
}

.fc-brand {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  line-height: 0.82;
  text-decoration: none;
}

.fc-brand:hover {
  color: inherit;
}

.fc-brand strong,
.fc-brand span {
  color: var(--fc-ink);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.fc-brand small {
  color: var(--fc-coral);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.31em;
  margin-left: 3px;
  margin-top: 7px;
}

.fc-main-nav {
  align-items: center;
  display: flex;
  gap: 28px;
}

.fc-main-nav a {
  color: var(--fc-ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.fc-main-nav a:not(.fc-button):hover {
  color: var(--fc-ocean);
}

.fc-button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0.01em;
  min-height: 48px;
  padding: 12px 22px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.fc-button:hover {
  color: inherit;
  transform: translateY(-2px);
}

.fc-button--sun {
  background: var(--fc-sun);
  box-shadow: 0 12px 25px rgba(255, 189, 55, 0.25);
  color: var(--fc-ink-deep);
}

.fc-button--sun:hover {
  background: #ffd372;
  color: var(--fc-ink-deep);
  box-shadow: 0 16px 32px rgba(255, 189, 55, 0.34);
}

.fc-button--light {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
}

.fc-button--light:hover {
  background: #fff;
  color: var(--fc-ink);
}

.fc-button--ocean {
  background: var(--fc-ocean);
  color: #fff;
}

.fc-button--ocean:hover {
  background: #095875;
  color: #fff;
}

.fc-menu-toggle {
  background: transparent;
  border: 1px solid var(--fc-line);
  border-radius: 50%;
  color: var(--fc-ink);
  display: none;
  height: 44px;
  padding: 9px;
  width: 44px;
}

.fc-menu-toggle svg {
  height: 24px;
  width: 24px;
}

.fc-hero {
  background: var(--fc-ink-deep);
  color: #fff;
  min-height: 710px;
  overflow: hidden;
  position: relative;
}

.fc-hero::before {
  background: linear-gradient(104deg, rgba(6, 26, 42, 0.98) 0%, rgba(6, 26, 42, 0.88) 38%, rgba(6, 26, 42, 0.25) 100%), url("assets/images/flyer-sunset-charters.jpg") center / cover;
  content: "";
  inset: 0;
  opacity: 0.92;
  position: absolute;
}

.fc-hero::after {
  background: radial-gradient(circle at 72% 20%, rgba(69, 200, 200, 0.4), transparent 32%), linear-gradient(180deg, transparent 70%, rgba(6, 26, 42, 0.82) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fc-hero__inner {
  align-items: center;
  display: flex;
  min-height: 710px;
  position: relative;
  z-index: 1;
}

.fc-hero__copy {
  max-width: 700px;
  padding: 80px 0 110px;
}

.fc-kicker {
  align-items: center;
  color: var(--fc-sun);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.fc-kicker::before {
  background: var(--fc-sun);
  border-radius: 999px;
  content: "";
  height: 3px;
  width: 31px;
}

.fc-hero h1 {
  font-size: clamp(3rem, 7vw, 6.5rem);
  letter-spacing: -0.08em;
  line-height: 0.92;
  margin: 0;
  max-width: 760px;
}

.fc-hero h1 em {
  color: var(--fc-sun);
  font-family: Georgia, serif;
  font-size: 0.88em;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.fc-hero__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
  margin: 28px 0 32px;
  max-width: 595px;
}

.fc-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fc-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.fc-note {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  padding: 7px 12px;
}

.fc-hero__seal {
  bottom: 64px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.fc-seal {
  align-items: center;
  background: var(--fc-coral);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.68rem;
  font-weight: 900;
  height: 146px;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.2;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(9deg);
  width: 146px;
}

.fc-seal strong {
  color: var(--fc-sun);
  display: block;
  font-family: Georgia, serif;
  font-size: 1.75rem;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: none;
}

.fc-section {
  padding: 110px 0;
}

.fc-section--tight {
  padding: 72px 0;
}

.fc-section--dark {
  background: var(--fc-ink-deep);
  color: #fff;
}

.fc-section--ocean {
  background: var(--fc-ocean);
  color: #fff;
}

.fc-section--sand {
  background: var(--fc-sand);
}

.fc-section__heading {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 46px;
}

.fc-section__heading > div {
  max-width: 680px;
}

.fc-section h2,
.fc-content-wrap h2 {
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  letter-spacing: -0.07em;
  line-height: 0.98;
  margin: 0 0 18px;
}

.fc-section h3,
.fc-content-wrap h3 {
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.fc-section__description {
  color: var(--fc-muted);
  font-size: 1.08rem;
  margin: 0;
  max-width: 640px;
}

.fc-section--dark .fc-section__description,
.fc-section--ocean .fc-section__description {
  color: rgba(255, 255, 255, 0.73);
}

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

.fc-experience-card {
  background: #fff;
  border: 1px solid var(--fc-line);
  border-radius: var(--fc-radius);
  box-shadow: 0 14px 44px rgba(6, 26, 42, 0.07);
  overflow: hidden;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.fc-experience-card:hover {
  box-shadow: var(--fc-shadow);
  transform: translateY(-5px);
}

.fc-experience-card__image {
  aspect-ratio: 16 / 9;
  background: var(--fc-sky);
  overflow: hidden;
}

.fc-experience-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.fc-experience-card:hover img {
  transform: scale(1.035);
}

.fc-experience-card__body {
  padding: 30px;
}

.fc-experience-card__body h3 {
  font-size: 1.75rem;
  margin: 0 0 10px;
}

.fc-experience-card__body p {
  color: var(--fc-muted);
  margin: 0 0 20px;
}

.fc-text-link {
  color: var(--fc-ocean);
  font-weight: 850;
  text-decoration: none;
}

.fc-text-link::after {
  content: "  ↗";
}

.fc-intro-grid {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.75fr 1.25fr;
}

.fc-intro-grid__aside {
  color: var(--fc-ocean);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fc-intro-grid__content p {
  color: var(--fc-muted);
  font-size: clamp(1.24rem, 2.4vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
  margin: 0;
}

.fc-stats {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fc-stat {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 28px 20px;
}

.fc-stat:last-child {
  border-right: 0;
}

.fc-stat strong {
  color: var(--fc-sun);
  display: block;
  font-size: 1.08rem;
  margin-bottom: 3px;
}

.fc-stat span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.fc-split {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 1fr;
}

.fc-split__image {
  border-radius: var(--fc-radius);
  box-shadow: var(--fc-shadow);
  overflow: hidden;
  position: relative;
}

.fc-split__image img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.fc-split__image::after {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: calc(var(--fc-radius) - 9px);
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
}

.fc-check-list {
  list-style: none;
  margin: 28px 0 32px;
  padding: 0;
}

.fc-check-list li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin: 14px 0;
}

.fc-check-list li::before {
  align-items: center;
  background: var(--fc-aqua);
  border-radius: 50%;
  color: var(--fc-ink-deep);
  content: "✓";
  display: inline-flex;
  flex: 0 0 23px;
  font-size: 0.78rem;
  font-weight: 900;
  height: 23px;
  justify-content: center;
  margin-top: 3px;
  width: 23px;
}

.fc-split p {
  color: var(--fc-muted);
}

.fc-quote {
  border-left: 3px solid var(--fc-coral);
  color: var(--fc-ink);
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.35;
  margin: 30px 0 0;
  padding-left: 20px;
}

.fc-photo-strip {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.25fr 0.75fr;
}

.fc-photo-strip figure {
  border-radius: var(--fc-radius);
  margin: 0;
  overflow: hidden;
}

.fc-photo-strip figure:first-child {
  grid-row: span 2;
}

.fc-photo-strip img {
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  width: 100%;
}

.fc-photo-strip figcaption {
  background: var(--fc-ink);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  padding: 9px 13px;
}

.fc-cta {
  align-items: center;
  background: linear-gradient(115deg, var(--fc-coral), #f1944b);
  border-radius: var(--fc-radius);
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  overflow: hidden;
  padding: 46px 52px;
  position: relative;
}

.fc-cta::after {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
  height: 270px;
  position: absolute;
  right: -78px;
  top: -120px;
  width: 270px;
}

.fc-cta h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.fc-cta .fc-button {
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.fc-page-hero {
  background: linear-gradient(120deg, var(--fc-ink-deep), var(--fc-ocean));
  color: #fff;
  overflow: hidden;
  padding: 95px 0 90px;
  position: relative;
}

.fc-page-hero::after {
  background: radial-gradient(circle at 80% 30%, rgba(69, 200, 200, 0.35), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fc-page-hero .fc-shell {
  position: relative;
  z-index: 1;
}

.fc-page-hero h1 {
  font-size: clamp(2.7rem, 6vw, 5.3rem);
  letter-spacing: -0.08em;
  line-height: 0.95;
  margin: 0;
  max-width: 800px;
}

.fc-page-hero__intro {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.16rem;
  margin: 22px 0 0;
  max-width: 650px;
}

.fc-content-wrap {
  margin: 0 auto;
  max-width: 920px;
  padding: 88px 0 110px;
  width: calc(100% - 48px);
}

.fc-content-wrap > *:first-child {
  margin-top: 0;
}

.fc-content-wrap p,
.fc-content-wrap li {
  color: var(--fc-muted);
}

.fc-content-wrap h2 {
  margin-top: 60px;
}

.fc-content-wrap h3 {
  font-size: 1.65rem;
  margin-top: 42px;
}

.fc-content-wrap a {
  color: var(--fc-ocean);
  font-weight: 700;
}

.fc-content-wrap ul {
  padding-left: 1.2rem;
}

.fc-content-wrap details {
  border-bottom: 1px solid var(--fc-line);
  padding: 19px 0;
}

.fc-content-wrap summary {
  color: var(--fc-ink);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
}

.fc-content-wrap details p {
  margin-bottom: 0;
  padding: 8px 0 0 22px;
}

.fc-form-shell {
  background: #fff;
  border: 1px solid var(--fc-line);
  border-radius: var(--fc-radius);
  box-shadow: var(--fc-shadow);
  padding: clamp(24px, 5vw, 52px);
}

.fc-form-intro {
  margin-bottom: 32px;
}

.fc-form-intro h2 {
  margin-top: 0;
}

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

.fc-form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

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

.fc-form-field label {
  color: var(--fc-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.fc-form-field input,
.fc-form-field select,
.fc-form-field textarea {
  background: #fff;
  border: 1px solid rgba(9, 40, 61, 0.22);
  border-radius: 12px;
  color: var(--fc-ink);
  min-height: 49px;
  padding: 12px 14px;
  width: 100%;
}

.fc-form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.fc-form-field input:focus,
.fc-form-field select:focus,
.fc-form-field textarea:focus,
.fc-menu-toggle:focus,
.fc-button:focus {
  outline: 3px solid rgba(69, 200, 200, 0.55);
  outline-offset: 2px;
}

.fc-form-consent {
  align-items: flex-start;
  color: var(--fc-muted);
  display: flex;
  font-size: 0.84rem;
  gap: 10px;
  grid-column: 1 / -1;
}

.fc-form-consent input {
  flex: 0 0 auto;
  margin-top: 5px;
}

.fc-form-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  grid-column: 1 / -1;
  margin-top: 4px;
}

.fc-form-note {
  color: var(--fc-muted);
  font-size: 0.83rem;
  margin: 0;
}

.fc-alert {
  border-radius: 13px;
  margin: 0 0 26px;
  padding: 14px 17px;
}

.fc-alert--success {
  background: #e4f7ef;
  color: #17633f;
}

.fc-alert--error {
  background: #fff0e9;
  color: #8c321b;
}

.fc-honeypot {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.fc-contact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-contact-card {
  background: #fff;
  border: 1px solid var(--fc-line);
  border-radius: 18px;
  padding: 24px;
}

.fc-contact-card small {
  color: var(--fc-ocean);
  display: block;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.fc-contact-card a,
.fc-contact-card strong {
  color: var(--fc-ink);
  font-size: 1.04rem;
  text-decoration: none;
}

.fc-site-footer {
  background: var(--fc-ink-deep);
  color: #fff;
  padding: 64px 0 28px;
}

.fc-footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.fc-footer-grid p {
  color: rgba(255, 255, 255, 0.62);
  max-width: 360px;
}

.fc-site-footer .fc-brand span {
  color: #fff;
}

.fc-site-footer h3 {
  color: var(--fc-sun);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  margin: 4px 0 18px;
  text-transform: uppercase;
}

.fc-footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fc-footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.fc-footer-links a:hover {
  color: var(--fc-sun);
}

.fc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  margin-top: 54px;
  padding-top: 20px;
}

.fc-footer-bottom p {
  margin: 0;
}

@media (max-width: 850px) {
  .fc-menu-toggle {
    display: block;
  }

  .fc-main-nav {
    background: var(--fc-sand);
    border-bottom: 1px solid var(--fc-line);
    box-shadow: 0 25px 40px rgba(6, 26, 42, 0.1);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 15px 24px 25px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .fc-main-nav.is-open {
    display: flex;
  }

  .fc-main-nav a {
    border-bottom: 1px solid var(--fc-line);
    padding: 14px 0;
    width: 100%;
  }

  .fc-main-nav .fc-button {
    border: 0;
    margin-top: 14px;
    width: 100%;
  }

  .fc-intro-grid,
  .fc-split {
    gap: 35px;
    grid-template-columns: 1fr;
  }

  .fc-split__image {
    max-width: 700px;
  }

  .fc-hero__seal {
    bottom: 36px;
    right: 24px;
  }

  .fc-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fc-footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  :root {
    --fc-shell: calc(100% - 36px);
  }

  .fc-shell,
  .fc-content-wrap {
    width: calc(100% - 36px);
  }

  .fc-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding-inline: 18px;
  }

  .fc-nav-wrap {
    min-height: 72px;
  }

  .fc-brand span {
    font-size: 1.2rem;
  }

  .fc-hero,
  .fc-hero__inner {
    min-height: 720px;
  }

  .fc-hero__copy {
    padding: 70px 0 120px;
  }

  .fc-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.7rem);
  }

  .fc-hero__seal {
    bottom: 23px;
    right: 8px;
    transform: scale(0.8) rotate(9deg);
    transform-origin: bottom right;
  }

  .fc-section {
    padding: 78px 0;
  }

  .fc-section__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
  }

  .fc-experience-grid,
  .fc-form-grid,
  .fc-contact-grid,
  .fc-footer-grid {
    grid-template-columns: 1fr;
  }

  .fc-form-field--full,
  .fc-form-consent,
  .fc-form-actions {
    grid-column: auto;
  }

  .fc-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .fc-stat:nth-child(2) {
    border-right: 0;
  }

  .fc-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .fc-photo-strip {
    grid-template-columns: 1fr;
  }

  .fc-photo-strip figure:first-child {
    grid-row: auto;
  }

  .fc-photo-strip img {
    min-height: 0;
  }

  .fc-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 26px;
  }

  .fc-page-hero {
    padding: 70px 0;
  }

  .fc-content-wrap {
    padding: 65px 0 80px;
  }
}
