:root {
  --ink: #201611;
  --coffee: #180804;
  --coffee-2: #301308;
  --clay: #6d2d1b;
  --gold: #d2a72d;
  --gold-soft: #f4df8d;
  --ivory: #fff7e6;
  --paper: #f7f0df;
  --sage: #657a55;
  --line: rgba(255, 247, 230, 0.16);
  --shadow: 0 22px 70px rgba(20, 8, 4, 0.24);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(168px, 260px) 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--ivory);
  background: rgba(24, 8, 4, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: min(240px, 45vw);
  height: auto;
  filter: drop-shadow(0 7px 15px rgba(0, 0, 0, 0.28));
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
  font-size: 0.95rem;
  font-weight: 700;
}

.desktop-nav a,
.mobile-nav a:not(.button) {
  opacity: 0.86;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  color: var(--gold-soft);
  opacity: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.language-toggle,
.menu-toggle {
  border: 1px solid rgba(210, 167, 45, 0.42);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.language-toggle {
  min-width: 74px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  place-items: center;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 23px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-gold {
  color: #241302;
  background: linear-gradient(135deg, #f1cf62, #c99a18);
  box-shadow: 0 16px 34px rgba(210, 167, 45, 0.22);
}

.button-outline {
  color: var(--ivory);
  border-color: rgba(255, 247, 230, 0.35);
  background: rgba(255, 247, 230, 0.06);
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 96svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: var(--coffee);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(20, 8, 4, 0.78), rgba(20, 8, 4, 0.38)),
    url("assets/coffee-cherries.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    radial-gradient(circle at 82% 20%, rgba(210, 167, 45, 0.15), transparent 33%),
    linear-gradient(180deg, rgba(24, 8, 4, 0.08), rgba(24, 8, 4, 0.74) 82%, var(--coffee) 100%);
}

.hero-content {
  position: relative;
  width: min(1180px, calc(100% - 42px));
  padding-top: 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
}

h1 {
  max-width: 1060px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 6.2vw, 5.9rem);
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 247, 230, 0.84);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(760px, 100%);
  margin: 38px 0 0;
}

.hero-facts div {
  padding: 18px;
  background: rgba(255, 247, 230, 0.08);
  border: 1px solid rgba(255, 247, 230, 0.16);
  border-radius: 8px;
}

.hero-facts dt {
  color: rgba(255, 247, 230, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: var(--gold-soft);
  font-size: 1.25rem;
  font-weight: 900;
}

.section {
  padding: clamp(76px, 10vw, 140px) clamp(20px, 5vw, 64px);
}

.section > * {
  max-width: 1200px;
  margin-inline: auto;
}

.split,
.film,
.b2b {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.section-copy p:not(.eyebrow),
.section-heading p,
.product-card p,
.steps p,
.b2b-panel p,
.contact-card p {
  color: rgba(32, 22, 17, 0.75);
  font-size: 1.04rem;
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 16px;
  align-items: end;
}

.image-pair img,
.product-card img,
.video-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-pair img:first-child {
  aspect-ratio: 4 / 5;
}

.image-pair img:last-child {
  aspect-ratio: 4 / 4.8;
  margin-bottom: 54px;
}

.muted {
  background:
    linear-gradient(180deg, rgba(101, 122, 85, 0.12), rgba(255, 247, 230, 0)),
    #f3ead6;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 44px;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  overflow: hidden;
  background: #fffaf0;
  border: 1px solid rgba(109, 45, 27, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(48, 19, 8, 0.09);
}

.product-card img {
  height: 245px;
  border-radius: 0;
  box-shadow: none;
}

.product-card div {
  padding: 24px;
}

.tag {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.process {
  color: var(--ivory);
  background:
    linear-gradient(180deg, rgba(24, 8, 4, 0.9), rgba(24, 8, 4, 0.84)),
    url("assets/coffee-terraces.jpg") center / cover fixed;
}

.process .section-heading p,
.process .steps p {
  color: rgba(255, 247, 230, 0.72);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.steps article {
  min-height: 248px;
  padding: 30px;
  border: 1px solid rgba(255, 247, 230, 0.16);
  border-radius: 8px;
  background: rgba(255, 247, 230, 0.08);
  backdrop-filter: blur(12px);
}

.steps span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold-soft);
  font-size: 0.9rem;
  font-weight: 900;
}

.b2b {
  align-items: stretch;
  background: #fff7e6;
}

.b2b-panel {
  padding: clamp(32px, 5vw, 58px);
  color: var(--ivory);
  background: linear-gradient(135deg, var(--coffee), var(--clay));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.b2b-panel p,
.b2b-panel .check-list {
  color: rgba(255, 247, 230, 0.78);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 34px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-inline-start: 30px;
}

.check-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.6em;
  width: 14px;
  height: 8px;
  border-inline-start: 2px solid var(--gold-soft);
  border-bottom: 2px solid var(--gold-soft);
  transform: rotate(-45deg);
}

.stats-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.stats-panel div {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  border-radius: 8px;
  border: 1px solid rgba(101, 122, 85, 0.2);
  background: #f7f0df;
}

.stats-panel strong {
  color: var(--clay);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.stats-panel span {
  margin-top: 12px;
  color: rgba(32, 22, 17, 0.66);
  font-weight: 800;
}

.film {
  background: linear-gradient(180deg, #f7f0df, #efe2c6);
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-card img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  filter: saturate(0.92) contrast(1.04);
}

.video-card span {
  position: absolute;
  inset: auto 22px 22px;
  display: inline-flex;
  width: fit-content;
  padding: 12px 18px;
  border-radius: 8px;
  color: #241302;
  background: var(--gold-soft);
  font-weight: 900;
}

.contact-section {
  color: var(--ivory);
  background:
    linear-gradient(180deg, rgba(24, 8, 4, 0.92), rgba(24, 8, 4, 0.96)),
    url("assets/coffee-mountain.jpg") center / cover;
}

.contact-section .section-heading p {
  color: rgba(255, 247, 230, 0.72);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.inquiry-form,
.contact-card {
  border-radius: 8px;
  border: 1px solid rgba(255, 247, 230, 0.14);
  background: rgba(255, 247, 230, 0.08);
  backdrop-filter: blur(14px);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
}

.inquiry-form label {
  display: grid;
  gap: 8px;
}

.inquiry-form label.full {
  grid-column: 1 / -1;
}

.inquiry-form span {
  color: rgba(255, 247, 230, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ivory);
  border: 1px solid rgba(255, 247, 230, 0.18);
  border-radius: 8px;
  background: rgba(24, 8, 4, 0.48);
  outline: none;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(210, 167, 45, 0.16);
}

.form-submit {
  grid-column: 1 / -1;
  width: 100%;
  border: 0;
  cursor: pointer;
}

.contact-card {
  padding: 34px;
}

.contact-card img {
  width: 82px;
  margin-bottom: 22px;
}

.contact-link {
  display: block;
  margin: 20px 0 24px;
  color: var(--gold-soft);
  font-size: 1.2rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.site-footer {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 46px 20px;
  color: rgba(255, 247, 230, 0.75);
  text-align: center;
  background: #110502;
}

.site-footer img {
  width: min(260px, 70vw);
}

.site-footer p {
  max-width: 640px;
  margin: 0;
}

.site-footer a {
  color: var(--gold-soft);
  font-weight: 900;
}

[dir="rtl"] body {
  font-family: Tahoma, Arial, sans-serif;
}

[dir="rtl"] h1,
[dir="rtl"] h2 {
  font-family: "Times New Roman", Tahoma, serif;
}

[dir="rtl"] .hero-content,
[dir="rtl"] .section-copy,
[dir="rtl"] .b2b-panel,
[dir="rtl"] .contact-card {
  text-align: right;
}

[dir="rtl"] .hero-media {
  background:
    linear-gradient(270deg, rgba(20, 8, 4, 0.78), rgba(20, 8, 4, 0.38)),
    url("assets/coffee-cherries.jpg") center / cover no-repeat;
}

[dir="rtl"] .check-list li::before {
  transform: rotate(45deg);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(148px, 1fr) auto;
    gap: 14px;
    padding: 12px 18px;
  }

  .desktop-nav,
  .header-actions .button-small {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .mobile-nav {
    position: fixed;
    inset: 68px 10px auto;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(255, 247, 230, 0.12);
    border-radius: 8px;
    background: rgba(24, 8, 4, 0.97);
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: flex;
  }

  .mobile-nav a:not(.button) {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(255, 247, 230, 0.1);
    font-weight: 850;
  }

  .mobile-nav .button {
    margin-top: 14px;
  }

  .hero {
    min-height: 100svh;
    align-items: start;
  }

  .hero-content {
    padding-top: 110px;
    padding-bottom: 42px;
  }

  h1 {
    font-size: clamp(2.58rem, 12vw, 4.3rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .split,
  .film,
  .b2b,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .process {
    background-attachment: scroll;
  }
}

@media (max-width: 640px) {
  .brand img {
    width: min(190px, 54vw);
  }

  .language-toggle {
    min-width: 62px;
    height: 40px;
    padding-inline: 10px;
  }

  .hero-content {
    width: min(100% - 34px, 560px);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .image-pair {
    grid-template-columns: 1fr;
  }

  .image-pair img:last-child {
    margin-bottom: 0;
  }

  .stats-panel {
    grid-template-columns: 1fr;
  }

  .inquiry-form {
    grid-template-columns: 1fr;
  }
}
