
/* Orino Café — Premium Home Page */
body.home {
  --oh-espresso: #2f211b;
  --oh-brown: #74513a;
  --oh-caramel: #b88662;
  --oh-cream: #f7f1e8;
  --oh-paper: #fffdf9;
  --oh-ink: #30251f;
  --oh-muted: #77685e;
  --oh-line: rgba(116, 81, 58, 0.18);
  background: var(--oh-cream);
  color: var(--oh-ink);
}

body.home #top-bar {
  display: none !important;
}

body.home #wrapper,
body.home #main {
  background: var(--oh-cream);
}

body.home #main {
  padding: 0 !important;
}

body.home #header .header-main,
body.home #header .stuck .header-main {
  border-bottom: 1px solid rgba(116, 81, 58, 0.12);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: 0 8px 28px rgba(63, 42, 32, 0.07);
  backdrop-filter: blur(14px);
}

body.home #header .header-inner {
  max-width: 1180px;
  min-height: 88px;
  padding-right: 18px;
  padding-left: 18px;
}

body.home #header #logo img {
  width: auto !important;
  max-height: 62px !important;
  filter: drop-shadow(0 4px 9px rgba(63, 42, 32, 0.10));
}

body.home #header .nav-top-link {
  color: #4c3c33 !important;
  font-size: 0.80rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.045em !important;
}

body.home #header .header-cart-link {
  gap: 10px;
  padding: 10px 16px !important;
  border: 1px solid #e4d7ca;
  border-radius: 999px;
  background: #f7f1e8;
  color: #5b3e2d !important;
}

body.home #header .cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 !important;
}

body.home #header .cart-icon strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--oh-brown) !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  box-shadow: 0 5px 12px rgba(63, 42, 32, 0.18);
}

body.home #header .cart-icon strong::after {
  display: none !important;
}

.orino-home,
.orino-home * {
  box-sizing: border-box;
}

.orino-home {
  overflow: hidden;
}

.orino-home-container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.orino-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--oh-caramel);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.orino-home-eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.orino-home-title {
  margin: 0;
  color: var(--oh-espresso);
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  font-weight: 650;
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.orino-home-title em {
  color: var(--oh-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.orino-home-copy {
  max-width: 610px;
  margin: 25px 0 0;
  color: var(--oh-muted);
  font-size: clamp(1rem, 1.6vw, 1.17rem);
  line-height: 1.75;
}

.orino-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.orino-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 27px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.025em;
  transition: transform 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.orino-home-button:hover {
  transform: translateY(-2px);
}

.orino-home-button--primary {
  background: linear-gradient(135deg, #6d4934, #8b6043);
  box-shadow: 0 15px 32px rgba(54, 34, 25, 0.26);
  color: #fff !important;
}

.orino-home-button--primary:hover {
  background: var(--oh-espresso);
  box-shadow: 0 18px 38px rgba(47, 33, 27, 0.30);
}

.orino-home-button--light {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.10);
  color: #fff !important;
  backdrop-filter: blur(9px);
}

.orino-home-button--outline {
  border-color: rgba(116, 81, 58, 0.32);
  background: transparent;
  color: var(--oh-brown) !important;
}

.orino-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(650px, 78vh, 820px);
  isolation: isolate;
  background: #211713;
}

.orino-hero__media,
.orino-hero__overlay {
  position: absolute;
  inset: 0;
}

.orino-hero__media {
  z-index: -3;
}

.orino-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 55%;
}

.orino-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(26, 16, 12, 0.92) 0%, rgba(35, 22, 16, 0.77) 40%, rgba(35, 22, 16, 0.20) 74%, rgba(26, 16, 12, 0.34) 100%),
    linear-gradient(0deg, rgba(24, 15, 11, 0.42), transparent 45%);
}

.orino-hero__content {
  padding-top: 78px;
  padding-bottom: 78px;
}

.orino-hero .orino-home-eyebrow {
  color: #e5bd9d;
}

.orino-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fffaf4;
  font-size: clamp(3.35rem, 7vw, 7rem);
  font-weight: 600;
  line-height: 0.91;
  letter-spacing: -0.055em;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.25);
}

.orino-hero h1 em {
  display: block;
  color: #e3b58f;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.orino-hero__lead {
  max-width: 600px;
  margin: 27px 0 0;
  color: rgba(255, 250, 244, 0.78);
  font-size: clamp(1.05rem, 1.8vw, 1.27rem);
  line-height: 1.7;
}

.orino-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 44px;
  color: rgba(255, 250, 244, 0.72);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.045em;
}

.orino-hero__notes span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.orino-hero__notes span::before {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  background: #c9956c;
  box-shadow: 0 0 0 4px rgba(201, 149, 108, 0.15);
  content: "";
}

.orino-value-bar {
  position: relative;
  z-index: 3;
  background: var(--oh-espresso);
  color: #fff;
}

.orino-value-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.orino-value {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: center;
  min-height: 120px;
  padding: 25px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.orino-value:last-child {
  border-right: 0;
}

.orino-value__number {
  color: #d9a77f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.orino-value strong {
  display: block;
  color: #fff;
  font-size: 0.94rem;
  letter-spacing: 0.02em;
}

.orino-value small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.77rem;
  line-height: 1.45;
}

.orino-story {
  padding: 122px 0;
  background:
    radial-gradient(circle at 6% 14%, rgba(184, 134, 98, 0.12), transparent 28%),
    var(--oh-cream);
}

.orino-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(58px, 8vw, 110px);
  align-items: center;
}

.orino-story__media {
  position: relative;
}

.orino-story__image {
  overflow: hidden;
  border: 1px solid rgba(116, 81, 58, 0.18);
  border-radius: 34px 34px 120px 34px;
  background: #e9ddcf;
  box-shadow: 0 30px 72px rgba(63, 42, 32, 0.16);
}

.orino-story__image img {
  display: block;
  width: 100%;
  aspect-ratio: 0.95;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.orino-story__media:hover img {
  transform: scale(1.025);
}

.orino-story__seal {
  position: absolute;
  right: -28px;
  bottom: 44px;
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  padding: 18px;
  border: 8px solid var(--oh-cream);
  border-radius: 50%;
  background: var(--oh-espresso);
  box-shadow: 0 18px 34px rgba(47, 33, 27, 0.24);
  color: #fff;
  text-align: center;
}

.orino-story__seal strong {
  display: block;
  color: #e1b18b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
}

.orino-story__seal small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.63rem;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.orino-story__points {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.orino-story__point {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
}

.orino-story__point span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(116, 81, 58, 0.11);
  color: var(--oh-brown);
  font-size: 0.75rem;
  font-weight: 800;
}

.orino-story__point strong {
  display: block;
  color: var(--oh-ink);
  font-size: 0.92rem;
}

.orino-story__point small {
  display: block;
  margin-top: 3px;
  color: var(--oh-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.orino-products {
  padding: 118px 0 126px;
  background: #eee3d6;
}

.orino-products__head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}

.orino-products__head .orino-home-title {
  max-width: 760px;
}

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

.orino-products-grid--1 {
  grid-template-columns: minmax(280px, 390px);
  justify-content: center;
}

.orino-products-grid--2 {
  grid-template-columns: repeat(2, minmax(280px, 390px));
  justify-content: center;
}

.orino-product-card {
  overflow: hidden;
  border: 1px solid rgba(116, 81, 58, 0.18);
  border-radius: 26px;
  background: var(--oh-paper);
  box-shadow: 0 18px 48px rgba(63, 42, 32, 0.10);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.orino-product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 27px 62px rgba(63, 42, 32, 0.16);
}

.orino-product-card__image {
  position: relative;
  display: grid;
  min-height: 360px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.95), rgba(225, 208, 190, 0.76) 74%),
    #eadfd3;
}

.orino-product-card__image img {
  display: block;
  width: auto;
  max-width: 78%;
  height: 290px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(63, 42, 32, 0.20));
  transition: transform 0.4s ease;
}

.orino-product-card:hover img {
  transform: scale(1.035);
}

.orino-product-card__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 33, 27, 0.90);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.orino-product-card__body {
  padding: 25px 26px 27px;
}

.orino-product-card__title {
  margin: 0;
  color: var(--oh-espresso);
  font-size: 1.18rem;
  font-weight: 750;
}

.orino-product-card__copy {
  min-height: 43px;
  margin: 8px 0 0;
  color: var(--oh-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.orino-product-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--oh-line);
}

.orino-product-card__price {
  color: var(--oh-espresso);
  font-size: 1.02rem;
  font-weight: 750;
}

.orino-product-card__link {
  color: var(--oh-brown) !important;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.orino-benefits {
  padding: 118px 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(184, 134, 98, 0.17), transparent 28%),
    var(--oh-espresso);
  color: #fff;
}

.orino-benefits .orino-home-title {
  max-width: 820px;
  color: #fff;
}

.orino-benefits .orino-home-title em {
  color: #ddb08c;
}

.orino-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}

.orino-benefit {
  min-height: 245px;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.orino-benefit:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.085);
}

.orino-benefit__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(221, 176, 140, 0.45);
  border-radius: 18px;
  background: rgba(221, 176, 140, 0.10);
  color: #e0b18c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.orino-benefit h3 {
  margin: 26px 0 0;
  color: #fff;
  font-size: 1.06rem;
}

.orino-benefit p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 0.85rem;
  line-height: 1.65;
}

.orino-closing {
  position: relative;
  padding: 118px 0;
  overflow: hidden;
  background: var(--oh-paper);
}

.orino-closing::before {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 134, 98, 0.18), transparent 70%);
  content: "";
}

.orino-closing__card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  padding: clamp(38px, 6vw, 72px);
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, #f0e2d2, #faf4ed);
  box-shadow: 0 26px 70px rgba(63, 42, 32, 0.12);
}

.orino-closing__card::after {
  position: absolute;
  top: -85px;
  right: -65px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(116, 81, 58, 0.14);
  border-radius: 50%;
  content: "";
}

.orino-closing__card .orino-home-title {
  max-width: 790px;
  font-size: clamp(2.25rem, 4.5vw, 4.3rem);
}

body.home #footer,
body.home #footer.footer-wrapper {
  display: block !important;
  background: transparent;
}

body.home #footer .absolute-footer {
  display: block !important;
  padding: 30px 0 !important;
  border-top: 1px solid rgba(185, 135, 91, 0.28);
  background: linear-gradient(135deg, #2f211b, #483126) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

body.home #footer .absolute-footer .container {
  display: flex;
  max-width: 1180px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

body.home #footer .footer-primary,
body.home #footer .footer-secondary {
  float: none;
  margin: 0;
  padding: 0;
}

body.home #footer .copyright-footer {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0;
}

body.home #footer .copyright-footer::after {
  color: rgba(255, 255, 255, 0.76);
  content: "© 2026 Orino Café. All rights reserved.";
  font-size: 13px;
}

body.home #footer .payment-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 0;
  color: #fff;
}

body.home #footer .payment-icon {
  display: inline-flex;
  width: 56px;
  min-width: 56px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.9;
}

@media (max-width: 849px) {
  body.home #header .header-inner {
    min-height: 74px;
  }

  .orino-home-container {
    width: min(100% - 34px, 1180px);
  }

  .orino-hero {
    min-height: 690px;
  }

  .orino-hero__media img {
    object-position: 62% center;
  }

  .orino-hero__overlay {
    background: linear-gradient(90deg, rgba(24, 15, 11, 0.94), rgba(31, 20, 15, 0.72) 72%, rgba(31, 20, 15, 0.48));
  }

  .orino-hero h1 {
    max-width: 660px;
    font-size: clamp(3rem, 12vw, 5.5rem);
  }

  .orino-value-bar__grid,
  .orino-products-grid,
  .orino-products-grid--2,
  .orino-benefits__grid {
    grid-template-columns: 1fr;
  }

  .orino-value {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .orino-story,
  .orino-products,
  .orino-benefits,
  .orino-closing {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .orino-story__grid {
    grid-template-columns: 1fr;
  }

  .orino-story__media {
    max-width: 620px;
  }

  .orino-story__seal {
    right: 18px;
    bottom: -28px;
  }

  .orino-products__head {
    display: block;
  }

  .orino-products__head .orino-home-button {
    margin-top: 25px;
  }

  .orino-products-grid--1 {
    grid-template-columns: minmax(0, 390px);
  }

  .orino-product-card__image {
    min-height: 330px;
  }

  .orino-benefit {
    min-height: 0;
  }

  .orino-closing__card {
    grid-template-columns: 1fr;
  }

  .orino-closing__card .orino-home-actions {
    margin-top: 0;
  }

  body.home #footer .absolute-footer .container {
    flex-direction: column;
    text-align: center;
  }

  body.home #footer .payment-icons {
    justify-content: center;
  }
}

@media (max-width: 549px) {
  .orino-home-container {
    width: min(100% - 26px, 1180px);
  }

  .orino-hero {
    min-height: 650px;
  }

  .orino-hero__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .orino-hero h1 {
    font-size: clamp(2.85rem, 15vw, 4.2rem);
  }

  .orino-hero__lead {
    font-size: 1rem;
  }

  .orino-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .orino-home-button {
    width: 100%;
  }

  .orino-hero__notes {
    align-items: flex-start;
    flex-direction: column;
  }

  .orino-value {
    padding-right: 20px;
    padding-left: 20px;
  }

  .orino-story__image {
    border-radius: 26px 26px 78px 26px;
  }

  .orino-story__seal {
    width: 112px;
    height: 112px;
    padding: 13px;
  }

  .orino-product-card__image {
    min-height: 300px;
  }

  .orino-closing__card {
    padding: 34px 24px;
    border-radius: 26px;
  }

  body.home #footer .payment-icon {
    width: 50px;
    min-width: 50px;
  }
}


/* Home final polish */
.orino-product-card__badge {
  z-index: 3;
}

.orino-product-card__media {
  position: relative;
  z-index: 1;
}

.orino-products__head .orino-home-title {
  max-width: 840px;
  font-size: clamp(2.35rem, 4.35vw, 4.15rem);
}


/* Premium image treatment for the 250g Robusta home card */
.orino-product-card__image[href*="/product/250g-robusta/"] {
  height: 390px;
  min-height: 390px;
  background:
    linear-gradient(
      180deg,
      rgba(38, 24, 18, 0.02) 52%,
      rgba(38, 24, 18, 0.32) 100%
    ),
    url("https://orinocafe.com/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-13-at-22.06.50-510x510.jpeg")
      center 48% / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.orino-product-card__image[href*="/product/250g-robusta/"] img {
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0;
}

.orino-product-card__image[href*="/product/250g-robusta/"]
  .orino-product-card__badge {
  top: 22px;
  left: 22px;
  z-index: 5;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(45, 29, 22, 0.82);
  box-shadow: 0 10px 28px rgba(27, 16, 12, 0.24);
  backdrop-filter: blur(8px);
}
