/* ============================================================
   64 BEANS Ã¢â‚¬â€ Main Stylesheet
   Sections:
     1. Variables & Reset
     2. Navigation
     3. Mobile Menu Overlay
     4. Hero
     5. Intro
     6. Philosophy Bridge
     7. Sticky Story Ã¢â‚¬â€ Horizontal Carousel
     8. Values
     9. Products
    10. Bean Lab
    11. Space Gallery
    12. Brand Promise
    13. Brand Story
    14. Visit
    15. Footer
    16. GSAP Reveal Utilities
    17. Responsive
============================================================ */


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   1. VARIABLES & RESET
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #EAE0D4;
  --cream-light: #F5F0EA;
  --teal: #009DB5;
  --teal-dark: #007A8C;
  --mocha: #7A6050;
  --rust: #8C3A18;
  --rust-dark: #6e2c11;
  --dark: #1A0E08;
  --white: #FFFFFF;
  --nav-h: 80px;
  --font-editorial: 'Cormorant Garamond', 'Chronicle Display', serif;
  --font-interface: 'Satoshi', 'Inter', system-ui, sans-serif;
}

html {
  scroll-behavior: auto;
  overflow-x: hidden;
}

body {
  font-family: var(--font-interface);
  background: var(--cream-light);
  color: var(--dark);
  overflow-x: hidden;
  cursor: default;
}

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

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

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   2. NAVIGATION
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-h);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  transition: background .4s ease, backdrop-filter .4s ease;
}

.nav--scrolled {
  background: rgba(26, 14, 8, .95);
  backdrop-filter: blur(16px);
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo-img {
  height: 58px;
  width: auto;
  object-fit: contain;
  filter: none;
  transition: opacity .3s;
}

.nav-logo:hover .nav-logo-img {
  opacity: .8;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
}

.nav-links a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(234, 224, 212, .65);
  transition: color .2s;
  position: relative;
  padding-bottom: 6px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--cream);
}

.nav-links a.active::after,
.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: var(--rust);
  color: var(--cream);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s, transform .2s;
}

.nav-cta:hover {
  background: var(--rust-dark);
  transform: translateY(-1px);
}

.nav-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
}

.nav-menu-btn span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--cream);
  transition: all .3s;
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   3. MOBILE MENU OVERLAY
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.mob-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(26, 14, 8, .97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

.mob-overlay.is-open {
  display: flex;
}

.mob-overlay-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(234, 224, 212, .08);
  border: 1px solid rgba(234, 224, 212, .12);
  border-radius: 50%;
  cursor: pointer;
  color: var(--cream);
  transition: background .2s;
}

.mob-overlay-close:hover {
  background: rgba(234, 224, 212, .16);
}

.mob-overlay-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.mob-overlay-links a {
  font-family: var(--font-editorial);
  font-size: 42px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .2s;
}

.mob-overlay-links a:hover {
  color: var(--teal);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   4. HERO
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
}

.hero-video-wrap {
  position: absolute;
  inset: -10%;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .45;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26, 14, 8, .1) 0%, rgba(26, 14, 8, .35) 50%, rgba(26, 14, 8, .78) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 40px;
  max-width: 900px;
}

.hero-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
}

.hero-title {
  font-family: var(--font-editorial);
  font-size: clamp(52px, 8vw, 108px);
  font-weight: 500;
  line-height: .98;
  color: var(--cream);
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(30px);
}

.hero-title em {
  font-style: italic;
  color: var(--teal);
}

.hero-sub {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 300;
  color: rgba(234, 224, 212, .65);
  line-height: 1.8;
  max-width: 500px;
  margin: 0 auto 48px;
  opacity: 0;
  transform: translateY(20px);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  transform: translateY(20px);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--rust);
  color: var(--cream);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s, transform .25s;
}

.btn-primary:hover {
  background: var(--rust-dark);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border: 1.5px solid rgba(234, 224, 212, .4);
  color: var(--cream);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .25s, background .25s;
}

.btn-outline:hover {
  border-color: var(--cream);
  background: rgba(234, 224, 212, .08);
}

.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(234, 224, 212, .4);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
}

.hero-scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--teal), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   5. INTRO
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.intro {
  padding: 140px 0 100px;
  background: var(--white);
}

.intro-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.intro-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 20px;
}

.intro-title {
  font-family: var(--font-editorial);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 28px;
}

.intro-title em {
  font-style: italic;
  color: var(--rust);
}

.intro-text {
  font-size: 16px;
  line-height: 1.9;
  color: var(--mocha);
  margin-bottom: 24px;
}

.intro-stat-row {
  display: flex;
  gap: 40px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 14, 8, .1);
}

.intro-stat h3 {
  font-family: var(--font-editorial);
  font-size: 44px;
  font-weight: 700;
  color: var(--rust);
  line-height: 1;
}

.intro-stat p {
  font-size: 11px;
  color: var(--mocha);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 1.5;
}

.intro-visual {
  position: relative;
}

.intro-img-card {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--dark);
}

.intro-img-card img,
.intro-img-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .9;
}

.intro-badge {
  position: absolute;
  bottom: -24px;
  left: -24px;
  background: var(--rust);
  color: var(--cream);
  padding: 24px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(140, 58, 24, .35);
}

.intro-badge-num {
  font-family: var(--font-editorial);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.intro-badge-label {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7;
  margin-top: 4px;
}


/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
   5B. WHY 64BEANS (Origin & Brand Story)
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.why-64beans {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(26, 14, 8, .06);
  background: linear-gradient(45deg, rgba(245, 240, 234, 0.9) 0%, rgba(245, 240, 234, 0.9) 40%, rgba(245, 240, 234, 0) 85%), url('../assets/seminyak.webp') no-repeat center center;
  background-size: cover;
}

.why-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.why-left {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 480px;
  transform: translate(-30px, 30px);
}

.why-headline-wrap {
  margin-bottom: 32px;
}

.why-logo-base {
  max-width: 140px;
  height: auto;
  margin-bottom: 5rem;
  display: block;
}

.why-slides-container {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.why-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateX(80px);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.why-slide-sub {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-style: italic;
  line-height: 1.5;
  color: var(--dark);
  margin-bottom: 16px;
  font-weight: 500;
}

.why-slide-text {
  font-size: 15px;
  line-height: 1.85;
  color: var(--mocha);
}

.why-right {
  /* Kept empty to show background Seminyak image */
}

@media (max-width: 991px) {
  .why-64beans {
    height: auto;
    min-height: 100vh;
    padding: 48vh 0 32px;
    background: linear-gradient(to bottom, rgba(245, 240, 234, 0) 0%, rgba(245, 240, 234, 0.95) 42%, rgba(245, 240, 234, 1) 48%, rgba(245, 240, 234, 1) 100%), url('../assets/seminyak.webp') no-repeat center top;
    background-size: cover;
  }

  .why-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 32px;
  }

  .why-left {
    min-height: auto;
    transform: none;
  }

  .why-logo-base {
    display: none;
  }

  .why-slides-container {
    height: 280px;
  }
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   6. PHILOSOPHY BRIDGE
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.philosophy {
  padding: 120px 0;
  background: var(--white);
  overflow: hidden;
  border-top: 1px solid rgba(26, 14, 8, .06);
}

.philosophy-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.philosophy-header {
  text-align: center;
  margin-bottom: 72px;
}

.philosophy-header .sec-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}

.philosophy-header h2 {
  font-family: var(--font-editorial);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  color: var(--dark);
  line-height: 1.15;
}

.philosophy-header h2 em {
  font-style: italic;
  color: var(--teal);
}

.philosophy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.phil-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/4;
  background: var(--mocha);
}

.phil-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.phil-card:hover img {
  transform: scale(1.06);
}

.phil-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 14, 8, .92) 0%, rgba(26, 14, 8, .4) 50%, rgba(26, 14, 8, .1) 100%);
}

.phil-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 28px;
  z-index: 2;
}

.phil-card-num {
  font-family: var(--font-editorial);
  font-size: 56px;
  font-weight: 700;
  color: rgba(255, 255, 255, .12);
  line-height: 1;
  margin-bottom: 12px;
}

.phil-card-body h3 {
  font-family: var(--font-editorial);
  font-size: 24px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 10px;
  line-height: 1.2;
}

.phil-card-body p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(234, 224, 212, .6);
}

.phil-card-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cream);
  border: 1px solid rgba(234, 224, 212, .3);
  backdrop-filter: blur(8px);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   7. STICKY STORY Ã¢â‚¬â€ HORIZONTAL CAROUSEL
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
/* story-outer: no manual height Ã¢â‚¬â€ GSAP pin adds spacer automatically */
.story-outer {
  position: relative;
  background: #E4D5C3;
}

/* story-sticky: GSAP will pin this element */
.story-sticky {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #E4D5C3;
  will-change: background-color;
}

/* 300vw horizontal track */
.story-track {
  display: flex;
  width: 300vw;
  height: 100vh;
  will-change: transform;
}

/* Individual panel */
.sp {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 52% 48%;
  grid-template-rows: 1fr;
  position: relative;
  overflow: hidden;
}

/* Text column */
.sp-text-col {
  display: flex;
  align-items: center;
  padding: 0 80px 0 100px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.sp-inner {
  opacity: 0;
  transform: translateY(60px);
}

.sp-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 24px;
}

.sp-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 157, 181, .4);
  font-size: 10px;
  color: var(--teal);
  flex-shrink: 0;
}

.sp-title {
  font-family: var(--font-editorial);
  font-size: clamp(40px, 5.2vw, 74px);
  font-weight: 500;
  line-height: 1.06;
  color: var(--dark);
  margin-bottom: 28px;
}

.sp-title em {
  font-style: italic;
  color: var(--teal);
}

.sp-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: var(--mocha);
  max-width: 420px;
  margin-bottom: 36px;
}

.sp-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--dark);
  border-bottom: 1px solid rgba(0, 157, 181, .4);
  padding-bottom: 5px;
  transition: color .2s, border-color .2s;
}

.sp-link:hover {
  color: var(--teal);
  border-color: var(--teal);
}

.sp-link svg {
  transition: transform .3s;
  flex-shrink: 0;
}

.sp-link:hover svg {
  transform: translateX(4px);
}

/* Image column */
.sp-img-col {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.sp-img-col::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--dark) 0%, rgba(26, 14, 8, .45) 28%, transparent 55%);
  z-index: 1;
  pointer-events: none;
}

.sp-photo {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  display: block;
}



/* Panel counter badge */
.story-count-badge {
  position: absolute;
  left: 60px;
  bottom: 32px;
  z-index: 20;
  font-family: var(--font-editorial);
  font-size: 13px;
  color: rgba(26, 14, 8, .45);
  letter-spacing: .06em;
}

.story-count-badge span {
  color: var(--teal);
  font-size: 20px;
  vertical-align: middle;
}

/* Dot navigation */
.story-dots {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.story-dot {
  height: 3px;
  width: 28px;
  border-radius: 2px;
  background: rgba(26, 14, 8, .15);
  border: none;
  cursor: pointer;
  transition: background .3s, width .35s cubic-bezier(.34, 1, .64, 1);
  padding: 0;
}

.story-dot.active {
  background: var(--teal);
  width: 52px;
}

/* Story Ã¢â‚¬â€ mobile */
@media (max-width: 768px) {
  .sp {
    grid-template-columns: 1fr;
  }

  .sp-text-col {
    padding: 0 28px 80px;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
  }

  .sp-img-col {
    position: absolute;
    inset: 0;
  }

  .sp-img-col::before {
    background: linear-gradient(to top, var(--dark) 0%, rgba(26, 14, 8, .65) 55%, rgba(26, 14, 8, .1) 100%);
  }

  .sp-text-col .sp-title {
    color: var(--cream);
  }

  .sp-text-col .sp-desc {
    color: rgba(255, 255, 255, .7);
  }

  .sp-text-col .sp-link {
    color: var(--cream);
    border-color: rgba(255, 255, 255, .3);
  }

  .sp {
    height: 100vh;
  }

  .sp-photo {
    top: 0;
    height: 100%;
  }

  .sp-desc {
    font-size: 14px;
  }

  .story-count-badge {
    left: 28px;
  }

  .story-dots {
    right: 24px;
  }
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   8. VALUES
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.values {
  padding: 140px 0;
  background: var(--white);
}

.values-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.values-header {
  text-align: center;
  margin-bottom: 72px;
}

.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}

.section-title {
  font-family: var(--font-editorial);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--dark);
}

.section-title em {
  font-style: italic;
  color: var(--rust);
}

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

.value-circle-card {
  background: var(--teal);
  color: var(--white);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26, 14, 8, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.5s ease, box-shadow 0.5s ease;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.value-circle-card:hover {
  transform: scale(1.05) translateY(-5px);
  border-color: var(--cream);
  box-shadow: 0 20px 48px rgba(0, 157, 181, 0.25);
}

.circle-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.circle-card-num {
  font-family: var(--font-editorial);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 8px;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
}

.circle-card-title {
  font-family: var(--font-editorial);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 0;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
}

.circle-card-desc {
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.6;
  color: var(--cream);
  position: absolute;
  width: 80%;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
  pointer-events: none;
}

.value-circle-card:hover .circle-card-num,
.value-circle-card:hover .circle-card-title {
  opacity: 0;
  transform: translateY(-20px);
}

.value-circle-card:hover .circle-card-desc {
  opacity: 1;
  transform: translateY(0);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   9. PRODUCTS
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.products {
  padding: 140px 0;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.products-bg {
  position: absolute;
  inset: -20%;
  background: radial-gradient(ellipse at 70% 50%, rgba(0, 157, 181, .05) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(140, 58, 24, .07) 0%, transparent 50%);
  pointer-events: none;
}

.products-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 72px;
}

.products-header .section-title {
  color: var(--cream);
}

.products-header .section-title em {
  color: var(--teal);
}

.products-see-all {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(234, 224, 212, .45);
  border-bottom: 1px solid rgba(234, 224, 212, .15);
  padding-bottom: 4px;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.products-see-all:hover {
  color: var(--teal);
  border-color: var(--teal);
}

.products-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.product-card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  transition: transform .35s ease, border-color .35s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 157, 181, .3);
}

.product-thumb {
  position: relative;
  overflow: hidden;
  background: rgba(26, 14, 8, .5);
}

.product-card--featured .product-thumb {
  aspect-ratio: 4/5;
}

.product-thumb-std {
  aspect-ratio: 3/4;
}

.product-thumb img,
.product-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.product-card:hover .product-thumb img,
.product-card:hover .product-thumb video {
  transform: scale(1.05);
}

.product-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 14, 8, .8) 0%, transparent 55%);
}

.product-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 5px 14px;
  background: rgba(0, 157, 181, .9);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--white);
}

.product-info {
  padding: 22px 24px;
}

.product-info h3 {
  font-family: var(--font-editorial);
  font-size: 20px;
  font-weight: 500;
  color: var(--cream);
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-card--featured .product-info h3 {
  font-size: 26px;
}

.product-info p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(234, 224, 212, .5);
}

.product-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.product-origin {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
}

.product-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(234, 224, 212, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(234, 224, 212, .4);
  transition: background .2s, color .2s, border-color .2s;
}

.product-card:hover .product-arrow {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   10. BEAN LAB
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.beanlab {
  padding: 160px 0;
  background: var(--cream-light);
  overflow: hidden;
}

.beanlab-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.beanlab-visual {
  position: relative;
}

.beanlab-img-frame {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--dark);
  position: relative;
}

.beanlab-img-frame img,
.beanlab-img-frame video {
  width: 100%;
  height: 110%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transform: translateZ(0);
}

.beanlab-float-card {
  position: absolute;
  top: 40px;
  right: -40px;
  background: var(--dark);
  color: var(--cream);
  padding: 24px 28px;
  border-radius: 16px;
  box-shadow: 0 16px 48px rgba(26, 14, 8, .25);
  min-width: 180px;
}

.beanlab-float-card .num {
  font-family: var(--font-editorial);
  font-size: 40px;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}

.beanlab-float-card .lbl {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(234, 224, 212, .5);
  margin-top: 6px;
}

.beanlab-content .section-label {
  color: var(--teal);
}

.beanlab-content .section-title {
  color: var(--dark);
  margin-bottom: 28px;
}

.beanlab-content .section-title em {
  color: var(--rust);
}

.beanlab-text {
  font-size: 16px;
  line-height: 1.9;
  color: var(--mocha);
  margin-bottom: 40px;
}

.beanlab-origins {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}

.origin-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  background: var(--white);
  border-radius: 12px;
  border-left: 3px solid transparent;
  transition: transform .25s ease, border-color .25s;
}

.origin-item:hover {
  transform: translateX(6px);
}

.origin-item:nth-child(1) {
  border-color: var(--teal);
}

.origin-item:nth-child(2) {
  border-color: var(--rust);
}

.origin-item:nth-child(3) {
  border-color: var(--mocha);
}

.origin-item h4 {
  font-family: var(--font-editorial);
  font-size: 17px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 3px;
}

.origin-item p {
  font-size: 12px;
  color: var(--mocha);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   11. SPACE GALLERY
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.space {
  padding: 140px 0;
  background: var(--dark);
  overflow: hidden;
}

.space-header {
  max-width: 1100px;
  margin: 0 auto 72px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.space-header .section-title {
  color: var(--cream);
}

.space-header .section-title em {
  color: var(--teal);
}

.space-intro {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(234, 224, 212, .5);
  max-width: 320px;
  margin-top: 12px;
}

.space-scroll-track {
  display: flex;
  gap: 16px;
  padding: 0 60px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.space-scroll-track:active {
  cursor: grabbing;
}

.space-scroll-track::-webkit-scrollbar {
  display: none;
}

.space-card {
  flex-shrink: 0;
  scroll-snap-align: start;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, .04);
  position: relative;
}

.space-card:nth-child(1) {
  width: 420px;
  height: 520px;
}

.space-card:nth-child(2) {
  width: 300px;
  height: 520px;
}

.space-card:nth-child(3) {
  width: 360px;
  height: 520px;
}

.space-card:nth-child(4) {
  width: 440px;
  height: 520px;
}

.space-card img,
.space-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
  display: block;
}

.space-card:hover img,
.space-card:hover video {
  transform: scale(1.04);
}

.space-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 14, 8, .8) 0%, transparent 50%);
  opacity: 0;
  transition: opacity .3s ease;
}

.space-card:hover .space-card-overlay {
  opacity: 1;
}

.space-card-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: var(--font-editorial);
  font-size: 20px;
  color: var(--cream);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 2;
}

.space-card:hover .space-card-label {
  opacity: 1;
  transform: translateY(0);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   12. BRAND PROMISE
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.promise {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  position: relative;
  overflow: hidden;
  padding: 80px 60px 60px;
}

.promise-vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .75;
  will-change: transform;
  transform: translateZ(0);
}

.promise-vid-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 14, 8, 0.45);
  /* slightly transparent mocha/dark overlay */
  z-index: 1;
}

.promise-bg-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-editorial);
  font-size: clamp(100px, 20vw, 280px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  z-index: 1;
}

.promise-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
}

.promise-content .section-label {
  color: var(--teal);
  margin-bottom: 32px;
}

.promise-quote {
  font-family: var(--font-editorial);
  font-size: clamp(22px, 3.5vw, 44px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  color: var(--cream);
  margin-bottom: 48px;
}

/* Per-word scatter animation */
.pw {
  display: inline-block;
  white-space: nowrap;
}

.pw--hi {
  font-style: normal;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: .01em;
}

.promise-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cream {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--cream);
  color: var(--rust);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s, transform .25s;
}

.btn-cream:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.btn-outline-cream {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border: 1.5px solid rgba(245, 240, 234, .45);
  color: var(--cream);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: border-color .25s, background .25s;
}

.btn-outline-cream:hover {
  border-color: var(--cream);
  background: rgba(245, 240, 234, .1);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   13. BRAND STORY
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.brand-story {
  padding: 0 0 140px;
  background: var(--cream-light);
  overflow: hidden;
}

.brand-story-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 60px 72px;
}

.brand-story-header .section-label {
  color: var(--teal);
  margin-bottom: 16px;
}

.brand-story-header h2 {
  font-family: var(--font-editorial);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  color: var(--dark);
  line-height: 1.1;
  max-width: 700px;
}

.brand-story-header h2 em {
  font-style: italic;
  color: var(--rust);
}

.brand-story-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.story-quotes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.story-quote-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 200px 1fr;
}

.story-quote-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.story-quote-card:hover .story-quote-img img {
  transform: scale(1.04);
}

.story-quote-body {
  padding: 32px;
  position: relative;
}

.story-quote-body::before {
  content: '"';
  position: absolute;
  top: -8px;
  left: 24px;
  font-family: var(--font-editorial);
  font-size: 120px;
  color: rgba(26, 14, 8, .05);
  line-height: 1;
  pointer-events: none;
}

.story-quote-body blockquote {
  font-family: var(--font-editorial);
  font-size: 19px;
  font-style: italic;
  line-height: 1.6;
  color: var(--dark);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.story-quote-body cite {
  font-size: 11px;
  color: var(--teal);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-style: normal;
}

.story-quote-card--dark {
  background: var(--dark);
}

.story-quote-card--dark .story-quote-body::before {
  color: rgba(255, 255, 255, .04);
}

.story-quote-card--dark .story-quote-body blockquote {
  color: var(--cream);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   14. LEADERSHIP (CottanCorp)
   Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.leadership {
  padding: 140px 0;
  background: var(--white);
  border-top: 1px solid rgba(26, 14, 8, .06);
  position: relative;
}

.leadership-inner {
  max-width: 55rem;
  margin: 0 auto;
  padding: 0 60px;
}

.leadership-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 72px;
  gap: 40px;
}

.leadership-header .section-title {
  color: var(--dark);
}

.leadership-header .section-title em {
  color: var(--teal);
}

.leadership-intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--mocha);
  max-width: 420px;
}

.leadership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.leader-card {
  background: var(--white);
  border: 1px solid rgba(26, 14, 8, .05);
  border-radius: 24px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  box-shadow: 0 12px 36px rgba(26, 14, 8, .04);
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.leader-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 157, 181, .25);
  box-shadow: 0 20px 48px rgba(0, 157, 181, .1);
}

.leader-img-wrapper {
  border-radius: 46rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: rgba(26, 14, 8, .5);
}

.leader-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(10%) contrast(105%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter .4s ease;
}

.leader-card:hover .leader-img {
  transform: scale(1.04);
  filter: none;
}

.leader-info {
  display: flex;
  flex-direction: column;
}

.leader-name {
  font-family: var(--font-editorial);
  font-size: 26px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 6px;
}

.leader-role {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 16px;
}

.leader-divider {
  width: 40px;
  height: 1.5px;
  background: var(--teal);
  margin-bottom: 18px;
  transition: width .4s ease;
}

.leader-card:hover .leader-divider {
  width: 80px;
}

.leader-bio {
  font-size: 14px;
  line-height: 1.8;
  color: var(--mocha);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   15. COMMUNITY
   Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.community {
  padding: 140px 0;
  background: var(--cream-light);
  position: relative;
}

.community-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}

.community-teaser-card {
  background: var(--white);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 48px;
  box-shadow: 0 16px 48px rgba(26, 14, 8, 0.05);
  border: 1px solid rgba(26, 14, 8, 0.04);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform .4s ease, box-shadow .4s ease;
}

.community-teaser-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(26, 14, 8, 0.1);
}

.community-teaser-icon {
  font-size: 48px;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 8px rgba(0, 157, 181, .15));
}

.community-teaser-title {
  font-family: var(--font-editorial);
  font-size: 22px;
  color: var(--dark);
  margin-bottom: 12px;
  font-weight: 500;
}

.community-teaser-desc {
  font-size: 13px;
  line-height: 1.7;
  color: var(--mocha);
  margin-bottom: 28px;
  max-width: 280px;
}

.community-teaser-badge {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(0, 157, 181, 0.06);
  border: 1.5px dashed rgba(0, 157, 181, .3);
  color: var(--teal);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background .2s, border-color .2s;
  color: white;
}

.community-teaser-card:hover .community-teaser-badge {
  background: rgba(0, 157, 181, 0.1);
  border-color: var(--teal);
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   16. VISIT
   Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.visit {
  padding: 140px 0;
  background: var(--white);
  border-top: 1px solid rgba(26, 14, 8, .06);
}

.visit-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.visit-content .section-title {
  color: var(--dark);
  margin-bottom: 28px;
}

.visit-content .section-title em {
  color: var(--teal);
}

.visit-text {
  font-size: 15px;
  line-height: 1.9;
  color: var(--mocha);
  margin-bottom: 40px;
}

.visit-hours {
  margin-bottom: 40px;
}

.visit-hours h4 {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}

.visit-hours table {
  border-collapse: collapse;
  width: 100%;
}

.visit-hours td {
  padding: 10px 0;
  font-size: 14px;
  color: var(--mocha);
  border-bottom: 1px solid rgba(26, 14, 8, .08);
}

.visit-hours td:last-child {
  text-align: right;
  color: var(--dark);
}

.visit-map {
  border-radius: 20px;
  overflow: hidden;
  height: 28rem;
  background: var(--white);
  border: 1px solid rgba(26, 14, 8, .06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease;
}

.visit-map:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 157, 181, .35);
  box-shadow: 0 16px 40px rgba(0, 157, 181, .12);
}

.visit-map:hover .visit-map-placeholder {
  background: linear-gradient(135deg, rgba(26, 14, 8, 0.75), rgba(0, 157, 181, 0.3)) !important;
}

.visit-map:hover .icon {
  transform: scale(1.15) translateY(-4px);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   15. FOOTER
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.footer {
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 80px 0 40px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 72px;
}

.footer-logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
  opacity: .85;
}

.footer-brand .tagline {
  font-size: 11px;
  color: rgba(234, 224, 212, .3);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(234, 224, 212, .5);
  margin-bottom: 28px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(234, 224, 212, .45);
  transition: background .2s, border-color .2s, color .2s;
}

.footer-social:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.footer-col h4 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--cream);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul a {
  font-size: 14px;
  color: rgba(234, 224, 212, .4);
  transition: color .2s;
}

.footer-col ul a:hover {
  color: var(--cream);
}

.footer-newsletter p {
  font-size: 13px;
  color: rgba(234, 224, 212, .4);
  line-height: 1.7;
  margin-bottom: 14px;
}

.footer-newsletter-form {
  display: flex;
}

.footer-newsletter-form input {
  flex: 1;
  padding: 11px 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-right: none;
  border-radius: 50px 0 0 50px;
  color: var(--cream);
  font-size: 13px;
  font-family: var(--font-interface);
  outline: none;
  transition: border-color .2s;
}

.footer-newsletter-form input::placeholder {
  color: rgba(234, 224, 212, .25);
}

.footer-newsletter-form input:focus {
  border-color: var(--teal);
}

.footer-newsletter-form button {
  padding: 11px 20px;
  background: var(--rust);
  color: var(--cream);
  border-radius: 0 50px 50px 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s;
}

.footer-newsletter-form button:hover {
  background: var(--rust-dark);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(234, 224, 212, .25);
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a {
  font-size: 12px;
  color: rgba(234, 224, 212, .25);
  transition: color .2s;
}

.footer-bottom-links a:hover {
  color: var(--cream);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   16. GSAP REVEAL UTILITIES
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.gsap-fade {
  opacity: 0;
}

.gsap-up {
  opacity: 0;
  transform: translateY(50px);
}

.gsap-left {
  opacity: 0;
  transform: translateX(-40px);
}

.gsap-right {
  opacity: 0;
  transform: translateX(40px);
}

.gsap-scale {
  opacity: 0;
  transform: scale(.95);
}


/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   17. RESPONSIVE
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
  .values-circle-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

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

  .philosophy-cards {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .leadership-grid {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .nav {
    padding: 0 24px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .nav-menu-btn {
    display: flex;
  }

  .intro-inner,
  .beanlab-inner,
  .community-inner,
  .visit-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .values-circle-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

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

  .story-quotes-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .beanlab-float-card {
    right: 12px;
    top: 12px;
  }

  .philosophy-cards {
    grid-template-columns: 1fr;
  }

  .brand-story-header {
    padding: 60px 24px 48px;
  }

  .brand-story-inner {
    padding: 0 24px;
  }

  .leadership-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .leadership-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .values-circle-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .value-circle-card {
    padding: 40px;
  }
}

/* B2B Partnership Inquiry Section */
.inquiry {
  border-top: 1px solid rgba(234, 224, 212, .15);
}

.b2b-form .form-input:focus {
  border-bottom-color: var(--teal) !important;
}

@media (max-width: 992px) {
  .inquiry-inner {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 0 24px !important;
  }
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: var(--dark);
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease, background 0.3s, color 0.3s;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--teal);
  color: var(--white);
  border-color: var(--teal);
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
  }
}