:root {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
}

::selection {
  background: #1F3A93;
  color: #fff;
}

.hero-texture {
  background:
    radial-gradient(circle at 18% 26%, rgba(79, 111, 82, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(31, 58, 147, 0.12), transparent 42%),
    repeating-linear-gradient(112deg, rgba(123, 74, 45, 0.09) 0 1px, transparent 1px 28px);
}

.photo-panel {
  position: relative;
  display: flex;
  min-height: 360px;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  isolation: isolate;
  background-color: #d6c5a7;
}

.hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.35rem);
  color: #1F3A93;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.4rem, 11vw, 7.6rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.92;
}

.hero-brand__logo {
  width: clamp(4.2rem, 9vw, 7rem);
  height: clamp(4.2rem, 9vw, 7rem);
  flex: 0 0 auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(31, 58, 147, 0.16);
}

.hero-brand span {
  min-width: 0;
}

.hero-photo,
.origin-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #efe7d7;
}

.hero-photo {
  display: flex;
  min-height: 520px;
  align-items: flex-end;
}

.hero-photo img,
.origin-gallery__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo img {
  object-position: 50% 58%;
}

.hero-photo::after,
.origin-gallery__item::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.52), transparent);
  pointer-events: none;
}

.origin-gallery {
  border-top: 1px solid rgba(31, 58, 147, 0.08);
}

.origin-gallery__item {
  min-height: 310px;
}

.origin-gallery__item--large {
  min-height: 440px;
}

.origin-gallery__item img {
  object-position: 50% 54%;
}

.origin-gallery__item:nth-child(2) img {
  object-position: 50% 58%;
}

.origin-gallery__item:nth-child(3) img {
  object-position: 50% 50%;
}

.founder-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: #efe7d7;
  box-shadow: 0 18px 45px rgba(26, 26, 26, 0.08);
}

.founder-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
  transform: scale(1.58);
  transform-origin: 50% 74%;
}

.founder-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.52), transparent);
  pointer-events: none;
}

.photo-panel::before,
.photo-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wholesale-photo {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: #efe7d7;
}

.wholesale-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.wholesale-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.58), transparent);
  pointer-events: none;
}

.photo-panel__label {
  position: relative;
  z-index: 2;
  margin: 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(26, 26, 26, 0.34);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  padding: 0.75rem 0.9rem;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.coffee-card {
  border: 1px solid rgba(31, 58, 147, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 18px 45px rgba(26, 26, 26, 0.06);
}

.coffee-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 50%;
}

.coffee-card__image--yirgacheffe {
  object-position: 50% 48%;
}

.coffee-card__image--guji {
  object-position: 50% 50%;
}

.coffee-card__image--sidamo {
  object-position: 50% 56%;
}

.coffee-card__image--harrar {
  object-position: 50% 48%;
}

.coffee-card__image--limu {
  object-position: 50% 52%;
}

.contact-link {
  display: block;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.86);
  overflow-wrap: anywhere;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.10);
  outline: none;
}

.contact-link span {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .hero-brand {
    flex-direction: column;
    gap: 0.7rem;
    font-size: clamp(4rem, 18vw, 5.4rem);
    text-align: center;
  }

  .hero-brand__logo {
    width: 4.5rem;
    height: 4.5rem;
  }

  .hero-photo {
    min-height: 360px;
  }

  .origin-gallery__item,
  .origin-gallery__item--large {
    min-height: 330px;
  }

  .photo-panel {
    min-height: 310px;
  }

  .photo-panel__label {
    margin: 14px;
    font-size: 0.68rem;
  }
}
