:root {
  --green: #1a8f5b;
  --green2: #78d98b;
  --lime: #d9f26a;
  --ink: #102218;
  --cream: #f7f1df;
  --paper: #fffdf7;
  --black: #0c100e;
  --brown: #2c1c12;
  --gold: #d8ae57;
  --muted: #6c776f;
  --line: rgba(28, 60, 43, 0.14);
  --radius: 28px;
  --shadow: 0 28px 80px rgba(8, 30, 18, 0.16);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hidden {
  display: none !important;
}
::selection {
  background: #dff45e;
  color: #102218;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}
.ur,
[dir="rtl"] {
  font-family: Arial, sans-serif;
}
.en {
  display: none;
}
body.lang-en {
  direction: ltr;
}
body.lang-en .ur {
  display: none !important;
}
body.lang-en .en {
  display: block;
}
body.lang-en .desktop-nav,
body.lang-en .header-actions {
  direction: ltr;
}
body.lang-en .point,
body.lang-en .metric {
  direction: ltr;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}
.leaf-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 5;
}
.leaf-particle {
  position: absolute;
  color: rgba(106, 190, 113, 0.2);
  font-size: 26px;
  animation: leafFall linear infinite;
  filter: blur(0.2px);
}
@keyframes leafFall {
  0% {
    transform: translate3d(0, -12vh, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(50px, 50vh, 0) rotate(140deg);
  }
  100% {
    transform: translate3d(-20px, 112vh, 0) rotate(320deg);
  }
}
.site-header {
  position: fixed;
  z-index: 80;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 28px));
  height: 72px;
  padding: 0 14px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(9, 28, 18, 0.74);
  backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.15);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  text-decoration: none;
  direction: ltr;
}
.brand-mark {
  width: 46px;
  height: 46px;
}
.brand-mark svg {
  width: 100%;
  height: 100%;
  fill: #eaf6d8;
}
.brand-mark svg circle {
  fill: #153d29;
  stroke: #8fcf82;
  stroke-width: 2;
}
.brand-mark svg path {
  fill: #d9f26a;
}
.brand b {
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.brand small {
  display: block;
  color: #a8c8b4;
  margin-top: 2px;
}
.desktop-nav {
  display: flex;
  gap: 22px;
}
.desktop-nav a {
  color: #dbe9de;
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s;
}
.desktop-nav a:hover {
  color: var(--lime);
  transform: translateY(-1px);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lang-btn,
.login-btn {
  border: 0;
  cursor: pointer;
}
.lang-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 800;
}
.login-btn {
  height: 46px;
  padding: 0 16px;
  border-radius: 15px;
  background: #e8f36c;
  color: #132317;
  font-weight: 800;
  display: flex;
  gap: 8px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(214, 238, 91, 0.16);
}
main {
  position: relative;
  z-index: 10;
}
.section-dark {
  color: #fff;
  background: #0c1510;
}
.section-light {
  background: var(--paper);
}
.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 130px max(6vw, 30px) 80px;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 20, 13, 0.98) 0%,
      rgba(8, 24, 15, 0.9) 43%,
      rgba(8, 24, 15, 0.24) 72%,
      rgba(8, 24, 15, 0.45) 100%
    ),
    url("assets/media/IMG-20260825-WA0480.jpg") center/cover no-repeat;
  transform: scale(1.04);
  animation: heroBreath 11s ease-in-out infinite alternate;
}
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 75% 40%,
      rgba(183, 238, 108, 0.17),
      transparent 26%
    ),
    linear-gradient(180deg, transparent 70%, #09110d 100%);
}
@keyframes heroBreath {
  to {
    transform: scale(1.09) translate3d(1%, -0.6%, 0);
  }
}
.hero-content,
.hero-stage {
  position: relative;
  z-index: 3;
}
.hero-content {
  max-width: 720px;
}
.eyebrow,
.kicker {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b8d6bd;
  font-weight: 800;
}
.hero h1 {
  font-size: clamp(48px, 7vw, 94px);
  line-height: 1.03;
  margin: 14px 0 20px;
  letter-spacing: -0.04em;
}
.hero h1 span {
  color: #e7ff73;
  text-shadow: 0 2px 22px rgba(7, 24, 15, 0.72);
}
.hero-text {
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 2;
  max-width: 670px;
  color: #e4eee7;
}
.hero-actions,
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.btn {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  font-family: inherit;
}
.btn.primary {
  background: var(--lime);
  color: #142316;
  box-shadow: 0 14px 40px rgba(215, 241, 104, 0.18);
}
.btn.ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  backdrop-filter: blur(12px);
}
.btn.full {
  width: 100%;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 720px;
  margin-top: 42px;
}
.trust-row > div {
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}
.trust-row b {
  display: block;
  color: #fff;
  font-size: 14px;
}
.trust-row span {
  font-size: 10px;
  color: #a8b8ac;
  line-height: 1.5;
}
.hero-stage {
  height: 620px;
  perspective: 1200px;
}
.hero-photo-card,
.cup-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.38);
  background: #102a1d;
}
.hero-photo-card {
  width: min(390px, 72%);
  height: 500px;
  right: 4%;
  top: 8%;
  border-radius: 38px;
  transform: rotateY(-9deg) rotateZ(2deg);
}
.hero-photo-card img,
.cup-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-tag,
.video-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px 16px;
  background: rgba(8, 25, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(13px);
  border-radius: 17px;
}
.photo-tag span,
.video-overlay small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #9ed0a7;
}
.photo-tag b,
.video-overlay b {
  display: block;
  margin-top: 4px;
}
.cup-card {
  width: 220px;
  height: 260px;
  left: 2%;
  bottom: 4%;
  border-radius: 30px;
}
.cup-card img {
  height: 75%;
}
.cup-card > div {
  padding: 10px 14px;
}
.cup-card small {
  display: block;
  color: #94bc9c;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.breathing {
  animation: breathing 5.8s ease-in-out infinite;
}
@keyframes breathing {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-9px) scale(1.018);
  }
}
.orbit {
  position: absolute;
  border: 1px solid rgba(212, 239, 118, 0.18);
  border-radius: 50%;
  animation: spin 16s linear infinite;
}
.orbit-a {
  width: 520px;
  height: 520px;
  right: -4%;
  top: 4%;
}
.orbit-b {
  width: 350px;
  height: 350px;
  right: 8%;
  top: 18%;
  animation-direction: reverse;
  animation-duration: 12s;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.floating-leaf {
  position: absolute;
  color: #d8f070;
  font-size: 50px;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
  animation: floatLeaf 7s ease-in-out infinite;
}
.leaf-1 {
  top: 7%;
  left: 20%;
}
.leaf-2 {
  top: 55%;
  right: -1%;
  animation-delay: -2s;
}
.leaf-3 {
  bottom: 3%;
  right: 34%;
  animation-delay: -4s;
}
@keyframes floatLeaf {
  0%,
  100% {
    transform: translate(0, 0) rotate(-20deg);
  }
  50% {
    transform: translate(16px, -22px) rotate(25deg);
  }
}
.steam {
  position: absolute;
  width: 24px;
  height: 110px;
  left: 14%;
  bottom: 38%;
  border-radius: 50%;
  border-left: 3px solid rgba(255, 255, 255, 0.16);
  filter: blur(2px);
  animation: steam 4.5s ease-in-out infinite;
}
.steam-2 {
  left: 18%;
  height: 130px;
  animation-delay: -1.8s;
}
.steam-3 {
  left: 21%;
  height: 95px;
  animation-delay: -3s;
}
@keyframes steam {
  0% {
    opacity: 0;
    transform: translateY(15px) scale(0.7);
  }
  40% {
    opacity: 0.65;
  }
  100% {
    opacity: 0;
    transform: translateY(-65px) translateX(16px) scale(1.35);
  }
}
.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #9eb3a3;
  text-decoration: none;
  font-size: 10px;
}
.scroll-cue span {
  display: block;
  width: 1px;
  height: 34px;
  background: linear-gradient(var(--lime), transparent);
  margin: auto auto 5px;
  animation: scrollLine 2s infinite;
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0.3);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.3);
    transform-origin: bottom;
  }
}
section:not(.hero) {
  padding: 110px max(6vw, 30px);
}
.section-heading {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}
.section-heading h2 {
  font-size: clamp(38px, 5.5vw, 72px);
  line-height: 1.12;
  margin: 12px 0 18px;
  letter-spacing: -0.04em;
}
.section-heading h2 em {
  font-style: normal;
  color: var(--green);
}
.section-heading p:not(.kicker) {
  font-size: 17px;
  line-height: 2;
  color: #5f6e64;
}
.section-heading.inverse h2 em {
  color: var(--lime);
}
.section-heading.inverse p:not(.kicker) {
  color: #bac8bd;
}
.kicker {
  color: #669a78;
}
.inverse .kicker {
  color: #9cc7a6;
}
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
  max-width: 1180px;
  margin: auto;
}
.story-media {
  position: relative;
  height: 650px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 14px 16px;
}
.media-caption b,
.media-caption span {
  display: block;
}
.media-caption span {
  font-size: 12px;
  color: #637168;
  margin-top: 3px;
}
.story-points {
  display: grid;
  gap: 12px;
}
.point {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 40px rgba(15, 48, 29, 0.06);
}
.point > span {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: #eaf4e1;
  color: #2c744d;
  font-weight: 900;
}
.point b {
  font-size: 18px;
}
.point p {
  margin: 7px 0 0;
  color: #68766d;
  line-height: 1.8;
  font-size: 13px;
}
.green-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0d2b1d, #123f29 52%, #0b2418);
  color: #fff;
}
.green-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(163, 235, 101, 0.12);
  filter: blur(60px);
  top: 15%;
  right: -200px;
}
.green-showcase {
  position: relative;
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
}
.video-shell {
  height: 680px;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.28);
}
.video-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.green-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-content: center;
}
.glass-card {
  min-height: 220px;
  border-radius: 26px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.045)
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}
.glass-card .big-num {
  font-size: 68px;
  color: var(--lime);
  font-weight: 900;
  line-height: 1;
}
.glass-card .icon {
  font-size: 42px;
  color: var(--lime);
}
.glass-card b {
  display: block;
  font-size: 18px;
}
.glass-card small {
  display: block;
  color: #b9cabc;
  line-height: 1.8;
  margin-top: 8px;
}
.leaf-lab {
  max-width: 1180px;
  margin: 90px auto 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
}
.leaf-img {
  height: 610px;
  border-radius: 34px;
  overflow: hidden;
}
.leaf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lab-copy h3,
.quality-copy h3 {
  font-size: 36px;
  line-height: 1.35;
  margin: 8px 0 24px;
}
.metric {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.metric > b {
  color: var(--lime);
}
.metric strong,
.metric small {
  display: block;
}
.metric small {
  color: #b6c7bb;
  margin-top: 5px;
  line-height: 1.7;
}
.black-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #080b09 0%, #18110d 48%, #0a100d 100%);
}
.black-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(216, 174, 87, 0.1),
      transparent 25%
    ),
    radial-gradient(circle at 80% 70%, rgba(93, 131, 82, 0.1), transparent 28%);
}
.black-hero-grid {
  position: relative;
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 0.72fr 0.8fr;
  gap: 20px;
  align-items: center;
}
.black-sack,
.black-cup {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}
.black-sack {
  height: 570px;
}
.black-cup {
  height: 410px;
}
.black-sack img,
.black-cup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.black-sack span,
.black-cup div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  background: rgba(8, 10, 9, 0.72);
  backdrop-filter: blur(12px);
  border-radius: 15px;
  font-size: 11px;
}
.black-cup small,
.black-cup b {
  display: block;
}
.black-cup small {
  color: #d2b776;
  letter-spacing: 0.16em;
  font-size: 8px;
}
.black-copy {
  padding: 20px;
}
.black-copy p {
  font-size: 18px;
  line-height: 2;
  color: #d5d6cf;
}
.text-link {
  color: var(--gold);
  text-decoration: none;
  font-weight: 900;
}
.grades {
  position: relative;
  max-width: 1180px;
  margin: 80px auto 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
.grade {
  min-height: 355px;
  border-radius: 26px;
  padding: 24px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}
.grade > span {
  font-size: 78px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
}
.grade h3 {
  font-size: 24px;
  margin: 8px 0;
}
.grade p {
  color: #c1c2bd;
  line-height: 1.9;
  font-size: 13px;
}
.grade small {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 10px;
  border-radius: 10px;
  background: rgba(216, 174, 87, 0.12);
  color: #e1c986;
}
.grade-a {
  border-top: 2px solid #e6cd84;
}
.grade-b {
  border-top: 2px solid #9ec88d;
}
.grade-c {
  border-top: 2px solid #8aa0a0;
}
.grade-d {
  border-top: 2px solid #8b776a;
}
.grade-note {
  max-width: 900px;
  margin: 25px auto 0;
  text-align: center;
  color: #989d99;
  line-height: 1.8;
  font-size: 12px;
}
.quality-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.quality-video {
  height: 650px;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}
.quality-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-video span {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 11px 14px;
  border-radius: 13px;
  background: rgba(9, 26, 17, 0.78);
  color: #fff;
}
.quality-stack {
  display: grid;
  gap: 18px;
}
.quality-stack > img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.quality-copy {
  padding: 25px;
  border-radius: 28px;
  background: #eef4e8;
}
.quality-copy ul {
  margin: 0;
  padding: 0 20px;
  line-height: 2;
  color: #516257;
}
.supply {
  position: relative;
  overflow: hidden;
}
.supply-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(7, 14, 10, 0.84), rgba(7, 14, 10, 0.94)),
    url("assets/media/IMG-20260825-WA0475.jpg") center/cover fixed;
}
.supply > *:not(.supply-bg) {
  position: relative;
}
.supply-cards {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.supply-card {
  height: 470px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.supply-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.supply-card:hover img {
  transform: scale(1.06);
}
.supply-card div {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  padding: 13px 15px;
  border-radius: 16px;
  background: rgba(7, 18, 12, 0.76);
  backdrop-filter: blur(12px);
}
.supply-card small,
.supply-card b {
  display: block;
}
.supply-card small {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #a7c7ae;
}
.supply-card b {
  margin-top: 3px;
}
.gallery-section {
  overflow: hidden;
}
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.gallery-filters button {
  padding: 10px 15px;
  border-radius: 13px;
  border: 1px solid var(--line);
  background: #fff;
  color: #3a4d41;
  font-weight: 800;
  cursor: pointer;
}
.gallery-filters button.active {
  background: #153d29;
  color: #fff;
  border-color: #153d29;
}
.media-grid {
  max-width: 1280px;
  margin: auto;
  columns: 4 260px;
  column-gap: 12px;
}
.media-item {
  break-inside: avoid;
  margin: 0 0 12px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #e7eee6;
  border: 1px solid rgba(19, 53, 34, 0.08);
  transition: 0.3s var(--ease);
  box-shadow: 0 10px 35px rgba(19, 47, 31, 0.07);
}
.media-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 55px rgba(19, 47, 31, 0.13);
}
.media-item img,
.media-item video {
  display: block;
  width: 100%;
  height: auto;
}
.media-item video {
  min-height: 270px;
  object-fit: cover;
  background: #0c1410;
}
.media-item .media-label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(9, 24, 15, 0.7);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 9px;
}
.media-item.hidden {
  display: none;
}
.cta {
  position: relative;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(143, 211, 107, 0.15),
      transparent 35%
    ),
    #0b1510;
}
.cta-inner {
  max-width: 850px;
  margin: auto;
}
.cta-leaf {
  font-size: 80px;
  color: var(--lime);
  display: block;
  animation: floatLeaf 6s infinite;
}
.cta h2 {
  font-size: clamp(42px, 6vw, 78px);
  margin: 8px 0;
}
.cta p:not(.kicker) {
  color: #b5c5b9;
  line-height: 2;
}
.cta-actions {
  justify-content: center;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  font: 700 11px/1.5 Arial, sans-serif;
}
.hero-meta a,
.creator-link {
  color: #c9dbcf;
  text-decoration: none;
  opacity: .78;
  transition: opacity .2s ease, color .2s ease;
}
.hero-meta a:hover,
.creator-link:hover {
  color: var(--lime);
  opacity: 1;
}
footer {
  position: relative;
  z-index: 10;
  padding: 26px max(6vw, 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #07100b;
  color: #819187;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
}
.footer-brand b,
.footer-brand span {
  display: block;
  color: #d8e5dc;
}
.footer-brand span {
  margin-top: 3px;
  color: #7f9286;
}
footer a {
  color: #bcd267;
  text-decoration: none;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}
.login-credit {
  display: inline-block;
  margin-top: 15px;
  color: #64756a;
  font: 700 11px/1.5 Arial, sans-serif;
}
.modal-backdrop {
  position: fixed;
  z-index: 120;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.login-modal {
  position: relative;
  width: min(520px, 100%);
  padding: 35px;
  border-radius: 30px;
  background: #f8faef;
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.4);
  transform: translateY(18px) scale(0.98);
  transition: 0.35s var(--ease);
  text-align: center;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  direction: ltr;
}
.modal-backdrop.open .login-modal {
  transform: none;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: #e9eee5;
  cursor: pointer;
  font-size: 23px;
}
.lock-orb {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: #153d29;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  font-size: 28px;
  box-shadow: 0 16px 40px rgba(21, 61, 41, 0.2);
}
.login-modal h2 {
  font-size: 32px;
  margin: 8px 0 6px;
}
.login-modal .auth-intro {
  margin: 0 0 22px;
  line-height: 1.5;
}
.login-modal p {
  color: #5f6e64;
  line-height: 1.8;
}
.login-modal label {
  display: block;
  text-align: left;
  margin: 20px 0;
}
.login-modal label span {
  display: block;
  font-size: 11px;
  color: #6c7b71;
  margin-bottom: 7px;
}
.login-modal input {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid #d8dfd3;
  border-radius: 14px;
  background: white;
  color: #26372b;
}
.login-modal small {
  display: block;
  margin-top: 12px;
  color: #879187;
  line-height: 1.6;
}
.owner-login-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.owner-login-form label {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #526259;
}
.owner-login-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border-radius: 15px;
  background: #e9eee5;
}
.auth-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #526259;
  font: 800 13px/1 Arial, sans-serif;
  cursor: pointer;
}
.auth-tabs button.active {
  background: #153d29;
  color: #fff;
  box-shadow: 0 7px 18px rgba(21, 61, 41, 0.18);
}
.auth-text-button {
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #386b4d;
  font-weight: 800;
  cursor: pointer;
}
.login-status[data-kind="success"] {
  color: #19713c;
}
.login-status[data-kind="error"] {
  color: #b32626;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s var(--ease),
    transform 0.8s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out;
}
@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }
  .hero-stage {
    height: 530px;
    margin-top: 20px;
  }
  .hero-photo-card {
    right: 10%;
    height: 430px;
  }
  .story-grid,
  .green-showcase,
  .leaf-lab,
  .quality-grid {
    grid-template-columns: 1fr;
  }
  .black-hero-grid {
    grid-template-columns: 1fr 1fr;
  }
  .black-copy {
    grid-column: 1/-1;
  }
  .grades {
    grid-template-columns: 1fr 1fr;
  }
  .supply-cards {
    grid-template-columns: 1fr 1fr;
  }
  .supply-card:last-child {
    grid-column: 1/-1;
  }
  .video-shell {
    height: 620px;
  }
  .leaf-img {
    height: 520px;
  }
  .story-media {
    height: 580px;
  }
}
@media (max-width: 640px) {
  .site-header {
    top: 8px;
    width: calc(100% - 16px);
    height: 64px;
    border-radius: 18px;
    padding: 0 9px;
  }
  .brand-mark {
    width: 39px;
    height: 39px;
  }
  .brand b {
    font-size: 11px;
  }
  .brand small {
    font-size: 9px;
  }
  .login-copy {
    display: none;
  }
  .login-btn {
    width: 43px;
    height: 43px;
    padding: 0;
    justify-content: center;
  }
  .hero {
    padding: 105px 18px 70px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-text {
    font-size: 14px;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .hero-stage {
    height: 470px;
  }
  .hero-photo-card {
    width: 72%;
    height: 390px;
    right: 3%;
  }
  .cup-card {
    width: 160px;
    height: 205px;
    left: 0;
  }
  .orbit-a {
    width: 390px;
    height: 390px;
  }
  .orbit-b {
    width: 250px;
    height: 250px;
  }
  .scroll-cue {
    display: none;
  }
  section:not(.hero) {
    padding: 78px 18px;
  }
  .section-heading {
    margin-bottom: 38px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .section-heading p:not(.kicker) {
    font-size: 14px;
  }
  .story-grid {
    gap: 25px;
  }
  .story-media {
    height: 430px;
  }
  .point {
    grid-template-columns: 46px 1fr;
    padding: 17px;
  }
  .point > span {
    width: 42px;
    height: 42px;
  }
  .green-facts {
    grid-template-columns: 1fr;
  }
  .glass-card {
    min-height: 160px;
  }
  .video-shell {
    height: 560px;
  }
  .leaf-lab {
    gap: 26px;
  }
  .leaf-img {
    height: 420px;
  }
  .lab-copy h3,
  .quality-copy h3 {
    font-size: 28px;
  }
  .black-hero-grid {
    grid-template-columns: 1fr;
  }
  .black-sack {
    height: 480px;
  }
  .black-cup {
    height: 350px;
  }
  .grades {
    grid-template-columns: 1fr;
  }
  .grade {
    min-height: auto;
  }
  .quality-video {
    height: 560px;
  }
  .quality-stack > img {
    height: 280px;
  }
  .supply-cards {
    grid-template-columns: 1fr;
  }
  .supply-card,
  .supply-card:last-child {
    grid-column: auto;
    height: 430px;
  }
  .media-grid {
    columns: 2 150px;
  }
  .cta h2 {
    font-size: 43px;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  .login-modal {
    padding: 28px 20px;
  }
  .header-actions {
    gap: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .hero-bg {
    transform: none;
  }
}
