
/* =========================================================
   NEW YORK PARTY YACHT - SEO CHARTER LANDING PAGES
   Shared by the five charter service pages.
   ========================================================= */

.charter-page-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.charter-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(4,17,29,.92) 0%, rgba(4,17,29,.72) 45%, rgba(4,17,29,.22) 78%, rgba(4,17,29,.12) 100%);
}
.charter-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.charter-page-hero .container {
  position: relative;
  z-index: 2;
}
.charter-page-hero-copy {
  max-width: 760px;
  padding: 105px 0;
}
.charter-page-hero .eyebrow { color: #a8dcfa; }
.charter-page-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 6.2vw, 6.2rem);
}
.charter-page-hero p {
  max-width: 690px;
  margin: 26px 0 32px;
  color: rgba(255,255,255,.82);
  font-size: 1.15rem;
}
.charter-page-hero .hero-actions { display:flex; flex-wrap:wrap; gap:12px; }

.intent-strip {
  padding: 25px 0;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
.intent-strip .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 25px;
}
.intent-strip span {
  color: #667684;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.charter-intro { background: var(--cream); }
.charter-intro-grid,
.charter-detail-grid,
.photo-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.charter-intro-copy p,
.charter-detail-copy p,
.photo-story-copy p { margin-bottom: 19px; }
.charter-intro-copy .lead,
.charter-detail-copy .lead,
.photo-story-copy .lead {
  color: var(--navy);
  font-size: 1.14rem;
  font-weight: 600;
}
.charter-intro-card {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.charter-intro-card h3 {
  margin-bottom: 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
}
.quick-facts { display:grid; gap:0; list-style:none; }
.quick-facts li {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
  border-top:1px solid var(--border);
}
.quick-facts li:last-child { border-bottom:1px solid var(--border); }
.quick-facts strong { color:var(--navy); }
.quick-facts span { color:var(--muted); text-align:right; }

.use-cases { background: var(--sky); }
.use-case-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.use-case-card {
  min-height: 270px;
  padding: 30px;
  border:1px solid rgba(7,26,43,.10);
  border-radius:var(--radius);
  background:rgba(255,255,255,.8);
}
.use-case-card span {
  color:var(--blue);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.use-case-card h3 {
  margin:68px 0 13px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:1.7rem;
}

/* Requested section 4: two side-by-side photographs */
.photo-story { background: var(--white); }
.side-by-side-photos {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.side-by-side-photos figure { margin:0; }
.side-by-side-photos img {
  width:100%;
  height:470px;
  object-fit:cover;
  border-radius:var(--radius);
}
.side-by-side-photos figure:nth-child(2) { margin-top:55px; }
.side-by-side-photos figcaption {
  margin-top:11px;
  color:#73818c;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.planning-section { background:var(--navy); }
.planning-section h2,
.planning-section h3 { color:var(--white); }
.planning-section p { color:rgba(255,255,255,.72); }
.planning-section .eyebrow { color:#8ed1f5; }
.planning-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:42px;
}
.planning-card {
  padding:30px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--radius);
}
.planning-card > span {
  color:var(--gold);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.10em;
}
.planning-card h3 { margin:30px 0 12px; }

.related-charters { background:var(--cream); }
.related-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.related-card {
  display:block;
  padding:25px;
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:var(--white);
}
.related-card small {
  display:block;
  margin-bottom:25px;
  color:var(--blue);
  font-weight:700;
  letter-spacing:.08em;
}
.related-card h3 { margin-bottom:10px; font-size:1.25rem; }

.page-faq details { border-top:1px solid var(--border); }
.page-faq details:last-child { border-bottom:1px solid var(--border); }
.page-faq summary {
  padding:23px 0;
  color:var(--navy);
  font-weight:700;
  font-size:1.08rem;
  cursor:pointer;
}
.page-faq details p { max-width:900px; padding:0 0 24px; }

.charter-cta {
  padding:72px 0;
  background:var(--blue);
}
.charter-cta .container {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
}
.charter-cta h2 { margin:0; color:var(--white); font-size:clamp(2rem,4vw,3.5rem); }
.charter-cta p { margin-top:12px; color:rgba(255,255,255,.78); }

@media (max-width: 1000px) {
  .charter-intro-grid,.charter-detail-grid,.photo-story-grid { gap:40px; }
  .related-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 860px) {
  .charter-page-hero { min-height:620px; }
  .charter-intro-grid,.charter-detail-grid,.photo-story-grid { grid-template-columns:1fr; }
  .use-case-grid,.planning-grid { grid-template-columns:1fr; }
  .photo-story-copy { order:-1; }
  .charter-cta .container { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 620px) {
  .charter-page-hero-copy { padding:82px 0; }
  .charter-page-hero::after { background:rgba(4,17,29,.72); }
  .charter-page-hero .hero-actions .btn { width:100%; }
  .side-by-side-photos { grid-template-columns:1fr; }
  .side-by-side-photos img { height:350px; }
  .side-by-side-photos figure:nth-child(2) { margin-top:0; }
  .related-grid { grid-template-columns:1fr; }
  .quick-facts li { align-items:flex-start; flex-direction:column; gap:5px; }
  .quick-facts span { text-align:left; }
}
