:root{--c-primary:#9c6644;}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif SC', serif;
  background: linear-gradient(180deg, #fdf3e3, #f6e7c8);
  color: #5f3b1f;
  line-height: 1.8;
}

h1,
h2,
h3,
h4 {
  font-family: 'Cinzel', 'Noto Serif SC', serif;
  font-weight: 600;
  color: #5f3b1f;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  padding: 13px 36px;
  font-family: 'Cinzel', 'Noto Serif SC', serif;
  letter-spacing: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .3s;
  font-size: 15px;
}

.btn-sand {
  background: #bc6c25;
  color: #fdf3e3;
  border-radius: 999px;
}

.btn-sand:hover {
  background: #9c6644;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(188, 108, 37, .4);
}

.btn-ghost-brown {
  border-color: rgba(95, 59, 31, .6);
  color: #5f3b1f;
  border-radius: 999px;
}

.btn-ghost-brown:hover {
  background: rgba(95, 59, 31, .1);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 240, 221, .95);
  backdrop-filter: blur(8px);
  border-bottom: 3px solid #e9c46a;
  box-shadow: 0 6px 20px rgba(156, 102, 68, .12);
}

.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  font-family: 'Cinzel', serif;
  color: #9c6644;
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand i {
  width: 16px;
  height: 12px;
  background: #bc6c25;
  border-radius: 12px 12px 4px 4px;
  display: inline-block;
}

.nav-menu {
  display: flex;
  gap: 6px;
}

.nav-menu a {
  color: #8a5a2b;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 15px;
  transition: all .3s;
}

.nav-menu a:hover {
  background: #e9c46a;
  color: #5f3b1f;
}

.nav-menu a.active {
  background: #9c6644;
  color: #fdf3e3;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #9c6644;
  margin: 5px 0;
  border-radius: 3px;
  transition: all .3s;
}

.nav-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 230px;
  text-align: center;
  background: linear-gradient(180deg, #f6c76a 0%, #e9a03c 30%, #d9892f 55%, #bc6c25 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(246, 199, 106, .35), transparent 60%);
}

.sun {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffedb0, #ffc43d 55%, #f08c1f);
  box-shadow: 0 0 80px rgba(255, 180, 60, .8);
}

.hero-content {
  position: relative;
  z-index: 5;
}

.english-tag {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}

.hero-content h1 {
  font-size: 56px;
  color: #fff;
  letter-spacing: 10px;
  text-shadow: 0 8px 30px rgba(95, 59, 31, .4);
  margin-bottom: 16px;
}

.hero-content p {
  color: rgba(255, 255, 255, .95);
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.dune {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.dune-1 {
  bottom: -120px;
  width: 170%;
  height: 340px;
  background: #d4a373;
}

.dune-2 {
  bottom: -150px;
  width: 120%;
  height: 300px;
  background: #c08457;
}

.dune-3 {
  bottom: -170px;
  width: 80%;
  height: 250px;
  background: #9c6644;
}

.camel {
  position: absolute;
  z-index: 4;
  width: 150px;
  height: 42px;
  background: #4a2c14;
  border-radius: 44px 44px 16px 16px;
  bottom: 100px;
  left: 12%;
}

.camel::before,
.camel::after {
  content: "";
  position: absolute;
  top: -24px;
  width: 36px;
  height: 30px;
  background: #4a2c14;
  border-radius: 50% 50% 10px 10px;
}

.camel::before {
  left: 26px;
}

.camel::after {
  right: 26px;
}

.camel .neck {
  position: absolute;
  right: -12px;
  top: -8px;
  width: 16px;
  height: 44px;
  background: #4a2c14;
  border-radius: 8px 8px 4px 4px;
}

.camel .neck::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 16px;
  height: 22px;
  background: #4a2c14;
  border-radius: 50% 50% 6px 6px;
}

.camel .leg {
  position: absolute;
  bottom: -26px;
  width: 10px;
  height: 26px;
  background: #4a2c14;
  border-radius: 0 0 6px 6px;
}

.camel .l1 {
  left: 14px;
}

.camel .l2 {
  left: 40px;
}

.camel .l3 {
  right: 40px;
}

.camel .l4 {
  right: 14px;
}

.camel-sm {
  transform: scale(.55);
  transform-origin: left bottom;
  bottom: 120px;
  left: 30%;
  opacity: .85;
}

.section {
  padding: 90px 0;
}

.section-alt {
  background: #fdf3e3;
}

.section-head {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-size: 36px;
  letter-spacing: 5px;
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 90px;
  height: 6px;
  background: repeating-linear-gradient(90deg, #e9c46a 0 12px, #bc6c25 12px 24px);
  border-radius: 6px;
}

.section-head .section-title {
  margin-bottom: 26px;
}

.section-sub {
  color: #9c6644;
  font-size: 15px;
  letter-spacing: 2px;
}

.ripples {
  height: 22px;
  background: repeating-linear-gradient(180deg, transparent 0 9px, rgba(156, 102, 68, .15) 9px 10px);
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.feature-card {
  background: #fff;
  border-radius: 50% 50% 16px 16px / 32% 32% 16px 16px;
  padding: 46px 22px 30px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(156, 102, 68, .16);
  transition: transform .3s;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f6c76a, #e9a03c);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px rgba(233, 196, 106, .35);
}

.feature-card:nth-child(2) .feature-icon {
  background: radial-gradient(circle at 35% 30%, #d4a373, #9c6644);
  box-shadow: 0 0 0 6px rgba(156, 102, 68, .25);
}

.feature-card:nth-child(3) .feature-icon {
  background: radial-gradient(circle at 35% 30%, #e9a03c, #bc6c25);
  box-shadow: 0 0 0 6px rgba(188, 108, 37, .3);
}

.feature-card:nth-child(4) .feature-icon {
  background: radial-gradient(circle at 35% 30%, #f0d98c, #d4a373);
  box-shadow: 0 0 0 6px rgba(212, 163, 115, .35);
}

.feature-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.feature-card p {
  color: #9c6644;
  font-size: 14px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-photo {
  position: relative;
}

.about-photo img {
  border-radius: 50% 50% 18px 18px / 30% 30% 18px 18px;
  border: 10px solid #e9c46a;
  box-shadow: 0 24px 44px rgba(156, 102, 68, .25);
}

.oasis-badge {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f6e3a1, #e9c46a);
  border: 3px dashed #9c6644;
  color: #5f3b1f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel', serif;
  text-align: center;
}

.oasis-badge strong {
  font-size: 22px;
}

.oasis-badge span {
  font-size: 10px;
  letter-spacing: 2px;
}

.oasis-badge-b1 {
  top: -18px;
  right: 10px;
}

.oasis-badge-b2 {
  bottom: -18px;
  left: 10px;
}

.about-text p {
  color: #8a5a2b;
  margin-bottom: 16px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.stat {
  text-align: center;
  background: #fff;
  border: 3px solid #e9c46a;
  border-radius: 50% 50% 40% 40% / 40% 40% 30% 30%;
  padding: 24px 10px;
}

.stat strong {
  display: block;
  font-size: 26px;
  font-family: 'Cinzel', serif;
  color: #bc6c25;
}

.stat span {
  font-size: 13px;
  color: #9c6644;
}

.trips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.trip-card {
  background: #fff;
  border-radius: 50% 50% 18px 18px / 32% 32% 18px 18px;
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(156, 102, 68, .18);
  transition: transform .3s, box-shadow .3s;
}

.trip-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 52px rgba(156, 102, 68, .28);
}

.trip-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.trip-body {
  padding: 24px 24px 28px;
  text-align: center;
}

.trip-body h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.trip-body p {
  color: #9c6644;
  font-size: 14px;
}

.trip-price {
  display: block;
  margin-top: 12px;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #bc6c25;
}

.btn-trip {
  display: inline-block;
  margin-top: 14px;
  background: #9c6644;
  color: #fdf3e3;
  border-radius: 999px;
  padding: 9px 28px;
  font-size: 14px;
  transition: background .3s;
}

.btn-trip:hover {
  background: #bc6c25;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial {
  background: #fff;
  border-radius: 18px;
  padding: 30px 26px;
  border-top: 6px solid #e9c46a;
  box-shadow: 0 16px 32px rgba(156, 102, 68, .14);
}

.testimonial::before {
  content: "“";
  font-family: 'Cinzel', serif;
  font-size: 60px;
  line-height: 1;
  color: #bc6c25;
  display: block;
  margin-bottom: 6px;
}

.testimonial p {
  color: #8a5a2b;
  font-size: 14px;
}

.testimonial-author {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #5f3b1f;
  font-size: 14px;
}

.testimonial-author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e9c46a, #bc6c25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.testimonial-author small {
  display: block;
  font-weight: 400;
  color: #9c6644;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 16px 16px / 32% 32% 16px 16px;
}

.portfolio-item img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform .5s;
}

.portfolio-item:hover img {
  transform: scale(1.06);
}

.portfolio-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(95, 59, 31, .92));
  color: #fdf3e3;
  padding: 42px 20px 16px;
  font-size: 15px;
  letter-spacing: 3px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.portfolio-cap .port-more {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  color: #e9c46a;
}

.section-foot-link {
  text-align: center;
  margin-top: 34px;
}

.read-more {
  display: inline-block;
  color: #9c6644;
  border-bottom: 2px dashed #bc6c25;
  padding-bottom: 3px;
  letter-spacing: 2px;
  font-size: 14px;
}

.read-more:hover {
  color: #bc6c25;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border-bottom: 6px solid #e9c46a;
  box-shadow: 0 16px 32px rgba(156, 102, 68, .14);
  transition: transform .3s;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-body {
  padding: 20px 22px 24px;
}

.blog-date {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #bc6c25;
}

.blog-body h3 {
  font-size: 18px;
  margin: 8px 0 10px;
}

.blog-body p {
  color: #9c6644;
  font-size: 14px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  text-align: center;
  background: #fff;
  border-radius: 18px;
  padding: 34px 22px;
  box-shadow: 0 16px 32px rgba(156, 102, 68, .14);
  transition: transform .3s;
}

.team-card:hover {
  transform: translateY(-8px);
}

.team-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 18px;
  border: 6px solid #e9c46a;
  object-fit: cover;
}

.team-card h3 {
  font-size: 20px;
}

.team-role {
  color: #bc6c25;
  font-size: 13px;
  letter-spacing: 3px;
  margin: 6px 0 10px;
}

.team-card p {
  color: #9c6644;
  font-size: 14px;
}

.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #bc6c25, #e9a03c);
  padding: 80px 0;
  text-align: center;
}

.cta-band::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 300px;
  border-radius: 50%;
  background: rgba(246, 199, 106, .5);
}

.cta-band h2 {
  position: relative;
  color: #fff;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 12px;
  text-shadow: 0 6px 22px rgba(95, 59, 31, .3);
}

.cta-band p {
  position: relative;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 28px;
  letter-spacing: 2px;
}

.site-footer {
  background: #5f3b1f;
  color: rgba(253, 243, 227, .8);
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-col h4 {
  color: #e9c46a;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.footer-col p {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(253, 243, 227, .8);
}

.footer-col a {
  display: block;
  font-size: 14px;
  padding: 4px 0;
  color: rgba(253, 243, 227, .8);
}

.footer-col a:hover {
  color: #e9c46a;
}

.footer-bottom {
  border-top: 1px solid rgba(233, 196, 106, .25);
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  color: rgba(253, 243, 227, .5);
  font-family: 'Cinzel', serif;
  letter-spacing: 2px;
}

.page-banner {
  position: relative;
  overflow: hidden;
  padding: 150px 0 140px;
  text-align: center;
  background: linear-gradient(180deg, #e9c46a, #d4a373);
}

.banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(188, 108, 37, .4), rgba(95, 59, 31, .55));
}

.banner-content {
  position: relative;
  z-index: 3;
  color: #fff;
}

.banner-content h1 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

.banner-content p {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 2px;
}

.banner-dune {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
  height: 180px;
  background: #fdf3e3;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.intro-grid img {
  border-radius: 50% 50% 18px 18px / 30% 30% 18px 18px;
  border: 10px solid #e9c46a;
  box-shadow: 0 24px 44px rgba(156, 102, 68, .25);
}

.intro-grid p {
  color: #8a5a2b;
  margin-bottom: 16px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.value-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 24px;
  border-top: 6px solid #bc6c25;
  box-shadow: 0 14px 30px rgba(156, 102, 68, .14);
  transition: transform .3s;
}

.value-card:nth-child(2) {
  border-top-color: #d4a373;
}

.value-card:nth-child(3) {
  border-top-color: #e9c46a;
}

.value-card:nth-child(4) {
  border-top-color: #9c6644;
}

.value-card:hover {
  transform: translateY(-8px);
}

.value-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}

.value-card p {
  color: #9c6644;
  font-size: 14px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 50% 50% 16px 16px / 32% 32% 16px 16px;
}

.gallery-item img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  transition: transform .5s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-cap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(95, 59, 31, .55);
  color: #fdf3e3;
  font-size: 24px;
  letter-spacing: 6px;
  opacity: 0;
  transition: opacity .4s;
}

.gallery-item:hover .gallery-cap {
  opacity: 1;
}

.posts {
  max-width: 900px;
  margin: 0 auto;
}

.post {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 28px;
  align-items: center;
  border-bottom: 6px solid #e9c46a;
  box-shadow: 0 14px 30px rgba(156, 102, 68, .14);
}

.post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.post h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.post-date {
  font-family: 'Cinzel', serif;
  color: #bc6c25;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.post p {
  color: #9c6644;
  font-size: 14px;
  margin-bottom: 12px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.contact-list li {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e9c46a, #bc6c25);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-list h4 {
  font-size: 16px;
  color: #5f3b1f;
}

.contact-list p {
  color: #9c6644;
  font-size: 14px;
}

.contact-form {
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 20px 40px rgba(156, 102, 68, .18);
}

.contact-form h3 {
  font-size: 22px;
  margin-bottom: 22px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row label {
  display: block;
  font-size: 14px;
  color: #9c6644;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e0c8a6;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  background: #fdf6e9;
  color: #5f3b1f;
  outline: none;
  transition: border-color .3s;
}

.form-row textarea {
  border-radius: 18px;
  min-height: 130px;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: #bc6c25;
}

.btn-submit {
  width: 100%;
  background: #bc6c25;
  color: #fdf3e3;
  font-family: 'Cinzel', 'Noto Serif SC', serif;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 14px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all .3s;
}

.btn-submit:hover {
  background: #9c6644;
  transform: translateY(-3px);
}

.map-placeholder {
  margin-top: 56px;
  height: 300px;
  border: 3px dashed #bc6c25;
  border-radius: 18px;
  background: repeating-linear-gradient(45deg, #fdf3e3 0 22px, #f6e7c8 22px 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9c6644;
  letter-spacing: 4px;
  font-size: 16px;
  font-family: 'Cinzel', serif;
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(251, 240, 221, .98);
    flex-direction: column;
    padding: 10px 20px 20px;
    display: none;
    border-bottom: 3px solid #e9c46a;
  }

  .nav-menu.open {
    display: flex;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .camel {
    display: none;
  }

  .about-grid,
  .intro-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .features,
  .trips-grid,
  .blog-grid,
  .team-grid,
  .testimonial-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .post {
    grid-template-columns: 1fr;
  }

  .oasis-badge {
    display: none;
  }

  .section {
    padding: 60px 0;
  }

  .banner-content h1 {
    font-size: 30px;
  }
}


/* ===== CMS helpers ===== */
.form-alert{padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:.92rem;line-height:1.6}
.form-alert-ok{background:rgba(46,160,67,.08);border:1px solid rgba(46,160,67,.35);color:#2ea043}
.form-alert-err{background:rgba(220,53,69,.08);border:1px solid rgba(220,53,69,.35);color:#dc3545}
.form-alert ul{margin:0;padding-left:18px}
.cms-pager{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:44px 0 0}
.cms-pager a,.cms-pager span{min-width:38px;padding:8px 13px;border:1px solid rgba(128,128,128,.35);border-radius:6px;text-align:center;text-decoration:none;color:inherit}
.cms-pager .active{background:var(--c-primary);border-color:var(--c-primary);color:#fff}
.detail-page{max-width:1100px;margin:0 auto;padding:72px 24px}
.detail-media{width:100%;max-height:520px;object-fit:cover;border-radius:14px;margin-bottom:26px;display:block}
.detail-title{font-size:clamp(26px,3vw,38px);line-height:1.3;margin-bottom:12px}
.detail-meta{color:#777;font-size:.95rem;margin-bottom:20px}
.detail-body{line-height:1.9;color:#444}
.detail-body p{margin-bottom:1em}
.detail-body img{max-width:100%;height:auto;border-radius:10px}
.detail-back{display:inline-block;margin-top:28px;padding:11px 26px;border:1px solid rgba(128,128,128,.4);border-radius:999px;text-decoration:none;color:inherit}
/* ===== 深色 banner 标题白字（避免 h1 与背景同色不可读） ===== */
.banner--ink h1,.banner--purple h1,.banner--coral h1{color:#fff}
/* ===== 阅读全文按钮（硬边 neo-brutalist 风格） ===== */
.news-item .more{display:inline-block;margin-top:14px;padding:10px 20px;background:var(--c-ink);color:#fff;border:var(--border-2);box-shadow:var(--shadow-sm);font-family:var(--font-en);font-weight:800;font-size:.85rem;letter-spacing:.02em;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.news-item .more:hover{background:var(--c-coral);transform:translate(-2px,-2px);box-shadow:var(--shadow)}
/* ===== 留言板一行一个 input（01 翰墨轩） ===== */
.form-grid{grid-template-columns:1fr}
