
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --main: #54372a;
  --main-dark: #2b1812;
  --orange: #df582e;
  --cream: #f8e4be;
  --bg: #f9f6f2;
  --white: #fff8f7;
  --dark: #060413;
  --muted: #8d817c;
  --glass: rgba(255, 248, 247, 0.16);
  --poppins: "Poppins", sans-serif;
  --playfair: "Playfair Display", serif;
}

body {
  color: var(--dark);
  background:
    radial-gradient(circle at 15% 10%, rgba(223, 88, 46, 0.14), transparent 32%),
    radial-gradient(circle at 80% 15%, rgba(84, 55, 42, 0.12), transparent 35%),
    var(--bg);
  font-family: var(--playfair);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(84,55,42,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84,55,42,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: -3;
}

a { text-decoration: none; color: inherit; }
img { width: 100%; display: block; }
button, input, textarea { font-family: var(--poppins); }
.container { max-width: 1120px; width: 90%; margin: auto; }
section { padding: 4rem 0 2rem; }

.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223,88,46,0.14), transparent 70%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: -1;
}

header {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.nav {
  height: 72px;
  border-radius: 999px;
  padding: 0 24px;
  background: rgba(6,4,19,0.78);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.logo {
  color: var(--cream);
  font-weight: 900;
  font-size: 1.45rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo i { color: var(--orange); }

.navbar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-link {
  color: #d8cec8;
  font-family: var(--poppins);
  font-size: .88rem;
  position: relative;
  transition: .35s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -8px;
  background: var(--orange);
  transition: .35s ease;
}

.nav-link:hover,
.nav-link.active { color: var(--white); }

.nav-link:hover::after,
.nav-link.active::after { width: 100%; }

.nav-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
}

.cart-link {
  position: relative;
  font-size: 1.35rem;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: -12px;
  min-width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font: 700 .7rem var(--poppins);
}

.menu-icon {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-icon div {
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: .3s ease;
}

.move .line1 { transform: rotate(-45deg) translate(-5px, 5px); }
.move .line2 { opacity: 0; }
.move .line3 { transform: rotate(45deg) translate(-5px, -5px); }

.hero-video {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 7rem;
}

.bg-video,
.hero-overlay,
.animated-bg {
  position: absolute;
  inset: 0;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -5;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6,4,19,.86) 0%, rgba(84,55,42,.58) 48%, rgba(6,4,19,.8) 100%);
  z-index: -4;
}

.animated-bg {
  z-index: -3;
  overflow: hidden;
  background: linear-gradient(135deg, var(--main-dark), var(--main), var(--orange));
}

.home-page .animated-bg {
  opacity: .55;
}

.animated-bg span {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 48% 52% 50% 50%;
  background: radial-gradient(circle at 35% 35%, var(--cream), var(--orange));
  filter: blur(.2px);
  opacity: .18;
  animation: floatBean 12s linear infinite;
}

.animated-bg span:nth-child(1) { left: 8%; top: 70%; animation-delay: 0s; }
.animated-bg span:nth-child(2) { left: 30%; top: 15%; animation-delay: 2s; width: 90px; height: 90px; }
.animated-bg span:nth-child(3) { right: 16%; top: 22%; animation-delay: 4s; }
.animated-bg span:nth-child(4) { right: 10%; bottom: 10%; animation-delay: 6s; width: 110px; height: 110px; }
.animated-bg span:nth-child(5) { left: 55%; bottom: 16%; animation-delay: 8s; }

@keyframes floatBean {
  0% { transform: translateY(60px) rotate(0deg) scale(.8); }
  50% { transform: translateY(-80px) rotate(180deg) scale(1.1); }
  100% { transform: translateY(60px) rotate(360deg) scale(.8); }
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 700 .82rem var(--poppins);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--orange);
  margin-bottom: 1rem;
}

.hero-text h1,
.page-hero h1 {
  color: var(--white);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .95;
  font-weight: 900;
  text-shadow: 0 15px 40px rgba(0,0,0,.28);
}

.hero-text h1 b {
  color: var(--cream);
}

.hero-text p,
.page-hero p {
  color: #f1ded3;
  max-width: 520px;
  font: 500 1rem/1.8 var(--poppins);
  margin: 1.3rem 0 1.7rem;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  border-radius: 999px;
  background: var(--dark);
  color: white;
  padding: 13px 20px;
  font: 700 .85rem var(--poppins);
  text-transform: uppercase;
  box-shadow: 0 18px 35px rgba(0,0,0,.22);
  transition: .35s ease;
}

.btn i {
  background: var(--orange);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.btn:hover {
  transform: translateY(-5px);
  background: var(--main);
}

.btn.ghost {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(14px);
}

.hero-3d-wrap {
  position: relative;
  perspective: 1200px;
}

.hero-3d-card {
  width: min(480px, 100%);
  margin-left: auto;
  padding: 2rem;
  border-radius: 3rem;
  background: linear-gradient(145deg, rgba(255,255,255,.2), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 35px 80px rgba(0,0,0,.35);
  transform-style: preserve-3d;
  animation: cardFloat 5s ease-in-out infinite;
}

.hero-3d-card img {
  transform: translateZ(90px);
  filter: drop-shadow(0 30px 30px rgba(0,0,0,.32));
}

@keyframes cardFloat {
  0%,100% { transform: rotateY(-10deg) rotateX(7deg) translateY(0); }
  50% { transform: rotateY(10deg) rotateX(-5deg) translateY(-18px); }
}

.coffee-orbit {
  position: absolute;
  inset: -25px;
  animation: orbit 12s linear infinite;
  pointer-events: none;
}

.coffee-orbit span {
  position: absolute;
  background: rgba(255,248,247,.16);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(15px);
  padding: 10px 16px;
  border-radius: 999px;
  font: 700 .8rem var(--poppins);
}

.coffee-orbit span:nth-child(1) { top: 5%; left: 5%; }
.coffee-orbit span:nth-child(2) { right: 0; top: 45%; }
.coffee-orbit span:nth-child(3) { bottom: 5%; left: 20%; }

@keyframes orbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.quick-links,
.product-grid,
.services-grid,
.team-grid,
.admin-page,
.cart-page,
.booking-wrap {
  display: grid;
  gap: 1.5rem;
}

.quick-links {
  grid-template-columns: repeat(4, 1fr);
  margin-top: -4rem;
  position: relative;
  z-index: 5;
}

.quick-card,
.product-card,
.service-card,
.team-card,
.glass-card,
.booking-3d,
.contact-card {
  background: rgba(255,248,247,.72);
  border: 1px solid rgba(255,255,255,.75);
  backdrop-filter: blur(18px);
  border-radius: 2rem;
  box-shadow: 0 22px 55px rgba(84,55,42,.12);
  transition: .35s ease;
}

.quick-card {
  padding: 2rem;
  color: var(--main);
}

.quick-card i {
  font-size: 2.4rem;
  color: var(--orange);
}

.quick-card h3,
.product-card h3,
.service-card h3,
.team-card h3 {
  margin: .8rem 0 .4rem;
  color: var(--main);
}

.quick-card p,
.service-card p,
.team-card p,
.split-text p,
.footer p,
.booking-3d p,
.contact-card p {
  font: 500 .92rem/1.7 var(--poppins);
  color: var(--muted);
}

.ad-3d-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 480px;
  margin-top: 4rem;
  padding: 4rem;
  border-radius: 3rem;
  color: white;
  background:
    radial-gradient(circle at 70% 20%, rgba(248,228,190,.28), transparent 28%),
    linear-gradient(135deg, var(--main-dark), var(--main), var(--orange));
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(84,55,42,.22);
}

.ad-text h2,
.video-content h2,
.heading h2,
.split-text h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--main);
  line-height: 1.05;
}

.ad-text h2,
.video-content h2 {
  color: var(--white);
}

.ad-text p,
.video-content p {
  font: 500 1rem/1.8 var(--poppins);
  color: var(--cream);
  margin: 1rem 0 1.5rem;
}

.ad-scene {
  position: relative;
  min-height: 380px;
  perspective: 900px;
  transform-style: preserve-3d;
}

.ad-cup {
  width: 310px;
  height: 310px;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
  animation: spinCup 8s ease-in-out infinite;
  filter: drop-shadow(0 35px 35px rgba(0,0,0,.32));
}

@keyframes spinCup {
  0%,100% { transform: rotateY(-18deg) rotateX(8deg) translateY(0); }
  50% { transform: rotateY(18deg) rotateX(-8deg) translateY(-22px); }
}

.steam {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 24px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(transparent, rgba(255,255,255,.55), transparent);
  filter: blur(8px);
  animation: steam 3s ease-in-out infinite;
}

.s2 { left: 58%; animation-delay: .8s; }
.s3 { left: 42%; animation-delay: 1.4s; }

@keyframes steam {
  0% { transform: translateY(60px) scale(.5); opacity: 0; }
  50% { opacity: .8; }
  100% { transform: translateY(-40px) scale(1.3); opacity: 0; }
}

.bean {
  position: absolute;
  width: 44px;
  height: 66px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b2017, #8a4b34);
  box-shadow: inset 8px 0 0 rgba(255,255,255,.07);
  animation: beanMove 6s ease-in-out infinite;
}

.bean::after {
  content: "";
  position: absolute;
  left: 48%;
  top: 8px;
  width: 4px;
  height: 50px;
  border-radius: 50%;
  background: rgba(248,228,190,.35);
}

.bean1 { left: 4%; top: 20%; }
.bean2 { right: 8%; top: 40%; animation-delay: 1s; }
.bean3 { left: 22%; bottom: 8%; animation-delay: 2s; }

@keyframes beanMove {
  0%,100% { transform: rotate(0) translateY(0); }
  50% { transform: rotate(25deg) translateY(-24px); }
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
}

.product-card {
  padding: 1.5rem;
  text-align: center;
  position: relative;
  transform-style: preserve-3d;
}

.product-card:hover,
.service-card:hover,
.quick-card:hover,
.team-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 65px rgba(84,55,42,.2);
}

.product-card img {
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 50%;
  margin: 1rem auto;
  transform: translateZ(35px);
  filter: drop-shadow(0 15px 20px rgba(84,55,42,.18));
}

.product-card p {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(84,55,42,.18);
  background: white;
  color: var(--muted);
  font: 600 .72rem var(--poppins);
}

.product-card div {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card span {
  color: var(--main);
  font-weight: 900;
  font-size: 1.15rem;
}

.heart-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: white;
  color: var(--orange);
  border-radius: 50%;
}

.add-cart {
  border: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  background: var(--orange);
  font-size: 1.25rem;
  transition: .3s ease;
}

.add-cart:hover {
  transform: rotate(90deg) scale(1.1);
  background: var(--main);
}

.video-promo {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
  align-items: center;
  margin-top: 4rem;
}

.video-box {
  position: relative;
  min-height: 420px;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(84,55,42,.2);
  background: linear-gradient(135deg, var(--main-dark), var(--orange));
}

.video-box video,
.fake-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-box video {
  object-fit: cover;
  z-index: 2;
}

.fake-video-bg {
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--cream);
  padding: 2rem;
}

.fake-video-bg i {
  font-size: 5rem;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  50% { transform: scale(1.13); }
}

.video-content {
  border-radius: 3rem;
  padding: 3rem;
  background: linear-gradient(135deg, var(--main), var(--main-dark));
  box-shadow: 0 30px 70px rgba(84,55,42,.16);
}

.page-hero {
  min-height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 8rem;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6,4,19,.62);
  z-index: -2;
}

.page-hero-content {
  position: relative;
  z-index: 3;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}

.split-img {
  border-radius: 3rem;
  overflow: hidden;
}

.split-img img {
  height: 500px;
  object-fit: cover;
}

.split-text h2 {
  margin-bottom: 1rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  gap: 1rem;
}

.stats-grid div {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(84,55,42,.1);
}

.stats-grid h3 {
  color: var(--orange);
  font-size: 2rem;
}

.team-grid {
  grid-template-columns: repeat(3, 1fr);
}

.team-card {
  padding: 1rem;
}

.team-card img {
  height: 390px;
  object-fit: cover;
  border-radius: 1.5rem;
}

.team-card h3,
.team-card p {
  padding-left: .5rem;
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.service-card {
  padding: 2rem;
}

.service-card img {
  width: 105px;
  height: 105px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 1rem;
  color: var(--orange);
  font: 700 .9rem var(--poppins);
}

.menu-filter {
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.filter-btn {
  border: 0;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  color: var(--main);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(84,55,42,.1);
  font-weight: 700;
}

.filter-btn.active {
  background: var(--orange);
  color: white;
}

.booking-wrap {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.glass-card,
.booking-3d,
.contact-card {
  padding: 2rem;
}

.booking-form,
.contact-form,
.admin-product-form {
  display: grid;
  gap: 1rem;
}

.booking-form h2,
.contact-form h2,
.admin-product-form h2,
.cart-summary h2,
.admin-page h2 {
  color: var(--main);
  font-size: 2rem;
  margin-bottom: .6rem;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(84,55,42,.14);
  outline: 0;
  background: white;
  padding: 15px 18px;
  border-radius: 1rem;
  color: var(--dark);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.submit-btn {
  border: 0;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 1rem;
  background: var(--main);
  color: white;
  font-weight: 800;
  transition: .3s ease;
}

.submit-btn:hover {
  background: var(--orange);
  transform: translateY(-4px);
}

.form-message {
  font: 700 .9rem var(--poppins);
  color: var(--orange);
}

.booking-3d,
.contact-card {
  text-align: center;
}

.booking-3d img {
  width: 280px;
  margin: auto;
  animation: cardFloat 5s ease-in-out infinite;
}

.contact-card i {
  font-size: 5rem;
  color: var(--orange);
}

.cart-page,
.admin-page {
  grid-template-columns: 1.4fr .8fr;
  align-items: start;
}

.cart-items {
  display: grid;
  gap: 1rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(84,55,42,.1);
}

.cart-item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.cart-item h3 {
  color: var(--main);
}

.cart-item p {
  font-family: var(--poppins);
  color: var(--muted);
}

.remove-item {
  border: 0;
  background: var(--orange);
  color: white;
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
}

.admin-bookings {
  display: grid;
  gap: .8rem;
  max-height: 430px;
  overflow: auto;
}

.admin-booking {
  background: white;
  border-radius: 1rem;
  padding: 1rem;
  font-family: var(--poppins);
  color: var(--main);
}

.footer {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr;
  gap: 2rem;
  padding: 3rem 0;
  border-top: 1px solid rgba(84,55,42,.12);
}

.footer-logo {
  color: var(--main);
}

.footer h3 {
  color: var(--main);
  margin-bottom: 1rem;
}

.footer a:not(.logo) {
  display: block;
  color: var(--muted);
  font-family: var(--poppins);
  margin-bottom: .6rem;
}

.social {
  display: flex;
  gap: .8rem;
  margin-top: 1rem;
}

.social a {
  width: 38px;
  height: 38px;
  display: grid !important;
  place-items: center;
  border-radius: 50%;
  background: var(--main);
  color: white !important;
  font-size: 1.25rem;
}

.copyright {
  text-align: center;
  padding: 1rem 0 2rem;
  color: var(--main);
  font-family: var(--poppins);
}

@media (max-width: 980px) {
  .hero,
  .ad-3d-section,
  .video-promo,
  .split,
  .booking-wrap,
  .cart-page,
  .admin-page {
    grid-template-columns: 1fr;
  }

  .quick-links,
  .product-grid,
  .services-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .navbar {
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    background: rgba(6,4,19,.95);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
    padding: 1.2rem;
    flex-direction: column;
    clip-path: polygon(0 0,100% 0,100% 0,0 0);
    transition: .45s ease;
  }

  .navbar.open-menu {
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
  }

  .menu-icon { display: flex; }

  .hero-3d-card {
    margin: auto;
  }

  .quick-links {
    margin-top: 1rem;
  }
}

@media (max-width: 620px) {
  .nav {
    height: 66px;
  }

  .logo {
    font-size: 1.15rem;
  }

  .hero-text h1,
  .page-hero h1 {
    font-size: 3rem;
  }

  .quick-links,
  .product-grid,
  .services-grid,
  .team-grid,
  .stats-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .ad-3d-section,
  .video-content {
    padding: 2rem;
    border-radius: 2rem;
  }

  .cart-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cart-item img {
    margin: auto;
  }
.sound-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  padding: 12px 18px;
  border: none;
  border-radius: 30px;
  background: #54372a;
  color: white;
  cursor: pointer;
}


.video-box{
position: relative;
}


.sound-btn{
position: absolute;
right: 20px;
bottom: 20px;
z-index: 100;
padding: 12px 18px;
border: none;
border-radius: 30px;
background: #54372a;
color: white;
cursor: pointer;
font-weight: 700;
}

.sound-btn:hover{
  background: #df582e;
}

.delete-booking-btn {
  border: none;
  padding: 10px 14px;
  border-radius: 20px;
  background: #df582e;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.delete-booking-btn:hover {
  background: #54372a;
}

}
/* ===============================
   CHECKOUT
================================ */

.checkout-section {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.checkout-card {
  max-width: 850px;
  margin: 0 auto;
  padding: 2.5rem;
}

.checkout-card h2 {
  margin: 0.75rem 0 0.5rem;
  font-size: 2rem;
}

.checkout-card > p {
  margin-bottom: 2rem;
  opacity: 0.8;
}

.checkout-form {
  display: grid;
  gap: 1.25rem;
}

.checkout-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout-form label {
  font-weight: 600;
}

.checkout-form input,
.checkout-form textarea,
.checkout-form select {
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(90, 55, 40, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  font: inherit;
  outline: none;
}

.checkout-form textarea {
  resize: vertical;
}

.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus {
  border-color: rgba(90, 55, 40, 0.55);
}

.checkout-order-summary {
  margin-top: 1rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
}

.checkout-order-summary h3 {
  margin-bottom: 1rem;
}

.checkout-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(90, 55, 40, 0.1);
}

.checkout-item:last-child {
  border-bottom: none;
}

.checkout-message {
  margin-top: 1rem;
  line-height: 1.6;
}

.checkout-form button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .checkout-card {
    padding: 1.5rem;
  }

  .checkout-item {
    flex-direction: column;
  }
}
/* ===============================
   ADMIN ORDERS
================================ */

.admin-orders {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.admin-order {
  padding: 1.5rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(84, 55, 42, 0.12);
}

.admin-order-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-order-header p {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  opacity: 0.7;
}

.order-status {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(177, 120, 79, 0.15);
  text-transform: capitalize;
  font-weight: 600;
}

.admin-customer-details {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.admin-order-items {
  padding: 1rem 0;
  border-top: 1px solid rgba(84, 55, 42, 0.1);
  border-bottom: 1px solid rgba(84, 55, 42, 0.1);
}

.admin-order-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
}

.admin-order-total {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .admin-order-header {
    flex-direction: column;
  }

  .admin-order-item {
    flex-direction: column;
  }
}