/* ═══════════════════════════════════════════════════════════
   home3.css — Sea Change RV v3 design theme
   Loaded alongside styles.css on all "3" pages.
   Image paths are relative to this file (assets/css/).
   ═══════════════════════════════════════════════════════════ */

/* ── Ghost button ───────────────────────────────────────── */

.home-three .button-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.home-three .button-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* ── Footer ─────────────────────────────────────────────── */

.home-three .site-footer {
  background: #0d1420;
}

/* ── Night hero (home3.html) ────────────────────────────── */

.hero-night {
  position: relative;
  min-height: calc(100vh - 82px);
  display: grid;
  place-items: center;
  text-align: center;
}

.hero-night-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(8, 12, 24, 0.6) 0%,
      rgba(8, 12, 24, 0.22) 45%,
      rgba(8, 12, 24, 0.58) 100%),
    url("../images/rv-night-horizontal-milky-way.jpg") center 30% / cover no-repeat;
}

.hero-night-content {
  position: relative;
  z-index: 1;
  padding: 6rem 1rem 8rem;
  max-width: 820px;
  width: 100%;
}

.hero-night-pill {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.4rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 241, 234, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: rgba(245, 241, 234, 0.72);
  font-weight: 700;
}

.hero-night-h1 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 6.5vw, 5.2rem);
  line-height: 1.04;
  color: var(--white);
  margin: 0 0 1.4rem;
  max-width: none;
}

.hero-night-sub {
  font-size: 1.15rem;
  color: rgba(245, 241, 234, 0.72);
  max-width: 52ch;
  margin: 0 auto 2.4rem;
  line-height: 1.65;
}

.hero-night-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Scroll cue ─────────────────────────────────────────── */

.scroll-cue {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(245, 241, 234, 0.4);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scroll-cue-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, rgba(245, 241, 234, 0.45), transparent);
  animation: scroll-drop 1.6s ease-in-out infinite;
}

@keyframes scroll-drop {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 0.8; transform: scaleY(0.6); transform-origin: top; }
}

/* ── Trust band ─────────────────────────────────────────── */

.trust-band {
  background: var(--white);
  padding: 2.5rem 0;
  border-top: 1px solid rgba(36, 55, 70, 0.07);
  border-bottom: 1px solid rgba(36, 55, 70, 0.07);
}

.trust-band-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem 2.4rem;
}

.trust-band-item {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(36, 55, 70, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.trust-band-dot {
  color: var(--sunset);
  font-size: 0.65rem;
}

/* ── Editorial intro ────────────────────────────────────── */

.editorial-intro {
  padding: 7rem 0 5rem;
  background: var(--white);
}

.editorial-intro-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.editorial-intro-inner .eyebrow {
  margin-bottom: 1.4rem;
}

.editorial-pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--navy);
  line-height: 1.25;
  margin: 0 0 1.6rem;
}

.editorial-body {
  color: rgba(29, 29, 29, 0.7);
  font-size: 1.08rem;
  line-height: 1.72;
  max-width: 58ch;
  margin: 0 auto;
}

.editorial-photo-wide {
  margin-top: 4rem;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  max-height: 520px;
}

.editorial-photo-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-height: 520px;
}

/* ── Photo mosaic ───────────────────────────────────────── */

.photo-mosaic-section {
  padding: 1.5rem 0 0;
  background: var(--white);
}

.photo-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 1.1fr;
  gap: 1rem;
}

.photo-mosaic-2 {
  grid-template-columns: 0.85fr 1.15fr;
}

.mosaic-item {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  min-height: 280px;
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

.mosaic-item-tall {
  min-height: 380px;
}

.mosaic-item-tall img {
  min-height: 380px;
}

/* ── Dark services section ──────────────────────────────── */

.services-dark {
  background: var(--navy);
  padding: 6rem 0 5.5rem;
}

.services-dark-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-dark-header .eyebrow {
  color: rgba(245, 241, 234, 0.5);
  margin-bottom: 0.7rem;
}

.services-dark-header h2 {
  color: var(--white);
  max-width: none;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.services-dark-header-cta {
  flex-shrink: 0;
}

.services-dark-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.services-dark-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.service-dark-item {
  padding: 2.2rem 1.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-dark-item:last-child {
  border-right: none;
}

.service-dark-num {
  display: block;
  font-family: var(--serif);
  font-size: 2.6rem;
  color: var(--coastal);
  opacity: 0.55;
  line-height: 1;
  margin-bottom: 1.2rem;
}

.service-dark-item h3 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
  line-height: 1.3;
}

.service-dark-item p {
  color: rgba(245, 241, 234, 0.52);
  font-size: 0.93rem;
  line-height: 1.62;
}

.service-dark-item .clean-list {
  margin-top: 0.2rem;
}

.service-dark-item .clean-list li {
  color: rgba(245, 241, 234, 0.52);
  font-size: 0.9rem;
  line-height: 1.55;
}

.service-dark-item .clean-list li::before {
  background: var(--coastal);
  opacity: 0.7;
  top: 0.6rem;
}

/* Wide item spans full row */
.service-dark-item-wide {
  border-right: none;
  grid-column: 1 / -1;
}

/* ── Full-bleed editorial split ─────────────────────────── */

.editorial-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 640px;
}

.editorial-split-photo {
  overflow: hidden;
}

.editorial-split-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.editorial-split-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4.5rem 5rem 5rem;
  background: var(--sand);
}

.editorial-split-copy .eyebrow {
  margin-bottom: 1rem;
}

.editorial-split-copy h2 {
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  max-width: none;
  margin-bottom: 1.4rem;
}

.editorial-split-copy p {
  color: rgba(29, 29, 29, 0.72);
  margin-bottom: 1rem;
  line-height: 1.7;
}

.outcome-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 2.2rem;
  display: grid;
  gap: 0.75rem;
}

.outcome-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  color: rgba(29, 29, 29, 0.8);
  font-size: 1rem;
}

.outcome-list li::before {
  content: "";
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--sunset);
  margin-top: 0.57rem;
}

/* ── Testimonial band ───────────────────────────────────── */
.testimonial-band {
  background: var(--navy);
  padding: 3.5rem 0;
}

.testimonial-band-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.testimonial-band-photo {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.12);
}

.testimonial-band-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.testimonial-band-content {
  flex: 1;
}

.testimonial-band-stars {
  font-size: 0.95rem;
  color: #d4932a;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.testimonial-band-quote {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(245, 241, 234, 0.82);
  font-style: italic;
}

.testimonial-band-attribution {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.testimonial-band-name {
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--white);
  font-style: normal;
}

.testimonial-band-source {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: rgba(245, 241, 234, 0.4);
  letter-spacing: 0.02em;
}

/* ── Night CTA ──────────────────────────────────────────── */

.cta-night {
  position: relative;
  min-height: 62vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.cta-night-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 29, 36, 0.72), rgba(18, 29, 36, 0.82)),
    url("../images/rv-night-scene-horizontal.jpg") center center / cover no-repeat;
}

.cta-night-panel {
  position: relative;
  z-index: 1;
  padding: 3rem;
  border-radius: var(--radius-xl);
  background: rgba(245, 241, 234, 0.07);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(245, 241, 234, 0.13);
  box-shadow: 0 24px 64px rgba(8, 12, 24, 0.38);
  max-width: 660px;
  width: calc(100% - 2rem);
}

.cta-night-panel .eyebrow {
  color: rgba(245, 241, 234, 0.55);
  margin-bottom: 1rem;
}

.cta-night-panel h2 {
  color: var(--white);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  max-width: none;
  margin-bottom: 0.8rem;
}

.cta-night-panel p {
  color: rgba(245, 241, 234, 0.66);
  margin-bottom: 0;
  line-height: 1.65;
}

.cta-night-panel .cta-row {
  justify-content: center;
}

/* ── Dark page hero (inner pages) ───────────────────────── */

.page-hero-dark {
  position: relative;
  min-height: 52vh;
  display: grid;
  align-items: center;
}

.page-hero-dark-media {
  position: absolute;
  inset: 0;
}

.page-hero-dark-services .page-hero-dark-media {
  background:
    linear-gradient(180deg, rgba(8, 12, 24, 0.72), rgba(8, 12, 24, 0.62)),
    url("../images/rv-scenic-driving.jpg") center 40% / cover no-repeat;
}

.page-hero-dark-contact .page-hero-dark-media {
  background:
    linear-gradient(180deg, rgba(8, 12, 24, 0.68), rgba(8, 12, 24, 0.58)),
    url("../images/rv-night-scenic.jpg") center 35% / cover no-repeat;
}

.page-hero-dark-content {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
  max-width: 680px;
}

.page-hero-dark .eyebrow {
  color: rgba(245, 241, 234, 0.6);
  margin-bottom: 1rem;
}

.page-hero-dark h1 {
  color: var(--white);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  max-width: none;
  margin-bottom: 1.2rem;
}

.page-hero-dark p {
  color: rgba(245, 241, 234, 0.7);
  font-size: 1.06rem;
  line-height: 1.68;
  max-width: 56ch;
}

/* ── About editorial hero (light, centered) ─────────────── */

.page-hero-editorial {
  padding: 6rem 0 5rem;
  background: var(--white);
  text-align: center;
}

.page-hero-editorial .eyebrow {
  margin-bottom: 1.2rem;
}

.page-hero-editorial h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  max-width: 18ch;
  margin: 0 auto 1.4rem;
}

.page-hero-editorial p {
  color: rgba(29, 29, 29, 0.7);
  font-size: 1.08rem;
  max-width: 56ch;
  margin: 0 auto;
  line-height: 1.7;
}

.page-hero-editorial-badge {
  width: 72px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}

/* ── Values editorial grid (about page) ─────────────────── */

.values-editorial {
  background: var(--sand);
  padding: 5rem 0;
}

.values-editorial-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(36, 55, 70, 0.1);
  border-left: 1px solid rgba(36, 55, 70, 0.1);
}

.values-editorial-item {
  padding: 2.8rem 2.5rem;
  border-right: 1px solid rgba(36, 55, 70, 0.1);
  border-bottom: 1px solid rgba(36, 55, 70, 0.1);
}

.values-editorial-num {
  display: block;
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--coastal);
  opacity: 0.6;
  line-height: 1;
  margin-bottom: 1rem;
}

.values-editorial-item h3 {
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 0.6rem;
}

.values-editorial-item p {
  color: rgba(29, 29, 29, 0.68);
  font-size: 0.97rem;
  line-height: 1.65;
}

/* ── What we don't do (services page) ───────────────────── */

.services-exclusions {
  padding: 5rem 0;
  background: var(--sand);
}

.services-exclusions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.services-exclusions-copy h2 {
  margin-bottom: 1.4rem;
}

.services-exclusions-photo {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  min-height: 380px;
}

.services-exclusions-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 380px;
}

/* ── Pre-Trip callout (services page) ───────────────────── */

.pretrip-callout {
  padding: 3.5rem 0;
  background: var(--sand);
  border-bottom: 1px solid rgba(36,55,70,0.08);
}
.pretrip-callout-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.pretrip-callout-inner h2 {
  max-width: none;
  margin-bottom: 0.5rem;
}
.pretrip-callout-inner p {
  color: rgba(29,29,29,0.68);
  max-width: 52ch;
  line-height: 1.68;
}
.pretrip-callout-inner .button {
  flex-shrink: 0;
}
@media (max-width: 720px) {
  .pretrip-callout-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ── Contact page overrides ─────────────────────────────── */

.home-three .contact-method {
  background: transparent;
  border-bottom: 1px solid rgba(36, 55, 70, 0.1);
  border-radius: 0;
  padding: 1rem 0;
  font-size: 1.08rem;
  transition: color 160ms ease;
}

.home-three .contact-method:hover {
  color: var(--coastal);
}

.home-three .contact-method-list {
  margin: 1.2rem 0;
}

/* ── Service area ───────────────────────────────────────── */

.service-area-section {
  padding: 5rem 0;
  background: var(--sand);
}

.service-area-section .eyebrow {
  margin-bottom: 0.8rem;
}

.service-area-section h2 {
  margin-bottom: 1rem;
}

.service-area-section > .container > p {
  color: rgba(29, 29, 29, 0.72);
  max-width: 58ch;
  line-height: 1.68;
  margin-bottom: 1.8rem;
}

.service-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.6rem;
}

.service-area-chip {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(36, 55, 70, 0.09);
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 600;
}

.service-area-note {
  font-size: 0.94rem;
  color: rgba(29, 29, 29, 0.6);
}

/* ── FAQ ─────────────────────────────────────────────────── */

.faq-section {
  padding: 5rem 0;
  background: var(--white);
}

.faq-section .section-heading {
  margin-bottom: 1rem;
}

.faq-list {
  margin-top: 2rem;
  border-top: 1px solid rgba(36, 55, 70, 0.1);
}

.faq-item {
  border-bottom: 1px solid rgba(36, 55, 70, 0.1);
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--navy);
  list-style: none;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--coastal);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 200ms ease;
}

.faq-item[open] > summary::after {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0.2rem 0 1.6rem;
  color: rgba(29, 29, 29, 0.74);
  line-height: 1.72;
  max-width: 72ch;
}

.faq-answer p + p {
  margin-top: 0.8rem;
}

/* ── Contact menu dropdown ──────────────────────────────── */

.contact-menu {
  position: relative;
  display: inline-flex;
}

.contact-menu-trigger {
  gap: 0.5rem;
}

.contact-menu-chevron {
  font-size: 0.85rem;
  line-height: 1;
  display: inline-block;
  transition: transform 180ms ease;
}

.contact-menu-trigger[aria-expanded="true"] .contact-menu-chevron {
  transform: rotate(180deg);
}

.contact-menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  width: min(280px, calc(100vw - 2rem));
  overflow: hidden;
  border: 1px solid rgba(36, 55, 70, 0.12);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 18px 45px rgba(18, 29, 36, 0.14);
}

.contact-menu-panel[hidden] {
  display: none;
}

.contact-menu-panel a,
.contact-menu-panel button {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  border: 0;
  border-bottom: 1px solid rgba(36, 55, 70, 0.07);
  background: transparent;
  color: var(--charcoal);
  padding: 0.85rem 1rem;
  text-align: left;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
  transition: background 140ms ease;
}

.contact-menu-panel a:last-child,
.contact-menu-panel button:last-child {
  border-bottom: 0;
}

.contact-menu-panel a:hover,
.contact-menu-panel button:hover {
  background: rgba(217, 210, 199, 0.4);
}

.contact-menu-panel strong {
  font-size: 0.95rem;
  color: var(--navy);
}

.contact-menu-panel .contact-menu-sub {
  font-size: 0.82rem;
  color: rgba(29, 29, 29, 0.5);
}

/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 980px) {
  .services-dark-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .services-dark-grid,
  .services-dark-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .service-dark-item:nth-child(even) {
    border-right: none;
  }

  .editorial-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .editorial-split-photo {
    min-height: 420px;
  }

  .editorial-split-copy {
    padding: 3.5rem 2rem;
  }

  .testimonial-band-inner {
    gap: 1.75rem;
  }

  .testimonial-band-photo {
    width: 90px;
    height: 90px;
  }

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

  .photo-mosaic .mosaic-item:last-child {
    grid-column: span 2;
  }

  .values-editorial-inner {
    grid-template-columns: 1fr;
  }

  .services-exclusions-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-dark {
    min-height: 44vh;
  }

  .page-hero-editorial {
    padding: 4rem 0 3.5rem;
  }
}

@media (max-width: 720px) {
  .hero-night-h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .editorial-intro {
    padding: 5rem 0 4rem;
  }

  .services-dark-grid,
  .services-dark-grid-3 {
    grid-template-columns: 1fr;
  }

  .service-dark-item {
    border-right: none;
  }

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

  .photo-mosaic .mosaic-item:last-child {
    grid-column: auto;
  }

  .editorial-split-copy {
    padding: 3rem 1.4rem;
  }

  .testimonial-band {
    padding: 2.5rem 0;
  }

  .testimonial-band-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .testimonial-band-photo {
    width: 72px;
    height: 72px;
  }

  .cta-night-panel {
    padding: 2rem 1.4rem;
  }

  .trust-band-item {
    font-size: 0.8rem;
  }

  .values-editorial {
    padding: 3.5rem 0;
  }

  .values-editorial-item {
    padding: 2rem 1.4rem;
  }

  .page-hero-dark-content {
    padding: 3.5rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue-line {
    animation: none;
  }
}
