/* Nancy Tours Costa Rica — Sobre Nancy page */

.np-eye {
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 700;
  color: #b5532e;
  margin-bottom: 24px;
}

/* Portrait hero */
.np-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.np-hero-bg {
  position: absolute;
  inset: 0;
  background-position: center 25%;
}
.np-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,10,0.4) 0%, rgba(13,13,10,0.92) 100%);
}
.np-hero-inner {
  position: absolute;
  bottom: 88px;
  left: 48px;
  right: 48px;
  color: #faf5e7;
  max-width: 760px;
}
.np-hero-eye {
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(250,245,231,0.3);
  border-radius: 999px;
  margin-bottom: 20px;
}
.np-hero-h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 168px;
  line-height: 0.85;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0;
  color: #faf5e7;
}
.np-hero-sub {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 24px;
  font-weight: 400;
  color: rgba(250,245,231,0.85);
}
.np-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 36px;
  margin-top: 36px;
}
.np-stat {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  border-left: 2px solid #b5532e;
}
.np-stat strong {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.np-stat span {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(250,245,231,0.6);
  margin-top: 4px;
  text-transform: uppercase;
}

/* Story chapters */
.np-story {
  padding: 96px 48px;
  background: #faf5e7;
  max-width: 1180px;
  margin: 0 auto;
}
.np-chapter {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 56px;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid rgba(31,58,43,0.1);
  align-items: flex-start;
}
.np-chapter:last-child { border-bottom: none; margin-bottom: 0; }
.np-chap-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #b5532e;
  letter-spacing: -0.04em;
  line-height: 1;
}
.np-chap-h {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 18px;
  color: #1a160e;
  text-wrap: pretty;
}
.np-chap-p {
  font-size: 17px;
  line-height: 1.7;
  color: #3a3328;
  max-width: 720px;
  margin: 0;
  text-wrap: pretty;
}
.np-chap-quote {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-style: italic;
  color: #1f3a2b;
  margin: 0;
  max-width: 720px;
  text-wrap: pretty;
}

/* Credentials */
.np-credentials {
  background: #1a160e;
  color: #faf5e7;
  padding: 96px 48px;
}
.np-credentials .np-eye { color: #b5532e; }
.np-credentials-inner { max-width: 1180px; margin: 0 auto; }
.np-cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.np-cred-card {
  background: rgba(250,245,231,0.04);
  border: 1px solid rgba(250,245,231,0.12);
  padding: 28px;
}
.np-cred-yr {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #b5532e;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.np-cred-t {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.np-cred-d {
  font-size: 12px;
  color: rgba(250,245,231,0.6);
  line-height: 1.6;
}

/* Equipment */
.np-equipment {
  background: #faf5e7;
  padding: 96px 48px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 56px;
}
.np-eq-h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #1a160e;
  margin: 8px 0 20px;
}
.np-eq-p {
  font-size: 16px;
  line-height: 1.6;
  color: #3a3328;
  max-width: 380px;
}
.np-eq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.np-eq-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(31,58,43,0.1);
}
.np-eq-item:last-child { border-bottom: none; padding-bottom: 0; }
.np-eq-icon {
  font-size: 32px;
  color: #b5532e;
  text-align: center;
  line-height: 1;
}
.np-eq-t {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.np-eq-d {
  font-size: 13px;
  line-height: 1.55;
  color: #6b6256;
}

/* Gallery */
.np-gallery {
  background: #faf5e7;
  padding: 40px 48px 96px;
}
.np-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  gap: 24px;
}
.np-gallery-link {
  font-size: 13px;
  font-weight: 700;
  color: #b5532e;
  text-decoration: none;
}
.np-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.np-gallery-cell {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}
.np-gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent, rgba(13,13,10,0.85));
  color: #faf5e7;
  padding: 40px 18px 16px;
}
.np-gallery-t {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.np-gallery-loc {
  font-size: 12px;
  opacity: 0.75;
}

/* Testimonial */
.np-testi {
  background: #1f3a2b;
  color: #faf5e7;
  padding: 96px 48px;
  position: relative;
  overflow: hidden;
}
.np-testi-bg {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  overflow: hidden;
  pointer-events: none;
}
.np-testi-bg img {
  position: absolute;
  right: -100px;
  top: -40px;
  width: 600px;
  height: auto;
}
.np-testi-inner {
  position: relative;
  max-width: 900px;
}
.np-testi .np-eye { color: #b5532e; }
.np-testi-q {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 32px;
  line-height: 1.4;
  color: #faf5e7;
  margin: 20px 0 32px;
  font-style: italic;
  font-weight: 400;
  text-wrap: pretty;
}
.np-testi-attr {
  font-size: 14px;
  color: rgba(250,245,231,0.85);
}
.np-testi-attr span { opacity: 0.7; }

/* CTA */
.np-cta {
  background: #b5532e;
  color: #faf5e7;
  padding: 80px 48px;
  text-align: center;
}
.np-cta-h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
  color: #faf5e7;
}
.np-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px) {
  .np-hero-h1 { font-size: 120px; }
  .np-hero-stats { gap: 24px; }
  .np-cred-grid { grid-template-columns: 1fr 1fr; }
  .np-equipment { grid-template-columns: 1fr; gap: 32px; }
  .np-gallery-grid { grid-template-columns: 1fr 1fr; }
  .np-eq-h2 { font-size: 40px; }
}
@media (max-width: 720px) {
  .np-hero { min-height: 80vh; }
  .np-hero-inner { bottom: 48px; left: 20px; right: 20px; }
  .np-hero-h1 { font-size: 88px; }
  .np-hero-sub { font-size: 16px; }
  .np-hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
  }
  .np-stat strong { font-size: 22px; }
  .np-story { padding: 56px 20px; }
  .np-chapter { grid-template-columns: 60px 1fr; gap: 16px; padding-bottom: 32px; margin-bottom: 32px; }
  .np-chap-num { font-size: 36px; }
  .np-chap-h { font-size: 26px; }
  .np-chap-p, .np-chap-quote { font-size: 16px; }
  .np-credentials, .np-equipment, .np-gallery, .np-testi, .np-cta { padding: 56px 20px; }
  .np-cred-grid { grid-template-columns: 1fr; }
  .np-eq-h2 { font-size: 32px; }
  .np-gallery-grid { grid-template-columns: 1fr; }
  .np-testi-q { font-size: 22px; }
  .np-cta-h2 { font-size: 36px; }
  .np-cta-actions { flex-direction: column; }
  .np-cta-actions .nt-btn { width: 100%; justify-content: center; }
}
