/*
 * Koraput Holidays — professional visual layer
 * Edit the color and spacing tokens below to update the whole site.
 */
:root {
  --ink: #16231f;
  --muted: #66716c;
  --line: #dfe5e1;
  --paper: #f7f8f5;
  --white: #ffffff;
  --sun: #b96f32;
  --earth: #693d27;
  --river: #587e7c;
  --leaf: #1f5142;
  --gold: #c69a5b;
  --shadow: 0 24px 70px rgba(19, 42, 34, 0.1);
  --radius: 18px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1,
h2 {
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 { font-size: clamp(2.8rem, 5vw, 5.25rem); }
h2 { font-size: clamp(2.1rem, 3.6vw, 3.7rem); }
h3 { font-size: 1.24rem; letter-spacing: -.015em; }

.section,
.nav-shell { width: min(1240px, calc(100% - 40px)); }

.eyebrow {
  margin-bottom: 1rem;
  color: var(--leaf);
  font-size: .72rem;
  letter-spacing: .19em;
}

.site-header {
  border-bottom: 1px solid rgba(22, 35, 31, .08);
  background: rgba(247, 248, 245, .92);
  backdrop-filter: blur(20px) saturate(140%);
}

.nav-shell { min-height: 82px; }
.brand { gap: .85rem; font-size: .95rem; letter-spacing: -.01em; }
.brand img { width: 50px; height: 50px; border: 1px solid rgba(31,81,66,.12); }
.nav-links { border-radius: 14px; }
.nav-links a { color: #53605a; font-size: .88rem; font-weight: 650; }
.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active { color: var(--leaf); background: rgba(31, 81, 66, .07); }
.nav-links .nav-cta { border-radius: 999px; background: var(--leaf); box-shadow: none; }
.nav-links .nav-whatsapp {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}

.hero {
  min-height: auto;
  padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(4rem, 8vw, 7.5rem);
  gap: clamp(2.5rem, 5vw, 5.5rem);
}

.hero-copy::before { display: none; }
.hero h1 { max-width: 720px; }
.hero-text {
  max-width: 560px;
  margin: 1.55rem 0 1.8rem;
  color: #5f6c66;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}

.hero-actions { gap: .8rem; }
.btn {
  min-height: 50px;
  padding: .8rem 1.25rem;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 750;
}
.primary { background: var(--leaf); box-shadow: 0 12px 28px rgba(31, 81, 66, .18); }
.secondary { border-color: #d7ded9; box-shadow: none; }
.social-btn { box-shadow: none; }
.hero-proof { margin-top: 2rem; gap: .7rem; }
.hero-proof span {
  padding: .4rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #66716c;
  font-size: .76rem;
  font-weight: 650;
}
.hero-proof span:not(:last-child)::after { content: "·"; margin-left: .7rem; color: var(--gold); }

.hero-slider {
  min-height: 570px;
  border-radius: 26px;
  box-shadow: 0 30px 90px rgba(16, 43, 36, .2);
}
.hero-slide img { min-height: 570px; }
.hero-slide::after { background: linear-gradient(180deg, transparent 30%, rgba(10,28,22,.86)); }
.slide-caption { left: 2rem; right: 2rem; bottom: 5rem; }
.slide-caption span { color: #e8c796; }
.slide-caption strong { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.slider-arrow { width: 42px; height: 42px; border: 0; background: rgba(255,255,255,.18); }
.slider-dots { left: 2rem; bottom: 2rem; }

.intro-band {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.intro-band div {
  padding: 1.6rem 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.intro-band strong { color: var(--ink); font-size: .92rem; }
.intro-band span { margin-top: .2rem; font-size: .84rem; }

.section-heading { padding: clamp(5rem, 9vw, 8rem) 0 2.2rem; }
.section-heading p { max-width: 650px; color: var(--muted); }
.heading-row { align-items: center; }
.trip-count { border: 0; background: #e8eee9; color: var(--leaf); }

.package-grid { gap: 1.5rem; }
.package-card {
  border: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: none;
}
.package-art { min-height: 260px; }
.package-art img { min-height: 260px; }
.package-body { padding: 1.6rem; }
.package-body h3 { font-size: 1.42rem; }
.package-body > p { line-height: 1.65; }
.pill { margin-bottom: .9rem; background: #edf2ee; color: var(--leaf); }
.place-chip { left: 1rem; bottom: 1rem; border-radius: 999px; font-size: .72rem; box-shadow: none; }
.featured-label { top: 1rem; right: 1rem; background: #b96f32; box-shadow: none; }

.featured-trip {
  border: 0;
  background: #173c31;
  color: var(--white);
  box-shadow: var(--shadow);
}
.featured-trip .package-body { padding: clamp(1.8rem, 4vw, 3.2rem); }
.featured-trip .package-body p,
.featured-trip .package-body li { color: rgba(255,255,255,.7); }
.featured-trip .pill { background: rgba(255,255,255,.1); color: #f0d7b4; }
.featured-trip .trip-meta span { border-color: rgba(255,255,255,.14); color: var(--white); }
.featured-trip .trip-meta small { color: rgba(255,255,255,.5); }
.featured-trip .card-actions { border-color: rgba(255,255,255,.12); }
.featured-trip .card-actions a:first-child { border-color: rgba(255,255,255,.18); background: transparent; color: var(--white); }
.featured-trip .card-actions a:last-child { background: var(--white); color: var(--leaf); }

.trip-meta { gap: .7rem; }
.trip-meta span { padding: .8rem; border-color: #e6ebe7; background: rgba(247,248,245,.6); }
.card-actions { gap: .8rem; }
.card-actions a { min-height: 44px; border-radius: 999px; }
.card-actions a:last-child { background: var(--leaf); }

.destination-section {
  margin-top: clamp(5rem, 9vw, 8rem);
  background: #132f27;
}
.destination-card { border: 1px solid rgba(255,255,255,.1); border-radius: 20px; box-shadow: none; }
.destination-art,
.destination-art img { min-height: 250px; }
.destination-card h3 { font-size: 1.2rem; }

.why-section { padding: clamp(5rem, 9vw, 8rem) 0; gap: 4rem; }
.why-list { gap: 1rem; }
.why-list div { padding: 1.5rem; border-radius: 16px; box-shadow: none; background: var(--white); }
.why-list span { color: var(--gold); }

.contact-panel {
  margin-bottom: 6rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 0;
  border-radius: 24px;
  background: #e9eee9;
  box-shadow: none;
}

.contact-actions {
  align-items: center;
  gap: .75rem;
}

.contact-actions .btn,
.contact-actions .social-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  line-height: 1;
}

.contact-actions .social-links {
  width: auto;
  align-items: center;
  gap: .75rem;
}

.contact-actions .social-button {
  padding: .8rem 1.25rem;
  border-radius: 999px;
  font-size: .88rem;
}

.site-footer { margin-top: 0; background: #10251f; }
.floating-whatsapp,
.floating-instagram { width: 50px; height: 50px; box-shadow: 0 10px 30px rgba(14,35,28,.2); }

/* About page */
.about-hero { padding: clamp(4rem, 8vw, 7rem) 0; background: #edf1ec; }
.about-hero-grid { gap: clamp(3rem, 7vw, 7rem); }
.about-lead { margin: 1.5rem 0 2rem; }
.about-hero-image,
.stranger-image { border-radius: 24px; box-shadow: var(--shadow); }
.about-stat-card { left: 1.5rem; bottom: 1.5rem; border: 0; border-radius: 14px; }
.story-section { padding: clamp(5rem, 9vw, 8rem) 0; gap: 5rem; }
.about-tinted { padding-bottom: 7rem; background: #edf1ec; }
.duration-grid div { padding: 1.5rem; border: 0; border-radius: 14px; }
.stranger-feature { padding: clamp(5rem, 9vw, 8rem) 0; gap: 5rem; }
.services-section { background: #132f27; }
.service-grid { gap: 1rem; }
.service-grid article { padding: 1.7rem; border-radius: 16px; }
.choose-section { padding: clamp(5rem, 9vw, 8rem) 0; gap: 5rem; }
.choose-highlight { border-left-color: var(--gold); background: #eee8de; }
.check-list li { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.values-section { background: #e9eee9; }
.values-grid article { border-top: 0; border-radius: 16px; }

@media (min-width: 920px) {
  .hero { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-trip { grid-column: 1 / -1; grid-template-columns: minmax(380px, 1.05fr) 1fr; }
  .featured-trip .package-art,
  .featured-trip .package-art img { min-height: 100%; }
  .why-list { grid-template-columns: 1fr; }
}

@media (min-width: 1120px) {
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-trip { grid-column: 1 / -1; }
}

@media (max-width: 679px) {
  .section,
  .nav-shell { width: min(100% - 28px, 1240px); }
  .hero { padding-top: 3rem; }
  .hero-slider,
  .hero-slide img { min-height: 480px; }
  .slide-caption { left: 1.25rem; right: 1.25rem; }
  .intro-band div { padding-inline: .25rem; }
  .trip-meta { grid-template-columns: 1fr; }
  .package-body { padding: 1.3rem; }
}

@media (max-width: 420px) {
  .brand { gap: .55rem; font-size: .82rem; }
  .brand img { width: 44px; height: 44px; }
  .nav-button { width: 42px; height: 42px; }

  h1 { font-size: clamp(2.35rem, 12vw, 3rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.5rem); }

  .hero-actions .btn,
  .contact-actions .btn,
  .contact-actions .social-links,
  .contact-actions .social-button {
    width: 100%;
  }

  .hero-slider,
  .hero-slide img { min-height: 430px; }
  .slide-caption { bottom: 4.2rem; }
  .slide-caption strong { font-size: 1.7rem; }
  .slider-arrow { width: 38px; height: 38px; }

  .intro-band div { padding-block: 1.2rem; }
  .package-art,
  .package-art img { min-height: 220px; }
  .card-actions a { flex-basis: 100%; }

  .floating-whatsapp,
  .floating-instagram { right: .75rem; }
}
