.gallery-page{
  background:#f5fcf7;
  color:#1f7f4d;
}

.gallery-page .site-header{
  position:sticky;
  top:0;
  background:#ffffff;
  box-shadow:0 1px 0 rgba(31,127,77,0.08), 0 8px 24px rgba(0,0,0,0.05);
}

.gallery-page .header-inner{
  min-height:104px;
  padding-top:1rem;
  padding-bottom:1rem;
}

.gallery-page .brand-link{
  display:inline-flex;
  align-items:center;
  gap:0.9rem;
  color:inherit;
  text-decoration:none;
}

.gallery-page .brand-mark{
  width:56px;
  height:56px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#31a85d;
  flex:0 0 auto;
  box-shadow:0 10px 20px rgba(47,163,94,0.18);
}

.gallery-page .brand-mark svg{
  width:34px;
  height:34px;
  stroke:#ffffff;
  fill:none;
  stroke-width:2.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.gallery-page .logo{
  color:#218651;
  font-size:clamp(2rem, 2.1vw, 2.5rem);
  letter-spacing:-0.03em;
  text-transform:none;
  text-shadow:none;
}

.gallery-page .main-nav{
  gap:2.3rem;
}

.gallery-page .main-nav a{
  color:#2c915c;
  font-family:'Lora',serif;
  font-size:1rem;
}

.gallery-page .main-nav a.active{
  border-bottom:none;
  color:#208651;
  font-weight:700;
}

.gallery-shell{
  padding:0 0 6rem;
}

.gallery-landing{
  padding:5.8rem 0 2.5rem;
}

.page-heading{
  text-align:center;
}

.page-heading h1{
  margin:0;
  color:#238751;
  font-size:clamp(2.8rem, 5vw, 4.8rem);
  line-height:1.08;
}

.section-accent{
  display:block;
  width:138px;
  height:5px;
  margin:1.25rem auto 0;
  border-radius:999px;
  background:#d6b039;
}

.page-heading p{
  max-width:820px;
  margin:2rem auto 0;
  color:#2d9160;
  font-size:clamp(1.1rem, 2vw, 1.45rem);
  line-height:1.6;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1.8rem;
}

.gallery-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 16px 32px rgba(0,0,0,0.08);
  min-height:360px;
}

.gallery-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.35s ease;
}

.gallery-card:hover img{
  transform:scale(1.06);
}

.gallery-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:1.6rem;
  background:linear-gradient(180deg, rgba(30,124,73,0) 35%, rgba(30,124,73,0.9) 100%);
  color:#ffffff;
}

.gallery-badge{
  display:flex;
  align-items:center;
  gap:0.55rem;
  margin-bottom:0.55rem;
  color:#d4af37;
  font-size:0.92rem;
}

.gallery-badge-icon{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.gallery-badge-icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.gallery-overlay h3{
  margin:0;
  color:#ffffff;
  font-size:1.45rem;
}

.gallery-social,
.gallery-review{
  padding-top:3.5rem;
}

.gallery-social-box,
.review-box{
  border-radius:22px;
  background:linear-gradient(90deg, #2fa35e, #248f52);
  padding:3.2rem 2rem;
  color:#ffffff;
  text-align:center;
}

.gallery-review-list{
  padding:3rem 0 0;
}

.review-list-shell{
  max-width:980px;
  margin:0 auto;
  padding:2rem;
  background:#ffffff;
  border-radius:22px;
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.review-list-shell h2{
  margin:0 0 1.6rem;
  color:#238751;
  font-size:2rem;
  text-align:center;
}

.review-form{
  max-width:720px;
  margin:2rem auto 0;
  display:grid;
  gap:1rem;
  text-align:left;
}

.review-form label{
  display:block;
  font-size:0.95rem;
  font-weight:700;
  color:#ffffff;
  margin-bottom:0.45rem;
}

.review-form select,
.review-form textarea{
  width:100%;
  border:none;
  border-radius:16px;
  padding:1rem 1.1rem;
  font-size:1rem;
  color:#1f7f4d;
  background:#ffffff;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.review-form textarea{
  min-height:140px;
  resize:vertical;
}

.review-feedback{
  margin-top:1.2rem;
  font-size:0.95rem;
  min-height:1.4rem;
}

.review-feedback.is-ok{
  color:#d4af37;
}

.review-feedback.is-error{
  color:#ffcec4;
}

.review-list{
  list-style:none;
  padding:0;
  margin:1.6rem auto 0;
  max-width:720px;
}

.review-item{
  background:#f8fbf8;
  border:1px solid rgba(36, 143, 82, 0.18);
  border-radius:18px;
  padding:1.2rem 1.3rem;
  margin-bottom:1rem;
  color:#1f7f4d;
}

.review-item-head{
  margin:0 0 0.55rem;
  font-weight:700;
  color:#1d6e43;
}

.review-item-body{
  margin:0;
  line-height:1.6;
}

.review-item-time{
  margin-top:0.75rem;
  font-size:0.93rem;
  opacity:0.85;
}

.camera-icon{
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 1rem;
  color:#d4af37;
}

.camera-icon svg{
  width:56px;
  height:56px;
  stroke:currentColor;
  fill:none;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.gallery-social-box h2{
  margin:0;
  color:#ffffff;
  font-size:2.2rem;
}

.gallery-social-box p{
  max-width:700px;
  margin:1rem auto 0;
  color:#ffffff;
  font-size:1.08rem;
  line-height:1.7;
}

.gallery-actions{
  display:flex;
  justify-content:center;
  gap:1rem;
  flex-wrap:wrap;
  margin-top:1.7rem;
}

.social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.95rem 1.5rem;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
}

.social-btn-primary{
  background:#d4af37;
  color:#ffffff;
}

.social-btn-secondary{
  background:#ffffff;
  color:#2fa35e;
}

.gallery-footer{
  padding:0;
  background:#25874f;
  border-top:none;
}

.gallery-footer-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr 1fr;
  gap:2.5rem;
  padding-top:4rem;
  padding-bottom:2.25rem;
  align-items:start;
}

.footer-block{
  text-align:left;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:0.85rem;
  margin-bottom:1rem;
}

.footer-brand h2,
.footer-block h3{
  margin:0 0 1rem;
  color:#e1b53a;
  font-size:1.2rem;
}

.brand-mark-footer{
  width:54px;
  height:54px;
  box-shadow:none;
  background:#3bb965;
}

.footer-block p{
  margin:0 0 0.9rem;
  color:#ffffff;
  font-size:1rem;
  line-height:1.8;
}

.footer-legal{
  padding-top:1.75rem;
  padding-bottom:3rem;
  border-top:1px solid rgba(255,255,255,0.12);
}

.footer-legal small{
  display:block;
  color:rgba(255,255,255,0.86);
  text-align:center;
  font-size:0.98rem;
}

@media (max-width: 1100px){
  .gallery-grid,
  .gallery-footer-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 799px){
  .gallery-page .header-inner{
    min-height:88px;
  }

  .gallery-page .brand-mark{
    width:50px;
    height:50px;
    border-radius:16px;
  }

  .gallery-page .logo{
    font-size:1.9rem;
  }

  .gallery-landing{
    padding-top:4.8rem;
  }

  .gallery-grid,
  .gallery-footer-grid{
    grid-template-columns:1fr;
  }

  .gallery-card{
    min-height:300px;
  }
}
