/*
Theme Name: Qrichlaty
Theme URI: https://qrichlaty.ma/
Author: Qrichlaty
Description: A lightweight, premium landing-page theme for Qrichlaty with WooCommerce catalog integration and WhatsApp ordering.
Version: 0.17.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: qrichlaty
*/

@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/PlayfairDisplay-Variable.ttf") format("truetype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amiri";
  src: url("assets/fonts/Amiri-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amiri";
  src: url("assets/fonts/Amiri-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --q-color-background: #fefbf6;
  --q-color-page-edge: #fbf7f0;
  --q-color-ivory: #f5f0e8;
  --q-color-cream: #fffdf8;
  --q-color-espresso: #2c1810;
  --q-color-gold: #c9a84c;
  --q-color-copper: #c47a2c;
  --q-color-gold-deep: #a97921;
  --q-color-sand: #e6cfa3;
  --q-color-white: #fff;
  --q-shadow-soft: 0 18px 45px rgb(44 24 16 / 8%);
  --q-font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  --q-font-body: "Poppins", "Segoe UI", Arial, sans-serif;
  --q-font-arabic: "Amiri", "Traditional Arabic", serif;
  --q-container: 1220px;
  --q-gutter: clamp(20px, 4vw, 42px);
  --q-header-height: 100px;
  --q-radius-sm: 10px;
  --q-radius-md: 18px;
  --q-focus: 0 0 0 3px rgb(201 168 76 / 38%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--q-header-height) + 20px);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--q-color-espresso);
  background: var(--q-color-page-edge);
  font-family: var(--q-font-body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 0;
  box-shadow: var(--q-focus);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--q-color-espresso);
  background: var(--q-color-white);
  border-radius: var(--q-radius-sm);
}

.q-container {
  width: min(100% - (var(--q-gutter) * 2), var(--q-container));
  margin-inline: auto;
}

.q-arabic {
  font-family: var(--q-font-arabic);
}

.q-graphic-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--q-color-gold-deep);
  background:
    linear-gradient(135deg, rgb(201 168 76 / 5%) 25%, transparent 25%) 0 0 / 10px 10px,
    var(--q-color-cream);
  border: 1px dashed rgb(169 121 33 / 52%);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: center;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  min-height: var(--q-header-height);
  background: var(--q-color-background);
  border-bottom: 1px solid rgb(196 122 44 / 20%);
}

.site-header__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: var(--q-header-height);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: 180px;
  height: 60px;
  text-decoration: none;
}

.site-header__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header__brand-placeholder {
  width: 180px;
  height: 60px;
  border-radius: 8px;
}

.site-header__nav {
  justify-self: center;
}

.site-header__nav ul {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.4vw, 52px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--q-color-espresso);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.site-header__nav a::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--q-color-gold);
  transition: right 180ms ease, left 180ms ease;
}

.site-header__nav a:hover::after,
.site-header__nav a:focus-visible::after,
.site-header__nav .current-menu-item > a::after,
.site-header__nav a[aria-current="page"]::after {
  right: 8px;
  left: 8px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.q-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 22px;
  color: var(--q-color-white);
  background: var(--q-color-espresso);
  border: 1px solid var(--q-color-espresso);
  border-radius: var(--q-radius-sm);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.q-button:hover {
  color: var(--q-color-white);
  background: #3a1f14;
}

.q-button--outline {
  color: var(--q-color-espresso);
  background: transparent;
  border-color: var(--q-color-copper);
}

.q-button--outline:hover {
  color: var(--q-color-espresso);
  background: rgb(196 122 44 / 7%);
  border-color: var(--q-color-copper);
}

.q-button[aria-disabled="true"] {
  cursor: not-allowed;
}

.q-button__icon-placeholder {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--q-color-gold);
  background: transparent;
  border-color: var(--q-color-gold);
  border-radius: 50%;
  font-size: 6px;
}

.q-button__icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.q-button__label-short {
  display: none;
}

.site-header__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--q-color-espresso);
  background: transparent;
  border: 0;
  border-radius: var(--q-radius-sm);
  cursor: pointer;
  transition: background-color 160ms ease;
}

.site-header__menu-toggle:hover {
  background: var(--q-color-ivory);
}

.site-header__menu-icon {
  position: relative;
  display: grid;
  width: 24px;
  height: 18px;
}

.site-header__menu-icon span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: currentcolor;
  border-radius: 2px;
  transition: top 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.site-header__menu-icon span:nth-child(1) {
  top: 0;
}

.site-header__menu-icon span:nth-child(2) {
  top: 8px;
}

.site-header__menu-icon span:nth-child(3) {
  top: 16px;
}

.site-header__menu-toggle[aria-expanded="true"] .site-header__menu-icon span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.site-header__menu-toggle[aria-expanded="true"] .site-header__menu-icon span:nth-child(2) {
  opacity: 0;
}

.site-header__menu-toggle[aria-expanded="true"] .site-header__menu-icon span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}

/* Main page frame */
.site-main-frame {
  position: relative;
  width: calc(100% - 64px);
  min-height: calc(100vh - var(--q-header-height));
  margin-inline: auto;
  overflow: hidden;
  background: var(--q-color-background);
}

.site-main-frame__content {
  position: relative;
  z-index: 1;
  min-width: 0;
  background: var(--q-color-background);
}

.packs,
.ordering,
.testimonials {
  position: relative;
}

.section-ornaments {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  height: 0;
  pointer-events: none;
}

.section-ornament {
	--q-ornament-width: clamp(48px, 4vw, 70px);
	--q-ornament-height: clamp(88px, 7.2vw, 126px);

  position: absolute;
  top: 0;
  width: var(--q-ornament-width);
  height: var(--q-ornament-height);
  overflow: hidden;
  opacity: 0.64;
}

.section-ornament > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-ornament > .q-ornament-image--uploaded {
  width: 200%;
  max-width: none;
}

.section-ornament--left {
  left: 0;
  transform: translateY(-50%);
}

.section-ornament--left > img {
  right: 0;
}

.section-ornament--right {
  right: 0;
  transform: translateY(-50%);
}

.section-ornament--right > img {
  left: 0;
}

.section-ornaments--packs {
  top: 32px;
}

.section-ornaments--story-gap {
  top: -34px;
}

.section-ornaments--testimonials {
  top: 33px;
}

/* Hero */
.hero {
  position: relative;
  overflow: visible;
  background: var(--q-color-background);
}

.hero__inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 0;
  min-height: 560px;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: none;
  padding: 72px 30px 52px clamp(42px, 6.4vw, 80px);
}

.hero__title {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: clamp(48px, 4.1vw, 60px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.hero__title span,
.hero__title strong {
  display: block;
}

.hero__title span {
  white-space: nowrap;
}

.hero__title strong {
  color: var(--q-color-copper);
  font-weight: 600;
}

.hero__arabic-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.hero__arabic {
  margin: 0;
  font-size: clamp(25px, 2.15vw, 32px);
  line-height: 1.35;
  white-space: nowrap;
}

.hero__mini-graphic {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  font-size: 6px;
}

img.hero__mini-graphic {
  display: block;
  border: 0;
  object-fit: contain;
}

.hero__separator {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) 8px minmax(20px, 1fr);
  align-items: center;
  gap: 10px;
  width: min(100%, 360px);
  margin-top: 12px;
  color: var(--q-color-copper);
}

.hero__separator span {
  height: 1px;
  background: linear-gradient(90deg, transparent, currentcolor);
}

.hero__separator span:last-child {
  background: linear-gradient(90deg, currentcolor, transparent);
}

.hero__separator i {
  width: 7px;
  height: 7px;
  background: currentcolor;
  transform: rotate(45deg);
}

.hero__description {
  max-width: 470px;
  margin: 24px 0 0;
  color: rgb(44 24 16 / 82%);
  font-size: 14.5px;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.hero__actions .q-button {
  min-height: 52px;
  padding-inline: 22px;
}

.hero__note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 20px 0 0;
  color: rgb(44 24 16 / 75%);
  font-size: 13px;
}

.hero__note-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: transparent;
  font-size: 6px;
}

img.hero__note-icon {
  border: 0;
  object-fit: contain;
}

.hero__visual {
  --curve-gap: 8px;
  --hero-curve-radius: 240px;
  position: relative;
  min-width: 0;
  min-height: 560px;
  overflow: visible;
}

.hero__image-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  background: #efe3cc;
  border: 0;
  border-radius: var(--hero-curve-radius) 0 0;
}

.hero__image,
.hero__image-placeholder {
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center right;
}

.hero__image-placeholder {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #efe3cc;
  background-image: none;
  border: 0;
  border-radius: inherit;
}

.hero__image-placeholder strong {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.hero__image-placeholder small {
  font-size: 10px;
  font-weight: 500;
}

.hero__gold-curve {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-left: 2px solid var(--q-color-copper);
  border-radius: var(--hero-curve-radius) 0 0;
  transform: translateX(calc(var(--curve-gap) * -1));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 35%) 7%, #000 17%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0, rgb(0 0 0 / 35%) 7%, #000 17%, #000 100%);
  pointer-events: none;
}

/* Benefits bar */
.benefits {
  position: relative;
  z-index: 5;
  margin-top: -35px;
  padding-bottom: 54px;
  background: transparent;
}

.benefits__bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1170px;
  min-height: 108px;
  padding-block: 16px;
  background: #fcf8f2;
  border: 1px solid rgb(196 122 44 / 34%);
  border-radius: 17px;
}

.benefits__item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 12px 25px;
}

.benefits__item + .benefits__item {
  border-left: 1px solid rgb(196 122 44 / 25%);
}

.benefits__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
}

.benefits__icon img,
.benefits__icon-placeholder {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.benefits__icon-placeholder {
  color: var(--q-color-copper);
  background: transparent;
  border-radius: 50%;
  font-size: 7px;
}

.benefits__copy {
  min-width: 0;
}

.benefits__copy h2 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.benefits__copy p {
  margin: 4px 0 0;
  color: rgb(44 24 16 / 66%);
  font-size: 10.5px;
  line-height: 1.45;
}

/* Shared section heading */
.section-heading {
  text-align: center;
}

.section-heading__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.section-heading h2 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: clamp(42px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.section-heading > p {
  margin: 7px 0 0;
  color: var(--q-color-espresso);
  font-size: 20px;
  line-height: 1.25;
}

.section-heading__graphic {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--q-color-copper);
  background: transparent;
  border-radius: 50%;
  font-size: 6px;
}

img.section-heading__graphic {
  display: block;
  border: 0;
  object-fit: contain;
}

/* Packs */
.packs {
  padding: 6px 0 78px;
  background: var(--q-color-background);
}

.packs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1170px;
  margin: 34px auto 0;
}

.pack-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: transparent;
  border: 1px solid rgb(201 168 76 / 28%);
  border-radius: 17px;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.pack-card:hover {
  border-color: rgb(201 168 76 / 55%);
}

.pack-card.is-selected {
  background: transparent;
  border-color: var(--q-color-gold);
  box-shadow: inset 0 0 0 1px rgb(201 168 76 / 18%);
}

.pack-card__media {
  position: relative;
  aspect-ratio: 3 / 2;
  margin: 8px 8px 0;
  overflow: hidden;
  background: #efe3cc;
  border-radius: 12px 12px 5px 5px;
}

.pack-card__carousel,
.pack-card__carousel-track,
.pack-card__slide {
  position: absolute;
  inset: 0;
}

.pack-card__carousel {
  touch-action: pan-y;
}

.pack-card__slide {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.pack-card__slide.is-active {
  visibility: visible;
  opacity: 1;
}

.pack-card__carousel-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  place-items: center;
  color: var(--q-color-espresso);
  background: rgb(255 253 248 / 90%);
  border: 1px solid rgb(201 168 76 / 42%);
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.pack-card__carousel-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  content: "";
  transform-origin: center;
}

.pack-card__carousel-button--previous {
  left: 9px;
}

.pack-card__carousel-button--previous::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.pack-card__carousel-button--next {
  right: 9px;
}

.pack-card__carousel-button--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.pack-card__carousel-dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 9px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.pack-card__carousel-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: rgb(255 253 248 / 75%);
  border: 1px solid rgb(44 24 16 / 35%);
  border-radius: 50%;
  cursor: pointer;
}

.pack-card__carousel-dots button[aria-pressed="true"] {
  background: var(--q-color-gold);
  border-color: #fffdf8;
}

.pack-card__image,
.pack-card__image-placeholder {
  width: 100%;
  height: 100%;
}

.pack-card__image {
  object-fit: cover;
  object-position: center;
}

.pack-card__image-placeholder {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--q-color-copper);
  background: #efe3cc;
  background-image: none;
  border: 0;
  border-radius: inherit;
}

.pack-card__image-placeholder strong {
  font-size: 11px;
  letter-spacing: 0.06em;
}

.pack-card__image-placeholder small {
  font-size: 8px;
}

.pack-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
  background: var(--q-color-background);
  border: 1px solid rgb(196 122 44 / 32%);
  border-radius: 50%;
  z-index: 4;
}

.pack-card__selected-mark {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
  width: 34px;
  height: 34px;
  background: #fffdf8;
  border: 1px solid rgb(201 168 76 / 58%);
  border-radius: 50%;
  z-index: 4;
}

.pack-card.is-selected .pack-card__selected-mark {
  display: block;
}

.pack-card__selected-mark::before {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 16px;
  height: 9px;
  border-bottom: 2px solid #ad761b;
  border-left: 2px solid #ad761b;
  content: "";
  transform: rotate(-45deg);
}

.pack-card__badge img,
.pack-card__badge .q-graphic-placeholder {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.pack-card__badge .q-graphic-placeholder {
  color: var(--q-color-copper);
  background: transparent;
  border: 0;
  font-size: 6px;
}

.pack-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 20px 20px;
  text-align: center;
}

.pack-card__body h3 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.pack-card__body h3 .q-arabic {
  font-size: 21px;
  font-weight: 700;
}

.pack-card__description {
  min-height: 44px;
  margin: 9px 0 0;
  color: rgb(44 24 16 / 72%);
  font-size: 11.5px;
  line-height: 1.6;
}

.pack-card__price {
  margin: 12px 0 0;
  color: var(--q-color-copper);
  font-family: var(--q-font-body);
  font-size: 14px;
  font-weight: 500;
}

.pack-card__choose,
.pack-card__order {
  width: 100%;
  min-height: 46px;
  padding-inline: 12px;
  font-size: 12px;
}

.pack-card__choose {
  margin-top: 16px;
}

.pack-card.is-selected .pack-card__choose {
  color: #fffdf8;
  background: #b97a20;
  border-color: #b97a20;
}

.pack-card__order {
  margin-top: 8px;
}

.pack-card__order .q-button__icon {
  filter: brightness(0) saturate(100%) invert(15%) sepia(21%) saturate(1354%) hue-rotate(334deg) brightness(91%) contrast(98%);
}

.quick-order {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
  align-items: stretch;
  gap: 18px;
  max-width: 1170px;
  margin: 24px auto 0;
  scroll-margin-top: calc(var(--q-header-height) + 24px);
}

.quick-order__form,
.order-summary {
  min-width: 0;
  background: transparent;
  border: 1px solid rgb(201 168 76 / 28%);
  border-radius: 17px;
}

.quick-order__form {
  padding: 23px 24px 19px;
}

.quick-order__heading {
  margin-bottom: 20px;
  text-align: center;
}

.quick-order__heading h3,
.order-summary h3 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.15;
}

.quick-order__heading .q-arabic {
  margin: 4px 0 0;
  color: var(--q-color-espresso);
  font-size: 17px;
  line-height: 1.3;
}

.quick-order__heading > span {
  display: block;
  margin-top: 7px;
  color: #9a681d;
  font-size: 10.5px;
}

.quick-order__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 18px;
}

.quick-order__field {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 6px;
  color: var(--q-color-espresso);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

.quick-order__field > span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  min-height: 16px;
}

.quick-order__label-ar {
  color: rgb(44 24 16 / 70%);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.quick-order__field b {
  color: #a44932;
  font-weight: 600;
}

.quick-order__field em {
  color: rgb(44 24 16 / 55%);
  font-style: normal;
  font-weight: 400;
}

.quick-order__field input,
.quick-order__field select,
.quick-order__field textarea {
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  color: var(--q-color-espresso);
  background: transparent;
  border: 1px solid rgb(201 168 76 / 34%);
  border-radius: 8px;
  font: inherit;
  font-weight: 400;
  outline: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.quick-order__field textarea {
  min-height: 64px;
  resize: vertical;
}

.quick-order__field input::placeholder,
.quick-order__field textarea::placeholder {
  color: rgb(44 24 16 / 42%);
}

.quick-order__field input:focus,
.quick-order__field select:focus,
.quick-order__field textarea:focus {
  border-color: rgb(185 122 32 / 75%);
  box-shadow: 0 0 0 3px rgb(201 168 76 / 12%);
}

.quick-order__field input[aria-invalid="true"] {
  border-color: #a44932;
}

.quick-order__error {
  min-height: 13px;
  margin-top: -2px;
  color: #8f3527;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.3;
}

.quick-order__weights,
.quick-order__quantity {
  display: grid;
  min-height: 42px;
  overflow: hidden;
  background: transparent;
  border: 1px solid rgb(201 168 76 / 38%);
  border-radius: 8px;
}

.quick-order__weights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-order__weights button,
.quick-order__quantity button {
  min-width: 0;
  padding: 7px 5px;
  color: var(--q-color-espresso);
  background: transparent;
  border: 0;
  font-size: 11px;
  cursor: pointer;
}

.quick-order__weights button + button,
.quick-order__quantity > * + * {
  border-left: 1px solid rgb(201 168 76 / 30%);
}

.quick-order__weights button:hover:not(:disabled),
.quick-order__quantity button:hover {
  background: rgb(201 168 76 / 9%);
}

.quick-order__weights button[aria-pressed="true"] {
  color: #fffdf8;
  background: #b97a20;
  font-weight: 600;
}

.quick-order__weights button[aria-pressed="true"]:hover:not(:disabled) {
  color: #fffdf8;
  background: #b97a20;
}

.quick-order__weights button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.quick-order__quantity {
  grid-template-columns: 40px minmax(40px, 1fr) 40px;
  max-width: 180px;
}

.quick-order__quantity output {
  display: grid;
  min-width: 0;
  place-items: center;
  color: var(--q-color-espresso);
  background: transparent;
  font-size: 12px;
}

.quick-order__add {
  display: flex;
  width: 100%;
  min-height: 47px;
  margin-top: 17px;
  gap: 10px;
  font-size: 11.5px;
}

.quick-order__add .q-arabic {
  padding-left: 10px;
  border-left: 1px solid rgb(255 253 248 / 30%);
  font-size: 14px;
  line-height: 1;
}

.quick-order__form-error {
  min-height: 15px;
  margin: 8px 0 0;
  color: #8f3527;
  font-size: 10px;
  text-align: center;
}

.quick-order__form-error[data-state="success"] {
  color: #80601d;
}

.order-summary {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 20px;
}

.order-summary h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(201 168 76 / 25%);
  font-size: 22px;
  text-align: center;
}

.order-summary__lines {
  display: grid;
  gap: 0;
  margin-top: 9px;
}

.order-summary__empty {
  margin: 10px 0 16px;
  color: rgb(44 24 16 / 55%);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.order-summary__line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgb(201 168 76 / 22%);
}

.order-summary__line-copy,
.order-summary__line-actions {
  display: grid;
  align-content: start;
  gap: 4px;
}

.order-summary__line-copy strong {
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 13px;
  font-weight: 500;
}

.order-summary__line-copy span {
  color: rgb(44 24 16 / 62%);
  font-size: 9.5px;
}

.order-summary__line-actions {
  justify-items: end;
}

.order-summary__line-actions > strong {
  color: #9c6617;
  font-family: var(--q-font-heading);
  font-size: 14px;
  font-weight: 500;
}

.order-summary__line-actions button {
  padding: 0;
  color: rgb(44 24 16 / 55%);
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentcolor;
  font-size: 8.5px;
  cursor: pointer;
}

.order-summary__delivery {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 10px 0 0;
  color: rgb(44 24 16 / 68%);
  font-size: 10px;
}

.order-summary__delivery strong {
  color: var(--q-color-espresso);
  font-weight: 500;
}

.order-summary__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 7px;
  padding: 12px 0;
  border-top: 1px solid rgb(201 168 76 / 30%);
  border-bottom: 1px solid rgb(201 168 76 / 30%);
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 19px;
}

.order-summary__total strong {
  color: #a96e18;
  font-size: 25px;
  font-weight: 500;
}

.order-summary__payment {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0 0;
  color: rgb(44 24 16 / 70%);
  font-size: 10px;
}

.order-summary__payment strong {
  color: #8f601c;
  font-weight: 500;
  text-align: right;
}

.order-summary__confirm,
.order-summary__whatsapp {
  width: 100%;
  min-height: 47px;
  padding-inline: 12px;
  font-size: 11.5px;
}

.order-summary__confirm {
  margin-top: auto;
}

.order-summary__confirm:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.order-summary__whatsapp {
  margin-top: 8px;
}

.order-summary__whatsapp .q-button__icon {
  filter: brightness(0) saturate(100%) invert(15%) sepia(21%) saturate(1354%) hue-rotate(334deg) brightness(91%) contrast(98%);
}

.order-summary__reassurance {
  display: grid;
  gap: 6px;
  margin: 13px 0 0;
  color: rgb(44 24 16 / 65%);
  font-family: var(--q-font-heading);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.order-summary__reassurance .q-arabic {
  color: #8f601c;
  font-size: 14px;
  line-height: 1.35;
}

/* Order thank-you page */
.order-thanks {
  min-height: calc(100vh - var(--q-header-height));
  margin-inline: 32px;
  padding: 74px 0 86px;
  background: var(--q-color-background);
}

.order-thanks__card {
  max-width: 980px;
  padding: 46px 52px;
  border: 1px solid rgb(201 168 76 / 30%);
  border-radius: 20px;
  text-align: center;
}

.order-thanks__eyebrow {
  margin: 0 0 8px;
  color: #9b671a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-thanks h1 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 500;
  line-height: 1.08;
}

.order-thanks__arabic {
  margin: 12px 0 0;
  color: #9b671a;
  font-size: 21px;
  line-height: 1.45;
}

.order-thanks__lead {
  max-width: 660px;
  margin: 14px auto 0;
  color: rgb(44 24 16 / 68%);
  font-size: 12px;
  line-height: 1.7;
}

.order-thanks__reference {
  display: inline-grid;
  gap: 4px;
  min-width: 250px;
  margin-top: 25px;
  padding: 13px 24px;
  color: rgb(44 24 16 / 62%);
  border: 1px solid rgb(201 168 76 / 30%);
  border-radius: 10px;
  font-size: 10px;
}

.order-thanks__reference strong {
  color: #9b671a;
  font-family: var(--q-font-heading);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.order-thanks__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.order-thanks__grid section {
  padding: 21px 22px;
  border: 1px solid rgb(201 168 76 / 25%);
  border-radius: 14px;
}

.order-thanks__grid h2 {
  margin: 0 0 12px;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 21px;
  font-weight: 500;
}

.order-thanks__grid dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.order-thanks__grid dl > div,
.order-thanks__items li,
.order-thanks__total {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.order-thanks__grid dt,
.order-thanks__grid dd {
  margin: 0;
  font-size: 10px;
}

.order-thanks__grid dt {
  color: rgb(44 24 16 / 55%);
}

.order-thanks__grid dd {
  max-width: 65%;
  color: var(--q-color-espresso);
  text-align: right;
}

.order-thanks__items {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-thanks__items li {
  color: rgb(44 24 16 / 70%);
  font-size: 10px;
}

.order-thanks__items strong {
  color: var(--q-color-espresso);
  font-weight: 500;
}

.order-thanks__total {
  margin: 15px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgb(201 168 76 / 28%);
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 18px;
}

.order-thanks__total strong {
  color: #9b671a;
  font-weight: 500;
}

.order-thanks__payment {
  margin: 10px 0 0;
  color: #8f601c;
  font-size: 10px;
}

.order-thanks__home {
  min-height: 48px;
  margin-top: 27px;
}

/* Story */
.story {
  padding: 10px 0 70px;
  background: var(--q-color-background);
}

.story__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 64px;
  max-width: 1120px;
}

.story__visual {
  aspect-ratio: 7 / 5;
  overflow: hidden;
  background: #efe3cc;
  border: 1px solid rgb(196 122 44 / 24%);
  border-radius: 22px;
}

.story__image,
.story__image-placeholder {
  width: 100%;
  height: 100%;
}

.story__image {
  object-fit: cover;
  object-position: center;
}

.story__image-placeholder {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--q-color-copper);
  background: #efe3cc;
  background-image: none;
  border: 0;
  border-radius: inherit;
}

.story__image-placeholder strong {
  font-size: 13px;
  letter-spacing: 0.07em;
}

.story__image-placeholder small {
  font-size: 9px;
}

.story__content {
  min-width: 0;
  text-align: center;
}

.story__top-graphic {
  display: grid;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  place-items: center;
}

.story__top-graphic img,
.story__top-graphic .q-graphic-placeholder {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.story__top-graphic .q-graphic-placeholder {
  color: var(--q-color-copper);
  background: transparent;
  border-radius: 50%;
  font-size: 6px;
}

.story__content h2 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: clamp(38px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.story__content h2 span,
.story__content h2 strong {
  display: block;
}

.story__content h2 strong {
  color: var(--q-color-copper);
  font-weight: 600;
}

.story__separator {
  display: grid;
  grid-template-columns: minmax(20px, 1fr) 7px minmax(20px, 1fr);
  align-items: center;
  gap: 10px;
  width: 190px;
  min-height: 18px;
  margin: 12px auto 10px;
  color: var(--q-color-copper);
}

.story__separator > img {
  grid-column: 1 / -1;
  width: 100%;
  max-height: 24px;
  object-fit: contain;
}

.story__separator span {
  height: 1px;
  background: linear-gradient(90deg, transparent, currentcolor);
}

.story__separator span:last-child {
  background: linear-gradient(90deg, currentcolor, transparent);
}

.story__separator i {
  width: 6px;
  height: 6px;
  background: currentcolor;
  transform: rotate(45deg);
}

.story__description {
  max-width: 520px;
  margin: 0 auto;
  color: rgb(44 24 16 / 74%);
  font-size: 12.5px;
  line-height: 1.75;
}

.story__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.story__feature {
  min-width: 0;
  padding: 0 13px;
}

.story__feature + .story__feature {
  border-left: 1px solid rgb(196 122 44 / 25%);
}

.story__feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-inline: auto;
  place-items: center;
}

.story__feature-icon img,
.story__feature-icon .q-graphic-placeholder {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.story__feature-icon .q-graphic-placeholder {
  color: var(--q-color-copper);
  background: transparent;
  border-radius: 50%;
  font-size: 7px;
}

.story__feature p {
  margin: 9px 0 0;
  color: var(--q-color-espresso);
  font-size: 9.5px;
  line-height: 1.45;
}

/* Ordering steps */
.ordering {
  padding: 18px 0 15px;
  background: var(--q-color-background);
}

.ordering__inner {
  position: relative;
  max-width: 1024px;
  min-height: 170px;
  padding: 25px 46px 18px;
  border: 1px solid rgb(196 122 44 / 28%);
  border-radius: 15px;
}

.ordering__heading {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.ordering__heading h2 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
  padding-inline: 10px;
  background: var(--q-color-background);
}

.ordering__heading > span {
  display: none;
}

.ordering__heading > i {
  width: 6px;
  height: 6px;
  background: var(--q-color-copper);
  outline: 6px solid var(--q-color-background);
  transform: rotate(45deg);
}

.title-ornament--line {
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
  object-fit: contain;
}

.ordering__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ordering__step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.ordering__number {
  display: grid;
  width: 38px;
  height: 38px;
  margin-inline: auto;
  color: var(--q-color-espresso);
  background: #f3e7d4;
  border-radius: 50%;
  font-family: var(--q-font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  place-items: center;
}

.ordering__icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin: 8px auto 7px;
  place-items: center;
}

.ordering__icon img,
.ordering__icon .q-graphic-placeholder {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.ordering__icon .q-graphic-placeholder {
  color: var(--q-color-copper);
  background: transparent;
  border-radius: 50%;
  font-size: 7px;
}

.ordering__step p {
  max-width: 150px;
  margin: 0 auto;
  color: var(--q-color-espresso);
  font-size: 10px;
  line-height: 1.45;
}

.ordering__arrow {
  position: absolute;
  top: 67px;
  right: -25px;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--q-color-copper);
  border-right: 2px solid var(--q-color-copper);
  transform: rotate(45deg);
}

/* Delivery and freshness */
.delivery {
  padding: 18px 0 0;
  background: var(--q-color-background);
}

.delivery__inner {
  position: relative;
  max-width: 1024px;
  min-height: 92px;
  padding: 27px 34px 17px;
  border: 1px solid rgb(196 122 44 / 28%);
  border-radius: 15px;
}

.delivery__heading {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.delivery__heading h2 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
  padding-inline: 10px;
  background: var(--q-color-background);
}

.delivery__heading > span {
  display: none;
}

.delivery__heading > i {
  width: 6px;
  height: 6px;
  background: var(--q-color-copper);
  outline: 6px solid var(--q-color-background);
  transform: rotate(45deg);
}

.delivery__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.delivery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  min-height: 48px;
  padding: 0 24px;
}

.delivery__item + .delivery__item {
  border-left: 1px solid rgb(196 122 44 / 25%);
}

.delivery__icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
}

.delivery__icon img,
.delivery__icon .q-graphic-placeholder {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.delivery__icon .q-graphic-placeholder {
  color: var(--q-color-copper);
  background: transparent;
  border-radius: 50%;
  font-size: 7px;
}

.delivery__item p {
  max-width: 112px;
  margin: 0;
  color: var(--q-color-espresso);
  font-size: 10.5px;
  line-height: 1.5;
}

/* Testimonials */
.testimonials {
  padding: 18px 0 14px;
  background: var(--q-color-background);
}

.testimonials__inner {
  max-width: 1024px;
}

.testimonials__heading {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto auto auto minmax(40px, 1fr);
  align-items: center;
  gap: 10px;
  width: min(100%, 650px);
  margin-inline: auto;
}

.testimonials__heading h2 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
  white-space: nowrap;
}

.testimonials__heading > span {
  height: 1px;
  background: rgb(196 122 44 / 28%);
}

.testimonials__heading > i {
  width: 6px;
  height: 6px;
  background: var(--q-color-copper);
  transform: rotate(45deg);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 13px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin: 0;
  padding: 18px 24px;
  border: 1px solid rgb(196 122 44 / 28%);
  border-radius: 12px;
  text-align: center;
}

.testimonial-card__stars {
  color: var(--q-color-copper);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 3px;
}

.testimonial-card blockquote {
  max-width: 220px;
  margin: 14px auto 0;
  color: var(--q-color-espresso);
  font-size: 10.5px;
  font-style: normal;
  line-height: 1.55;
}

.testimonial-card figcaption {
  margin-top: 9px;
  color: rgb(44 24 16 / 76%);
  font-size: 10px;
  line-height: 1.4;
}

/* Final CTA */
.final-cta {
  padding: 0 0 14px;
  background: var(--q-color-background);
}

.final-cta__card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 255px minmax(360px, 1.25fr);
  max-width: 1024px;
  min-height: 140px;
  padding: 0;
  overflow: hidden;
  background: #fcf8f2;
  border: 1px solid rgb(196 122 44 / 28%);
  border-radius: 15px;
}

.final-cta__content {
  position: relative;
  z-index: 1;
  align-self: center;
  min-width: 0;
  padding: 20px 10px 19px 46px;
}

.final-cta__content h2 {
  margin: 0;
  color: var(--q-color-espresso);
  font-family: var(--q-font-heading);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  text-wrap: balance;
}

.final-cta__separator {
  display: grid;
  grid-template-columns: 1fr 5px 1fr;
  align-items: center;
  gap: 7px;
  width: 76px;
  margin-top: 10px;
}

.final-cta__separator span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(196 122 44 / 55%));
}

.final-cta__separator span:last-child {
  background: linear-gradient(90deg, rgb(196 122 44 / 55%), transparent);
}

.final-cta__separator i {
  width: 5px;
  height: 5px;
  background: var(--q-color-copper);
  transform: rotate(45deg);
}

.final-cta__content p {
  max-width: 310px;
  margin: 10px 0 0;
  color: rgb(44 24 16 / 74%);
  font-size: 10.5px;
  line-height: 1.6;
}

.final-cta__action {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  padding: 20px 12px;
}

.final-cta__action .q-button {
  width: 100%;
  min-height: 43px;
  padding: 10px;
  font-size: 9px;
  white-space: nowrap;
}

.final-cta__action .q-button__icon-placeholder,
.final-cta__action .q-button__icon {
  flex-basis: 18px;
  width: 18px;
  height: 18px;
  font-size: 5px;
}

.final-cta__visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-width: 0;
  min-height: 100%;
  background: #efe3cc;
}

.final-cta__image,
.final-cta__image-placeholder {
  width: 100%;
  height: 100%;
}

.final-cta__image {
  display: block;
  object-fit: cover;
  object-position: center;
}

.final-cta__image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  padding-right: 12%;
  color: var(--q-color-copper);
  background: #efe3cc;
  border: 0;
  border-radius: 0;
}

.final-cta__image-placeholder strong {
  font-size: 11px;
  letter-spacing: 0.07em;
}

.final-cta__image-placeholder small {
  font-size: 8px;
}

/* Footer */
.site-footer {
  position: relative;
  width: calc(100% - 64px);
  margin-inline: auto;
  overflow: hidden;
  color: rgb(255 253 248 / 78%);
  background: var(--q-color-espresso);
  border-radius: 0 0 18px 18px;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(200px, 1.45fr) 0.72fr 1fr 0.8fr 150px;
  align-items: start;
  gap: 38px;
  max-width: 1220px;
  padding-block: 25px 18px;
}

.site-footer__brand > a {
  display: inline-block;
}

.site-footer__logo,
.site-footer__logo-placeholder {
  width: 170px;
  height: 57px;
  object-fit: contain;
}

.site-footer__logo-placeholder {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--q-color-sand);
  background: transparent;
  border-color: rgb(230 207 163 / 45%);
  border-radius: 8px;
}

.site-footer__logo-placeholder strong {
  font-size: 8px;
  letter-spacing: 0.07em;
}

.site-footer__logo-placeholder small {
  font-size: 6px;
}

.site-footer__brand p {
  max-width: 225px;
  margin: 11px 0 0;
  color: rgb(255 253 248 / 68%);
  font-size: 9px;
  line-height: 1.65;
}

.site-footer__column h2 {
  margin: 4px 0 10px;
  color: var(--q-color-cream);
  font-family: var(--q-font-body);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.3;
}

.site-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__column li {
  margin: 0;
  font-size: 8.5px;
  line-height: 1.9;
}

.site-footer__column a,
.site-footer__column li > span {
  color: rgb(255 253 248 / 70%);
  text-decoration: none;
  transition: color 150ms ease;
}

.site-footer__column a:hover,
.site-footer__column a:focus-visible {
  color: var(--q-color-sand);
}

.site-footer__socials li + li {
  margin-top: 3px;
}

.site-footer__socials a,
.site-footer__socials li > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.site-footer__social-icon,
.site-footer__social-icon img,
.site-footer__social-icon .q-graphic-placeholder {
  width: 18px;
  height: 18px;
}

.site-footer__social-icon {
  display: grid;
  flex: 0 0 18px;
  place-items: center;
}

.site-footer__social-icon img {
  object-fit: contain;
}

.site-footer__social-icon .q-graphic-placeholder {
  color: var(--q-color-sand);
  background: transparent;
  border-color: rgb(230 207 163 / 55%);
  border-radius: 50%;
  font-size: 5px;
}

.site-footer__badge,
.site-footer__badge > img,
.site-footer__badge-placeholder {
  width: 145px;
  height: 145px;
}

.site-footer__badge {
  display: grid;
  place-items: center;
}

.site-footer__badge > img {
  object-fit: contain;
}

.site-footer__badge-placeholder {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--q-color-sand);
  background: transparent;
  border-color: rgb(230 207 163 / 45%);
  border-radius: 50%;
}

.site-footer__badge-placeholder strong {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.site-footer__badge-placeholder small {
  font-size: 6px;
}

.site-footer__bottom {
  position: relative;
  max-width: 1220px;
  padding: 10px 0 12px;
  border-top: 1px solid rgb(230 207 163 / 14%);
  text-align: center;
}

.site-footer__bottom > span {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--q-color-sand);
  outline: 5px solid var(--q-color-espresso);
  transform: translateX(-50%) rotate(45deg);
}

.site-footer__bottom p {
  margin: 0;
  color: rgb(255 253 248 / 58%);
  font-size: 8px;
  line-height: 1.5;
}

.site-footer__end-ornament {
  position: absolute;
  right: -28px;
  bottom: -34px;
  display: grid;
  width: 96px;
  height: 96px;
  opacity: 0.55;
  pointer-events: none;
  place-items: center;
}

.site-footer__end-ornament > img,
.site-footer__end-ornament > .q-graphic-placeholder {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__end-ornament > .q-graphic-placeholder {
  color: var(--q-color-sand);
  background: transparent;
  border-color: rgb(230 207 163 / 45%);
  border-radius: 50%;
  font-size: 7px;
}

.checkpoint-canvas {
  display: grid;
  min-height: calc(100vh - var(--q-header-height));
  place-items: center;
  padding: 60px var(--q-gutter);
  color: rgb(44 24 16 / 55%);
  text-align: center;
}

.checkpoint-canvas p {
  max-width: 560px;
  margin: 0;
}

@media (max-width: 1050px) {
  .site-header__inner {
    grid-template-columns: 180px 1fr auto;
    gap: 18px;
  }

  .site-header__nav ul {
    gap: 24px;
  }

  .site-header__cta {
    padding-inline: 16px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 520px;
  }

  .hero__content {
    padding: 64px 24px;
  }

  .hero__title {
    font-size: clamp(44px, 5vw, 58px);
  }

  .hero__title span {
    white-space: normal;
  }

  .hero__arabic {
    font-size: 24px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero__actions .q-button {
    min-width: 240px;
  }

  .hero__visual,
  .hero__image-frame,
  .hero__gold-curve {
    min-height: 520px;
  }

  .hero__visual {
    --curve-gap: 8px;
  }

  .benefits {
    margin-top: -28px;
  }

  .benefits__bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: min(calc(100% - 48px), 850px);
    padding-block: 8px;
  }

  .benefits__item {
    min-height: 84px;
  }

  .benefits__item:nth-child(3) {
    border-left: 0;
  }

  .benefits__item:nth-child(n + 3) {
    border-top: 1px solid rgb(196 122 44 / 25%);
  }
}

@media (max-width: 900px) {
  :root {
    --q-header-height: 82px;
  }

  .site-header__inner {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  .site-header__brand,
  .site-header__brand-placeholder {
    width: 150px;
    height: 50px;
  }

  .site-header__actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .site-header__menu-toggle {
    display: inline-flex;
  }

  .site-header__nav {
    position: absolute;
    top: calc(100% - 1px);
    right: calc(var(--q-gutter) * -1);
    left: calc(var(--q-gutter) * -1);
    display: none;
    width: auto;
    justify-self: stretch;
    padding: 10px var(--q-gutter) 20px;
    background: rgb(255 253 248 / 98%);
    border-bottom: 1px solid rgb(201 168 76 / 28%);
    box-shadow: 0 18px 30px rgb(44 24 16 / 9%);
  }

  .site-header__nav[data-open="true"] {
    display: block;
  }

  .site-header__nav ul {
    display: grid;
    gap: 0;
  }

  .site-header__nav a {
    width: 100%;
    min-height: 46px;
    padding-inline: 4px;
  }

  .site-header__nav a::after {
    right: 100%;
    left: 0;
  }

  .site-header__nav a:hover::after,
  .site-header__nav a:focus-visible::after,
  .site-header__nav .current-menu-item > a::after,
  .site-header__nav a[aria-current="page"]::after {
    right: calc(100% - 38px);
    left: 4px;
  }

  .packs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .pack-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 28px) / 2);
    justify-self: center;
  }

  .quick-order {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .order-summary__confirm {
    margin-top: 18px;
  }

  .story__inner {
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 760px;
  }

  .story__content {
    max-width: 650px;
    margin-inline: auto;
  }

  .ordering__inner {
    width: calc(100% - 48px);
    padding-inline: 30px;
  }

  .ordering__steps {
    gap: 24px;
  }

  .ordering__arrow {
    right: -18px;
  }

  .delivery__inner {
    width: calc(100% - 48px);
    padding-inline: 22px;
  }

  .delivery__item {
    gap: 12px;
    padding-inline: 16px;
  }

  .final-cta__card {
    grid-template-columns: minmax(0, 1fr) 230px;
    width: calc(100% - 48px);
  }

  .final-cta__visual {
    min-height: 100%;
  }

  .site-footer__main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 26px;
    width: calc(100% - 48px);
  }

  .site-footer__badge {
    grid-column: 3;
  }

  .site-footer__bottom {
    width: calc(100% - 48px);
  }

}

@media (max-width: 1140px) {
  .final-cta__card {
    grid-template-columns: 1fr;
    align-content: center;
    width: calc(100% - 48px);
    min-height: 270px;
    border-radius: 14px;
  }

  .final-cta__content {
    order: 2;
    padding: 25px 24px 16px;
    text-align: center;
  }

  .final-cta__content h2 {
    font-size: 28px;
  }

  .final-cta__separator {
    margin-inline: auto;
  }

  .final-cta__content p {
    margin-inline: auto;
    font-size: 11px;
  }

  .final-cta__action {
    order: 3;
    padding: 0 24px 25px;
  }

  .final-cta__action .q-button {
    min-height: 48px;
    font-size: 11px;
    white-space: normal;
  }

  .final-cta__visual {
    min-height: 100%;
  }

  .final-cta__image-placeholder {
    align-items: center;
    justify-content: flex-start;
    padding: 22px;
  }

  .final-cta__image-placeholder strong,
  .final-cta__image-placeholder small {
    display: none;
  }
}

@media (max-width: 768px) {
	.order-thanks {
		margin-inline: 0;
		padding: 42px 0 54px;
	}

	.order-thanks__card {
		width: calc(100% - 32px);
		padding: 31px 18px;
		border-radius: 16px;
	}

	.order-thanks__grid {
		grid-template-columns: 1fr;
	}

	.order-thanks__reference {
		min-width: 0;
		width: 100%;
	}

  .hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero__content {
    order: 2;
    align-items: center;
    max-width: none;
    padding: 38px 20px 42px;
    text-align: center;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__arabic-row {
    justify-content: center;
  }

  .hero__separator {
    margin-inline: auto;
  }

  .hero__description {
    margin-inline: auto;
  }

  .hero__actions {
    align-items: center;
    width: 100%;
  }

  .hero__actions .q-button {
    width: 100%;
    max-width: 320px;
  }

  .hero__note {
    justify-content: center;
  }

  .hero__visual {
    order: 1;
    width: 100%;
    min-height: 330px;
    overflow: hidden;
  }

  .hero__gold-curve {
    display: none;
  }

  .hero__image-frame {
    height: 330px;
    min-height: 330px;
    border-radius: 0 0 80px 80px;
  }

  .final-cta__card {
    grid-template-columns: 1fr;
    align-content: center;
    min-height: 270px;
    border-radius: 14px;
  }

  .final-cta__content {
    order: 2;
    padding: 25px 24px 16px;
    text-align: center;
  }

  .final-cta__content h2 {
    font-size: 28px;
  }

  .final-cta__separator {
    margin-inline: auto;
  }

  .final-cta__content p {
    margin-inline: auto;
    font-size: 11px;
  }

  .final-cta__action {
    order: 3;
    padding: 0 24px 25px;
  }

  .final-cta__action .q-button {
    min-height: 48px;
    font-size: 11px;
    white-space: normal;
  }

  .final-cta__visual {
    min-height: 100%;
  }

  .final-cta__image-placeholder {
    align-items: center;
    justify-content: flex-start;
    padding: 22px;
  }

  .final-cta__image-placeholder strong,
  .final-cta__image-placeholder small {
    display: none;
  }
}

@media (max-width: 600px) {
  :root {
    --q-gutter: 16px;
    --q-header-height: 76px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__inner {
    gap: 8px;
  }

  .site-header__brand,
  .site-header__brand-placeholder {
    width: clamp(82px, 28vw, 110px);
    height: 42px;
  }

  .site-header__actions {
    gap: 6px;
  }

  .site-header__cta {
    min-height: 42px;
    padding: 7px clamp(6px, 2vw, 10px);
    font-size: clamp(8px, 2.45vw, 9.5px);
    white-space: nowrap;
  }

  .site-header__cta .q-button__icon-placeholder,
  .site-header__cta .q-button__icon {
    display: none;
  }

  .q-button__label-full {
    display: inline;
  }

  .q-button__label-short {
    display: none;
  }

  .site-header__menu-toggle {
    width: 40px;
    height: 42px;
  }

  .hero__inner {
    min-height: 0;
  }

  .hero__content {
    text-align: center;
  }

  .hero__title {
    font-size: 36px;
    line-height: 1.08;
  }

  .hero__arabic-row {
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
  }

  .hero__arabic {
    font-size: clamp(22px, 7.1vw, 28px);
    white-space: normal;
  }

  .hero__mini-graphic {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
  }

  .hero__separator {
    width: min(100%, 290px);
    margin-inline: auto;
  }

  .hero__description {
    margin-top: 21px;
    font-size: 14px;
    line-height: 1.8;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    margin-top: 23px;
  }

  .hero__actions .q-button {
    width: min(100%, 320px);
    justify-self: center;
  }

  .hero__note {
    justify-content: center;
    font-size: 12px;
  }

  .hero__visual {
    min-height: 330px;
  }

  .hero__image-frame {
    min-height: 330px;
    border-radius: 0 0 80px 80px;
  }

  .benefits {
    margin-top: -22px;
    padding-bottom: 44px;
  }

  .benefits__bar {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    max-width: 430px;
    padding: 8px 18px;
    border-radius: 15px;
  }

  .benefits__item {
    min-height: 76px;
    padding: 12px 4px;
  }

  .benefits__item + .benefits__item,
  .benefits__item:nth-child(3) {
    border-top: 1px solid rgb(196 122 44 / 25%);
    border-left: 0;
  }

  .benefits__icon,
  .benefits__icon img,
  .benefits__icon-placeholder {
    width: 38px;
    height: 38px;
  }

  .benefits__icon {
    flex-basis: 38px;
  }

  .benefits__copy h2 {
    font-size: 12.5px;
  }

  .benefits__copy p {
    font-size: 10.5px;
  }

  .packs {
    padding-bottom: 54px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .section-heading__title-row {
    gap: 10px;
  }

  .section-heading__graphic {
    width: 19px;
    height: 19px;
  }

  .packs__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100% - 16px);
    margin-top: 28px;
  }

  .pack-card:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .pack-card__body {
    padding-inline: 20px;
  }

  .pack-card__description {
    min-height: 0;
  }

  .quick-order {
    width: calc(100% - 16px);
    margin-top: 20px;
  }

  .quick-order__form,
  .order-summary {
    border-radius: 14px;
  }

  .quick-order__form {
    padding: 21px 18px 16px;
  }

  .quick-order__fields {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .quick-order__quantity {
    max-width: none;
  }

  .quick-order__heading h3 {
    font-size: 25px;
  }

  .quick-order__heading > span {
    font-size: 9.5px;
  }

  .order-summary {
    padding: 22px 18px 18px;
  }

  .story {
    padding: 6px 0 46px;
  }

  .story__inner {
    gap: 34px;
    width: calc(100% - 16px);
  }

  .story__visual {
    border-radius: 17px;
  }

  .story__content h2 {
    font-size: 38px;
  }

  .story__description {
    font-size: 12px;
    line-height: 1.7;
  }

  .story__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 25px;
  }

  .story__feature {
    min-height: 116px;
    padding: 14px 16px;
  }

  .story__feature:nth-child(3) {
    border-left: 0;
  }

  .story__feature:nth-child(n + 3) {
    border-top: 1px solid rgb(196 122 44 / 25%);
  }

  .ordering {
    padding-bottom: 15px;
  }

  .ordering__inner {
    width: calc(100% - 32px);
    padding: 46px 22px 26px;
    border-radius: 14px;
  }

  .ordering__heading {
    grid-template-columns: auto auto auto;
    gap: 7px;
    width: auto;
    max-width: calc(100% - 28px);
    padding-inline: 0;
  }

  .ordering__heading h2 {
    font-size: 24px;
  }

  .ordering__heading > i {
    width: 5px;
    height: 5px;
  }

  .title-ornament--line {
    width: 11px;
    height: 11px;
  }

  .ordering__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ordering__step {
    display: grid;
    grid-template-columns: 38px 46px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    min-height: 58px;
    text-align: left;
  }

  .ordering__number,
  .ordering__icon {
    margin: 0;
  }

  .ordering__step p {
    max-width: none;
    margin: 0;
    font-size: 11.5px;
    line-height: 1.45;
  }

  .ordering__arrow {
    top: auto;
    right: auto;
    bottom: -14px;
    left: 17px;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
  }

  .delivery {
    padding: 18px 0 0;
  }

  .delivery__inner {
    width: calc(100% - 32px);
    padding: 34px 18px 16px;
    border-radius: 14px;
  }

  .delivery__heading {
    grid-template-columns: auto auto auto;
    gap: 7px;
    width: auto;
    max-width: calc(100% - 28px);
  }

  .delivery__heading h2 {
    font-size: 24px;
  }

  .delivery__heading > i {
    width: 5px;
    height: 5px;
  }

  .delivery__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .delivery__item {
    flex-direction: column;
    gap: 8px;
    min-height: 100px;
    padding: 13px 10px;
    text-align: center;
  }

  .delivery__item:nth-child(3) {
    border-left: 0;
  }

  .delivery__item:nth-child(n + 3) {
    border-top: 1px solid rgb(196 122 44 / 25%);
  }

  .delivery__item p {
    max-width: 130px;
    font-size: 10.5px;
  }

  .testimonials {
    padding: 18px 0 14px;
  }

  .testimonials__inner {
    width: calc(100% - 32px);
  }

  .testimonials__heading {
    grid-template-columns: minmax(8px, 1fr) auto auto auto minmax(8px, 1fr);
    gap: 7px;
  }

  .testimonials__heading h2 {
    font-size: 22px;
  }

  .testimonials__heading > i {
    width: 5px;
    height: 5px;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 17px;
  }

  .testimonial-card {
    min-height: 126px;
    padding: 20px 24px;
  }

  .testimonial-card blockquote {
    font-size: 11px;
  }

  .final-cta {
    padding-bottom: 14px;
  }

  .final-cta__card {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    border-radius: 14px;
    min-height: 270px;
  }

  .final-cta__content {
    order: 2;
    padding: 25px 24px 16px;
    text-align: center;
  }

  .final-cta__content h2 {
    font-size: 28px;
  }

  .final-cta__separator {
    margin-inline: auto;
  }

  .final-cta__content p {
    margin-inline: auto;
    font-size: 11px;
  }

  .final-cta__action {
    order: 3;
    padding: 0 24px 25px;
  }

  .final-cta__action .q-button {
    min-height: 48px;
    font-size: 11px;
    white-space: normal;
  }

  .final-cta__visual {
    min-height: 100%;
  }

  .final-cta__image-placeholder {
    align-items: center;
    justify-content: flex-start;
    padding: 22px;
  }

  .final-cta__image-placeholder strong,
  .final-cta__image-placeholder small {
    display: none;
  }

  .site-footer {
    width: 100%;
    border-radius: 0;
  }

  .site-header,
  .site-main-frame {
    width: 100%;
    border-radius: 0;
  }

  .section-ornaments,
  .site-footer__end-ornament {
    display: none;
  }

  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
    width: calc(100% - 40px);
    padding-block: 28px 20px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    text-align: center;
  }

  .site-footer__brand > a {
    margin-inline: auto;
  }

  .site-footer__brand p {
    max-width: 290px;
    margin-inline: auto;
    font-size: 9.5px;
  }

  .site-footer__column h2 {
    font-size: 11px;
  }

  .site-footer__column li {
    font-size: 9px;
  }

  .site-footer__badge {
    grid-column: 2;
    justify-self: center;
  }

  .site-footer__badge,
  .site-footer__badge > img,
  .site-footer__badge-placeholder {
    width: 112px;
    height: 112px;
  }

  .site-footer__bottom {
    width: calc(100% - 40px);
    padding-bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
