/* [project]/src/styles/home.css [app-client] (css) */
.char {
  opacity: 0;
  display: inline-block;
}

.word {
  display: inline-block;
  overflow: hidden;
}

.word-inner {
  display: inline-block;
}

.preloader {
  z-index: 10000;
  background: var(--color-abyss);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.preloader-title {
  font-family: var(--font-display);
  letter-spacing: .25em;
  color: var(--color-cream);
  font-size: clamp(3rem, 10vw, 7rem);
  overflow: hidden;
}

.preloader-title .char {
  opacity: 0;
  transform: translateY(100%);
}

.preloader-sub {
  font-family: var(--font-script);
  color: var(--color-kraft);
  opacity: 0;
  font-size: 1.3rem;
}

.preloader-line {
  background: var(--color-kraft-dark);
  width: 0;
  height: 1px;
  margin-top: .5rem;
}

.preloader-curtain {
  background: var(--color-cream);
  transform-origin: bottom;
  position: absolute;
  inset: 0;
  transform: scaleY(0);
}

.hero {
  background: var(--color-abyss);
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-image {
  object-fit: cover;
  object-position: center 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-bg {
  background: linear-gradient(#1a0f0aa6 0%, #1a0f0a73 40%, #1a0f0ab3 100%);
  position: absolute;
  inset: 0;
}

.hero-bg:after {
  content: "";
  opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px;
  position: absolute;
  inset: 0;
}

.hero-content {
  z-index: 2;
  text-align: center;
  color: var(--color-cream);
  position: relative;
}

.jebena-container {
  opacity: 0;
  width: 80px;
  height: 120px;
  margin: 0 auto 2rem;
  position: relative;
}

.steam {
  gap: 8px;
  display: flex;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.steam-line {
  background: linear-gradient(to top, #c0946466, #0000);
  border-radius: 2px;
  width: 2px;
  height: 40px;
  animation: 3s ease-in-out infinite steamRise;
}

.steam-line:nth-child(2) {
  height: 55px;
  animation-duration: 3.5s;
  animation-delay: .4s;
}

.steam-line:nth-child(3) {
  height: 35px;
  animation-duration: 2.8s;
  animation-delay: .8s;
}

@keyframes steamRise {
  0% {
    opacity: 0;
    transform: translateY(10px)scaleX(1);
  }

  30% {
    opacity: .6;
  }

  60% {
    opacity: .3;
    transform: translateY(-20px)scaleX(1.5);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px)scaleX(2);
  }
}

.hero-pretitle {
  font-family: var(--font-script);
  color: var(--color-kraft);
  opacity: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.hero-title {
  font-family: var(--font-display);
  letter-spacing: .2em;
  color: var(--color-cream);
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: .9;
  position: relative;
}

.hero-title .dot-char {
  background: var(--color-kraft);
  vertical-align: .15em;
  opacity: 0;
  border-radius: 50%;
  width: .07em;
  height: .07em;
  margin-left: -.05em;
  display: inline-block;
  transform: scale(0);
}

.hero-subtitle {
  font-family: var(--font-heading);
  letter-spacing: .15em;
  color: #f5f0eb99;
  opacity: 0;
  margin-top: 1.5rem;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-style: italic;
  font-weight: 300;
}

.hero-cta {
  opacity: 0;
  margin-top: 3rem;
}

.hero-cta a {
  font-family: var(--font-body);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--color-cream);
  border: 1px solid #f5f0eb4d;
  padding: 1rem 2.8rem;
  font-size: .78rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s cubic-bezier(.22, 1, .36, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-cta a:before {
  content: "";
  background: var(--color-green);
  transform-origin: 0;
  z-index: -1;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
}

.hero-cta a:hover {
  border-color: var(--color-green);
}

.hero-cta a:hover:before {
  transform: scaleX(1);
}

.hero-scroll {
  color: #f5f0eb59;
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  font-size: .65rem;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-line {
  background: linear-gradient(#f5f0eb59, #0000);
  width: 1px;
  height: 40px;
  animation: 2s ease-in-out infinite scrollPulse;
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: .5;
    transform: scaleY(1);
  }

  50% {
    opacity: 1;
    transform: scaleY(1.3);
  }
}

.marquee {
  background: var(--color-kraft);
  border-bottom: 1px solid #2c18100f;
  padding: 1.3rem 0;
  overflow: hidden;
}

.marquee-track {
  white-space: nowrap;
  will-change: transform;
  align-items: center;
  gap: 2.5rem;
  animation: 35s linear infinite mq;
  display: flex;
}

.marquee-item {
  font-family: var(--font-body);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--color-coffee);
  opacity: .4;
  flex-shrink: 0;
  font-size: .68rem;
  font-weight: 500;
}

.marquee-diamond {
  background: var(--color-terra);
  opacity: .5;
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
}

@keyframes mq {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ed-header {
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4.5rem;
  display: flex;
}

.ed-num {
  font-family: var(--font-heading);
  color: var(--color-kraft-dark);
  opacity: .25;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 300;
  line-height: .8;
}

.ed-tag {
  font-family: var(--font-script);
  color: var(--color-terra);
  margin-bottom: .3rem;
  font-size: 1.1rem;
}

.ed-title {
  font-family: var(--font-heading);
  letter-spacing: .03em;
  color: var(--color-coffee);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.15;
}

.prod-hero {
  background: var(--color-cream-warm);
  opacity: 0;
  grid-template-columns: 1.15fr 1fr;
  margin-bottom: 3rem;
  display: grid;
  overflow: hidden;
  transform: translateY(50px);
}

.prod-hero-img {
  position: relative;
  overflow: hidden;
}

.prod-hero-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
  display: block;
}

.prod-hero:hover .prod-hero-img img {
  transform: scale(1.04);
}

.prod-badge {
  background: var(--color-terra);
  color: #fff;
  font-family: var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  z-index: 2;
  padding: .4rem 1rem;
  font-size: .62rem;
  font-weight: 600;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.prod-hero-info {
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 4.5rem);
  display: flex;
}

.prod-origin {
  font-family: var(--font-script);
  color: var(--color-green);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.prod-name {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  margin-bottom: .8rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
}

.prod-tasting {
  color: var(--color-coffee-mid);
  margin-bottom: 1rem;
  font-size: .88rem;
  font-weight: 300;
  line-height: 1.8;
}

.prod-details {
  color: var(--color-coffee-mid);
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 2rem;
  font-size: .75rem;
  font-weight: 400;
}

.prod-meta {
  align-items: center;
  gap: 2rem;
  display: flex;
}

.prod-price {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  font-size: 1.6rem;
  font-weight: 500;
}

.prod-price small {
  color: var(--color-coffee-mid);
  font-size: .85rem;
  font-weight: 300;
}

.prod-link {
  font-family: var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-coffee);
  border-bottom: 1px solid var(--color-coffee);
  padding-bottom: 3px;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s, border-color .3s;
}

.prod-link:hover {
  color: var(--color-green);
  border-color: var(--color-green);
}

.prod-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
  display: grid;
}

.prod-card {
  background: var(--color-cream-warm);
  opacity: 0;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1), box-shadow .6s;
  overflow: hidden;
  transform: translateY(40px);
}

.prod-card:hover {
  box-shadow: 0 25px 50px #1a0f0a1a;
  transform: translateY(-6px) !important;
}

.prod-card-img {
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
}

.prod-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .8s cubic-bezier(.22, 1, .36, 1);
  display: block;
}

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

.prod-card-body {
  padding: 1.3rem 1.5rem 1.5rem;
}

.prod-card-origin {
  font-family: var(--font-script);
  color: var(--color-green);
  margin-bottom: .2rem;
  font-size: .85rem;
}

.prod-card-name {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  margin-bottom: .3rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.prod-card-note {
  color: var(--color-coffee-mid);
  margin-bottom: 1rem;
  font-size: .78rem;
  font-weight: 300;
  line-height: 1.5;
}

.prod-card-foot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prod-card-price {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  font-size: 1.15rem;
  font-weight: 600;
}

.btn-add {
  background: var(--color-coffee);
  color: var(--color-cream);
  font-family: var(--font-body);
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  padding: .5rem 1rem;
  font-size: .68rem;
  font-weight: 500;
  transition: background .3s, transform .3s;
}

.btn-add:hover {
  background: var(--color-green);
  transform: scale(1.03);
}

.ed-cta {
  text-align: center;
  font-family: var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-coffee);
  border: 1px solid #2c181026;
  max-width: 300px;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s, border-color .4s;
  display: block;
  position: relative;
  overflow: hidden;
}

.ed-cta:before {
  content: "";
  background: var(--color-coffee);
  transform-origin: 0;
  z-index: -1;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
}

.ed-cta:hover {
  color: var(--color-cream);
  border-color: var(--color-coffee);
}

.ed-cta:hover:before {
  transform: scaleX(1);
}

.numbers-band {
  background: var(--color-abyss);
  padding: 5rem 3rem;
  position: relative;
  overflow: hidden;
}

.numbers-band:before {
  content: "";
  opacity: .04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px;
  position: absolute;
  inset: 0;
}

.numbers-inner {
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.number-item {
  text-align: center;
  opacity: 0;
  flex: 1;
  transform: translateY(30px);
}

.number-item:not(:last-child) {
  border-right: 1px solid #f5f0eb12;
}

.number-val {
  font-family: var(--font-heading);
  color: var(--color-cream);
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 300;
  line-height: 1;
  display: inline;
}

.number-suffix {
  font-family: var(--font-heading);
  color: var(--color-kraft);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 300;
}

.number-label {
  font-family: var(--font-body);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #f5f0eb66;
  margin-top: .8rem;
  font-size: .7rem;
  font-weight: 400;
  display: block;
}

.story-docu {
  background: var(--color-cream-warm);
  padding: 8rem 3rem;
  position: relative;
  overflow: hidden;
}

.story-docu:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #c0946426, #0000 70%);
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -150px;
  right: -150px;
}

.story-docu-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.story-docu-content {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 5rem;
  margin-top: 3rem;
  display: grid;
}

.story-docu-text p {
  color: var(--color-coffee-mid);
  opacity: 0;
  margin-bottom: 1.5rem;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.9;
  transform: translateY(20px);
}

.story-docu-text .hl {
  color: var(--color-coffee);
  font-weight: 500;
}

.story-stats {
  border-top: 1px solid #2c181014;
  gap: 3rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  display: flex;
}

.stat-item {
  opacity: 0;
  transform: translateY(20px);
}

.stat-num {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.stat-label {
  color: var(--color-coffee-mid);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: .3rem;
  font-size: .72rem;
}

.story-docu-images {
  position: relative;
}

.story-img-main {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  will-change: transform;
  width: 100%;
  display: block;
}

.story-img-float {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 5px solid var(--color-cream-warm);
  opacity: 0;
  width: 55%;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  transform: translateX(40px);
  box-shadow: 0 20px 40px #1a0f0a1f;
}

.full-bleed {
  height: 70vh;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.full-bleed-img {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: -10% 0;
}

.full-bleed-overlay {
  background: linear-gradient(#1a0f0a80 0%, #1a0f0ab3 100%);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.full-bleed-text {
  font-family: var(--font-heading);
  color: var(--color-cream);
  text-align: center;
  letter-spacing: .03em;
  opacity: 0;
  max-width: 800px;
  font-size: clamp(1.5rem, 3.5vw, 2.8rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

.ceremony {
  background: var(--color-abyss);
  color: var(--color-cream);
  position: relative;
  overflow: hidden;
}

.ceremony-pin {
  justify-content: center;
  align-items: center;
  padding: 7rem 0;
  display: flex;
  position: relative;
}

.ceremony-glow {
  opacity: 0;
  background: radial-gradient(at 20% 80%, #c1440e12 0%, #0000 50%), radial-gradient(at 80% 20%, #0789300d 0%, #0000 50%);
  position: absolute;
  inset: 0;
}

.ceremony-noise {
  opacity: .04;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px;
  position: absolute;
  inset: 0;
}

.ceremony-core {
  z-index: 2;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
}

.ceremony-tag {
  font-family: var(--font-script);
  color: var(--color-kraft);
  opacity: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.ceremony-heading {
  font-family: var(--font-heading);
  letter-spacing: .05em;
  margin-bottom: 2rem;
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 300;
  line-height: 1.15;
}

.ceremony-line {
  background: linear-gradient(to bottom, transparent, var(--color-kraft), transparent);
  width: 1px;
  height: 0;
  margin: 0 auto 2rem;
}

.ceremony-desc {
  font-family: var(--font-heading);
  color: #f5f0eba6;
  opacity: 0;
  max-width: 620px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2;
}

.ceremony-stages {
  justify-content: center;
  gap: 4rem;
  margin-top: 2rem;
  display: flex;
}

.ceremony-stage {
  text-align: center;
  opacity: 0;
  transform: translateY(25px);
}

.stage-num {
  font-family: var(--font-heading);
  color: var(--color-kraft);
  opacity: .5;
  margin-bottom: .4rem;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.stage-name {
  font-family: var(--font-display);
  letter-spacing: .12em;
  color: var(--color-cream);
  margin-bottom: .4rem;
  font-size: 1.1rem;
}

.stage-text {
  font-family: var(--font-heading);
  color: #f5f0eb73;
  font-size: .9rem;
  font-style: italic;
  font-weight: 300;
}

.ethio-diamonds {
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
  display: flex;
}

.ethio-diamonds .diamond {
  background: var(--color-kraft);
  opacity: 0;
  width: 8px;
  height: 8px;
}

.ethio-diamonds .diamond:nth-child(2n) {
  background: var(--color-green);
}

.sub-section {
  background: var(--color-kraft);
  padding: 7rem 3rem;
  position: relative;
  overflow: hidden;
}

.sub-section:before {
  content: "";
  background: repeating-linear-gradient(-45deg, #0000, #0000 60px, #2c181005 60px 61px);
  position: absolute;
  inset: 0;
}

.sub-inner {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  position: relative;
}

.sub-badge {
  background: var(--color-terra);
  color: #fff;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  margin-bottom: 1.5rem;
  padding: .4rem 1rem;
  font-size: .68rem;
  font-weight: 600;
  display: inline-block;
}

.sub-title {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  opacity: 0;
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
}

.sub-text {
  color: var(--color-coffee-mid);
  opacity: 0;
  margin-bottom: 2rem;
  font-size: .92rem;
  font-weight: 300;
  line-height: 1.8;
}

.sub-features {
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
}

.sub-features li {
  color: var(--color-coffee);
  opacity: 0;
  padding: .5rem 0 .5rem 1.5rem;
  font-size: .88rem;
  font-weight: 400;
  position: relative;
  transform: translateX(-20px);
}

.sub-features li:before {
  content: "◆";
  color: var(--color-green);
  font-size: .55rem;
  position: absolute;
  top: .65rem;
  left: 0;
}

.btn-sub {
  background: var(--color-coffee);
  color: var(--color-cream);
  font-family: var(--font-body);
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  border: none;
  padding: 1rem 2.5rem;
  font-size: .78rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.btn-sub:hover {
  background: var(--color-green);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px #0789304d;
}

.sub-visual {
  position: relative;
}

.sub-box {
  background: var(--color-cream);
  text-align: center;
  opacity: 0;
  padding: 2.5rem;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
  transform: rotate(-2deg)translateY(40px);
  box-shadow: 0 30px 60px #1a0f0a1a;
}

.sub-box:hover {
  transform: rotate(0) !important;
}

.sub-box-tag {
  font-family: var(--font-script);
  color: var(--color-terra);
  margin-bottom: .5rem;
  font-size: 1rem;
}

.sub-box-name {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.sub-box-price {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  font-size: 2rem;
  font-weight: 600;
}

.sub-box-price span {
  color: var(--color-coffee-mid);
  font-size: .9rem;
  font-weight: 300;
}

.testi-voice {
  background: var(--color-cream);
  text-align: center;
  padding: 8rem 3rem;
  overflow: hidden;
}

.testi-inner {
  max-width: 750px;
  margin: 0 auto;
}

.testi-mark {
  font-family: var(--font-heading);
  color: var(--color-kraft);
  opacity: 0;
  font-size: clamp(6rem, 12vw, 10rem);
  font-weight: 300;
  line-height: .5;
  transform: scale(.7);
}

.testi-quote {
  font-family: var(--font-heading);
  color: var(--color-coffee);
  opacity: 0;
  margin: 2rem 0 2.5rem;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  transform: translateY(20px);
}

.testi-author {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-coffee-mid);
  opacity: 0;
  font-size: .78rem;
  font-weight: 500;
}

.testi-stars {
  color: var(--color-terra);
  letter-spacing: 3px;
  opacity: 0;
  margin-top: .5rem;
  font-size: .8rem;
}

.testi-dots {
  justify-content: center;
  gap: .5rem;
  margin-top: 3rem;
  display: flex;
}

.testi-dot {
  background: var(--color-kraft-dark);
  opacity: .25;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  transition: opacity .3s;
}

.testi-dot.active {
  opacity: .7;
  background: var(--color-coffee);
}

.visit {
  justify-content: center;
  align-items: center;
  height: 50vh;
  min-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.visit-overlay {
  background: linear-gradient(135deg, #1a0f0abf 0%, #1a0f0a8c 100%);
  position: absolute;
  inset: 0;
}

.visit-content {
  z-index: 2;
  text-align: center;
  color: var(--color-cream);
  opacity: 0;
  position: relative;
}

.visit-pretag {
  font-family: var(--font-script);
  color: var(--color-kraft);
  margin-bottom: .8rem;
  font-size: 1.2rem;
}

.visit-heading {
  font-family: var(--font-heading);
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 300;
}

.visit-address {
  font-family: var(--font-body);
  color: #f5f0ebb3;
  margin-bottom: 1.5rem;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.8;
}

.visit-cta {
  font-family: var(--font-body);
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--color-cream);
  border: 1px solid #f5f0eb4d;
  padding: .8rem 2rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.visit-cta:hover {
  border-color: var(--color-kraft);
  background: #f5f0eb1a;
}

.news-section {
  background: var(--color-coffee);
  color: var(--color-cream);
  padding: 7rem 3rem;
  position: relative;
  overflow: hidden;
}

.news-section:before {
  content: "";
  background: repeating-conic-gradient(#0000 0deg 89deg, #c0946408 89deg 90deg) 0 0 / 60px 60px;
  position: absolute;
  inset: 0;
}

.news-inner {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}

.news-tag {
  font-family: var(--font-script);
  color: var(--color-kraft);
  opacity: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.news-heading {
  font-family: var(--font-heading);
  letter-spacing: .04em;
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
}

.news-text {
  color: #f5f0eb8c;
  opacity: 0;
  margin-bottom: 2.5rem;
  font-size: .85rem;
  font-weight: 300;
  line-height: 1.7;
}

.news-form {
  opacity: 0;
  gap: 0;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  transform: translateY(20px);
}

.news-form input {
  color: var(--color-cream);
  font-family: var(--font-body);
  background: #f5f0eb0f;
  border: 1px solid #f5f0eb1f;
  border-right: none;
  outline: none;
  flex: 1;
  padding: 1rem 1.2rem;
  font-size: .85rem;
  transition: border-color .3s, background .3s;
}

.news-form input::placeholder {
  color: #f5f0eb4d;
}

.news-form input:focus {
  border-color: var(--color-kraft);
  background: #f5f0eb1a;
}

.news-form button {
  background: var(--color-green);
  border: 1px solid var(--color-green);
  color: #fff;
  font-family: var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1rem 1.6rem;
  font-size: .72rem;
  font-weight: 600;
  transition: background .3s;
}

.news-form button:hover {
  background: var(--color-green-dark);
}

.ethio-border {
  justify-content: center;
  gap: 6px;
  margin-top: 3rem;
  display: flex;
}

.ethio-border span {
  background: #c0946433;
  width: 30px;
  height: 2px;
  display: block;
  transform: scaleX(0);
}

.ethio-border span:nth-child(odd) {
  background: #07893040;
  width: 10px;
}

@media (max-width: 1024px) {
  .prod-hero {
    grid-template-columns: 1fr;
  }

  .prod-hero-img {
    aspect-ratio: 16 / 10;
  }

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

  .story-docu-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .story-img-float {
    bottom: -1rem;
    right: 0;
  }

  .sub-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 100svh;
  }

  .hero-cta a {
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 1.1rem 2.5rem;
    font-size: .72rem;
    display: inline-flex;
  }

  .hero-scroll {
    bottom: 1.5rem;
  }

  .jebena-container {
    width: 60px;
    height: 90px;
    margin-bottom: 1.5rem;
  }

  .jebena-container svg {
    width: 60px !important;
  }

  .products-ed {
    padding: 5rem 0 4rem !important;
  }

  .products-ed-inner {
    padding: 0 1.25rem !important;
  }

  .ed-header {
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 3rem;
  }

  .ed-num {
    font-size: 3rem;
  }

  .prod-hero {
    margin-bottom: 2rem;
  }

  .prod-hero-img {
    aspect-ratio: 4 / 3;
  }

  .prod-hero-info {
    padding: 2rem 1.5rem 2.5rem;
  }

  .prod-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .prod-link {
    border: 1px solid var(--color-coffee);
    border-bottom: 1px solid var(--color-coffee);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: .9rem 2rem;
    display: flex;
  }

  .prod-grid {
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
  }

  .prod-card-body {
    padding: 1rem 1rem 1.2rem;
  }

  .prod-card-origin {
    font-size: .78rem;
  }

  .prod-card-name {
    font-size: 1.05rem;
  }

  .prod-card-note {
    margin-bottom: .8rem;
    font-size: .72rem;
    line-height: 1.4;
  }

  .prod-card-foot {
    flex-direction: column;
    align-items: stretch;
    gap: .6rem;
  }

  .btn-add {
    text-align: center;
    width: 100%;
    min-height: 44px;
    padding: .7rem 1rem;
    font-size: .65rem;
  }

  .ed-cta {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: 52px;
    font-size: .75rem;
    display: flex;
  }

  .numbers-band {
    padding: 3.5rem 1.5rem;
  }

  .numbers-inner {
    flex-direction: column;
    gap: 2rem;
  }

  .number-item {
    text-align: left;
    align-items: baseline;
    gap: 1rem;
    display: flex;
  }

  .number-item:not(:last-child) {
    border-bottom: 1px solid #f5f0eb12;
    border-right: none;
    padding-bottom: 2rem;
  }

  .number-label {
    margin-top: 0;
  }

  .story-docu {
    padding: 5rem 1.25rem;
  }

  .story-stats {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .stat-num {
    font-size: 2rem;
  }

  .story-img-float {
    width: 45%;
    bottom: -1rem;
    right: 0;
  }

  .full-bleed {
    height: 55vh;
    min-height: 320px;
  }

  .full-bleed-overlay {
    padding: 2rem;
  }

  .ceremony-pin {
    padding: 5rem 0;
  }

  .ceremony-core {
    padding: 0 1.25rem;
  }

  .ceremony-heading {
    margin-bottom: 1.5rem;
    font-size: clamp(1.8rem, 8vw, 2.8rem);
  }

  .ceremony-stages {
    flex-direction: column;
    gap: 2.5rem;
  }

  .ceremony-stage {
    text-align: left;
    align-items: center;
    gap: 1.2rem;
    display: flex;
  }

  .stage-num {
    flex-shrink: 0;
    min-width: 2.5rem;
    font-size: 2rem;
  }

  .sub-section {
    padding: 5rem 1.25rem;
  }

  .sub-box {
    padding: 1.5rem;
  }

  .btn-sub {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 1rem 2rem;
    display: flex;
  }

  .testi-voice {
    padding: 5rem 1.25rem;
  }

  .testi-dot {
    background: none;
    justify-content: center;
    align-items: center;
    width: 10px;
    min-width: 44px;
    height: 10px;
    min-height: 44px;
    display: flex;
    position: relative;
  }

  .testi-dot:after {
    content: "";
    background: var(--color-kraft-dark);
    opacity: .25;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    transition: opacity .3s;
  }

  .testi-dot.active:after {
    opacity: .7;
    background: var(--color-coffee);
  }

  .visit {
    height: 50vh;
    min-height: 320px;
  }

  .visit-content {
    padding: 0 1.5rem;
  }

  .visit-cta {
    text-align: center;
    min-height: 48px;
    padding: 1rem 2rem;
    font-size: .7rem;
    display: block;
  }

  .news-section {
    padding: 5rem 1.25rem;
  }

  .news-form {
    flex-direction: column;
    gap: 0;
  }

  .news-form input {
    border-bottom: none;
    border-right: 1px solid #f5f0eb1f;
    min-height: 52px;
    font-size: 1rem;
  }

  .news-form button {
    min-height: 52px;
    font-size: .75rem;
  }
}

@media (max-width: 480px) {
  .hero-pretitle {
    font-size: 1.1rem;
  }

  .hero-subtitle {
    margin-top: 1rem;
  }

  .hero-cta {
    margin-top: 2rem;
  }

  .hero-cta a {
    width: 100%;
    max-width: 280px;
  }

  .prod-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .prod-card {
    grid-template-columns: 2fr 3fr;
    display: grid;
  }

  .prod-card-img {
    aspect-ratio: 3 / 4;
  }

  .prod-card-body {
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.2rem;
    display: flex;
  }

  .prod-card-foot {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
  }

  .btn-add {
    width: auto;
    min-height: 40px;
  }

  .numbers-band {
    padding: 3rem 1.25rem;
  }

  .number-val {
    font-size: 2.8rem;
  }

  .story-docu {
    padding: 4rem 1.25rem;
  }

  .story-docu-text p {
    font-size: .88rem;
    line-height: 1.75;
  }

  .story-stats {
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    display: grid;
  }

  .stat-item {
    padding: 0 .5rem;
  }

  .stat-item:not(:last-child) {
    border-right: 1px solid #2c181014;
  }

  .stat-num {
    font-size: 1.6rem;
  }

  .stat-label {
    font-size: .62rem;
  }

  .full-bleed {
    height: 45vh;
    min-height: 280px;
  }

  .full-bleed-overlay {
    padding: 1.5rem;
  }

  .ceremony-desc {
    font-size: 1rem;
    line-height: 1.8;
  }

  .stage-name {
    font-size: .95rem;
  }

  .sub-section {
    padding: 4rem 1.25rem;
  }

  .sub-features li {
    padding: .4rem 0 .4rem 1.3rem;
    font-size: .82rem;
  }

  .sub-box-name {
    font-size: 1.3rem;
  }

  .sub-box-price {
    font-size: 1.6rem;
  }

  .testi-voice {
    padding: 4rem 1.25rem;
  }

  .testi-quote {
    font-size: 1.15rem;
    line-height: 1.7;
  }

  .visit {
    height: auto;
    min-height: 0;
    padding: 4rem 1.25rem;
  }

  .visit-heading {
    font-size: 1.8rem;
  }

  .visit-address {
    font-size: .8rem;
  }

  .news-section {
    padding: 4rem 1.25rem;
  }

  .news-heading {
    font-size: 1.6rem;
  }
}

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