/* ============================================
   Mahamevnawa Buddhist Monastery — Kubalwela
   Calm, Elegant, Responsive
   ============================================ */

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  color: #3d3229;
  background: #faf8f5;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Typography --- */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  color: #2c241e;
}

.section {
  padding: 100px 0;
}

.section--alt {
  background: #fff;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a67c52;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #2c241e;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #c9b28b;
  font-size: 1rem;
}

.divider::before,
.divider::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #c9b28b;
}

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

/* --- Buttons --- */
.btn {
  display: inline-block;
  padding: 14px 40px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-gold {
  background: #a67c52;
  color: #fff;
}

.btn-gold:hover {
  background: #8b6944;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(166, 124, 82, 0.3);
}

.btn-outline {
  background: transparent;
  color: #a67c52;
  border: 1px solid #a67c52;
}

.btn-outline:hover {
  background: #a67c52;
  color: #fff;
}

/* --- Navigation --- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: all 0.4s ease;
  padding: 20px 0;
}

.navbar.scrolled {
  background: rgba(250, 248, 245, 0.97);
  backdrop-filter: blur(12px);
  padding: 12px 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s;
}

.nav-logo i {
  font-size: 1.2rem;
  color: #c9b28b;
}

.navbar.scrolled .nav-logo {
  color: #2c241e;
}

.nav-menu {
  display: flex;
  gap: 32px;
}

.nav-link {
  position: relative;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.3s;
  padding: 4px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #c9b28b;
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover {
  color: #c9b28b;
}

.nav-link.active {
  color: #c9b28b;
}

.navbar.scrolled .nav-link {
  color: rgba(44, 36, 30, 0.75);
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link.active {
  color: #a67c52;
}

/* --- Hamburger --- */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}

.navbar.scrolled .nav-toggle span {
  background: #2c241e;
}

.nav-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* --- Hero (Home) --- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, #1a1a2e 0%, #2d2a3e 30%, #3d3229 60%, #2c241e 100%);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1600&q=80") center/cover no-repeat;
  opacity: 0.15;
  mix-blend-mode: overlay;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.2s ease;
}

.hero-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  color: #c9b28b;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.hero-location {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9b28b;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
  line-height: 1.8;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: float 2.5s ease-in-out infinite;
}

.scroll-indicator i {
  font-size: 0.8rem;
}

/* --- Page Header (Inner Pages) --- */
.page-header {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.page-header-bg {
  position: absolute;
  inset: 0;
}

.page-header-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2a3e 30%, #3d3229 60%, #2c241e 100%);
}

.page-header-bg--about::before,
.page-header-bg--activities::before,
.page-header-bg--gallery::before,
.page-header-bg--contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  mix-blend-mode: overlay;
  z-index: 1;
}

.page-header-bg--about::before {
  background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=1600&q=80");
}

.page-header-bg--activities::before {
  background-image: url("https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05?w=1600&q=80");
}

.page-header-bg--gallery::before {
  background-image: url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1600&q=80");
}

.page-header-bg--contact::before {
  background-image: url("https://images.unsplash.com/photo-1497436072909-60f360e1d4b1?w=1600&q=80");
}

.page-header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
  z-index: 2;
}

.page-header-content {
  position: relative;
  z-index: 3;
  animation: fadeInUp 1s ease;
}

.page-tag {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9b28b;
  margin-bottom: 12px;
}

.page-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
}

/* --- Home: Intro Section --- */
.intro {
  background: #fff;
}

.intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.intro-text p {
  font-size: 1.05rem;
  color: #5a4d3e;
  margin-bottom: 20px;
}

.intro-img-placeholder {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(44, 36, 30, 0.1);
}

.intro-img-placeholder img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.intro-img-placeholder:hover img {
  transform: scale(1.03);
}

/* --- Home: Features Section --- */
.features {
  background: #faf8f5;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background: #fff;
  padding: 48px 28px;
  text-align: center;
  border-radius: 4px;
  transition: all 0.4s ease;
  border: 1px solid rgba(201, 178, 139, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(44, 36, 30, 0.08);
  border-color: rgba(201, 178, 139, 0.3);
}

.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #faf8f5, #f3efe8);
  border-radius: 50%;
  font-size: 1.4rem;
  color: #a67c52;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
  background: #a67c52;
  color: #fff;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.9rem;
  color: #7a6b5a;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.feature-link {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a67c52;
  transition: gap 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.feature-link i {
  font-size: 0.7rem;
  transition: transform 0.3s;
}

.feature-card:hover .feature-link i {
  transform: translateX(4px);
}

/* --- Home: CTA --- */
.cta {
  background: linear-gradient(135deg, #2c241e 0%, #3d3229 100%);
  text-align: center;
  padding: 100px 0;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: italic;
  color: #c9b28b;
  margin-bottom: 16px;
  line-height: 1.4;
}

.cta-cite {
  font-size: 1rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 36px;
}

/* --- About Page --- */
.about-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-main p {
  font-size: 1.05rem;
  color: #5a4d3e;
  margin-bottom: 20px;
}

.about-img-block {
  margin: 32px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(44, 36, 30, 0.08);
}

.about-img-block img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-img-block:hover img {
  transform: scale(1.02);
}

.about-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.value-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: #faf8f5;
  border-radius: 4px;
}

.value-item i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: #a67c52;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.value-item h4 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.value-item p {
  font-size: 0.85rem;
  color: #7a6b5a;
  margin: 0;
}

/* --- Sidebar --- */
.about-sidebar,
.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sidebar-card {
  background: linear-gradient(135deg, #faf8f5, #f3efe8);
  padding: 40px 32px;
  border-radius: 4px;
  border-left: 3px solid #c9b28b;
}

.sidebar-card i {
  font-size: 1.8rem;
  color: #c9b28b;
  margin-bottom: 16px;
  display: block;
}

.sidebar-card blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #3d3229;
  line-height: 1.5;
}

.sidebar-card cite {
  display: block;
  margin-top: 16px;
  font-size: 0.9rem;
  font-style: normal;
  color: #a67c52;
}

.sidebar-info {
  background: #fff;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid rgba(201, 178, 139, 0.15);
}

.sidebar-info h4 {
  font-size: 1.2rem;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 178, 139, 0.2);
}

.sidebar-info ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-info li {
  font-size: 0.9rem;
  color: #5a4d3e;
}

.sidebar-info li strong {
  font-weight: 500;
  color: #2c241e;
}

/* --- Activities Detail --- */
.activities-detail {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.activity-detail-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(201, 178, 139, 0.12);
  transition: box-shadow 0.4s ease;
}

.activity-detail-card:hover {
  box-shadow: 0 12px 36px rgba(44, 36, 30, 0.06);
}

.activity-detail-img {
  overflow: hidden;
}

.activity-detail-img img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.activity-detail-card:hover .activity-detail-img img {
  transform: scale(1.05);
}

.activity-detail-content {
  padding: 32px 32px 32px 0;
}

.activity-time {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a67c52;
  background: rgba(166, 124, 82, 0.08);
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.activity-detail-content h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.activity-detail-content p {
  font-size: 0.95rem;
  color: #7a6b5a;
  line-height: 1.7;
}

/* --- Retreat Section --- */
.retreat-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.retreat-text p {
  font-size: 1.05rem;
  color: #5a4d3e;
  margin-bottom: 20px;
}

.retreat-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(44, 36, 30, 0.1);
}

/* --- Gallery Masonry --- */
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gallery-masonry-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-masonry-item img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

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

.gallery-masonry-item--tall img {
  height: 580px;
}

.gallery-masonry-item--wide {
  grid-column: span 2;
}

.gallery-masonry-item--wide img {
  height: 280px;
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(44, 36, 30, 0.7));
  color: #fff;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
}

.gallery-masonry-item:hover .gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

/* --- Contact Page --- */
.contact-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #3d3229;
  background: #fff;
  border: 1px solid rgba(201, 178, 139, 0.25);
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #a67c52;
}

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

.contact-card {
  background: #fff;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid rgba(201, 178, 139, 0.15);
}

.contact-card h3 {
  font-size: 1.3rem;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 178, 139, 0.2);
}

.contact-detail-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-detail-item:last-child {
  margin-bottom: 0;
}

.contact-detail-item i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf8f5;
  border-radius: 50%;
  color: #a67c52;
  font-size: 0.95rem;
}

.contact-detail-item h4 {
  font-size: 0.95rem;
  margin-bottom: 2px;
}

.contact-detail-item p {
  font-size: 0.88rem;
  color: #7a6b5a;
  line-height: 1.5;
}

.map-placeholder {
  background: #faf8f5;
  padding: 40px 24px;
  text-align: center;
  border-radius: 4px;
  border: 1px dashed rgba(201, 178, 139, 0.3);
}

.map-placeholder i {
  font-size: 2.5rem;
  color: #c9b28b;
  margin-bottom: 12px;
}

.map-placeholder span {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  color: #3d3229;
  margin-bottom: 4px;
}

.map-placeholder p {
  font-size: 0.85rem;
  color: #7a6b5a;
}

/* --- Footer --- */
.footer {
  background: #2c241e;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 60px 0 40px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  color: #c9b28b;
}

.footer-brand i {
  font-size: 1.2rem;
}

.footer-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}

.footer-social {
  display: flex;
  gap: 20px;
  margin: 8px 0;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #c9b28b;
  border-color: #c9b28b;
  transform: translateY(-2px);
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-credit {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

.footer-credit a {
  color: #c9b28b;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-credit a:hover {
  color: #d4c4a0;
}

/* --- Animations --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive: Tablet --- */
@media (max-width: 992px) {
  .hero-title {
    font-size: 3.2rem;
  }

  .page-title {
    font-size: 2.6rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .activity-detail-card {
    grid-template-columns: 1fr;
  }

  .activity-detail-content {
    padding: 0 24px 24px;
  }

  .retreat-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-masonry-item--wide {
    grid-column: span 1;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* --- Responsive: Mobile --- */
@media (max-width: 768px) {
  .navbar {
    padding: 16px 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    flex-direction: column;
    background: rgba(250, 248, 245, 0.98);
    backdrop-filter: blur(16px);
    padding: 80px 40px 40px;
    gap: 24px;
    transition: right 0.4s ease;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.08);
  }

  .nav-menu.open {
    right: 0;
  }

  .nav-link {
    color: #2c241e;
    font-size: 1rem;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-desc {
    font-size: 0.95rem;
  }

  .hero-desc br {
    display: none;
  }

  .page-header {
    min-height: 40vh;
  }

  .page-title {
    font-size: 2rem;
  }

  .section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .activity-detail-img img {
    min-height: 200px;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

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

  .gallery-masonry-item--tall img {
    height: 280px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .cta-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.9rem;
  }

  .hero-location {
    font-size: 0.8rem;
    letter-spacing: 2px;
  }

  .page-title {
    font-size: 1.6rem;
  }

  .btn {
    padding: 12px 28px;
    font-size: 0.8rem;
  }

  .container {
    padding: 0 16px;
  }

  .divider::before,
  .divider::after {
    width: 40px;
  }
}
