:root {
  --ink: #241c1e;
  --muted: #65575b;
  --cream: #fbf4f0;
  --paper: #fffdfc;
  --blush: #e9bac0;
  --pink: #d56f91;
  --rose: #a85d6b;
  --wine: #6b3540;
  --gold: #c9a66b;
  --line: rgba(36, 28, 30, 0.13);
  --shadow: 0 24px 70px -38px rgba(75, 31, 46, 0.5);
  --radius: 22px;
  --pad: clamp(20px, 6vw, 88px);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: "Jost", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.locked {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: min(1280px, 100%);
  margin: auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}
.eyebrow {
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.muted {
  color: var(--muted);
}
h1,
h2,
h3,
.serif {
  font-family: "Fraunces", serif;
  font-weight: 500;
  line-height: 1.06;
}
h1 {
  font-size: clamp(2.8rem, 6.5vw, 6.4rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}
h3 {
  font-size: 1.35rem;
}
.top-strip {
  background: var(--wine);
  color: #fff7f8;
  text-align: center;
  padding: 0.55rem 1rem;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 244, 240, 0.93);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand img {
  width: 84px;
  height: 78px;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.9rem;
}
.nav-links a:hover {
  color: var(--rose);
}
.nav-actions {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}
.icon-button,
.menu-button {
  position: relative;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  min-height: 42px;
  padding: 0 1rem;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.bag-icon {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}
.cart-badge {
  display: inline-grid;
  place-items: center;
  margin-left: 0.35rem;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--wine);
  color: white;
  font-size: 0.68rem;
}
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
}
.menu-lines {
  width: 19px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-lines span {
  display: block;
  width: 100%;
  height: 1.5px;
  border-radius: 99px;
  background: currentColor;
  transform-origin: center;
  transition: transform 0.28s var(--ease), opacity 0.2s ease;
}
.menu-button.open .menu-lines span:first-child {
  transform: translateY(6.25px) rotate(45deg);
}
.menu-button.open .menu-lines span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.3);
}
.menu-button.open .menu-lines span:last-child {
  transform: translateY(-6.25px) rotate(-45deg);
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 78% 15%,
      rgba(233, 186, 192, 0.75),
      transparent 36%
    ),
    linear-gradient(135deg, var(--cream), #f6e3e4);
}
.hero-copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.hero h1 em {
  color: var(--rose);
  font-weight: 400;
}
.hero-text {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 580px;
  margin: 1.5rem 0 2rem;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  border-radius: 999px;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.86rem;
}
.btn-primary {
  background: var(--wine);
  color: white;
}
.btn-primary:hover {
  background: var(--rose);
}
.btn-outline {
  border-color: var(--wine);
  color: var(--wine);
  background: transparent;
}
.btn-light {
  background: white;
  color: var(--wine);
}
.hero-visual {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
}
.hero-visual:before {
  content: "";
  position: absolute;
  width: min(470px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow);
}
.hero-visual img {
  position: relative;
  width: min(500px, 92%);
  max-height: 530px;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(72, 29, 47, 0.17));
}
.marquee {
  overflow: hidden;
  background: var(--blush);
  border-block: 1px solid rgba(107, 53, 64, 0.1);
  padding: 0.85rem;
}
.marquee div {
  display: flex;
  width: max-content;
  gap: 3rem;
  animation: marquee 24s linear infinite;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.marquee span:after {
  content: "✦";
  margin-left: 3rem;
  color: var(--wine);
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.section-head p {
  max-width: 460px;
  color: var(--muted);
}
.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.2rem 0 2.5rem;
}
.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  padding: 0.65rem 1rem;
  font-size: 0.82rem;
}
.pill.active,
.pill:hover {
  background: var(--wine);
  color: #fff;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.product-image {
  aspect-ratio: 4/5;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.35s;
}
.product-card:hover .product-image img {
  transform: scale(1.035);
}
.sale-tag {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: var(--wine);
  color: white;
  border-radius: 999px;
  padding: 0.32rem 0.65rem;
  font-size: 0.67rem;
}
.product-body {
  padding: 1.1rem;
}
.product-category {
  color: var(--rose);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.65rem;
  font-weight: 600;
}
.product-name {
  font-family: "Fraunces", serif;
  font-size: 1.17rem;
  margin: 0.3rem 0 0.75rem;
  min-height: 2.5em;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.price {
  font-weight: 600;
  color: var(--wine);
}
.was {
  text-decoration: line-through;
  color: #95858a;
  font-size: 0.76rem;
  margin-left: 0.35rem;
}
.quick-add {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 0;
  background: var(--blush);
  color: var(--wine);
  font-size: 1.25rem;
}
.story-band {
  background: var(--wine);
  color: #fff7f8;
}
.story-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
}
.story-logo {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  padding: 2rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.story-logo img {
  width: 100%;
  object-fit: cover;
}
.story-copy p {
  color: #e5d8dc;
  margin: 1.4rem 0 2rem;
  max-width: 630px;
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.2rem;
}
.feature {
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
}
.feature strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
}
.feature span {
  font-size: 0.78rem;
  color: #ddcbd0;
}
.newsletter {
  background: linear-gradient(130deg, var(--blush), #f6dbe0);
  border-radius: 32px;
  padding: clamp(2rem, 6vw, 5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.newsletter p {
  color: var(--muted);
  margin-top: 0.7rem;
}
.newsletter-form {
  display: flex;
  min-width: min(480px, 100%);
}
.newsletter-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line);
  background: white;
  border-radius: 999px 0 0 999px;
  padding: 1rem 1.2rem;
}
.newsletter-form button {
  border-radius: 0 999px 999px 0;
  border: 0;
  background: var(--wine);
  color: white;
  padding: 0 1.4rem;
}
.footer {
  border-top: 1px solid var(--line);
  padding: 4rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
}
.footer-brand img {
  width: 120px;
}
.footer h4 {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
.footer ul {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 3rem;
  padding-top: 1.3rem;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.78rem;
}
.social-links {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.2rem;
}
.social-links a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 40px;
}
.social-links a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--blush);
  transform: translateY(-2px);
}
.social-links svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 19px;
}
.social-links .social-fill {
  fill: currentColor;
  stroke: none;
}
.cart-drawer {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  width: min(430px, 100%);
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  background: var(--paper);
  transform: translateX(105%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 50px rgba(36, 28, 30, 0.18);
}
.cart-drawer.open {
  transform: none;
}
.scrim {
  position: fixed;
  inset: 0;
  z-index: 95;
  background: rgba(36, 28, 30, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.scrim.open {
  opacity: 1;
  visibility: visible;
}
.drawer-head,
.drawer-foot {
  padding: 1.3rem;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}
.drawer-foot {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  display: block;
  padding-bottom: max(1.3rem, calc(1rem + env(safe-area-inset-bottom)));
}
.close-button {
  border: 0;
  background: none;
  font-size: 1.6rem;
}
.cart-items {
  overflow: auto;
  overscroll-behavior: contain;
  flex: 1 1 auto;
  min-height: 0;
  padding: 1.2rem;
}
.cart-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 0.85rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  width: 72px;
  height: 88px;
  object-fit: contain;
  background: white;
  border-radius: 10px;
}
.cart-item h4 {
  font-size: 0.88rem;
}
.cart-controls {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.5rem;
}
.cart-controls button {
  width: 25px;
  height: 25px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 50%;
}
.remove {
  border: 0;
  background: none;
  color: var(--rose);
  font-size: 0.75rem;
}
.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.empty {
  text-align: center;
  color: var(--muted);
  padding: 4rem 1rem;
}
.page-hero {
  padding: 4.5rem 0 3rem;
  background: linear-gradient(135deg, #f5e1e4, var(--cream));
}
.breadcrumbs {
  font-size: 0.77rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}
.detail-image {
  background: white;
  border-radius: 28px;
  min-height: 600px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
}
.detail-image img {
  max-height: 560px;
  width: 90%;
  object-fit: contain;
}
.detail-info {
  padding-top: 2rem;
}
.detail-price {
  font-size: 1.5rem;
  color: var(--wine);
  margin: 1rem 0;
}
.detail-description {
  color: var(--muted);
  margin: 1.4rem 0;
  max-width: 550px;
}
.stock {
  display: inline-block;
  border-radius: 99px;
  background: #e4f1e8;
  color: #356044;
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
}
.qty-row {
  display: flex;
  gap: 0.8rem;
  margin: 1.5rem 0;
}
.qty-input {
  width: 80px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.8rem;
  text-align: center;
}
.detail-notes {
  border-top: 1px solid var(--line);
  margin-top: 2rem;
  padding-top: 1.4rem;
  display: grid;
  gap: 0.8rem;
  color: var(--muted);
  font-size: 0.86rem;
}
.checkout-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: start;
}
.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(1.3rem, 3vw, 2.2rem);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.field {
  margin-bottom: 1rem;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  padding: 0.85rem;
}
.field textarea {
  min-height: 100px;
  resize: vertical;
}
.pay-option {
  display: flex;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  margin-top: 0.8rem;
}
.pay-option:has(input:checked) {
  border-color: var(--rose);
  background: #fff7f8;
}
.summary-item {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
}
.summary-item img {
  width: 60px;
  height: 68px;
  object-fit: contain;
  background: white;
}
.summary-totals {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.summary-totals div {
  display: flex;
  justify-content: space-between;
}
.summary-totals .grand {
  font-weight: 600;
  font-size: 1.1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}
.alert {
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1.2rem;
  background: #fff0f0;
  color: #823f46;
}
.success-card {
  max-width: 680px;
  margin: 5rem auto;
  text-align: center;
}
.success-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #dfefe3;
  color: #356044;
  display: grid;
  place-items: center;
  font-size: 2rem;
  margin: 0 auto 1.2rem;
}
.toast {
  position: fixed;
  z-index: 90;
  bottom: 1.3rem;
  left: 50%;
  transform: translate(-50%, 130%);
  background: var(--ink);
  color: white;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  transition: 0.25s;
  font-size: 0.84rem;
}
.toast.show {
  transform: translate(-50%, 0);
}
@media (max-width: 980px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-text,
  .button-row {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .hero-visual {
    min-height: 400px;
  }
  .story-grid,
  .product-detail,
  .checkout-grid {
    grid-template-columns: 1fr;
  }
  .story-logo {
    max-width: 480px;
    margin: auto;
  }
  .detail-image {
    min-height: 450px;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .newsletter {
    display: block;
  }
  .newsletter-form {
    margin-top: 1.5rem;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: var(--wine);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    padding: 0 var(--pad);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    border-bottom: 1px solid transparent;
    box-shadow: 0 22px 40px -30px rgba(36, 28, 30, 0.7);
    transition: max-height 0.42s var(--ease), padding 0.36s var(--ease), opacity 0.24s ease, transform 0.36s var(--ease), visibility 0s linear 0.42s;
  }
  .nav-links.open {
    max-height: 440px;
    padding: 0.8rem var(--pad) 1rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    border-bottom-color: rgba(255, 255, 255, 0.14);
    transition-delay: 0s;
  }
  .nav-links a {
    width: 100%;
    padding: 0.78rem 0.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-links a:last-child {
    border-bottom: 0;
  }
  .menu-button {
    display: inline-flex;
  }
}
@media (max-width: 640px) {
  :root {
    --pad: 20px;
  }
  .top-strip {
    font-size: 0.67rem;
  }
  .nav {
    height: 72px;
    gap: 0.65rem;
  }
  .brand img {
    width: 60px;
    height: 56px;
  }
  .hero {
    min-height: auto;
  }
  .hero-copy {
    padding-top: 4rem;
  }
  .hero-visual {
    min-height: 330px;
  }
  .hero-visual img {
    max-height: 520px;
  }
  .section-head {
    display: block;
  }
  .section-head p {
    margin-top: 1rem;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }
  .product-body {
    padding: 0.8rem;
  }
  .product-name {
    font-size: 1rem;
  }
  .product-image {
    aspect-ratio: 3/4;
  }
  .story-grid {
    display: block;
  }
  .story-copy {
    margin-top: 2.5rem;
  }
  .feature-row {
    grid-template-columns: 1fr;
  }
  .newsletter-form {
    min-width: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
  }
  .form-grid {
    display: block;
  }
  .detail-image {
    min-height: 360px;
  }
  .nav-actions .label {
    display: none;
  }
  .nav-actions {
    margin-left: auto;
    gap: 0.5rem;
  }
  .bag-button {
    min-width: 58px;
    height: 44px;
    min-height: 44px;
    padding: 0 0.62rem;
  }
  .cart-badge {
    margin-left: 0;
  }
}

/* Brand-colour navigation and footer */
.site-header {
  background:  rgba(0, 0, 0, 0.97);
  color: #fff7f8;
  border-bottom-color: rgba(255, 255, 255, 0.13);
}
.nav-links a:hover {
  color: var(--blush);
}
.icon-button,
.menu-button {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.site-header .cart-badge {
  background: var(--blush);
  color: var(--wine);
}
.footer {
  background: var(--wine);
  color: #fff7f8;
  border-top-color: rgba(255, 255, 255, 0.12);
}
.footer p,
.footer ul {
  color: #e6dadd;
}
.footer a:hover {
  color: var(--blush);
}
.footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.14);
  color: #d8c7cc;
}
.whatsapp-join {
  background: linear-gradient(130deg, #d9f7e4, #f5e1e4);
}
.btn-whatsapp {
  background: #25d366;
  color: #0b3b20;
  border: 0;
  white-space: nowrap;
}
.whatsapp-fab {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 50;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #083d20;
  box-shadow: 0 12px 26px rgba(16, 107, 52, 0.34);
  transition: transform 0.2s ease, background-color 0.2s ease;
  animation: whatsapp-attention 2.8s ease-in-out infinite;
}
.whatsapp-fab::after {
  content: '';
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(37, 211, 102, 0.6);
  border-radius: inherit;
  animation: whatsapp-ring 2.8s ease-out infinite;
}
.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  background: #1ebe5a;
  color: #083d20;
  transform: scale(1.08);
  animation-play-state: paused;
  outline: 3px solid rgba(37, 211, 102, 0.38);
  outline-offset: 4px;
}
.whatsapp-fab svg {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
}
.whatsapp-fab-label {
  position: absolute;
  right: 68px;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.whatsapp-fab:hover .whatsapp-fab-label,
.whatsapp-fab:focus-visible .whatsapp-fab-label {
  opacity: 1;
  transform: translateX(0);
}
@keyframes whatsapp-attention {
  0%, 70%, 100% { transform: scale(1); }
  75% { transform: scale(1.08) rotate(-4deg); }
  80% { transform: scale(1.08) rotate(4deg); }
  85% { transform: scale(1.04); }
}
@keyframes whatsapp-ring {
  0%, 70% { opacity: 0; transform: scale(0.85); }
  78% { opacity: 0.9; }
  100% { opacity: 0; transform: scale(1.38); }
}
@media (max-width: 640px) {
  .whatsapp-fab {
    right: 1rem;
    bottom: 1rem;
    width: 54px;
    height: 54px;
  }
  .whatsapp-fab-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .whatsapp-fab,
  .whatsapp-fab::after { animation: none; }
}
.btn-whatsapp:hover {
  background: #1ebe5a;
}
.btn-whatsapp svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 980px) {
  .nav-links {
    background: #000;
    border-bottom-color: rgba(255, 255, 255, 0.13);
  }
}

/* Secure guest order tracking */
.tracking-intro{max-width:650px;margin-top:1rem;color:var(--muted)}
.tracking-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:1.5rem;align-items:start}
.tracking-form-panel h2,.tracking-help h2{margin-bottom:.55rem}
.tracking-form-panel>p{margin-bottom:1.4rem}
.tracking-form-panel .btn{width:100%}
.tracking-alert{padding:.85rem 1rem;margin:1rem 0;border:1px solid #efc4c8;border-radius:12px;background:#fff1f2;color:#873d46;font-size:.86rem}
.tracking-cancelled{margin-top:1.5rem}
.tracking-help{padding:clamp(1.5rem,4vw,3rem);border-radius:22px;background:linear-gradient(135deg,#f5e1e4,#fffaf8);border:1px solid var(--line)}
.tracking-help p{max-width:540px;color:var(--muted);margin-top:.8rem}
.tracking-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.4rem}
.tracking-result-head h2{margin-top:.45rem}
.tracking-status{flex:0 0 auto;padding:.4rem .75rem;border-radius:999px;background:#eee;font-size:.74rem;font-weight:600}
.tracking-status.processing{background:#fff0d9;color:#875916}
.tracking-status.on_the_way{background:#e8e8f7;color:#4c4c83}
.tracking-status.delivered{background:#e4f1e8;color:#356044}
.tracking-status.cancelled{background:#fae2e2;color:#8b3f46}
.tracking-timeline{list-style:none;margin:2rem 0;padding:0}
.tracking-timeline li{position:relative;display:grid;grid-template-columns:28px 1fr;gap:.8rem;min-height:76px;color:#9b8d91}
.tracking-timeline li:not(:last-child)::after{content:"";position:absolute;left:8px;top:22px;bottom:4px;width:2px;background:#e4dadd}
.tracking-timeline li.done::after{background:var(--good)}
.tracking-dot{position:relative;z-index:1;width:18px;height:18px;border:3px solid #d9cdd0;border-radius:50%;background:var(--paper)}
.tracking-timeline li.done .tracking-dot,.tracking-timeline li.current .tracking-dot{border-color:var(--good);background:var(--good);box-shadow:0 0 0 5px #e7f1ea}
.tracking-timeline li.done,.tracking-timeline li.current{color:var(--ink)}
.tracking-timeline p{font-size:.82rem;color:var(--muted);margin-top:.15rem}
.tracking-summary{border-top:1px solid var(--line);padding-top:1rem;display:grid;gap:.65rem}
.tracking-summary>div{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem}
.tracking-summary span{color:var(--muted)}
.tracking-summary .tracking-total{border-top:1px solid var(--line);padding-top:.8rem;font-size:1rem}
@media(max-width:760px){.tracking-layout{grid-template-columns:1fr}.tracking-result{grid-row:2}.tracking-result-head{display:block}.tracking-status{display:inline-block;margin-top:.75rem}.tracking-summary>div{align-items:flex-start}}
