/* nature.css — The Valley page */

.page-nature { background: var(--off-black); }

/* HERO */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; z-index: 0; }
.hero__content { position: relative; z-index: 5; padding: 0 4rem 8rem; max-width: 760px; }
.hero__ctas { display: flex; gap: 1.25rem; flex-wrap: wrap; margin-top: 2.5rem; }

/* INTRO */
.nature-intro { background: var(--off-black); padding: var(--section-pad); display: grid; grid-template-columns: 1fr 1fr; gap: 8rem; align-items: center; border-top: 1px solid rgba(200,205,154,.05); }
.nature-intro__chapter { font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(200,205,154,.25); display: block; margin-bottom: 1.75rem; }
.nature-intro__stats { display: flex; flex-direction: column; gap: 2rem; }
.nature-stat { border-left: 1px solid rgba(200,205,154,.1); padding-left: 2rem; }
.nature-stat__num { font-family: var(--serif); font-size: 3rem; font-weight: 400; color: var(--olive-pale); opacity: .55; line-height: 1; display: block; }
.nature-stat__label { font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(200,205,154,.3); margin-top: .3rem; }
.nature-stat__desc { font-size: .83rem; font-weight: 200; line-height: 1.7; color: rgba(200,205,154,.38); margin-top: .4rem; }

/* CHAPTER LABEL */
.chapter-label { padding: 2.5rem 4rem 1rem; background: var(--off-black); display: flex; align-items: center; gap: 1.5rem; }
.chapter-label__line { width: 1px; height: 40px; background: rgba(200,205,154,.15); }
.chapter-label__sub { font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(200,205,154,.3); }
.chapter-label__title { font-family: var(--serif); font-size: 1rem; font-style: italic; color: rgba(200,205,154,.5); }

/* PANORAMIC IMAGE */
.pano { position: relative; overflow: hidden; height: 70vh; min-height: 480px; }
.pano__img { width: 100%; height: 100%; object-fit: cover; }
.pano__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 50%); }
.pano__caption { position: absolute; bottom: 3rem; left: 4rem; z-index: 2; }
.pano__caption-tag { font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(200,205,154,.55); margin-bottom: .6rem; display: block; }
.pano__caption-text { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; font-style: italic; color: var(--white); line-height: 1.3; }

/* IMAGE GRID 3 */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(200,205,154,.04); }
.grid-cell { position: relative; overflow: hidden; min-height: 320px; }
.grid-cell__img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.grid-cell:hover .grid-cell__img { transform: scale(1.05); }
.grid-cell__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 55%); z-index: 1; }
.grid-cell__content { position: absolute; bottom: 1.75rem; left: 1.75rem; z-index: 2; }
.grid-cell__tag { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--olive-pale); margin-bottom: .4rem; display: block; }
.grid-cell__title { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--white); line-height: 1.25; }

/* ASYMMETRIC TEXT + IMAGE */
.asym-section { display: grid; gap: 2px; background: rgba(200,205,154,.04); }
.asym-section--left  { grid-template-columns: 3fr 2fr; }
.asym-section--right { grid-template-columns: 2fr 3fr; }
.asym-visual { position: relative; overflow: hidden; min-height: 520px; }
.asym-visual__img { width: 100%; height: 100%; object-fit: cover; }
.asym-visual__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.45) 0%, transparent 50%); }
.asym-visual__label { position: absolute; bottom: 1.75rem; left: 1.75rem; z-index: 2; font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(200,205,154,.6); }
.asym-text { padding: 4.5rem 4rem; display: flex; flex-direction: column; justify-content: center; background: rgba(255,255,255,.015); }
.asym-text__tag { font-size: .6rem; letter-spacing: .25em; text-transform: uppercase; color: var(--olive-pale); margin-bottom: 1rem; }

/* HERB GRID */
.herb-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(200,205,154,.04); }
.herb-cell { position: relative; overflow: hidden; min-height: 200px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.25rem; }
.herb-cell__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.herb-cell__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72) 0%, transparent 60%); z-index: 1; }
.herb-cell__content { position: relative; z-index: 2; }
.herb-cell__name { font-family: var(--serif); font-size: .95rem; font-weight: 400; color: var(--white); font-style: italic; }
.herb-cell__name-id { font-size: .62rem; letter-spacing: .12em; color: rgba(200,205,154,.45); margin-top: .15rem; }

/* VENUES */
.venue-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(200,205,154,.04); }
.venue-cell { position: relative; overflow: hidden; min-height: 400px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.5rem; }
.venue-cell__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.venue-cell:hover .venue-cell__img { transform: scale(1.04); }
.venue-cell__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.1) 55%, transparent 100%); z-index: 1; }
.venue-cell__content { position: relative; z-index: 2; }
.venue-cell__tag { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--olive-pale); margin-bottom: .5rem; display: block; }
.venue-cell__name { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; color: var(--white); line-height: 1.2; margin-bottom: .5rem; }
.venue-cell__cap { font-size: .72rem; font-weight: 200; color: rgba(200,205,154,.5); }
.venue-cell__desc { font-size: .82rem; font-weight: 200; line-height: 1.65; color: rgba(200,205,154,.45); margin-top: .65rem; }
.venue-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(200,205,154,.04); }
.venue-pair .venue-cell { min-height: 300px; }

/* ATMOSPHERE INTERLUDE */
.atmosphere { background: var(--off-black); }
.atmosphere__inner { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.atmosphere__text { padding: 6rem 5rem; display: flex; flex-direction: column; justify-content: center; background: rgba(255,255,255,.015); }
.atmosphere__time { font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(200,205,154,.25); margin-bottom: 1.5rem; }
.atmosphere__quote { font-family: var(--serif); font-size: clamp(1.6rem,2.8vw,2.4rem); font-weight: 400; font-style: italic; line-height: 1.55; color: var(--white); }
.atmosphere__quote em { color: var(--olive-pale); font-style: normal; }
.atmosphere__body { font-size: .88rem; font-weight: 200; line-height: 1.9; color: rgba(200,205,154,.42); margin-top: 1.5rem; max-width: 380px; }
.atmosphere__visual { position: relative; overflow: hidden; }
.atmosphere__visual-img { width: 100%; height: 100%; object-fit: cover; }

/* PAGE CTA */
.nature-cta { background: var(--olive-deep); padding: var(--section-pad); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; position: relative; overflow: hidden; }
.nature-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(138,148,80,.18) 0%, transparent 55%); }
.nature-cta__text { position: relative; z-index: 1; }
.nature-cta__links { position: relative; z-index: 1; display: flex; flex-direction: column; gap: .75rem; }
.cta-link-card { display: flex; align-items: center; gap: 1.25rem; padding: 1.1rem 1.5rem; border: 1px solid rgba(200,205,154,.1); transition: background .3s, border-color .3s; }
.cta-link-card:hover { background: rgba(200,205,154,.07); border-color: rgba(200,205,154,.25); }
.cta-link-card__icon { width: 34px; height: 34px; border: 1px solid rgba(200,205,154,.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--olive-pale); font-size: .8rem; }
.cta-link-card__label { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(200,205,154,.3); }
.cta-link-card__val { font-size: .9rem; font-weight: 300; color: var(--cream); }
.cta-link-card__arrow { margin-left: auto; color: rgba(200,205,154,.25); transition: transform .3s, color .3s; }
.cta-link-card:hover .cta-link-card__arrow { transform: translateX(4px); color: var(--olive-pale); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero__content { padding: 0 2rem 6rem; }
  .nature-intro { grid-template-columns: 1fr; gap: 3rem; }
  .chapter-label { padding: 2rem 2rem .75rem; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .asym-section--left, .asym-section--right { grid-template-columns: 1fr; }
  .asym-visual { min-height: 320px; }
  .asym-text { padding: 3rem 2rem; }
  .herb-grid { grid-template-columns: 1fr 1fr; }
  .venue-strip { grid-template-columns: 1fr; }
  .venue-pair { grid-template-columns: 1fr; }
  .atmosphere__inner { grid-template-columns: 1fr; }
  .atmosphere__visual { min-height: 300px; }
  .atmosphere__text { padding: 4rem 2rem; }
  .nature-cta { grid-template-columns: 1fr; gap: 3rem; }
  .pano { height: 50vh; min-height: 320px; }
  .pano__caption { left: 2rem; bottom: 2rem; }
}
@media (max-width: 600px) {
  .grid-3, .herb-grid { grid-template-columns: 1fr; }
}
