:root {
  --boutique-black: #0a0806;
  --boutique-black-soft: #15110d;
  --boutique-cream: #f7efe1;
  --boutique-paper: #fffaf1;
  --boutique-gold: #c9a45f;
  --boutique-gold-light: #efd39a;
  --boutique-ink: #211b14;
  --boutique-muted: #796d5d;
  color-scheme: light;
}

html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

html {
  background: var(--boutique-black);
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--boutique-ink);
  background: var(--boutique-cream);
}

body::before {
  opacity: 0.09;
  background-image:
    radial-gradient(circle, rgba(255, 248, 235, 0.17) 0 0.45px, transparent 0.7px),
    radial-gradient(circle, rgba(27, 18, 8, 0.14) 0 0.5px, transparent 0.75px);
  mix-blend-mode: soft-light;
}

button {
  border: 0;
}

.boutique-page,
.boutique-layout,
.offer-section,
.experience-section,
.experience-inner,
.customer-choices,
.customer-choice {
  min-width: 0;
  min-height: 0;
}

.boutique-page {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

/* Shared header */
.store-header {
  position: relative;
  z-index: 5;
  min-width: 0;
  color: var(--boutique-cream);
  background:
    linear-gradient(90deg, rgba(201, 164, 95, 0.08), transparent 42%),
    var(--boutique-black);
  border-bottom: 1px solid rgba(201, 164, 95, 0.52);
  box-shadow: 0 4px 18px rgba(13, 9, 4, 0.24);
}

.store-header-inner {
  width: min(calc(100% - 28px), 1500px);
  height: clamp(50px, 7dvh, 66px);
  min-height: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.store-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.store-brand-mark {
  position: relative;
  width: clamp(24px, 6vw, 30px);
  height: clamp(24px, 6vw, 30px);
  flex: 0 0 auto;
  border: 1px solid rgba(239, 211, 154, 0.58);
  transform: rotate(45deg);
}

.store-brand-mark::before,
.store-brand-mark::after {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201, 164, 95, 0.42);
  content: "";
}

.store-brand-mark::after {
  inset: 9px;
  background: var(--boutique-gold);
}

.store-brand-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.store-name {
  max-width: min(65vw, 620px);
  color: var(--boutique-gold-light);
  font-family: Georgia, "Times New Roman", Tahoma, serif;
  font-size: clamp(17px, 4.8vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-label {
  color: rgba(247, 239, 225, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}

.header-ornament {
  width: clamp(42px, 16vw, 120px);
  height: 1px;
  flex: 0 1 auto;
  background: linear-gradient(to left, var(--boutique-gold), transparent);
}

/* Shared viewport content */
.boutique-layout {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--boutique-cream);
}

.offer-section {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  overflow: hidden;
  background: var(--boutique-black);
}

.offer-picture,
.offer-picture img,
.offer-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.offer-picture {
  z-index: 0;
  display: block;
  overflow: hidden;
  background: var(--boutique-black);
}

/* Keep the complete hero artwork visible at every panel aspect ratio.
   The black hero background absorbs any letterboxing without visual seams. */
.offer-picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.9) contrast(1.05);
}

.offer-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(8, 6, 4, 0.04), rgba(8, 6, 4, 0.9) 100%),
    linear-gradient(to left, rgba(8, 6, 4, 0.64), transparent 74%);
}

.offer-content {
  position: absolute;
  z-index: 2;
  right: clamp(16px, 5vw, 40px);
  bottom: clamp(12px, 3dvh, 28px);
  width: min(66%, 560px);
  min-width: 0;
  color: var(--boutique-cream);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.offer-badge {
  margin: 0 0 4px;
  color: var(--boutique-gold-light);
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 800;
  line-height: 1.25;
}

.offer-content h1 {
  width: 100%;
  max-width: 720px;
  margin: 0;
  color: #fff9ee;
  font-family: "Traditional Arabic", Tahoma, Arial, system-ui, sans-serif;
  font-size: clamp(29px, 8.4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.offer-discount {
  margin: 2px 0 0;
  color: var(--boutique-gold-light);
  font-family: Georgia, "Times New Roman", Tahoma, serif;
  font-size: clamp(38px, 11vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  font-variant-numeric: tabular-nums;
}

.offer-description {
  max-width: 560px;
  margin: 5px 0 0;
  color: rgba(255, 249, 238, 0.88);
  font-size: clamp(12px, 3.6vw, 18px);
  font-weight: 600;
  line-height: 1.4;
}

.offer-button {
  width: min(100%, 320px);
  min-height: 44px;
  margin-top: 9px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 239, 194, 0.76);
  border-radius: 11px;
  color: #21160b;
  background:
    linear-gradient(115deg, rgba(255, 249, 220, 0.34), transparent 34%),
    linear-gradient(100deg, #b98c44, #e2bd6e 52%, #c39147);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 232, 0.72),
    0 8px 20px rgba(0, 0, 0, 0.24);
  font-size: clamp(15px, 4.2vw, 20px);
  font-weight: 800;
  line-height: 1.2;
  cursor: default;
}

.offer-deadline {
  margin: 5px 0 0;
  color: rgba(247, 239, 225, 0.7);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

/* Shared customer experience */
.experience-section {
  width: 100%;
  height: 100%;
  color: var(--boutique-ink);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(201, 164, 95, 0.13), transparent 36%),
    linear-gradient(120deg, #fffdf8, var(--boutique-cream));
}

.experience-inner {
  width: min(calc(100% - 24px), 680px);
  height: 100%;
  margin: 0 auto;
  padding: 10px 0 12px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 8px;
}

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

.heading-flourish {
  position: relative;
  width: clamp(48px, 15vw, 76px);
  height: 1px;
  margin: 0 auto 5px;
  display: block;
  background: linear-gradient(to right, transparent, var(--boutique-gold), transparent);
}

.heading-flourish::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: var(--boutique-gold);
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.experience-heading p {
  margin: 0;
  color: var(--boutique-muted);
  font-size: clamp(12px, 3.4vw, 17px);
  font-weight: 600;
  line-height: 1.25;
}

.experience-heading h2 {
  margin: 1px 0 0;
  color: var(--boutique-ink);
  font-family: "Traditional Arabic", Tahoma, Arial, system-ui, sans-serif;
  font-size: clamp(23px, 6.8vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.experience-heading .experience-prompt {
  margin-top: 2px;
  color: #4f4437;
  font-size: clamp(12px, 3.6vw, 18px);
  font-weight: 700;
}

.customer-choices {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr);
  gap: 8px;
  grid-auto-flow: dense;
}

.customer-choice {
  width: 100%;
  height: 100%;
  padding: clamp(7px, 1.6dvh, 14px) 7px;
  border: 1px solid rgba(201, 164, 95, 0.52);
  border-radius: clamp(12px, 3vw, 18px);
  color: var(--boutique-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1.2dvh, 10px);
  overflow: hidden;
  background: rgba(255, 250, 241, 0.94);
  box-shadow:
    0 8px 22px rgba(63, 43, 20, 0.1),
    0 2px 5px rgba(63, 43, 20, 0.06);
  cursor: default;
}

/* Single global icon-size rule — DO NOT override width/height per breakpoint.
   Icon badge = 80% of the card; glyph = 65% of the badge. */
.choice-icon {
  width: 80%;
  height: 80%;
  flex: 0 0 auto;

  border: 1px solid rgba(201, 164, 95, 0.66);
  border-radius: clamp(10px, 2vw, 14px);

  color: var(--boutique-gold-light);

  display: grid;
  place-items: center;

  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(201, 164, 95, 0.16),
      transparent 56%
    ),
    var(--boutique-black-soft);

  box-shadow: 0 6px 14px rgba(32, 22, 10, 0.18);
}

.choice-icon svg {
  width: 65%;
  height: 65%;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.choice-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

.choice-copy strong {
  font-size: clamp(15px, 4vw, 21px);
  font-weight: 800;
  line-height: 1.2;
}

.choice-copy small {
  color: var(--boutique-muted);
  font-size: clamp(12px, 2.8vw, 14px);
  font-weight: 600;
  line-height: 1.25;
}

.choice-divider {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
  align-items: center;
  gap: 9px;
}

.choice-divider span {
  height: 1px;
  background: linear-gradient(to left, transparent, rgba(201, 164, 95, 0.68));
}

.choice-divider span:last-child {
  background: linear-gradient(to right, transparent, rgba(201, 164, 95, 0.68));
}

.choice-divider b {
  color: #9a7a45;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.discover-button {
  width: 100%;
  min-height: 44px;
  padding: 8px 16px;
  border: 1px solid rgba(201, 164, 95, 0.66);
  border-radius: 12px;
  color: var(--boutique-cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background:
    linear-gradient(110deg, rgba(201, 164, 95, 0.14), transparent 36%),
    var(--boutique-black-soft);
  box-shadow: 0 8px 20px rgba(34, 23, 10, 0.18);
  font-size: clamp(15px, 4vw, 20px);
  font-weight: 800;
  line-height: 1.2;
  cursor: default;
}

.discover-button svg {
  width: 21px;
  height: 12px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--boutique-gold-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.offer-button:focus-visible,
.customer-choice:focus-visible,
.discover-button:focus-visible {
  outline: 2px solid var(--boutique-gold);
  outline-offset: 2px;
}

/* 1. Mobile portrait */
@media (max-width: 767px) and (orientation: portrait) {
  .boutique-layout {
    display: grid;
    grid-template-rows: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }


  .experience-inner {
    width: min(calc(100% - 20px), 520px);
  }
}

@media (max-width: 767px) and (orientation: portrait) and (max-height: 720px) {
  .store-header-inner {
    height: clamp(48px, 7dvh, 52px);
  }

  .store-brand-mark {
    width: 24px;
    height: 24px;
  }

  .store-name {
    font-size: 17px;
  }

  .offer-content {
    bottom: 9px;
  }

  .offer-description {
    display: none;
  }

  .offer-content h1 {
    font-size: clamp(27px, 7.6vw, 31px);
  }

  .offer-discount {
    font-size: clamp(36px, 10vw, 42px);
  }

  .offer-button {
    min-height: 42px;
    margin-top: 6px;
  }

  .experience-inner {
    padding-block: 7px 8px;
    gap: 6px;
  }

  .heading-flourish,
  .experience-heading > p:first-of-type {
    display: none;
  }

  .experience-heading h2 {
    font-size: clamp(22px, 6vw, 25px);
  }

  .discover-button {
    min-height: 42px;
  }
}

/* 2–3. Narrow landscape and wide short landscape */
@media (max-width: 767px) and (orientation: landscape),
  (min-width: 768px) and (max-width: 1279px) and (max-height: 500px) and (orientation: landscape) {
  .store-header-inner {
    width: calc(100% - 24px);
    height: clamp(40px, 11dvh, 44px);
  }

  .store-brand-mark {
    width: 22px;
    height: 22px;
  }

  .store-brand-mark::before {
    inset: 4px;
  }

  .store-brand-mark::after {
    inset: 8px;
  }

  .store-name {
    max-width: 44vw;
    font-size: 16px;
  }

  .store-label {
    font-size: 9px;
  }

  .boutique-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: "hero experience";
    direction: ltr;
  }

  .offer-section {
    grid-area: hero;
    direction: rtl;
  }


  .offer-shade {
    background:
      linear-gradient(to bottom, rgba(8, 6, 4, 0.04), rgba(8, 6, 4, 0.84) 100%),
      linear-gradient(to left, rgba(8, 6, 4, 0.64), transparent 76%);
  }

  .offer-content {
    right: clamp(12px, 2.5vw, 22px);
    bottom: 7px;
    width: min(64%, 260px);
  }

  .offer-badge {
    margin-bottom: 2px;
    font-size: 12px;
  }

  .offer-content h1 {
    font-size: clamp(23px, 4vw, 29px);
    line-height: 1.03;
  }

  .offer-discount {
    font-size: clamp(32px, 5.4vw, 40px);
  }

  .offer-description {
    display: none;
  }

  .offer-button {
    min-height: 38px;
    margin-top: 5px;
    padding-block: 5px;
    font-size: clamp(14px, 2.2vw, 16px);
  }

  .offer-deadline {
    margin-top: 3px;
  }

  .experience-section {
    grid-area: experience;
    direction: rtl;
    border-left: 1px solid rgba(201, 164, 95, 0.34);
  }

  .experience-inner {
    width: calc(100% - 16px);
    padding-block: 6px 7px;
    gap: 5px;
  }

  .heading-flourish,
  .experience-heading > p:first-of-type {
    display: none;
  }

  .experience-heading h2 {
    font-size: clamp(20px, 3vw, 24px);
  }

  .experience-heading .experience-prompt {
    font-size: 12px;
  }

  .customer-choices {
    gap: 6px;
  }

  .customer-choice {
    padding: 5px 4px;
    gap: 4px;
  }

  .choice-copy strong {
    font-size: clamp(14px, 2.2vw, 16px);
  }

  .choice-copy small {
    font-size: 12px;
  }

  .choice-divider {
    gap: 6px;
  }

  .discover-button {
    min-height: 38px;
    padding-block: 5px;
    font-size: clamp(14px, 2.2vw, 16px);
  }
}

/* 3. Tablet portrait */
@media (min-width: 768px) and (max-width: 1279px) and (orientation: portrait) {

  .store-header-inner {
    width: min(calc(100% - 48px), 1080px);
    height: clamp(58px, 6.5dvh, 68px);
  }

  .store-name {
    font-size: clamp(22px, 3vw, 27px);
  }

  .boutique-layout {
    display: grid;
    grid-template-rows: minmax(0, 0.90fr) minmax(0, 1.10fr);
  }

  .offer-picture img {
    object-position: center 58%;
  }

  .offer-content {
    right: clamp(34px, 6vw, 64px);
    bottom: clamp(18px, 2.2dvh, 26px);
    width: min(58%, 560px);
  }

  .offer-content h1 {
    font-size: clamp(40px, 5.8vw, 54px);
  }

  .offer-discount {
    font-size: clamp(52px, 7.4vw, 70px);
  }

  .offer-description {
    font-size: clamp(15px, 2vw, 18px);
  }

  .experience-inner {
    width: min(calc(100% - 56px), 820px);
    padding-block: clamp(10px, 1.3dvh, 14px);
    gap: clamp(8px, 1dvh, 11px);
  }

  .experience-heading h2 {
    font-size: clamp(34px, 4.8vw, 46px);
  }

  .experience-heading .experience-prompt {
    font-size: clamp(15px, 2vw, 19px);
  }

  .customer-choices {
    gap: clamp(12px, 1.6vw, 16px);
  }

  .choice-icon {
    border-radius: 26px;
  }

  .choice-copy strong {
    font-size: clamp(22px, 2.8vw, 27px);
  }

  .choice-copy small {
    font-size: clamp(13px, 1.7vw, 16px);
  }

  .discover-button {
    min-height: clamp(48px, 5dvh, 56px);
    font-size: clamp(17px, 2.1vw, 21px);
  }
}

/* 5. Normal tablet landscape */
@media (min-width: 768px) and (max-width: 1279px) and (min-height: 501px) and (orientation: landscape) {
  .store-header-inner {
    width: min(calc(100% - 48px), 1140px);
    height: clamp(54px, 8dvh, 64px);
  }

  .store-name {
    max-width: 46vw;
    font-size: clamp(20px, 2.4vw, 27px);
  }

  .boutique-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr);
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: "hero experience";
    direction: ltr;
  }

  .offer-section {
    grid-area: hero;
    direction: rtl;
  }


  .offer-shade {
    background:
      linear-gradient(to bottom, rgba(8, 6, 4, 0.04), rgba(8, 6, 4, 0.86) 100%),
      linear-gradient(to left, rgba(8, 6, 4, 0.56), transparent 76%);
  }

  .offer-content {
    right: clamp(24px, 3.5vw, 48px);
    bottom: clamp(20px, 3.5dvh, 36px);
    width: min(68%, 470px);
  }

  .offer-content h1 {
    font-size: clamp(34px, 4.2vw, 48px);
  }

  .offer-discount {
    font-size: clamp(48px, 6vw, 68px);
  }

  .offer-description {
    font-size: clamp(14px, 1.7vw, 17px);
  }

  .experience-section {
    grid-area: experience;
    display: grid;
    place-items: center;
    direction: rtl;
    border-left: 1px solid rgba(201, 164, 95, 0.34);
  }

  .experience-inner {
    width: min(calc(100% - 24px), 600px);
    height: auto;
    max-height: none;
    padding-block: clamp(14px, 2dvh, 22px);
    grid-template-rows: clamp(170px, 30dvh, 220px) auto auto;
    align-content: start;
    gap: clamp(8px, 1.3dvh, 12px);
  }

  .experience-heading h2 {
    font-size: clamp(31px, 3.5vw, 42px);
  }

  .experience-heading .experience-prompt {
    font-size: clamp(14px, 1.7vw, 18px);
  }

  .customer-choices {
    gap: clamp(10px, 1.2vw, 14px);
  }

  .customer-choice {
    padding: clamp(10px, 1.5dvh, 16px) 8px;
  }

  .choice-copy strong {
    font-size: clamp(19px, 2.1vw, 23px);
  }

  .choice-copy small {
    font-size: clamp(12px, 1.35vw, 15px);
  }

  .discover-button {
    min-height: 48px;
    font-size: clamp(17px, 1.8vw, 20px);
  }
}

/* 5. Desktop */
@media (min-width: 1280px) and (max-width: 1599px) {
  .store-header-inner {
    width: min(calc(100% - 72px), 1500px);
    height: clamp(62px, 8dvh, 72px);
  }

  .store-name {
    max-width: 560px;
    font-size: clamp(23px, 1.8vw, 29px);
  }

  .boutique-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(470px, 0.88fr);
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: "hero experience";
    direction: ltr;
  }

  .offer-section {
    grid-area: hero;
    direction: rtl;
  }

  .offer-shade {
    background:
      linear-gradient(to bottom, rgba(8, 6, 4, 0.04), rgba(8, 6, 4, 0.8) 100%),
      linear-gradient(to left, rgba(8, 6, 4, 0.06), rgba(8, 6, 4, 0.68) 100%);
  }

  .offer-content {
    right: clamp(44px, 4.5vw, 76px);
    bottom: clamp(28px, 5dvh, 52px);
    width: min(72%, 650px);
  }

  .offer-content h1 {
    font-size: clamp(43px, 3.6vw, 58px);
  }

  .offer-discount {
    font-size: clamp(62px, 5vw, 82px);
  }

  .offer-description {
    font-size: clamp(16px, 1.2vw, 19px);
  }

  .offer-button {
    max-width: 340px;
    min-height: 48px;
    font-size: clamp(17px, 1.25vw, 20px);
  }

  .experience-section {
    grid-area: experience;
    display: grid;
    place-items: center;
    direction: rtl;
    border-left: 1px solid rgba(201, 164, 95, 0.34);
  }

  .experience-inner {
    width: min(calc(100% - 56px), 610px);
    height: auto;
    max-height: none;
    padding-block: clamp(18px, 2.8dvh, 28px);
    grid-template-rows: clamp(190px, 30dvh, 240px) auto auto;
    align-content: start;
    gap: clamp(10px, 1.5dvh, 14px);
  }

  .experience-heading h2 {
    font-size: clamp(35px, 2.7vw, 45px);
  }

  .experience-heading .experience-prompt {
    font-size: clamp(16px, 1.3vw, 20px);
  }

  .customer-choices {
    gap: 12px;
  }

  .choice-icon {
    border-radius: 20px;
  }

  .choice-copy strong {
    font-size: clamp(18px, 1.4vw, 23px);
  }

  .choice-copy small {
    font-size: clamp(12px, 0.9vw, 14px);
  }
}

/* 6. Large desktop */
@media (min-width: 1600px) {
  .store-header-inner {
    width: min(calc(100% - 96px), 1680px);
    height: clamp(68px, 7dvh, 78px);
  }

  .store-name {
    max-width: 660px;
    font-size: clamp(26px, 1.6vw, 32px);
  }

  .boutique-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(560px, 0.85fr);
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: "hero experience";
    direction: ltr;
  }

  .offer-section {
    grid-area: hero;
    direction: rtl;
  }

  .offer-shade {
    background:
      linear-gradient(to bottom, rgba(8, 6, 4, 0.03), rgba(8, 6, 4, 0.78) 100%),
      linear-gradient(to left, rgba(8, 6, 4, 0.04), rgba(8, 6, 4, 0.68) 100%);
  }

  .offer-content {
    right: clamp(64px, 5vw, 104px);
    bottom: clamp(48px, 7dvh, 80px);
    width: min(68%, 720px);
  }

  .offer-content h1 {
    font-size: clamp(56px, 3.4vw, 68px);
  }

  .offer-discount {
    font-size: clamp(78px, 4.8vw, 96px);
  }

  .offer-description {
    font-size: clamp(18px, 1.1vw, 22px);
  }

  .offer-button {
    max-width: 360px;
    min-height: 54px;
    font-size: clamp(19px, 1.15vw, 23px);
  }

  .experience-section {
    grid-area: experience;
    display: grid;
    place-items: center;
    direction: rtl;
    border-left: 1px solid rgba(201, 164, 95, 0.34);
  }

  .experience-inner {
    width: min(calc(100% - 80px), 680px);
    height: auto;
    max-height: none;
    padding-block: 24px;
    grid-template-rows: clamp(220px, 26dvh, 280px) auto auto;
    align-content: start;
    gap: 14px;
  }

  .experience-heading h2 {
    font-size: clamp(43px, 2.5vw, 52px);
  }

  .experience-heading .experience-prompt {
    font-size: clamp(19px, 1.2vw, 24px);
  }

  .customer-choices {
    gap: 16px;
  }

  .choice-copy strong {
    font-size: clamp(22px, 1.35vw, 27px);
  }

  .choice-copy small {
    font-size: clamp(13px, 0.8vw, 16px);
  }

  .discover-button {
    min-height: 54px;
    font-size: clamp(19px, 1.1vw, 22px);
  }
}

@media (hover: hover) {
  .offer-button,
  .customer-choice,
  .discover-button {
    transition:
      border-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .offer-button:hover,
  .customer-choice:hover,
  .discover-button:hover {
    border-color: var(--boutique-gold-light);
    transform: translateY(-2px);
  }

  .customer-choice:hover,
  .discover-button:hover {
    box-shadow: 0 14px 30px rgba(54, 37, 17, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-button,
  .customer-choice,
  .discover-button {
    transition: none;
  }
}
/* =========================================
   FINAL EXPERIENCE POLISH
========================================= */

/* حذف الخط الذهبي أعلى اليسار */
.header-ornament {
  display: none;
}

/* تثبيت الترتيب في RTL:
   زبون جديد يمين - زبون وفي يسار */
#newCustomerButton {
  grid-column: 2;
}

#loyalCustomerButton {
  grid-column: 1;
}

/* =========================================
   DESKTOP HERO TEXT POSITION FIX
========================================= */

@media (min-width: 1280px) {

  .offer-section {
    position: relative;
  }

  .offer-content {
    top: 50%;
    bottom: auto;
    right: clamp(54px, 5vw, 88px);
    left: auto;

    transform: translateY(-50%);

    width: min(42%, 460px);

    text-align: right;
  }

  .offer-content h1 {
    line-height: 1.04;
    margin-bottom: 6px;
  }

  .offer-discount {
    margin-bottom: 8px;
  }

  .offer-description {
    max-width: 30ch;
    margin-bottom: 14px;
  }
}
/* =========================================
   REFERENCE-LIKE DESKTOP HERO POSITION
========================================= */

@media (min-width: 1280px) {

  .offer-content {
    top: 53%;
    bottom: auto;
    right: clamp(65px, 6vw, 105px);
    width: min(46%, 480px);
    transform: translateY(-50%);
    align-items: flex-start;
    text-align: right;
  }
}
  .offer-badge {
    margin-bottom: 6px;
  }

  .offer-content h1 {
    margin: 0;
    line-height: 1.08;
  }

  .offer-discount {
    margin-top: 4px;
  }

  .offer-description {
    max-width: 34ch;
    margin-top: 8px;
  }

  .offer-button {
    margin-top: 12px;
  }

  .offer-deadline {
    margin-top: 8px;
  }
/* حذف الأيقونة بجانب اسم المتجر */
.store-brand-mark {
  display: none;
}

/* إزالة الفراغ الذي كان مخصصًا للأيقونة */
.store-brand {
  gap: 0;
}
/* =========================================
   CUSTOMER EXPERIENCE FRAME
========================================= */

.experience-inner {
  box-sizing: border-box;

  /* نحافظ على الأحجام Responsive الموجودة */
  padding: clamp(14px, 2dvh, 22px);

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(255, 255, 255, 0.78),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      #f5ead8,
      #ead7ba
    );

  border: 1px solid rgba(190, 145, 75, 0.62);

  border-radius: clamp(20px, 2.6vw, 30px);

  box-shadow:
    0 18px 38px rgba(67, 45, 22, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);

  overflow: hidden;
}


/* البطاقتان داخل القالب */
.customer-choice {
  background:
    linear-gradient(
      145deg,
      #fffaf2,
      #f8efe2
    );

  border: 1px solid rgba(190, 145, 75, 0.48);

  box-shadow:
    0 8px 20px rgba(70, 46, 22, 0.10);
}


/* زر اكتشف عالم عطورنا يبقى داكنًا */
.discover-button {
  border: 1px solid rgba(201, 164, 95, 0.72);

  background:
    linear-gradient(
      110deg,
      rgba(201, 164, 95, 0.14),
      transparent 38%
    ),
    #17110b;

  color: #fff8ec;

  box-shadow:
    0 8px 20px rgba(49, 31, 13, 0.18);
}


/* الشاشات القصيرة الأفقية:
   نقلل Padding فقط حتى لا يظهر Scroll */
@media (orientation: landscape) and (max-height: 500px) {
  .experience-inner {
    padding: 7px;
    border-radius: 14px;
  }
}
/* =========================================
   MODERN ARABIC TYPOGRAPHY
========================================= */

body,
button {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

/* اسم المتجر */
.store-name {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-weight: 800;
}

/* عنوان العرض */
.offer-content h1 {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

/* نصوص العرض */
.offer-badge,
.offer-description,
.offer-button,
.offer-deadline {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

/* قسم الترحيب */
.experience-heading h2,
.experience-heading p,
.experience-heading .experience-prompt {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

/* البطاقات */
.choice-copy strong,
.choice-copy small,
.discover-button {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

/* نترك نسبة الخصم بطابع فاخر */
.offer-discount {
  font-family: Georgia, "Times New Roman", serif;
}
/* =========================================
   OFFER DEADLINE + COUNTDOWN
========================================= */

.offer-deadline {
  width: min(100%, 320px);
  margin-top: clamp(7px, 1.2dvh, 12px);
  padding: clamp(7px, 1dvh, 10px) 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  border: 1px solid rgba(201, 164, 95, 0.72);
  border-radius: 10px;

  background:
    linear-gradient(
      110deg,
      rgba(201, 164, 95, 0.11),
      transparent 45%
    ),
    rgba(15, 11, 7, 0.88);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 6px 16px rgba(0, 0, 0, 0.18);

  color: #fff8ec;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

.offer-deadline-date {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  white-space: nowrap;
}

.offer-countdown {
  color: var(--boutique-gold-light);
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* الشاشات القصيرة الأفقية */
@media (orientation: landscape) and (max-height: 500px) {
  .offer-deadline {
    margin-top: 4px;
    padding: 4px 9px;
    gap: 6px;
  }

  .offer-deadline-date,
  .offer-countdown {
    font-size: 12px;
  }
}

/* Customer experience heading / card separation */
.experience-section {
  display: grid;
  place-items: center;
}

.experience-shell {
  width: min(calc(100% - 20px), 680px);
  height: 100%;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(8px, 1.4dvh, 14px) 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(12px, 2dvh, 24px);
}

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

.experience-welcome {
  margin: 0;
  color: var(--boutique-muted);
  font-size: clamp(12px, 3.2vw, 16px);
  font-weight: 700;
  line-height: 1.35;
}

.experience-heading h2 {
  max-width: none;
  margin: 3px auto 0;
  color: var(--boutique-ink);
  font-size: clamp(22px, 5.6vw, 34px);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.experience-heading h2 span {
  color: var(--boutique-gold);
}

.experience-tagline {
  margin: 4px 0 0;
  color: var(--boutique-muted);
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 600;
  line-height: 1.3;
}

.experience-inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: clamp(10px, 1.6dvh, 16px);
  grid-template-rows: clamp(108px, 18dvh, 155px) auto auto;
  gap: clamp(7px, 1.2dvh, 12px);
}

@media (max-width: 767px) and (orientation: portrait) and (max-height: 720px) {
  .experience-welcome {
    display: block;
  }

  .experience-shell {
    padding-block: 6px;
    gap: 8px;
  }

  .experience-heading h2 {
    font-size: clamp(21px, 5.7vw, 25px);
  }

  .experience-tagline {
    margin-top: 2px;
    font-size: 12px;
  }

  .experience-inner {
    height: auto;
    grid-template-rows: clamp(104px, 17dvh, 124px) auto auto;
    padding: 8px;
    gap: 6px;
  }
}

@media (max-width: 767px) and (orientation: landscape),
  (min-width: 768px) and (max-width: 1279px) and (max-height: 500px) and (orientation: landscape) {
  .experience-welcome {
    display: block;
  }

  .experience-shell {
    width: calc(100% - 16px);
    padding-block: 6px;
    gap: 7px;
  }

  .experience-heading h2 {
    font-size: clamp(19px, 2.8vw, 24px);
  }

  .experience-tagline {
    margin-top: 2px;
    font-size: 12px;
  }

  .experience-inner {
    height: 100%;
    grid-template-rows: minmax(0, 1fr) auto auto;
    padding: 7px;
    gap: 5px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) and (max-height: 500px) and (orientation: landscape) {
  .experience-heading {
    display: grid;
    grid-template-areas:
      "flourish flourish"
      "welcome welcome"
      "title tagline";
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    column-gap: clamp(12px, 1.8vw, 20px);
    row-gap: 3px;
  }

  .heading-flourish {
    grid-area: flourish;
    margin: 0;
  }

  .experience-welcome {
    grid-area: welcome;
    font-size: clamp(13px, 1.5vw, 16px);
  }

  .experience-heading h2 {
    grid-area: title;
    margin: 0;
    font-size: clamp(25px, 3vw, 30px);
    line-height: 1.05;
  }

  .experience-tagline {
    grid-area: tagline;
    margin: 0;
    color: var(--boutique-muted);
    font-size: clamp(13px, 1.4vw, 16px);
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1279px) and (orientation: portrait) {
  .experience-heading {
    display: grid;
    grid-template-areas:
      "flourish flourish"
      "welcome welcome"
      "title tagline";
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    column-gap: clamp(16px, 2.2vw, 28px);
    row-gap: clamp(8px, 1dvh, 10px);
  }

  .heading-flourish {
    grid-area: flourish;
    margin: 0;
  }

  .experience-welcome {
    grid-area: welcome;
    font-size: clamp(18px, 2.3vw, 22px);
  }

  .experience-heading h2 {
    grid-area: title;
    margin: 0;
    font-size: clamp(38px, 5vw, 48px);
    line-height: 1.05;
  }

  .experience-tagline {
    grid-area: tagline;
    margin: 0;
    color: var(--boutique-muted);
    font-size: clamp(17px, 2.2vw, 21px);
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }

  .experience-shell {
    width: min(calc(100% - 56px), 820px);
    height: auto;
    padding-block: clamp(10px, 1.3dvh, 14px);
    grid-template-rows: auto auto;
    align-content: center;
    gap: clamp(14px, 2dvh, 22px);
  }

  .experience-inner {
    height: auto;
    max-height: none;
    grid-template-rows: clamp(170px, 25dvh, 220px) auto auto;
    padding: clamp(14px, 1.8dvh, 20px);
    gap: clamp(9px, 1.2dvh, 12px);
    align-content: start;
  }
}

@media (min-width: 768px) and (max-width: 1279px) and (min-height: 501px) and (orientation: landscape) {
  .experience-heading {
    display: grid;
    grid-template-areas:
      "flourish flourish"
      "welcome welcome"
      "title tagline";
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    column-gap: clamp(16px, 2.2vw, 28px);
    row-gap: clamp(6px, 0.9dvh, 10px);
  }

  .heading-flourish {
    grid-area: flourish;
    margin: 0;
  }

  .experience-welcome {
    grid-area: welcome;
    font-size: clamp(16px, 1.7vw, 20px);
  }

  .experience-heading h2 {
    grid-area: title;
    margin: 0;
    font-size: clamp(34px, 3.7vw, 44px);
    line-height: 1.08;
  }

  .experience-tagline {
    grid-area: tagline;
    margin: 0;
    color: var(--boutique-muted);
    font-size: clamp(15px, 1.6vw, 19px);
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }

  .experience-shell {
    width: min(calc(100% - 24px), 600px);
    height: auto;
    padding: 0;
    grid-template-rows: auto auto;
    gap: clamp(12px, 2dvh, 20px);
    position: relative;
    top: clamp(-28px, -3dvh, -15px);
  }

  .experience-inner {
    height: auto;
    max-height: none;
    grid-template-rows: clamp(170px, 30dvh, 220px) auto auto;
    padding: clamp(12px, 1.8dvh, 18px);
    align-content: start;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .experience-shell {
    width: min(calc(100% - 56px), 610px);
    height: auto;
    padding: 0;
    grid-template-rows: auto auto;
    gap: clamp(14px, 2.2dvh, 22px);
    position: relative;
    top: clamp(-40px, -4dvh, -20px);
  }

  .experience-welcome {
    font-size: clamp(14px, 1vw, 17px);
  }

  .experience-heading h2 {
    font-size: clamp(30px, 2.2vw, 40px);
  }

  .experience-tagline {
    font-size: clamp(14px, 1vw, 17px);
  }

  .experience-inner {
    height: auto;
    max-height: none;
    grid-template-rows: clamp(190px, 30dvh, 240px) auto auto;
    padding: clamp(16px, 2.2dvh, 22px);
    align-content: start;
  }
}

@media (min-width: 1600px) {
  .experience-shell {
    width: min(calc(100% - 80px), 680px);
    height: auto;
    padding: 0;
    grid-template-rows: auto auto;
    gap: clamp(16px, 2.4dvh, 26px);
    position: relative;
    top: clamp(-45px, -4.5dvh, -30px);
  }

  .experience-welcome {
    font-size: clamp(16px, 1vw, 19px);
  }

  .experience-heading h2 {
    font-size: clamp(35px, 2.1vw, 46px);
  }

  .experience-tagline {
    font-size: clamp(16px, 1vw, 19px);
  }

  .experience-inner {
    height: auto;
    max-height: none;
    grid-template-rows: clamp(220px, 26dvh, 280px) auto auto;
    padding: clamp(18px, 2.4dvh, 26px);
    align-content: start;
  }
}
