/*
Theme Name: Lushbit Crafted Bites
Theme URI: https://www.instagram.com/lushbit.pk/
Author: Website Pitch Concept
Description: A playful product-led WordPress theme concept for Lushbit handcrafted chocolates.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lushbit
*/
:root {
  --wine: #701818;
  --red: #a42122;
  --pink: #ed786e;
  --butter: #f4d96b;
  --cream: #f5ead8;
  --cocoa: #3d2118;
  --pistachio: #b7bf6b;
  --ink: #22110d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.announcement {
  height: 35px;
  background: var(--butter);
  overflow: hidden;
  text-transform: uppercase;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  display: flex;
  align-items: center;
}
.announcement div {
  width: max-content;
  white-space: nowrap;
  animation: move 22s linear infinite;
}
@keyframes move {
  to {
    transform: translateX(-50%);
  }
}
.nav {
  height: 96px;
  padding: 0 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(34, 17, 13, 0.2);
}
.brand img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: contain;
  background: white;
}
.nav nav {
  display: flex;
  gap: 34px;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 900;
}
.nav nav a:hover {
  color: var(--red);
}
.bag {
  justify-self: end;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 13px 18px;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  font-weight: 900;
}
.bag span {
  margin-left: 12px;
}
.hero {
  min-height: calc(100vh - 131px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.heroLeft {
  padding: 7vh 4vw 5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.micro {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.58rem;
  font-weight: 900;
  margin: 0;
}
.hero h1,
.shop h2,
.labCopy h2,
.giftCopy h2,
.order h2,
.social h2 {
  font:
    400 clamp(5rem, 10vw, 11rem)/0.68 Georgia,
    serif;
  letter-spacing: -0.075em;
  margin: 4vh 0;
}
.hero h1 em,
.shop h2 em,
.labCopy h2 em,
.giftCopy h2 em,
.social h2 em {
  font-weight: 400;
  color: var(--red);
}
.heroBottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  align-items: end;
}
.heroBottom p {
  line-height: 1.6;
  margin: 0;
}
.heroBottom a {
  text-transform: uppercase;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  font-weight: 900;
}
.heroCollage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px;
  background: var(--ink);
  padding: 2px;
}
.tile {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.tile img {
  height: 100%;
}
.tile.red {
  background: var(--red);
}
.tile.cream {
  background: var(--butter);
  padding: 30px;
}
.tile.menu {
  background: #111;
  padding: 24px;
  display: grid;
  place-items: center;
}
.tile.menu img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.tile.cocoa {
  background: var(--cocoa);
  color: var(--cream);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scribble {
  font:
    italic 400 clamp(3rem, 5vw, 5.5rem)/0.8 Georgia,
    serif;
}
.tile b {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
}
.tile.cocoa span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.58rem;
}
.tile.cocoa i {
  font:
    italic 400 clamp(3rem, 5vw, 5.5rem)/0.85 Georgia,
    serif;
  margin-top: 12px;
}
.categoryStrip {
  background: var(--wine);
  color: var(--cream);
  padding: 22px 3vw;
  display: flex;
  justify-content: space-around;
  gap: 25px;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  font-weight: 900;
}
.categoryStrip i {
  color: var(--butter);
}
.shop {
  padding: 10vw 3vw;
}
.shopHead {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 6vw;
  align-items: end;
}
.shop h2,
.labCopy h2,
.giftCopy h2,
.order h2,
.social h2 {
  font-size: clamp(4rem, 7.5vw, 8rem);
}
.shopHead > p {
  line-height: 1.7;
  max-width: 430px;
}
.productBoard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 70px;
}
.productCard {
  padding: 18px;
  border: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 700px;
}
.productCard > span {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}
.productVisual {
  height: 370px;
  margin: 30px 0;
  overflow: hidden;
}
.productVisual img {
  height: 100%;
}
.productVisual.type {
  background: var(--pistachio);
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
}
.productVisual.type b {
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  letter-spacing: -0.06em;
}
.productVisual.type em {
  position: absolute;
  font:
    italic 400 4rem Georgia,
    serif;
  color: var(--wine);
  transform: rotate(-9deg);
}
.productCard h3 {
  font:
    400 2rem Georgia,
    serif;
  margin: 0;
}
.productCard p {
  line-height: 1.55;
}
.productCard > a {
  margin-top: auto;
  border-top: 1px solid var(--ink);
  padding-top: 18px;
  text-transform: uppercase;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  font-weight: 900;
}
.cardOne {
  background: #efd8c6;
}
.cardTwo {
  background: var(--butter);
}
.cardThree {
  background: #eaa19c;
}
.flavourLab {
  background: var(--cocoa);
  color: var(--cream);
  padding: 9vw 4vw;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 7vw;
  align-items: center;
}
.labMark {
  aspect-ratio: 1;
  background: var(--red);
  border-radius: 50% 50% 45% 20%;
  display: grid;
  place-items: center;
}
.labMark span {
  font:
    400 18vw Georgia,
    serif;
}
.labCopy h2 em {
  color: var(--butter);
}
.labCopy > p {
  max-width: 580px;
  line-height: 1.7;
}
.ingredients {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}
.ingredients span {
  border-top: 1px solid rgba(245, 234, 216, 0.35);
  padding: 18px 0;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.gifting {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 800px;
}
.giftCopy {
  background: var(--pink);
  padding: 8vw 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.giftCopy p {
  line-height: 1.7;
  max-width: 500px;
}
.giftCopy > a {
  margin-top: 30px;
  background: var(--ink);
  color: var(--cream);
  padding: 18px 22px;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.6rem;
  font-weight: 900;
}
.giftGraphic {
  background: var(--pistachio);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.giftGraphic:before,
.giftGraphic:after {
  content: "";
  position: absolute;
  background: var(--wine);
}
.giftGraphic:before {
  width: 72px;
  height: 100%;
}
.giftGraphic:after {
  height: 72px;
  width: 100%;
}
.giftLogo {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: white;
  display: grid;
  place-items: center;
  z-index: 2;
  padding: 18px;
}
.giftLogo img {
  height: 100%;
  object-fit: contain;
}
.bow {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 6rem;
  color: var(--wine);
}
.giftGraphic > span {
  position: absolute;
  bottom: 28px;
  z-index: 2;
  background: var(--butter);
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.58rem;
  font-weight: 900;
}
.order {
  padding: 10vw 4vw;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
}
.order ol {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--ink);
}
.order li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  border-bottom: 1px solid var(--ink);
  padding: 28px 0;
}
.order li > span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
}
.order h3 {
  font:
    400 2rem Georgia,
    serif;
  margin: 0;
}
.order li p {
  line-height: 1.6;
}
.social {
  background: var(--butter);
  text-align: center;
  padding: 8vw 4vw;
}
.socialLogo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.socialLogo img {
  height: 100%;
  object-fit: contain;
  background: white;
}
.social > a {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 900;
}
.final {
  background: var(--red);
  color: var(--cream);
  padding: 55px 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.final p {
  font:
    italic 400 2rem Georgia,
    serif;
  margin: 0;
}
.final a {
  background: var(--cream);
  color: var(--ink);
  padding: 17px 20px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.6rem;
  font-weight: 900;
}
footer {
  background: var(--ink);
  color: var(--cream);
  padding: 40px 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
footer > img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: contain;
  background: white;
}
footer p {
  text-align: center;
  font-size: 0.55rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #bda79c;
}
footer div {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
@media (max-width: 900px) {
  .nav {
    grid-template-columns: 1fr auto;
  }
  .nav nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .heroLeft {
    min-height: 700px;
  }
  .heroCollage {
    min-height: 850px;
  }
  .shopHead,
  .flavourLab,
  .order {
    grid-template-columns: 1fr;
  }
  .productBoard {
    grid-template-columns: 1fr 1fr;
  }
  .productCard:last-child {
    grid-column: 1/3;
  }
  .gifting {
    grid-template-columns: 1fr;
  }
  .giftGraphic {
    min-height: 700px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }
  footer > img {
    margin: auto;
  }
  footer p {
    text-align: center;
  }
  footer div {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .brand img {
    width: 60px;
    height: 60px;
  }
  .nav {
    height: 78px;
  }
  .hero h1 {
    font-size: 23vw;
  }
  .heroBottom {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .heroCollage {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 90vw);
  }
  .categoryStrip {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }
  .productBoard {
    grid-template-columns: 1fr;
  }
  .productCard:last-child {
    grid-column: 1;
  }
  .productCard {
    min-height: 650px;
  }
  .gifting {
    min-height: auto;
  }
  .giftCopy {
    padding: 100px 6vw;
  }
  .final {
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .announcement div {
    animation: none;
  }
}
