/* ─── HERO ───────────────────────────────────────────────────── */
@-webkit-keyframes zoom {
  from { -webkit-transform: scale(1.07); }
  to   { -webkit-transform: scale(1); }
}
@keyframes zoom {
  from { transform: scale(1.07); }
  to   { transform: scale(1); }
}
@-webkit-keyframes fadeup {
  from { opacity: 0; -webkit-transform: translateY(28px); }
  to   { opacity: 1; -webkit-transform: none; }
}
@keyframes fadeup {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

.hero {
  height: 100vh;
  min-height: 580px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://res.cloudinary.com/ygomembp/image/upload/f_auto,q_auto,w_1400/v1783320832/cover_photo._rdk7ii.jpg')
              center 35% / cover no-repeat;
  -webkit-animation: zoom 9s ease-out forwards;
          animation: zoom 9s ease-out forwards;
}
.hero-fg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,14,6,.9) 0%, rgba(20,14,6,.15) 55%, transparent);
}
.hero-txt {
  position: relative;
  z-index: 2;
  padding: 0 56px 72px;
  max-width: 720px;
  -webkit-animation: fadeup .9s .2s both;
          animation: fadeup .9s .2s both;
}
.hero-txt h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.05;
  margin: 12px 0;
}
.hero-txt p {
  color: rgba(245,240,232,.74);
  font-size: .95rem;
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 28px;
  font-weight: 300;
}

/* ─── STATS STRIP ────────────────────────────────────────────── */
.strip {
  background: var(--forest);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 20px 28px;
  flex-wrap: wrap;
  color: var(--cream);
}
.st { text-align: center; }
.st strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 300;
  color: var(--gold);
}
.st small { font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; opacity: .62; }
.sdiv  { width: 1px; height: 34px; background: rgba(245,240,232,.17); }

/* ─── ABOUT ──────────────────────────────────────────────────── */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  overflow: hidden;
}
.about-img {
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.about-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 7s ease;
          transition: transform 7s ease;
}
.about-img:hover img { transform: scale(1.04); }
.about-txt {
  background: var(--charcoal);
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--cream);
}
.about-txt p {
  color: rgba(245,240,232,.64);
  line-height: 1.85;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: var(--fs-base);
}
.loc-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  font-size: .79rem;
  margin-top: 16px;
  border-bottom: 1px solid rgba(201,162,39,.25);
  padding-bottom: 2px;
  transition: border-color .2s;
}
.loc-link:hover { border-color: var(--gold); }

/* ─── ACTIVITIES ─────────────────────────────────────────────── */
.act-sec { padding: var(--sp-2xl) var(--sp-xl); background: var(--cream); }
.act-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.act-img img { width: 100%; height: 400px; object-fit: cover; }
.act-txt { color: var(--charcoal); }
.act-list { display: flex; flex-direction: column; gap: 12px; margin-top: 4px; }
.act-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .86rem;
  color: rgba(42,37,32,.78);
}
.act-ico {
  width: 34px; height: 34px;
  background: rgba(45,74,45,.1);
  border: 1px solid rgba(45,74,45,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  flex-shrink: 0;
}

/* ─── AMENITIES ──────────────────────────────────────────────── */
.amen { background: var(--forest); padding: var(--sp-2xl) var(--sp-xl); }
.amen-inner {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.amen-txt { color: var(--cream); }
.amen-txt h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 18px;
}
.amen-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ai { display: flex; align-items: center; gap: 10px; color: rgba(245,240,232,.78); font-size: .8rem; }
.ai-ico {
  width: 30px; height: 30px;
  background: rgba(201,162,39,.1);
  border: 1px solid rgba(201,162,39,.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .88rem;
  flex-shrink: 0;
}
.cio {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(245,240,232,.1);
  display: flex;
  gap: var(--sp-lg);
}
.cio div  { font-size: .78rem; color: rgba(245,240,232,.52); }
.cio strong {
  display: block;
  color: var(--gold);
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 2px;
}
.amen-img { position: relative; height: 440px; overflow: hidden; }
.amen-img img { width: 100%; height: 100%; object-fit: cover; }

/* ─── CONTACT ────────────────────────────────────────────────── */
.contact-sec { background: var(--cream); padding: var(--sp-2xl) var(--sp-xl); }
.contact-inner { max-width: 880px; margin: 0 auto; text-align: center; }
.contact-inner > p {
  color: rgba(42,37,32,.5);
  font-size: .88rem;
  line-height: 1.75;
  max-width: 450px;
  margin: .6rem auto 42px;
  font-weight: 300;
}
.cc-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 11px; }
.cc-card {
  border: 1px solid rgba(42,37,32,.1);
  padding: 22px 12px;
  text-align: center;
  color: var(--charcoal);
  transition: border-color .2s, transform .2s, background .2s;
  display: block;
  -webkit-tap-highlight-color: rgba(201,162,39,.25);
}
.cc-card:hover { border-color: var(--gold); transform: translateY(-3px); background: rgba(201,162,39,.04); }
.cc-ico { font-size: 1.5rem; margin-bottom: 8px; height: 36px; display: flex; align-items: center; justify-content: center; }
.cc-ttl { font-family: 'Cormorant Garamond', serif; font-size: .98rem; margin-bottom: 4px; }
.cc-det { font-size: .7rem; color: rgba(42,37,32,.44); line-height: 1.5; }

/* ─── NATURE BANNER ──────────────────────────────────────────── */
.nature {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nb {
  position: absolute;
  inset: 0;
  background: url('https://res.cloudinary.com/ygomembp/image/upload/f_auto,q_auto,w_1400/v1783320833/sioni_reservoir_jemmjn.jpg')
              center / cover;
}
.no { position: absolute; inset: 0; background: rgba(20,36,18,.62); }
.nc {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--cream);
  max-width: 600px;
  padding: 0 24px;
}
.nc h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 300;
  line-height: 1.12;
  margin-bottom: 14px;
}
.nc p { font-size: .88rem; line-height: 1.75; opacity: .72; margin-bottom: 24px; font-weight: 300; }

/* ─── FOOTER ─────────────────────────────────────────────────── */
footer { background: var(--charcoal); padding: 52px 48px 24px; }
.fi {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(245,240,232,.08);
  margin-bottom: 24px;
}
.fb p { font-size: .8rem; line-height: 1.75; color: rgba(245,240,232,.42); font-weight: 300; margin-top: 9px; }
.fc h4 { font-family: 'Cormorant Garamond', serif; font-size: .98rem; color: var(--cream); margin-bottom: 11px; font-weight: 400; }
.fc a  { display: block; font-size: .78rem; color: rgba(245,240,232,.42); margin-bottom: 8px; transition: color .2s; font-weight: 300; }
.fc a:hover { color: var(--gold); }
.fbot {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: .67rem;
  color: rgba(245,240,232,.22);
  flex-wrap: wrap;
  gap: 7px;
}
