:root {
  /* Colors */
  --green-900: #0c2117;
  --green-800: #102b1d;
  --green-700: #163a28;
  --green-600: #1d4d35;
  --gold:      #c9a24b;
  --gold-soft: #d9bd7e;
  --cream:     #f5f1e8;
  --cream-dim: #d8d2c4;
  --white:     #ffffff;

  /* Typography */
  --font-serif: "Instrument Serif", Georgia, serif;
  --font-sans:  "Inter", "Segoe UI", system-ui, sans-serif;

  /* Layout */
  --container: 1240px;
  --header-h: 92px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--cream);
  background: var(--green-900);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 48px);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding-top: 22px;
  transition: padding .5s var(--ease);
}
.site-header .container { transition: max-width .6s var(--ease); }
.site-header.is-scrolled { padding-top: 12px; }
.site-header.is-scrolled .container { max-width: 1000px; }

/* Header pill */
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 11px 11px 11px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
  transition: border-color .5s var(--ease), box-shadow .5s var(--ease),
              padding .4s var(--ease);
}
.header__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(12, 20, 16, 0.4);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: background .5s var(--ease);
}
.site-header.is-scrolled .header__inner {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.site-header.is-scrolled .header__inner::before {
  background: rgba(12, 20, 16, 0.55);
}

/* Brand */
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo {
  height: 54px;
  width: auto;
  display: block;
}
.brand__mark {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 22px;
  color: var(--green-900);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(201, 162, 75, .35);
}
.brand__text {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .3px;
  color: var(--white);
}
.brand__text em { color: var(--gold); font-style: normal; }

/* Nav */
.nav__list { display: flex; align-items: center; gap: 34px; }
.nav__link {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .5px;
  color: var(--cream-dim);
  padding: 6px 0;
  transition: color .3s var(--ease);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--gold);
  transition: width .35s var(--ease);
}
.nav__link:hover,
.nav__link.is-active { color: var(--white); }
.nav__link:hover::after,
.nav__link.is-active::after { width: 100%; }

.header__actions { display: flex; align-items: center; gap: 18px; position: relative; z-index: 70; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 30px;
  background: none; border: none; cursor: pointer;
  padding: 6px 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .55));
}
.nav-toggle span {
  height: 2px; width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: transform .35s var(--ease), opacity .3s var(--ease);
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn {
  --pad-y: 16px; --pad-x: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: var(--pad-y) var(--pad-x);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .6px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .4s var(--ease), background-color .4s var(--ease),
              color .4s var(--ease), border-color .4s var(--ease),
              box-shadow .4s var(--ease);
}
.btn svg {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  transition: transform .4s var(--ease);
}
.btn:hover svg { transform: translateX(4px); }
.btn--sm { --pad-y: 11px; --pad-x: 22px; font-size: 14px; }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--green-900);
  box-shadow: 0 10px 30px rgba(201, 162, 75, .3);
}
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(201, 162, 75, .42); }

.btn--outline {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-color: rgba(255, 255, 255, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
}
.btn--outline:hover {
  background: rgba(255, 255, 255, .16);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-3px);
}

.btn--ghost { color: var(--cream); border-color: rgba(245, 241, 232, .28); }
.btn--ghost:hover { background: var(--gold); color: var(--green-900); border-color: var(--gold); }

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

/* Parallax media layer */
.hero__media {
  position: absolute;
  inset: -12% 0;
  z-index: -2;
  will-change: transform;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(120% 120% at 70% 20%, #1c4d35 0%, #102b1d 45%, #0a1a12 100%);
}
.hero__overlay { z-index: 2; }

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 50% 45%, rgba(8, 22, 15, .02) 0%, rgba(8, 22, 15, .10) 70%, rgba(8, 22, 15, .24) 100%),
    linear-gradient(180deg, rgba(8, 22, 15, .15) 0%, rgba(8, 22, 15, .03) 35%, rgba(8, 22, 15, .34) 100%);
}

/* Hero content */
.hero__inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-h);
}
.hero__content {
  max-width: 820px;
  margin-inline: auto;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}
.hero__eyebrow-line {
  width: 46px; height: 1px;
  background: var(--gold);
  display: inline-block;
}

.hero__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(3rem, 7.5vw, 6rem);
  line-height: 1.04;
  letter-spacing: -.5px;
  color: var(--white);
  margin-bottom: -4px;
  text-shadow: 0 8px 40px rgba(0, 0, 0, .35);
}

/* Rotating tagline */
.hero__rotator {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3rem, 7.5vw, 6rem);
  letter-spacing: 1px;
  color: var(--gold-soft);
  margin-bottom: 30px;
  line-height: 1.2;
  height: 1.2em;
  overflow: hidden;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .35);
}
.hero__rotator-word {
  display: inline-block;
  transition: transform .6s var(--ease), opacity .6s var(--ease);
  will-change: transform;
}
.hero__rotator-word.is-out {
  transform: translateY(-115%);
  opacity: 0;
}
.hero__rotator-word.is-prep {
  transition: none;
  transform: translateY(115%);
  opacity: 0;
}

.hero__text {
  max-width: 600px;
  margin-inline: auto;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  font-weight: 300;
  color: var(--cream-dim);
  margin-bottom: 40px;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

/* Marquee */
.hero__marquee {
  position: relative;
  padding-block: 24px;
  border-top: 1px solid rgba(245, 241, 232, .14);
  border-bottom: 1px solid rgba(245, 241, 232, .14);
  background: linear-gradient(180deg, transparent, rgba(8, 22, 15, .3));
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.hero__marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.hero__marquee-item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4.6vw, 3.4rem);
  letter-spacing: 4px;
  line-height: 1;
  padding-right: .35em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245, 241, 232, .8);
}
.hero__marquee-item i {
  font-style: normal;
  margin: 0 .55em;
  font-size: .7em;
  color: var(--gold);
  -webkit-text-stroke: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__marquee-track { animation: none; }
}

/* Scroll indicator */
.hero__scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 44px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cream-dim);
  transition: color .3s var(--ease);
}
.hero__scroll:hover { color: var(--gold); }
.hero__scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(var(--gold), transparent);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 30%;
  background: var(--gold);
  animation: scrollPulse 2.2s var(--ease) infinite;
}
@keyframes scrollPulse {
  0%   { transform: translateY(-100%); }
  100% { transform: translateY(330%); }
}

/* About */
.about {
  background: #f7f5f0;
  color: var(--green-900);
  padding-block: clamp(80px, 10vw, 140px);
}

/* Section eyebrow */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #7c817a;
  margin-bottom: 22px;
}
.section-eyebrow__dot {
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--gold);
}

.about__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.about__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.5px;
  color: var(--green-900);
}

.btn--accent {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--green-900);
  box-shadow: 0 10px 30px rgba(201, 162, 75, .25);
}
.btn--accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(201, 162, 75, .38);
}

/* Cards */
.about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
  margin-top: 64px;
}
.about__grid .about-card:nth-child(2) { margin-top: 36px; }
.about__grid .about-card:nth-child(3) { margin-top: 72px; }

.about-card__top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-items: center;
}
.about-card__icon { grid-row: 1; grid-column: 1; display: inline-flex; }
.about-card__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--green-700);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-card__title {
  grid-row: 1;
  grid-column: 2;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--green-900);
}
.about-card__text {
  grid-column: 1 / -1;
  margin-top: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #5f655e;
  max-width: 38ch;
}

.about-card__media {
  margin: 28px 0 0;
  border-radius: 18px;
  overflow: hidden;
}
.about-card__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform .8s var(--ease);
}
.about-card:hover .about-card__media img { transform: scale(1.05); }

@media (max-width: 900px) {
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .about__grid .about-card { margin-top: 0 !important; }
  .about__head { flex-direction: column; align-items: flex-start; }
  .about-card__media img { aspect-ratio: 16 / 11; }
}

/* Show Unit / Projects */
.projects {
  position: relative;
  background: var(--green-900);
  color: var(--cream);
  padding-block: clamp(80px, 10vw, 140px);
  overflow: hidden;
}
.projects__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(180deg, rgba(12, 33, 23, .55) 0%, rgba(12, 33, 23, .92) 48%, var(--green-900) 78%),
    url("../assets/projects/projects-bg.jpg");
  background-size: cover;
  background-position: center top;
}
.projects__inner { position: relative; z-index: 1; }

.section-eyebrow--light { color: var(--cream-dim); }

.projects__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.projects__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.5px;
  color: var(--white);
}

/* Accordion */
.accordion { display: flex; flex-direction: column; }
.accordion__item { border-top: 1px solid rgba(245, 241, 232, .14); }
.accordion__item:last-child { border-bottom: 1px solid rgba(245, 241, 232, .14); }

.accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 30px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--cream);
  transition: color .35s var(--ease), padding .35s var(--ease);
}
.accordion__num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--cream-dim);
  min-width: 56px;
}
.accordion__name {
  flex: 1;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  transition: color .35s var(--ease);
}
.accordion__header:hover .accordion__name { color: var(--gold-soft); }

/* Arrow */
.accordion__icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
  color: var(--white);
  transition: background .4s var(--ease), border-color .4s var(--ease),
              transform .5s var(--ease), color .4s var(--ease);
}
.accordion__icon svg {
  width: 20px; height: 20px;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Open state */
.accordion__item.is-open .accordion__name { color: var(--gold); }
.accordion__item.is-open .accordion__icon {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-900);
  transform: rotate(-180deg);
}

/* Accordion panel */
.accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .55s var(--ease);
}
.accordion__item.is-open .accordion__panel { grid-template-rows: 1fr; }
.accordion__panel-inner { overflow: hidden; }

.accordion__detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 36px);
  padding: 8px 4px 44px;
}

/* Info card */
.detail__info {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
}
.detail__loc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.detail__loc svg {
  width: 16px; height: 16px;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.detail__desc {
  font-size: 1.02rem;
  font-weight: 300;
  color: var(--cream-dim);
  margin-bottom: 26px;
}
.detail__specs {
  margin-top: 28px;
  margin-bottom: auto;
}
.detail__specs li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 2px;
  border-bottom: 1px solid rgba(245, 241, 232, .14);
}
.detail__specs li:first-child { border-top: 1px solid rgba(245, 241, 232, .14); }
.detail__specs li > span:first-child {
  font-size: 1rem;
  font-weight: 600;
  color: var(--cream);
}
.detail__specs li > span:last-child {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--white);
}

.detail__media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
}
.detail__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.detail__download {
  align-self: flex-start;
  margin-top: 30px;
}

/* Unit slider */
.unit-slider {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eceae3;
}
.unit-slider__viewport { width: 100%; height: 100%; overflow: hidden; }
.unit-slider__track {
  display: flex;
  height: 100%;
  transition: transform .55s var(--ease);
}
.unit-slider__track img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.unit-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  color: #fff;
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease),
              border-color .3s var(--ease);
}
.unit-slider__btn--prev { left: 14px; }
.unit-slider__btn--next { right: 14px; }
.unit-slider__btn:hover {
  background: var(--gold);
  color: var(--green-900);
  border-color: var(--gold);
}
.unit-slider__btn svg {
  width: 20px; height: 20px;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.unit-slider__dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 8px;
}
.unit-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
  transition: background .3s var(--ease), width .3s var(--ease);
}
.unit-slider__dot.is-active {
  background: var(--gold);
  width: 22px;
  border-radius: 4px;
}

/* Coming soon item */
.accordion__header--soon { cursor: default; opacity: .6; }
.accordion__item--soon .accordion__name { color: var(--cream-dim); }
.accordion__soon-badge {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 75, .4);
  background: rgba(201, 162, 75, .08);
  backdrop-filter: blur(8px);
}

@media (max-width: 820px) {
  .accordion__detail { grid-template-columns: 1fr; }
  .accordion__header { gap: 16px; padding: 22px 2px; }
  .accordion__num { min-width: 40px; }
  .detail__media img { min-height: 220px; aspect-ratio: 16 / 11; }
  .projects__head { flex-direction: column; align-items: flex-start; }
}

/* Facilities */
.facilities {
  background: #f7f5f0;
  color: var(--green-900);
  padding-block: clamp(80px, 10vw, 140px);
}
.facilities__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.facilities__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.5px;
  color: var(--green-900);
}
.facilities__tabs { display: flex; gap: 12px; flex-wrap: wrap; }
.facility-tab {
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid rgba(12, 33, 23, .16);
  background: #fff;
  color: var(--green-900);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background .35s var(--ease), border-color .35s var(--ease),
              color .35s var(--ease), transform .35s var(--ease);
}
.facility-tab:hover { border-color: var(--gold); transform: translateY(-2px); }
.facility-tab.is-active {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-color: var(--gold);
  color: var(--green-900);
}

/* Stage */
.facilities__stage {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  background: var(--green-800);
}
.facility-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
.facility-panel.is-active { opacity: 1; visibility: visible; }
.facility-panel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay card */
.facility-card {
  position: absolute;
  right: clamp(16px, 3vw, 44px);
  bottom: clamp(16px, 3vw, 44px);
  width: min(440px, 72%);
  padding: clamp(22px, 2.4vw, 34px);
  border-radius: 20px;
  background: rgba(10, 26, 17, .42);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .3),
              inset 0 1px 0 rgba(255, 255, 255, .12);
  color: var(--cream);
}
.facility-card__icon { display: inline-flex; margin-bottom: 16px; }
.facility-card__icon svg {
  width: 42px; height: 42px;
  fill: none; stroke: var(--gold-soft); stroke-width: 1.4;
  stroke-linecap: round; stroke-linejoin: round;
}
.facility-card__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--white);
  margin-bottom: 12px;
}
.facility-card__text {
  font-size: .98rem;
  font-weight: 300;
  color: var(--cream-dim);
  margin-bottom: 22px;
}
.facility-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--white);
  transition: color .3s var(--ease);
}
.facility-link svg {
  width: 16px; height: 16px;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
  transition: transform .3s var(--ease);
}
.facility-link:hover { color: var(--gold); }
.facility-link:hover svg { transform: translate(3px, -3px); }

@media (max-width: 820px) {
  .facilities__head { align-items: flex-start; }
  .facilities__stage { aspect-ratio: 4 / 5; }
  .facility-card { width: auto; left: clamp(12px, 4vw, 20px); right: clamp(12px, 4vw, 20px); }
}

/* Video Show */
.videoshow {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
}
.videoshow__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
}
.videoshow__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 100% at 50% 40%, rgba(8, 16, 12, .35) 0%, rgba(8, 16, 12, .6) 70%, rgba(8, 16, 12, .85) 100%),
    linear-gradient(180deg, rgba(8, 16, 12, .5) 0%, rgba(8, 16, 12, .35) 40%, rgba(8, 16, 12, .85) 100%);
}

.videoshow__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: 120px 60px;
}
.videoshow__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 5.2rem);
  line-height: 1.04;
  letter-spacing: -.5px;
  color: var(--white);
  margin-bottom: 44px;
  text-shadow: 0 8px 40px rgba(0, 0, 0, .4);
}

/* Play button */
.videoshow__play {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--white);
  transition: transform .4s var(--ease), background .4s var(--ease),
              color .4s var(--ease), border-color .4s var(--ease);
}
.videoshow__play svg {
  width: 30px;
  height: 30px;
  margin-left: 4px;
  fill: currentColor;
}
.videoshow__play:hover {
  background: var(--gold);
  color: var(--green-900);
  border-color: var(--gold);
  transform: scale(1.06);
}
.videoshow__play-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .5);
  animation: playPulse 2.6s var(--ease) infinite;
}
.videoshow__play-pulse--2 { animation-delay: 1.3s; }
@keyframes playPulse {
  0%   { transform: scale(1);   opacity: .7; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* Marquee */
.videoshow__marquee {
  position: relative;
  width: 100%;
  padding-bottom: clamp(28px, 5vw, 56px);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.videoshow__marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.vchip {
  flex-shrink: 0;
  margin-right: 18px;
  padding: 18px 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .videoshow__marquee-track { animation: none; }
}

/* Gallery */
.gallery {
  background: #f7f5f0;
  color: var(--green-900);
  padding-block: clamp(80px, 10vw, 130px);
  overflow: hidden;
}
.gallery__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, 5vw, 60px);
}
.gallery__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -.5px;
  color: var(--green-900);
}
.gallery__desc {
  max-width: 420px;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: #5f655e;
}

.gallery__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gallery__row { overflow: hidden; }
.gallery__row-track {
  display: flex;
  width: max-content;
  animation: gallery-scroll 55s linear infinite;
}
.gallery__row--2 .gallery__row-track { animation-direction: reverse; }
.gallery__row:hover .gallery__row-track { animation-play-state: paused; }

.gallery__item {
  flex: 0 0 auto;
  height: clamp(180px, 23vw, 300px);
  margin-right: 20px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(12, 33, 23, .1);
}
.gallery__row--3 .gallery__item { height: clamp(240px, 32vw, 400px); }
.gallery__item img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: cover;
}
@keyframes gallery-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .gallery__row-track { animation: none; }
}

/* Page Hero */
.page-hero {
  position: relative;
  isolation: isolate;
  color: var(--cream);
  padding: clamp(150px, 20vh, 220px) 0 clamp(60px, 8vw, 96px);
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(8, 22, 15, .78), rgba(8, 22, 15, .9));
}
.page-hero__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -.5px;
  color: var(--white);
  margin: 10px 0 18px;
}
.page-hero__sub {
  max-width: 560px;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--cream-dim);
}

/* Contact */
.contact {
  background: #f7f5f0;
  color: var(--green-900);
  padding-top: clamp(70px, 9vw, 120px);
}
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: start;
  padding-bottom: clamp(60px, 8vw, 100px);
}
.contact__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -.5px;
  color: var(--green-900);
  margin-bottom: 18px;
}
.contact__lead {
  max-width: 44ch;
  color: #5f655e;
  line-height: 1.7;
  margin-bottom: 34px;
}
.contact__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 34px;
}
.contact__list li { display: flex; gap: 16px; align-items: flex-start; }
.contact__ic {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(12, 33, 23, .1);
  box-shadow: 0 8px 22px rgba(12, 33, 23, .06);
}
.contact__ic svg {
  width: 22px; height: 22px;
  fill: none; stroke: var(--gold); stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.contact__list strong {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a8f88;
  margin-bottom: 4px;
}
.contact__list li > span:last-child {
  font-size: 1.05rem;
  color: var(--green-900);
}
.contact__wa { margin-bottom: 26px; }
.contact__socials { display: flex; gap: 12px; }
.contact__socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(12, 33, 23, .15);
  color: var(--green-700);
  transition: background .3s var(--ease), color .3s var(--ease),
              border-color .3s var(--ease), transform .3s var(--ease);
}
.contact__socials svg {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.contact__socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-900);
  transform: translateY(-3px);
}

/* Form */
.contact__form {
  background: #fff;
  border: 1px solid rgba(12, 33, 23, .08);
  border-radius: 22px;
  padding: clamp(26px, 3vw, 44px);
  box-shadow: 0 30px 60px rgba(12, 33, 23, .08);
}
.contact__form-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--green-900);
  margin-bottom: 6px;
}
.contact__form-sub { color: #6b716a; font-size: .95rem; margin-bottom: 26px; }
.field { display: flex; flex-direction: column; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label {
  font-size: .85rem;
  font-weight: 500;
  color: var(--green-900);
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--green-900);
  padding: 14px 16px;
  border: 1px solid rgba(12, 33, 23, .16);
  border-radius: 12px;
  background: #faf9f6;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field textarea { resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 75, .18);
}
.contact__submit { width: 100%; justify-content: center; margin-top: 8px; }

/* Map */
.contact__map { line-height: 0; }
.contact__map iframe {
  width: 100%;
  height: clamp(320px, 42vw, 460px);
  border: 0;
  filter: grayscale(.15) contrast(1.04);
}

@media (max-width: 860px) {
  .contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .field-row { grid-template-columns: 1fr; }
}

/* Footer */
.footer {
  background: var(--green-900);
  color: var(--cream-dim);
  padding-block: clamp(60px, 8vw, 96px) 36px;
}

/* CTA band */
.footer__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: clamp(40px, 5vw, 64px);
  margin-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 1px solid rgba(245, 241, 232, .12);
}
.footer__cta-title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -.5px;
  color: var(--white);
}

/* Columns */
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: clamp(32px, 4vw, 64px);
  padding-bottom: clamp(40px, 5vw, 60px);
}
.footer__logo {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  color: var(--white);
}
.footer__logo em { color: var(--gold); font-style: normal; }
.footer__desc {
  margin-top: 18px;
  max-width: 38ch;
  font-size: .98rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--cream-dim);
}
.footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}
.footer__socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(245, 241, 232, .2);
  color: var(--cream);
  transition: background .3s var(--ease), color .3s var(--ease),
              border-color .3s var(--ease), transform .3s var(--ease);
}
.footer__socials svg {
  width: 18px; height: 18px;
  fill: none; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.footer__socials a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-900);
  transform: translateY(-3px);
}

.footer__col-title {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
}
.footer__col ul { display: flex; flex-direction: column; gap: 13px; }
.footer__col a {
  font-size: .98rem;
  color: var(--cream-dim);
  transition: color .3s var(--ease), padding-left .3s var(--ease);
}
.footer__col a:hover { color: var(--gold); padding-left: 5px; }

.footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: .98rem;
  color: var(--cream-dim);
  margin-bottom: 16px;
}
.footer__contact svg {
  flex-shrink: 0;
  width: 18px; height: 18px;
  margin-top: 2px;
  fill: none; stroke: var(--gold); stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Bottom bar */
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(245, 241, 232, .12);
  font-size: .9rem;
  color: var(--cream-dim);
}
.footer__legal { display: flex; gap: 26px; }
.footer__legal a { color: var(--cream-dim); transition: color .3s var(--ease); }
.footer__legal a:hover { color: var(--gold); }

@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .footer__grid { grid-template-columns: 1fr; }
  .footer__cta { flex-direction: column; align-items: flex-start; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* Responsive */
@media (max-width: 900px) {
  .nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(80vw, 350px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(10, 24, 16, .98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translateX(100%);
    transition: transform .5s var(--ease);
    padding: 100px 44px 44px;
    box-shadow: -24px 0 60px rgba(0, 0, 0, .45);
  }
  .nav.is-open { transform: translateX(0); }
  .nav__list { flex-direction: column; align-items: flex-start; gap: 6px; }
  .nav__list li { width: 100%; }
  .nav__link { display: inline-block; font-size: 1.45rem; padding: 12px 0; }
  .nav-toggle { display: flex; }
  .header__actions .btn--ghost { display: none; }
}

/* Articles */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.article-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(12, 33, 23, .07);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.article-card:hover { transform: translateY(-6px); box-shadow: 0 22px 54px rgba(12, 33, 23, .12); }
.article-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
}
.article-card__media--empty {
  background: linear-gradient(135deg, var(--green-600), var(--green-800));
}
.article-card__media img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .7s var(--ease);
}
.article-card:hover .article-card__media img { transform: scale(1.06); }
.article-card__badge {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  padding: 7px 16px;
  border-radius: 999px;
  background: #c6e85a;
  color: #1a2410;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}
.article-card__body { padding: 22px 24px 28px; display: flex; flex-direction: column; gap: 12px; }
.article-card__meta { font-size: 13px; color: #8a8f88; }
.article-card__meta strong { color: var(--green-900); font-weight: 600; }
.article-card__title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 1.45rem;
  line-height: 1.18;
  letter-spacing: -.3px;
  color: var(--green-900);
}
.article-card__excerpt { font-size: .96rem; color: #6a706a; line-height: 1.6; }

/* Articles home */
.articles-home {
  background: #f7f5f0;
  padding-block: clamp(80px, 10vw, 130px);
}
.articles-home__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.articles-home__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  letter-spacing: -.5px;
  color: var(--green-900);
}

/* Articles page */
.articles-page {
  background: #f7f5f0;
  padding-block: clamp(60px, 8vw, 110px);
  min-height: 60vh;
}
.articles-loading, .articles-empty { text-align: center; color: #6a706a; padding: 60px 0; }
.articles-empty h3 { font-family: var(--font-serif); font-size: 1.8rem; color: var(--green-900); margin-bottom: 10px; }
.articles-empty a { color: var(--gold); }

/* Single article */
.article-single {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: clamp(36px, 5vw, 70px);
  align-items: start;
}
.article-single__top {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.article-single__top .article-card__badge { position: static; box-shadow: none; }
.article-single__meta { font-size: 14px; color: #8a8f88; }
.article-single__meta strong { color: var(--green-900); }
.article-single__title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.12;
  letter-spacing: -.5px;
  color: var(--green-900);
  margin-bottom: 28px;
}
.article-single__cover {
  margin: 0 0 30px;
  border-radius: 20px;
  overflow: hidden;
}
.article-single__cover img { width: 100%; display: block; }

/* Article content */
.article-content { color: #3f453e; font-size: 1.06rem; line-height: 1.8; }
.article-content > * + * { margin-top: 1.1em; }
.article-content h1, .article-content h2, .article-content h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--green-900);
  line-height: 1.2;
  margin-top: 1.4em;
}
.article-content h1 { font-size: 1.9rem; }
.article-content h2 { font-size: 1.55rem; }
.article-content h3 { font-size: 1.25rem; }
.article-content p { margin-top: 1em; }
.article-content strong { color: var(--green-900); font-weight: 700; }
.article-content em { font-style: italic; }
.article-content a { color: var(--gold); text-decoration: underline; }
.article-content ul, .article-content ol { margin: 1em 0 1em 1.4em; }
.article-content li { margin-bottom: .5em; }
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 1.4em 0;
  display: block;
}
.article-content blockquote {
  margin: 1.4em 0;
  padding: 18px 26px;
  border-left: 3px solid var(--gold);
  background: #faf8f2;
  border-radius: 0 12px 12px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--green-800);
}
.article-back {
  display: inline-block;
  margin-top: 36px;
  font-weight: 600;
  color: var(--green-700);
  transition: color .3s var(--ease);
}
.article-back:hover { color: var(--gold); }

/* Sidebar */
.article-sidebar { display: flex; flex-direction: column; gap: 24px; }
.sidebar-widget {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 40px rgba(12, 33, 23, .06);
}
.sidebar-widget h4 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--green-900);
  margin-bottom: 18px;
}
.sidebar-search { display: flex; gap: 8px; }
.sidebar-search input {
  flex: 1;
  padding: 13px 16px;
  border: 1px solid rgba(12, 33, 23, .14);
  border-radius: 12px;
  background: #faf9f6;
  font-family: var(--font-sans);
  font-size: .95rem;
}
.sidebar-search input:focus { outline: none; border-color: var(--gold); }
.sidebar-search button {
  width: 48px;
  border: none;
  border-radius: 12px;
  background: var(--gold);
  color: var(--green-900);
  cursor: pointer;
  display: grid;
  place-items: center;
}
.sidebar-search svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.sidebar-cats li { border-bottom: 1px solid rgba(12, 33, 23, .08); }
.sidebar-cats li:last-child { border-bottom: none; }
.sidebar-cats a {
  display: block;
  padding: 13px 0;
  color: #4a504a;
  transition: color .3s var(--ease), padding-left .3s var(--ease);
}
.sidebar-cats a:hover { color: var(--gold); padding-left: 6px; }
.sidebar-recent li { margin-bottom: 16px; }
.sidebar-recent a { display: flex; gap: 14px; align-items: center; }
.sidebar-recent img, .recent__thumb-empty {
  width: 64px; height: 64px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--green-600), var(--green-800));
}
.sidebar-recent span { display: flex; flex-direction: column; font-size: .95rem; font-weight: 600; color: var(--green-900); line-height: 1.3; }
.sidebar-recent em { font-style: normal; font-size: 12px; font-weight: 400; color: #9aa098; margin-bottom: 3px; }
.sidebar-recent a:hover span { color: var(--gold); }

@media (max-width: 980px) {
  .article-single { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .articles-home__head { align-items: flex-start; }
}
@media (max-width: 560px) {
  .article-grid { grid-template-columns: 1fr; }
}

/* Admin Panel */
body.admin {
  background: #eef0ea;
  color: var(--green-900);
  min-height: 100vh;
}

/* Login */
.admin-login {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 30px;
}
.admin-login__card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 22px;
  padding: clamp(30px, 5vw, 48px);
  box-shadow: 0 30px 70px rgba(12, 33, 23, .14);
  text-align: center;
}
.admin-login__logo img { height: 70px; margin: 0 auto 18px; }
.admin-login__title {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 2rem;
  color: var(--green-900);
}
.admin-login__sub { color: #6a706a; margin: 6px 0 26px; }
.admin-login__card .field { text-align: left; }

.admin-msg { min-height: 20px; font-size: .9rem; margin: 6px 0 14px; }
.admin-msg.is-error { color: #c0392b; }
.admin-msg.is-ok { color: #1f7a44; }
.admin-msg.is-ok a { color: var(--gold); font-weight: 600; }

/* Editor */
.admin-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px clamp(16px, 4vw, 40px);
  background: var(--green-900);
  color: var(--cream);
}
.admin-bar__brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-serif); font-size: 1.3rem; color: #fff; }
.admin-bar__brand img { height: 38px; }
.admin-bar__actions { display: flex; gap: 12px; }

.admin-editor__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 56px) clamp(16px, 4vw, 24px) 90px;
}
.admin-editor__heading {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--green-900);
  margin-bottom: 6px;
}
.admin-editor__meta { color: #6a706a; margin-bottom: 30px; }
.admin-editor__meta strong { color: var(--green-900); }

.cover-drop {
  position: relative;
  border: 2px dashed rgba(12, 33, 23, .2);
  border-radius: 16px;
  background: #fff;
  min-height: 180px;
  display: grid;
  place-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .3s var(--ease);
}
.cover-drop:hover { border-color: var(--gold); }
.cover-drop__placeholder { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #8a8f88; }
.cover-drop__placeholder svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cover-drop img { width: 100%; height: 100%; max-height: 320px; object-fit: cover; }

.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(12, 33, 23, .14);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}
.toolbar button {
  font-family: var(--font-sans);
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid rgba(12, 33, 23, .12);
  border-radius: 8px;
  background: #faf9f6;
  color: var(--green-900);
  cursor: pointer;
  transition: background .2s var(--ease), border-color .2s var(--ease);
}
.toolbar button:hover { background: var(--gold); border-color: var(--gold); }
.toolbar__sep { width: 1px; height: 22px; background: rgba(12, 33, 23, .14); margin: 0 4px; }

.editor-area {
  min-height: 380px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid rgba(12, 33, 23, .14);
  border-radius: 0 0 12px 12px;
  color: #3f453e;
  font-size: 1.05rem;
  line-height: 1.8;
  outline: none;
}
.editor-area:empty::before,
.editor-area[data-placeholder]:empty::before { content: attr(data-placeholder); color: #aab0a8; }
.editor-area h1 { font-size: 1.9rem; font-weight: 700; color: var(--green-900); margin: .6em 0; }
.editor-area h2 { font-size: 1.55rem; font-weight: 700; color: var(--green-900); margin: .6em 0; }
.editor-area h3 { font-size: 1.25rem; font-weight: 700; color: var(--green-900); margin: .6em 0; }
.editor-area blockquote {
  margin: 1em 0;
  padding: 14px 22px;
  border-left: 3px solid var(--gold);
  background: #faf8f2;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--green-800);
}
.editor-area img { max-width: 100%; height: auto; border-radius: 12px; margin: 1em 0; }

.admin-editor__foot { margin-top: 26px; }
.admin-editor__foot .btn { padding: 16px 36px; }

@media (max-width: 560px) {
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { justify-content: center; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__media { inset: 0 !important; transform: none !important; }
  .hero__scroll-line::after { animation: none; }
  * { transition-duration: .01ms !important; }
}

/* Floating WhatsApp */
.wa-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 90;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .45);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.wa-float svg { width: 32px; height: 32px; fill: currentColor; }
.wa-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: waPulse 2.4s var(--ease) infinite;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 14px 40px rgba(37, 211, 102, .6); }
@keyframes waPulse {
  0% { transform: scale(1); opacity: .7; }
  100% { transform: scale(1.6); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .wa-float::before { animation: none; } }

/* Video modal */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 40px);
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 9, .85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.video-modal__box {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
}
.video-modal__frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
}
.video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.video-modal__close:hover { background: var(--gold); color: var(--green-900); border-color: var(--gold); }
