.inner-hero {
  background: var(--forest);
  color: white;
  padding: 100px clamp(20px, 8vw, 120px);
  text-align: center;
}
.inner-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 8vw, 7rem); line-height: .92; margin: 0 0 22px; }
.inner-hero p:last-child { color: rgba(255,255,255,.7); font-size: 1.1rem; margin: auto; max-width: 680px; }
.page-nav { align-items: center; display: flex; gap: 25px; font-size: .9rem; font-weight: 700; }
.page-nav .active { color: #39735f; }
.tour-list-page { background: var(--cream); display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); padding: 90px clamp(20px,5vw,72px); }
.tour-link-card { background: var(--paper); border-radius: 18px; box-shadow: 0 15px 40px rgba(18,59,50,.08); overflow: hidden; transition: transform .25s; }
.tour-link-card:hover { transform: translateY(-7px); }
.tour-link-card img { height: 270px; }
.tour-link-card div { padding: 26px; }
.tour-link-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; margin: 10px 0; }
.tour-link-card p { color: var(--muted); line-height: 1.6; }
.tour-link-card strong { color: var(--forest); }
.content-page { display: grid; gap: 7vw; grid-template-columns: .85fr 1.15fr; padding: 100px clamp(20px,8vw,120px); }
.content-page img { border-radius: 20px; height: 100%; min-height: 520px; }
.content-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem,5vw,4.7rem); line-height: 1; margin: 0 0 25px; }
.content-copy p { color: var(--muted); font-size: 1.07rem; line-height: 1.8; }
.feature-list { display: grid; gap: 12px; list-style: none; margin: 28px 0; padding: 0; }
.feature-list li { background: var(--cream); border-radius: 10px; font-weight: 700; padding: 15px; }
.tour-detail-hero { min-height: 70vh; position: relative; display: flex; align-items: flex-end; padding: 80px clamp(20px,8vw,120px); color: white; background-position: center; background-size: cover; }
.tour-detail-hero::before { background: linear-gradient(transparent,rgba(5,30,24,.9)); content:""; inset:0; position:absolute; }
.tour-detail-hero>div { max-width: 850px; position: relative; }
.tour-detail-hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem,7vw,6.8rem); line-height:.92; margin:0; }
.tour-details { display:grid; gap:7vw; grid-template-columns:1.1fr .9fr; padding:90px clamp(20px,8vw,120px); }
.tour-details h2 { font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.4rem,4vw,4rem); margin-top:0; }
.tour-details p { color:var(--muted); line-height:1.8; }
.booking-box { background:var(--cream); border-radius:18px; padding:30px; }
.booking-box .header-cta { display:inline-block; margin-top:12px; }
@media(max-width:850px){.page-nav a:not(.header-cta){display:none}.tour-list-page{grid-template-columns:1fr 1fr}.content-page,.tour-details{grid-template-columns:1fr}}
@media(max-width:580px){.tour-list-page{grid-template-columns:1fr}.content-page{padding:70px 20px}.content-page img{min-height:360px}.tour-detail-hero{min-height:620px}}
