html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

/* --- Animations & Utility Classes --- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
.hero-line {
  width: 64px;
  height: 3px;
}

.about-line {
  width: 75px;
  height: 2px;
}

.hero-text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.about-cards-wrap {
  max-width: 1100px;
}

.about-feature-grid {
  gap: 24px;
}

@media (min-width: 768px) {
  .about-feature-grid {
    gap: 28px;
  }
}
.about-feature-card {
  border: 1px solid #d4af37;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .about-feature-card {
    padding: 32px;
  }
}
.about-feature-card:hover,
.about-feature-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
  border-color: #d4af37;
}

.about-feature-icon {
  color: #d4af37;
  margin-bottom: 13px;
}

.about-feature-svg {
  width: 34px;
  height: 34px;
}

.about-feature-title {
  color: #191919;
  font-size: 1.34rem;
  line-height: 1.3;
}

.about-feature-text {
  color: #191919;
  font-size: 1rem;
  line-height: 1.65;
}

.team-image-frame {
  width: 100%;
  max-width: 520px;
  border-radius: 14px;
}

.team-image {
  width: 100%;
  max-width: 520px;
  border-radius: 14px;
  object-fit: cover;
}

.section-title {
  margin-bottom: 40px;
}

.section-divider {
  width: 48px;
  height: 2px;
  margin: 0 auto 16px auto;
}

.section-divider + h1,
.section-divider + h2 {
  margin-bottom: 40px;
}

.home-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.coffee-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.coffee-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 1024px) {
  .coffee-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr);
    gap: 52px;
    align-items: center;
  }
}
.coffee-copy {
  max-width: 620px;
}

.coffee-copy p {
  line-height: 1.72;
}

.coffee-copy p + p {
  margin-top: 20px;
}

.coffee-copy ul + p + p {
  margin-top: 24px;
}

.coffee-copy ul {
  list-style: disc;
  padding-left: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.coffee-copy li {
  margin-bottom: 10px;
  line-height: 1.72;
}

.coffee-copy li::marker {
  color: #d4af37;
}

.coffee-media {
  width: 100%;
  max-width: 620px;
}

@media (min-width: 1024px) {
  .coffee-media {
    margin-left: auto;
  }
}
.coffee-slider-viewport {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #faf9f6;
  touch-action: pan-y;
}

.coffee-carousel-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

.carousel-container {
  touch-action: pan-y;
}

.coffee-slide {
  flex: 0 0 100%;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.coffee-image {
  width: 100%;
  max-width: none;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.specialty-coffee-grid {
  gap: 30px;
}

@media (min-width: 768px) {
  .specialty-coffee-grid {
    gap: 38px;
  }
}
.specialty-coffee-card {
  height: 100%;
  padding: 2rem;
  border-width: 0.75px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .specialty-coffee-card {
    padding: 2.25rem;
  }
}
.specialty-coffee-card-media {
  margin-bottom: 1.75rem;
}

.specialty-coffee-card-media .overflow-hidden {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.specialty-coffee-image {
  height: 15.75rem;
  object-position: center center;
}

@media (min-width: 768px) {
  .specialty-coffee-image {
    height: 18.5rem;
  }
}
.specialty-coffee-dots {
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.95rem;
}

.specialty-coffee-card-title {
  margin-bottom: 1.15rem;
}

.specialty-coffee-step {
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: baseline;
}

.specialty-coffee-card-copy {
  line-height: 1.84;
}

.coffee-grades-heading {
  margin-bottom: 3rem;
}

.coffee-grades-layout {
  align-items: stretch;
}

.coffee-grades-media {
  align-items: center;
}

.coffee-grades-image {
  display: block;
  width: 100%;
  object-position: center center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .coffee-grades-image {
    height: 100%;
    max-height: 29rem;
  }
}
.coffee-grades-copy {
  display: flex;
  flex-direction: column;
}

.coffee-grades-list {
  margin-top: 0.25rem;
  list-style: none;
  padding-left: 0;
  width: min(100%, 28rem);
}

.coffee-grades-item {
  display: grid;
  grid-template-columns: 1fr 90px;
  column-gap: 16px;
  align-items: baseline;
  width: 100%;
}

.coffee-grades-item + .coffee-grades-item {
  margin-top: 1rem;
}

.coffee-grades-item-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.6rem;
  align-items: baseline;
  min-width: 0;
}

.coffee-grades-bullet {
  line-height: 1;
}

.coffee-grade-label {
  min-width: 0;
}

.coffee-grade-name {
  font-weight: 700;
}

.coffee-grade-rating {
  justify-self: start;
  width: 90px;
  font-size: 1.08em;
  line-height: 1;
}

.coffee-grades-cta {
  margin-top: 1.4rem;
  align-self: flex-start;
}

.imprint-card {
  border-width: 0.75px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.motivation-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.motivation-copy {
  max-width: 720px;
  margin: 0 auto;
}

.motivation-quote {
  max-width: 720px;
  margin: 40px auto 0 auto;
  padding: 24px 28px;
  border-left: 4px solid #d4af37;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.benefit-lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.benefit-number {
  color: #d4af37;
  font-weight: 800;
  font-size: 1.16rem;
  line-height: 1.3;
  margin-top: 2px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .benefit-lists {
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 18px;
  }
}
.yemen-peninsula-title {
  margin-bottom: 40px;
}

.yemen-peninsula-facts {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.yemen-peninsula-fact {
  padding: 1.45rem;
}

.yemen-peninsula-stat {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4rem;
}

.yemen-peninsula-copy {
  line-height: 1.82;
}

.yemen-peninsula-copy p + p {
  margin-top: 1.1rem;
}

.yemen-map-figure {
  width: 112%;
  max-width: 640px;
}

@media (max-width: 767px) {
  .yemen-map-figure {
    width: 100%;
  }
}
.hero-video {
  will-change: transform;
  animation: slowZoom 30s ease-in-out infinite;
  transform-origin: center;
  /* optional: slight blur for atmosphere */
  /* filter: saturate(0.95) contrast(0.95); */
}

/* fade-up base - hidden until section is visible */
.fade-up {
  opacity: 0;
  transform: translateY(12px);
  animation-name: fadeUp;
  animation-duration: 700ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.2, 0.9, 0.3, 1);
  animation-delay: 0s;
  animation-play-state: paused;
}

/* Start animation when parent section becomes visible */
.section-visible .fade-up {
  animation-play-state: running;
}

/* Staggered delays */
.delay-0 {
  animation-delay: 0s;
}

.delay-1 {
  animation-delay: 0.18s;
}

.delay-2 {
  animation-delay: 0.36s;
}

.delay-3 {
  animation-delay: 0.54s;
}

.delay-4 {
  animation-delay: 0.72s;
}

.delay-5 {
  animation-delay: 0.9s;
}

.delay-6 {
  animation-delay: 1.08s;
}

.delay-7 {
  animation-delay: 1.26s;
}

/* About list stagger - hidden until section is visible */
.stagger li {
  opacity: 0;
  transform: translateY(8px);
  list-style-position: inside;
  animation: fadeUp 600ms cubic-bezier(0.2, 0.9, 0.3, 1) both;
  animation-play-state: paused;
}

.section-visible .stagger li {
  animation-play-state: running;
}

.stagger li:nth-child(1) {
  animation-delay: 0.35s;
}

.stagger li:nth-child(2) {
  animation-delay: 0.55s;
}

.stagger li:nth-child(3) {
  animation-delay: 0.75s;
}

.stagger li:nth-child(4) {
  animation-delay: 0.95s;
}

.stagger li:nth-child(5) {
  animation-delay: 1.15s;
}

/* Header hide/show on scroll */
#main-header {
  will-change: transform;
}

#main-header.header-hidden {
  transform: translateY(-100%);
}

/* Active Nav Link */
#main-header a:not(.nav-contact-btn) {
  color: #faf9f6;
  transition: color 0.2s ease;
}
#main-header a:not(.nav-contact-btn):hover, #main-header a:not(.nav-contact-btn):focus-visible {
  color: #a62a2a;
}

#main-header a.nav-active {
  color: #d4af37;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#main-header a.nav-active:hover, #main-header a.nav-active:focus-visible {
  color: #d4af37;
}

/* Button Styles */
.brand-button,
.nav-contact-btn {
  background-color: #d4af37;
  color: #191919 !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.brand-button:hover, .brand-button:focus-visible,
.nav-contact-btn:hover,
.nav-contact-btn:focus-visible {
  background-color: #a62a2a;
  color: #faf9f6 !important;
  transform: translateY(-2px);
  opacity: 0.85;
}

.nav-contact-btn {
  padding: 0.45rem 1.2rem;
  border-radius: 0.375rem;
}

.whatsapp-float {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.whatsapp-float.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Mobile Menu */
.mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  border-top: 1px solid transparent;
}
.mobile-menu.open {
  max-height: calc(100vh - 5rem);
  border-top-color: #191919;
}

/* Accessibility: reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero-video,
  .fade-up,
  .stagger li {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
