/* ===========================
   RESET & BASE
   =========================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #e8ede8;
  background: #010517;
  position: relative;
}

/* ===========================
   NAVBAR
   =========================== */
.navbar {
  background-color: #1a2f24;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.navbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d4e0cc;
  letter-spacing: 0.03em;
}

.navbar-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.navbar-links li a {
  color: #c8d8c0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  transition: color 0.2s;
}

.navbar-links li a:hover {
  color: #ffffff;
}

.navbar-links .sep {
  color: rgba(200, 216, 192, 0.4);
  font-size: 13px;
  user-select: none;
}

/* ===========================
   HERO
   =========================== */
.hero {
  position: relative;
  min-height: 620px;
  /* background-color: #0d1f18; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-rock {
  position: absolute;
  bottom: 0;
  width: 280px;
  z-index: 2;
  pointer-events: none;
}

.hero-rock img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-rock--left {
  left: -220px;
  transform: scale(3);
  transform-origin: center bottom;
}

.hero-rock--right {
  right: -220px;
  transform: scaleX(-3) scaleY(3);
  transform-origin: center bottom;
}

.hero-flowers {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 1140px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
  filter: blur(6px);
}

.hero-flowers--left {
  position: absolute;
  bottom: 0px;
  left: 40%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 1140px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
  filter: blur(6px);
}

.hero-flowers--right {
  position: absolute;
  bottom: 0px;
  right: 20%;
  transform: translateX(50%);
  width: 110%;
  max-width: 1140px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
  filter: blur(6px);
}

.hero-flowers img {
  width: 100%;
  height: auto;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 80px 24px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.hero-tagline {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #9bbea8;
  text-transform: uppercase;
}

.hero-logo {
  width: 90px;
  height: auto;
  filter: brightness(0) invert(1) opacity(0.85);
  margin: 4px 0;
}

.hero-heading {
  font-family: 'Lora', serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.hero-sub {
  font-size: 14px;
  color: #9bbea8;
  font-style: italic;
  font-family: 'Lora', serif;
}

.hero-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 36px;
  border-radius: 100px;
  border: 1.5px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.08);
  color: #e0ece0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background 0.2s, border-color 0.2s;
}

.hero-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.6);
}

.hero-bottom-label {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,0.75);
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hero-bottom-label svg {
  opacity: 0.7;
}

/* ===========================
   SERVICES
   =========================== */
.services {
  /* background-color: #8ea889; */
  padding: 52px 40px 56px;
}

.services h2 {
  font-family: 'Lora', serif;
  font-size: 26px;
  font-weight: 600;
  color: #e8f0e2;
  margin-bottom: 20px;
  text-align: center;
}

.services-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 48px;
}

.service-item{
    background-color: #3a5e48;
    border-radius: 14px;
    padding: 22px 24px 20px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.service-item ul{
  list-style: none;
  padding: 0;
  font-size: 12px;
  margin-top: 12px;
  color: rgb(207, 207, 207);
}

.service-item ul li{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.service-item ul li::before{
  content: "‣";
  flex-shrink: 0;
}

.service-item a{
  background-color: #7aaa82;
  text-decoration: none;
  border-radius: 12px;
  color: white;
  padding: 20px 15px;
  margin: 32px 25px 4px;
  display: block;
  text-align: center;
}

.service-item div{
  margin-top: auto;
}

.service-item.visible {
    opacity: 1;
    transform: translateY(0);
}
/* 
border-radius: 8px;
border: #e9e9e93b solid 1px;
padding: 14px; */


.service-item h3 {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 600;
  color: #d0e4cc;
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.service-item p {
  font-size: 14px;
  line-height: 19px;
  /* line-height: 1.65; */
  /* color: #86a789; */
  font-weight: 400;
  margin-top: 12px;
}

.service-img-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #3a5a40;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 14px;
}

.service-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
  display: block;
}

.rental-price {
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 600;
  color: #9bbea8;
  margin: 0 0 10px;
}

/* ===========================
   WHY US
   =========================== */
.why {
  /* background-color: #253d2f; */
  padding: 64px 40px 72px;
}

.why-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.why-left h2 {
  font-family: 'Lora', serif;
  font-size: 26px;
  font-weight: 600;
  color: #e8f0e2;
  margin-bottom: 20px;
}

.why-left::before{
  content: '';
  position: absolute;
  inset: 0;
  width: 100vw;
  background: #516751;
  filter: blur(412px);
  transform: scale(0.5);
  border-radius: 33px;
  z-index: -1;
}

.why-text {
  font-size: 13px;
  line-height: 1.75;
  color: #b4c8ae;
  margin-bottom: 28px;
}

.ba-curtain {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  cursor: ew-resize;
  margin-top: 4px;
  user-select: none;
  border: 1px solid rgba(255,255,255,0.08);
}

.ba-layer {
  position: absolute;
  inset: 0;
}

.ba-layer--after {
  clip-path: inset(0 50% 0 0);
}

.ba-curtain.ba-snap .ba-layer--after {
  transition: clip-path 0.5s ease;
}

.ba-fill {
  width: 100%;
  height: 100%;
}

.ba-fill img{
  width: 100%;
}

.ba-fill--before {
  background: #1e3224;
}

.ba-fill--after {
  background: #3a6040;
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.9);
  pointer-events: none;
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.ba-curtain.ba-snap .ba-divider {
  transition: left 0.5s ease;
}

.ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
  color: #1a3020;
}

.ba-tag {
  position: absolute;
  top: 12px;
  font-size: 11px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.38);
  padding: 3px 10px;
  border-radius: 100px;
  border: #4a6e54 solid 1px;
  pointer-events: none;
  backdrop-filter: blur(3px);
}

.ba-tag--before {
  right: 14px;
}

.ba-tag--after {
  left: 14px;
}

.why-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 48px;
}

.review-card {
  background-color: #3a5e48;
  border-radius: 14px;
  padding: 22px 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-card p {
  font-size: 12px;
  line-height: 1.7;
  color: #d0e4cc;
  font-style: italic;
  position: relative;
  padding-left: 20px;
}

.review-card p::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -4px;
  font-family: 'Lora', serif;
  font-size: 28px;
  font-style: normal;
  line-height: 1;
  color: #7aaa82;
}

.stars {
  color: #e8c84a;
  font-size: 16px;
  letter-spacing: 2px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer-avatar {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #5a7a60;
  border: 2px solid rgba(255,255,255,0.15);
}

.reviewer-name {
  font-size: 12px;
  font-weight: 500;
  color: #a8c4a0;
  letter-spacing: 0.03em;
}

/* ===========================
   GALLERY / INSTAGRAM CTA
   =========================== */
.gallery {
  padding: 72px 40px 80px;
  text-align: center;
}

.gallery-ig {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.gallery-ig-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9bbea8;
}

.gallery-ig-heading {
  font-family: 'Lora', serif;
  font-size: 26px;
  font-weight: 600;
  color: #e8f0e2;
  line-height: 1.3;
}

.gallery-ig-sub {
  font-size: 13px;
  line-height: 1.7;
  color: #b4c8ae;
  max-width: 360px;
}

.gallery-ig-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 12px 28px;
  border-radius: 100px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}

.gallery-ig-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* ===========================
   CONTACT
   =========================== */
.contact {
  /* background-color: #253d2f; */
  padding: 64px 40px 72px;
}

.contact-inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-heading {
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 600;
  color: #d4e8cc;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.contact-input,
.contact-textarea {
  background-color: #4a6e54;
  border: none;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
  color: #e0ece0;
  font-family: 'Inter', sans-serif;
  outline: none;
  resize: none;
  transition: background 0.2s;
}

.contact-input:focus,
.contact-textarea:focus {
  background-color: #556f5e;
}

.contact-input {
  height: 44px;
}

.contact-input::placeholder{
  color: rgb(207, 207, 207);
}

.contact-textarea {
  height: 110px;
}

.contact-textarea::placeholder{
  color: rgb(207, 207, 207)
}

.contact-submit {
  align-self: flex-start;
  padding: 10px 32px;
  background-color: #4a6e54;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  color: #d4e8cc;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-submit:hover {
  background-color: #5a7e64;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 14px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-icon {
  color: #9bbea8;
  margin-top: 2px;
  flex-shrink: 0;
  stroke: #9bbea8;
}

.contact-info-label {
  font-size: 12px;
  font-weight: 500;
  color: #9bbea8;
  letter-spacing: 0.04em;
}

.contact-info-val {
  font-size: 13px;
  color: #c8dcc0;
  margin-top: 2px;
}

.contact-map-col {
  padding-top: 66px;
}

.contact-map-wrapper{
  border-radius: 14px;
  background-color: #4a6e54;
}

.contact-map {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}

#contactMap .leaflet-control-attribution {
  background: rgba(1, 5, 23, 0.75);
  color: rgba(200, 220, 200, 0.45);
  font-size: 10px;
}

#contactMap .leaflet-control-attribution a {
  color: rgba(122, 170, 130, 0.65);
}

#contactMap .leaflet-control-zoom a {
  background: rgba(26, 47, 36, 0.9);
  color: #c8d8c0;
  border-color: rgba(255,255,255,0.12);
}

.map-note {
  padding: 8px 10px;
  font-size: 11px;
  color: rgb(207, 207, 207);
  letter-spacing: 0.03em;
  line-height: 1.5;
}

#contactMap .leaflet-control-zoom a:hover {
  background: rgba(58, 94, 72, 0.95);
  color: #ffffff;
}

/* ===========================
   FOOTER
   =========================== */
.footer {
  /* background-color: #0d1f18; */
  position: relative;
  overflow: hidden;
  padding-bottom: 28px;
  padding-top: 16px;
  text-align: center;
}

.footer-flowers {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  opacity: 0.5;
  filter: blur(2.5px);
  margin-top: 0;
  height: 160px;
  overflow: hidden;
}

img {
  image-rendering: -webkit-optimize-contrast; /* Safari */
  image-rendering: crisp-edges;               /* Firefox */
  image-rendering: auto;         /* lets browser choose best algorithm */
  -webkit-font-smoothing: antialiased; /* helps on some webkit browsers */
}

.footer-flowers img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  height: auto;
}

.footer-flowers-img {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  height: auto;
  filter: blur(5px);
  z-index: -1;
}

.footer-links {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0 0;
}

.footer-links a {
  font-size: 11px;
  color: rgba(200, 220, 200, 0.55);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: rgba(200, 220, 200, 0.9);
}

.footer-links span {
  color: rgba(200, 220, 200, 0.25);
  font-size: 11px;
}

/* ===========================
   HAMBURGER BUTTON
   =========================== */
.navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 4px;
}

.navbar-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #c8d8c0;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.navbar-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggle.open span:nth-child(2) {
  opacity: 0;
}
.navbar-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ===========================
   RESPONSIVE — TABLET (≤900px)
   =========================== */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 28px;
  }

  .services,
  .why,
  .gallery,
  .contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .why-inner {
    gap: 32px;
  }

  .contact-inner {
    gap: 32px;
  }
}

/* ===========================
   RESPONSIVE — MOBILE (≤600px)
   =========================== */
@media (max-width: 600px) {
  /* Navbar */
  .navbar-toggle {
    display: flex;
  }

  .navbar-links {
    display: none;
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #1a2f24;
    flex-direction: column;
    padding: 8px 0 16px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    gap: 0;
  }

  .navbar-links.open {
    display: flex;
  }

  .navbar-links .sep {
    display: none;
  }

  .navbar-links li {
    width: 100%;
  }

  .navbar-links li a {
    display: block;
    padding: 12px 24px;
    font-size: 15px;
  }

  /* Hero */
  .hero-heading {
    font-size: 26px;
  }

  .hero-rock--left {
    left: -240px;
    transform: scale(2.2);
  }

  .hero-rock--right {
    right: -240px;
    transform: scaleX(-2.2) scaleY(2.2);
  }

  /* Section padding */
  .services,
  .why,
  .gallery,
  .contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Services grid */
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Why us */
  .why-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-right {
    padding-top: 0;
  }

  /* Contact */
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-map-col {
    padding-top: 0;
  }

  .contact-map {
    height: 240px;
  }

  .contact-submit {
    width: 100%;
    align-self: stretch;
  }
}

/* ===========================
   PAGE LOADER
   =========================== */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #010517;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.85s cubic-bezier(0.76, 0, 0.24, 1);
}

.page-loader.loaded {
  transform: translateY(-100%);
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  animation: loaderFadeIn 0.5s ease both;
}

@keyframes loaderFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.loader-logo {
  width: 68px;
  height: auto;
  filter: brightness(0) invert(1) opacity(0.85);
  animation: loaderPulse 2s ease-in-out infinite;
}

@keyframes loaderPulse {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 1;   }
}

.loader-brand {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #9bbea8;
}

.loader-bar {
  width: 100px;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.loader-bar-fill {
  height: 100%;
  width: 100%;
  background: #7aaa82;
  border-radius: 2px;
  transform-origin: left;
  animation: loaderBarSweep 1.6s ease-in-out infinite;
}

@keyframes loaderBarSweep {
  0%   { transform: scaleX(0); transform-origin: left;  }
  45%  { transform: scaleX(1); transform-origin: left;  }
  55%  { transform: scaleX(1); transform-origin: right; }
  100% { transform: scaleX(0); transform-origin: right; }
}
