* {
  box-sizing: border-box;
  }

html {
scroll-behavior: smooth;
}

body {
margin: 0;
font-family: Georgia, "Times New Roman", serif;
color: #2b241f;
background: #f4f0e6;
line-height: 1.7;
}

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

.hero {
position: relative;
min-height: 92vh;
overflow: hidden;
background: #1f3a32;
}

.hero-image {
height: 92vh;
object-fit: cover;
filter: brightness(0.72);
}

.hero-overlay {
position: absolute;
left: 8%;
bottom: 12%;
max-width: 720px;
color: #f4f0e6;
}

.eyebrow {
margin: 0 0 12px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.78rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #c6923d;
}

h1,
h2 {
margin: 0 0 24px;
font-weight: 400;
line-height: 1.1;
}

h1 {
font-size: clamp(3rem, 8vw, 7rem);
}

h2 {
font-size: clamp(2rem, 4vw, 4rem);
color: #1f3a32;
}

p {
margin: 0 0 18px;
font-size: 1.08rem;
}

.hero-text {
max-width: 620px;
font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.section {
padding: 96px 8%;
}

.intro {
background: #f4f0e6;
}

.section-text {
max-width: 720px;
}

.centered {
margin: 0 auto;
text-align: center;
}

.split {
display: grid;
grid-template-columns: 1.05fr 0.95fr;
gap: 64px;
align-items: center;
background: #f4f0e6;
}

.split.reverse {
grid-template-columns: 0.95fr 1.05fr;
}

.split.reverse .section-image {
order: 2;
}

.split.reverse .section-text {
order: 1;
}

.section-image img {
aspect-ratio: 4 / 5;
object-fit: cover;
border-radius: 20px;
box-shadow: 0 24px 70px rgba(31, 58, 50, 0.18);
transition: transform 0.5s ease, filter 0.5s ease, box-shadow 0.5s ease;
}

.section-image img:hover {
transform: scale(1.025);
filter: brightness(1.05);
box-shadow: 0 30px 90px rgba(31, 58, 50, 0.28);
}

.recognition {
background: #1f3a32;
color: #f4f0e6;
}

.recognition h2 {
color: #f4f0e6;
}

.gallery {
background: #3b2b22;
color: #f4f0e6;
}

.gallery h2 {
color: #f4f0e6;
}

.gallery-grid {
margin-top: 56px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 22px;
}

.gallery-grid figure {
margin: 0;
background: rgba(244, 240, 230, 0.08);
border-radius: 18px;
overflow: hidden;
transition: transform 0.45s ease, background 0.45s ease;
}

.gallery-grid figure:hover {
transform: translateY(-8px);
background: rgba(244, 240, 230, 0.14);
}

.gallery-grid img,
.gallery-grid video {
width: 100%;
aspect-ratio: 1 / 1.15;
object-fit: cover;
display: block;
filter: brightness(0.9);
transition: filter 0.45s ease, transform 0.45s ease;
}

.gallery-grid figure:hover img,
.gallery-grid figure:hover video {
filter: brightness(1.06);
transform: scale(1.04);
}

figcaption {
padding: 14px 16px 18px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.88rem;
color: #e8dbc2;
}

.contact {
background: #f4f0e6;
}

.contact-box {
max-width: 720px;
margin: 0 auto;
padding: 54px;
text-align: center;
border-radius: 24px;
background: #fffaf0;
box-shadow: 0 20px 60px rgba(59, 43, 34, 0.12);
}

.contact-line {
margin-top: 24px;
color: #355c4d;
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
}

footer {
padding: 28px 8%;
text-align: center;
background: #1f3a32;
color: #d8c9aa;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.85rem;
}

footer p {
margin: 0;
font-size: 0.85rem;
}

@media (max-width: 900px) {
.section {
padding: 72px 6%;
}

.split,
.split.reverse {
grid-template-columns: 1fr;
gap: 36px;
}

.split.reverse .section-image,
.split.reverse .section-text {
order: initial;
}

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

.hero-overlay {
left: 6%;
right: 6%;
bottom: 9%;
}
}

@media (max-width: 560px) {
.hero,
.hero-image {
min-height: 82vh;
height: 82vh;
}

.section {
padding: 56px 5%;
}

h1 {
font-size: 3rem;
}

h2 {
font-size: 2.15rem;
}

p {
font-size: 1rem;
}

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

.contact-box {
padding: 34px 22px;
}
}

/* ---------------------------------------------------------
   Shared Shuiman structure
   Used by English, German and Russian pages
   --------------------------------------------------------- */

html,
body {
  background-color: #102015;
}

body {
  background-image:
    linear-gradient(rgba(6, 14, 8, 0.08), rgba(6, 14, 8, 0.08)),
    url("img/forest-wuzhishan.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.hero {
  background: #1f3a32;
}

main {
  background: transparent;
}

main .section {
  padding-top: 110px;
  padding-bottom: 110px;
}

main .intro,
main .split,
main .contact {
  background: rgba(244, 240, 230, 0.80);
}

main .recognition {
  background: rgba(31, 58, 50, 0.80);
}

main .gallery {
  background: rgba(59, 43, 34, 0.80);
}

main .section-text {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

main h2 {
  color: #1f3a32;
  text-shadow:
    0 1px 2px rgba(244, 240, 230, 0.75),
    0 0 7px rgba(244, 240, 230, 0.55);
}

main p {
  color: #2b241f;
  text-shadow:
    0 1px 2px rgba(244, 240, 230, 0.70),
    0 0 6px rgba(244, 240, 230, 0.45);
}

main .eyebrow {
  color: #c6923d;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

main .recognition h2,
main .gallery h2,
main .recognition p,
main .gallery p {
  color: #f4f0e6;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
}

main .contact-box {
  background: rgba(255, 250, 240, 0.80);
  border: none;
  box-shadow: 0 22px 70px rgba(59, 43, 34, 0.18);
  backdrop-filter: blur(0.5px);
  -webkit-backdrop-filter: blur(0.5px);
}

main .contact-box h2,
main .contact-box p,
main .contact-line {
  color: #355c4d;
  text-shadow:
    0 1px 2px rgba(244, 240, 230, 0.75),
    0 0 6px rgba(244, 240, 230, 0.50);
}

main .gallery-grid figure {
  background: rgba(244, 240, 230, 0.18);
  border: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

main figcaption {
  color: #e8dbc2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}

main .section-image img {
  box-shadow: 0 30px 90px rgba(31, 58, 50, 0.28);
}

/* Language buttons */

.language-nav {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 20;
  display: flex;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.language-link {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(31, 58, 50, 0.72);
  color: #f4f0e6;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.language-link.active {
  background: #f4f0e6;
  color: #1f3a32;
}

/* Video preview cards */

.video-card-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  text-decoration: none;
}

.gallery-grid .video-card-poster {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
}

.video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
}

/* Fullscreen handling for any directly embedded videos */

main .gallery-grid video {
  object-fit: contain;
  background: #000;
}

main .gallery-grid video:fullscreen,
main .gallery-grid video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}

/* Footer links */

.footer-secondary {
  margin-top: 10px;
}

.footer-link {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

footer {
  background: #1f3a32;
}

@media (max-width: 900px) {
  body {
    background-image:
      linear-gradient(rgba(6, 14, 8, 0.08), rgba(6, 14, 8, 0.08)),
      url("img/forest-wuzhishan.jpg");
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #102015;
  }

  main .section {
    padding-top: 72px;
    padding-bottom: 72px;
    background-image: none;
  }

  main .intro,
  main .split,
  main .contact {
    background: rgba(244, 240, 230, 0.80);
  }

  main .recognition {
    background: rgba(31, 58, 50, 0.80);
  }

  main .gallery {
    background: rgba(59, 43, 34, 0.80);
  }

  main .contact-box {
    background: rgba(255, 250, 240, 0.80);
  }
}
