:root {
  --green: #001b14;
  --green2: #00281f;
  --green3: #063a2b;
  --cream: #f5efe5;
  --cream2: #eee5d7;
  --gold: #d8b36c;
  --gold2: #b98b48;
  --social-gold: #e1bd77;
  --social-gold-hover: #f1d59a;
  --ink: #101812;
  --muted: #756f65;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease2: cubic-bezier(.76, 0, .24, 1);
}

* {
  box-sizing: border-box
}

html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  background: var(--green)
}

body {
  margin: 0;
  background: var(--green);
  font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  font-weight: 300;
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

a,
button {
  font: inherit;
  color: inherit
}

button {
  cursor: pointer
}

.screen {
  height: 100svh;
  min-height: 700px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  overflow: hidden
}

.en {
  font-family: "Cormorant Garamond", Georgia, serif;
  direction: ltr
}

.nast {
  font-family: "Noto Nastaliq Urdu", "IBM Plex Sans Arabic", serif
}

.cream {
  background: var(--cream)
}

.dark {
  background: var(--green);
  color: #fff
}

.gold {
  color: var(--gold)
}

/* shared top bar */
.m-head {
  height: 72px;
  padding: 14px 18px 0;
  display: grid;
  direction: ltr;
  grid-template-columns: 70px 1fr 70px;
  align-items: start;
  position: relative;
  z-index: 20
}

.m-head .center {
  text-align: center;
  direction: rtl;
  font-size: 21px;
  font-weight: 500;
  line-height: 42px
}

.head-left,
.head-right {
  display: flex;
  gap: 8px;
  align-items: center
}

.head-left {
  justify-content: flex-start
}

.head-right {
  justify-content: flex-end
}

.icon-btn {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0
}

.icon-btn svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round
}

.logo-small {
  width: 64px;
  height: 72px;
  object-fit: contain;
  object-position: top center;
  margin-top: -5px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .16))
}

/* premium entry */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  filter: blur(5px);
  transition: opacity .95s var(--ease), transform .95s var(--ease), filter .95s var(--ease)
}

.screen.is-active [data-reveal] {
  opacity: 1;
  transform: none;
  filter: none
}

.screen.is-active [data-reveal]:nth-child(2) {
  transition-delay: .08s
}

.screen.is-active [data-reveal]:nth-child(3) {
  transition-delay: .16s
}

.screen.is-active [data-reveal]:nth-child(4) {
  transition-delay: .24s
}

.screen.is-active [data-reveal]:nth-child(5) {
  transition-delay: .32s
}

.screen.is-active [data-reveal]:nth-child(6) {
  transition-delay: .40s
}

.from-right {
  transform: translate3d(28px, 0, 0)
}

.from-left {
  transform: translate3d(-28px, 0, 0)
}

.scale-in {
  transform: scale(.965);
  filter: blur(7px)
}

.screen.is-active .from-right,
.screen.is-active .from-left,
.screen.is-active .scale-in {
  transform: none;
  filter: none
}

/* HERO */
.hero {
  background:
    radial-gradient(120% 68% at 58% 8%, rgba(24, 86, 62, .36), transparent 62%),
    linear-gradient(155deg, #00130e 0%, #00241b 48%, #00130e 100%);
  color: #fff
}

.hero:after,
.menu-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .19;
  background: radial-gradient(90% 50% at 30% 3%, transparent 0 42%, rgba(217, 180, 108, .1) 43% 44%, transparent 45%), linear-gradient(145deg, transparent 20%, rgba(216, 179, 108, .08) 20.5%, transparent 21.2%, transparent 55%, rgba(216, 179, 108, .09) 55.4%, transparent 56.1%);
  mix-blend-mode: screen
}

.hero .m-head {
  grid-template-columns: 85px 1fr 85px;
  color: #e9d2a4
}

.hero-art {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  height: 430px;
  overflow: hidden;
  z-index: 1
}

.hero-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 15, 11, .02), rgba(0, 15, 11, .02) 54%, rgba(0, 20, 15, .82) 86%, var(--green) 100%)
}

.hero-art img {
  position: absolute;
  width: 87vw;
  max-width: 380px;
  height: auto;
  left: 50%;
  top: -32px;
  object-fit: contain;
  transform: translateX(-50%) scale(.96);
  transition: transform 8s cubic-bezier(.2, .7, .2, 1)
}

.hero.is-active .hero-art img {
  transform: translateX(-50%) scale(1)
}

.hero-logo {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  width: 72px;
  height: 82px;
  object-fit: contain
}

.hero-copybox {
  position: absolute;
  z-index: 5;
  left: 22px;
  right: 22px;
  bottom: 68px
}

.hero-ghost {
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  font-size: 58px;
  line-height: .78;
  font-weight: 300;
  letter-spacing: -.035em;
  color: rgba(215, 181, 113, .15);
  text-transform: uppercase
}

.hero-title {
  position: relative;
  margin: 0;
  padding-top: 10px;
  font-size: 44px;
  line-height: 1.5;
  color: #f1d79e;
  text-align: right;
  max-width: 285px;
  text-shadow: 0 6px 25px rgba(0, 0, 0, .35)
}

.hero-sub {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  line-height: 2
}

.hero-actions {
  display: grid;
  gap: 8px;
  margin-top: 18px
}

.btn {
  height: 48px;
  border: 1px solid rgba(215, 179, 108, .52);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 12px
}

.btn.gold-btn {
  background: linear-gradient(180deg, #e5c68c, #cda55f);
  color: #16291f;
  border: 0;
  box-shadow: 0 14px 36px rgba(87, 57, 20, .22)
}

.btn.glass {
  background: rgba(0, 22, 16, .25);
  color: #fff;
  backdrop-filter: blur(12px)
}

.scroll-tag {
  position: absolute;
  z-index: 5;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  letter-spacing: .28em;
  color: #cfad68
}

.scroll-tag:after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: linear-gradient(#cfad68, transparent);
  margin: 5px auto 0
}

/* COLLECTIONS */
.collections {
  background: #f8f4ec
}

.collection-list {
  height: calc(100svh - 72px);
  padding: 7px 16px 17px;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  gap: 7px
}

.collection-row {
  direction: ltr;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #13221b;
  color: #fff;
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 0;
  box-shadow: 0 8px 24px rgba(17, 30, 23, .08);
  border: 1px solid rgba(17, 30, 23, .06)
}

.collection-row .pic {
  position: relative;
  overflow: hidden;
  direction: ltr
}

.collection-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .9s var(--ease)
}

.collection-row:hover img {
  transform: scale(1.06)
}

.collection-row .pic:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, #14231c 100%)
}

.collection-row .meta {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px 0 11px
}

.collection-row h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 3px;
  line-height: 1.25
}

.collection-row p {
  font-size: 8px;
  color: rgba(255, 255, 255, .58);
  margin: 0
}

.round-arrow {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .32);
  display: grid;
  place-items: center;
  font-size: 17px;
  color: #d8b36c
}

/* ABOUT */
.about {
  background: var(--cream);
  display: flex;
  flex-direction: column
}

.about-top {
  height: 260px;
  padding: 18px 20px 10px;
  position: relative;
  text-align: right
}

.about-ghost {
  position: absolute;
  top: 2px;
  right: 14px;
  left: 14px;
  font-family: "Cormorant Garamond";
  direction: ltr;
  text-transform: uppercase;
  font-size: 44px;
  line-height: .73;
  color: rgba(0, 42, 31, .09);
  letter-spacing: -.03em;
  text-align: left
}

.about-top h2 {
  position: relative;
  margin: 34px 0 8px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.55;
  max-width: 295px
}

.about-top p {
  font-size: 10px;
  line-height: 3;
  color: #4e514b;
  margin: 0;
  max-width: 340px
}

.about-photo {
  height: 285px;
  position: relative;
  overflow: hidden
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 51%
}

.about-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 20, 14, .78) 100%)
}

.about-quote {
  position: absolute;
  z-index: 3;
  bottom: 16px;
  right: 22px;
  color: #f0d39b;
  font-size: 20px;
  line-height: 1.7
}

.about-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(#f8f2e8, #f3eadb);
  position: relative
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 18px 18px 12px
}

.stat {
  text-align: center
}

.stat+.stat {
  border-right: 1px solid rgba(10, 34, 25, .12)
}

.stat b {
  display: block;
  font-size: 22px;
  font-weight: 300
}

.stat small {
  display: block;
  font-size: 8px;
  color: #766f64;
  line-height: 1.6;
  margin-top: 2px
}

.about-cta {
  margin: 0 auto;
  width: 160px;
  height: 44px
}

.marble-foot {
  margin-top: auto;
  height: 62px;
  background: radial-gradient(110% 90% at 15% 90%, #124033 0 18%, transparent 42%), linear-gradient(135deg, #012219, #00140f);
  position: relative;
  overflow: hidden
}

.marble-foot:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(25deg, transparent 20%, rgba(213, 174, 100, .2) 20.8%, transparent 21.5%, transparent 52%, rgba(213, 174, 100, .16) 52.6%, transparent 53.3%)
}

/* FEATURED */
.featured {
  background: #f8f4ec;
  display: flex;
  flex-direction: column
}

.featured-head {
  height: 76px;
  padding: 18px 18px 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.featured-head h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0
}

.featured-head a {
  font-size: 9px;
  color: #585b56;
  text-decoration: none
}

.product-grid {
  height: 520px;
  direction: ltr;
  padding: 8px 15px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px
}

.p-card {
  direction: rtl;
  display: flex;
  flex-direction: column;
  min-width: 0
}

.p-img {
  height: 265px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  background: #ddd
}

.p-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s var(--ease)
}

.p-card:hover img {
  transform: scale(1.05)
}

.heart {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(20, 20, 20, .18);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 19px
}

.p-card h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.p-card p {
  font-size: 8px;
  color: #8b857b;
  margin: 3px 0
}

.p-card strong {
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px
}

.p-copy {
  padding: 0 14px
}

.p-placeholder {
  background: linear-gradient(180deg, #f8f2e8, #efe4d2);
  display: grid;
  place-items: center
}

.p-placeholder img {
  width: 42%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .08))
}

.editorial-quote {
  height: 146px;
  margin: 5px 15px 0;
  background: linear-gradient(140deg, #001a13, #0a3628);
  position: relative;
  overflow: hidden;
  padding: 15px 18px;
  color: #ead09c
}

.editorial-quote:before {
  content: "BEAUTY\A LIVES LONGER";
  white-space: pre;
  position: absolute;
  left: 15px;
  top: 14px;
  font: 300 26px/.88 "Cormorant Garamond";
  direction: ltr;
  letter-spacing: .04em;
  color: rgba(234, 208, 156, .9)
}

.editorial-quote .nast {
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-size: 18px;
  color: #f4ddae
}

/* SIGNATURE / PRODUCT */
.signature {
  background: #f7f1e8;
  display: flex;
  flex-direction: column
}

.sig-photo {
  height: 405px;
  position: relative;
  overflow: hidden;
  background: #06140f
}

.sig-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.15s var(--ease2), transform 1.35s var(--ease)
}

.sig-slide.active {
  opacity: 1;
  transform: scale(1)
}

.sig-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%
}

.sig-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .16), transparent 30%, rgba(0, 0, 0, .1))
}

.sig-controls {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  color: #fff
}

.sig-controls .cluster {
  display: flex;
  gap: 6px
}

.sig-dots {
  position: absolute;
  z-index: 5;
  bottom: 9px;
  left: 0;
  right: 0;
  text-align: center;
  direction: ltr
}

.sig-dots button {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  padding: 0;
  margin: 0 3px
}

.sig-dots button.active {
  background: #fff;
  transform: scale(1.25)
}

.sig-info {
  flex: 1;
  padding: 17px 18px 13px;
  display: flex;
  flex-direction: column;
  position: relative
}

.sig-info h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 2px
}

.sig-meta {
  font-size: 9px;
  color: #8c8275
}

.sig-desc {
  font-size: 10px;
  line-height: 1.85;
  color: #595b56;
  margin: 8px 0 7px
}

.spec-list {
  display: grid;
  gap: 7px;
  margin-top: 2px
}

.spec {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  font-size: 9px;
  color: #4f554f
}

.spec i {
  width: 19px;
  height: 19px;
  border: 1px solid #9e9587;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-style: normal;
  font-size: 8px
}

.sig-price {
  margin-top: 9px;
  font-size: 12px
}

.sig-price b {
  font-size: 20px;
  font-weight: 500
}

.sig-cta {
  display: grid;
  grid-template-columns: 1fr 48px;
  gap: 8px;
  margin-top: auto
}

.save-btn {
  border: 1px solid #b9b2a8;
  background: transparent;
  display: grid;
  place-items: center;
  font-size: 18px
}

.wipe {
  position: absolute;
  z-index: 6;
  inset: 0;
  background: linear-gradient(90deg, rgba(216, 179, 108, .92), rgba(0, 34, 25, .94));
  transform: translateX(105%);
  pointer-events: none
}

.signature.changing .wipe {
  animation: wipe 1.05s var(--ease2)
}

@keyframes wipe {
  0% {
    transform: translateX(105%)
  }

  45% {
    transform: translateX(0)
  }

  55% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-105%)
  }
}

/* INSTAGRAM */
.instagram {
  background: #f8f4ec;
  display: flex;
  flex-direction: column
}

.insta-stories {
  height: 92px;
  padding: 5px 13px 8px;
  display: flex;
  gap: 10px;
  direction: rtl;
  overflow: hidden
}

.story {
  width: 70px;
  flex: 0 0 70px;
  text-align: center;
  border: 0;
  background: transparent;
  padding: 0
}

.story-ring {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: auto;
  padding: 2px;
  background: linear-gradient(145deg, #d9b878, #6e4a24, #e2c78f)
}

.story-ring span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #f8f4ec;
  overflow: hidden
}

.story-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.story small {
  font-size: 10px;
  color: #2e362f;
  display: block;
  margin-top: 5px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.45
}

.insta-grid {
  height: calc(100svh - 72px - 92px - 64px);
  padding: 0 13px;
  display: grid;
  grid-template-columns: 1.08fr .92fr .92fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 4px;
  direction: ltr
}

.insta-grid a {
  overflow: hidden;
  position: relative
}

.insta-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease)
}

.insta-grid a:hover img {
  transform: scale(1.055)
}

.insta-grid .g1 {
  grid-row: 1/3;
  grid-column: 1
}

.insta-grid .g2 {
  grid-row: 1;
  grid-column: 2
}

.insta-grid .g3 {
  grid-row: 1;
  grid-column: 3
}

.insta-grid .g4 {
  grid-row: 2/4;
  grid-column: 2
}

.insta-grid .g5 {
  grid-row: 2;
  grid-column: 3
}

.insta-grid .g6 {
  grid-row: 3/5;
  grid-column: 1
}

.insta-grid .g7 {
  grid-row: 3;
  grid-column: 3
}

.insta-grid .g8 {
  grid-row: 4;
  grid-column: 2/4
}

.insta-cta {
  height: 64px;
  padding: 8px 13px
}

.insta-cta .btn {
  height: 46px;
  background: #001b14;
  color: #f1d7a2;
  border-color: #001b14
}

/* GALLERY */
.gallery {
  background: #00150f;
  color: #fff
}

.gallery-bg {
  position: absolute;
  inset: 0
}

.gallery-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 7s ease
}

.gallery.is-active .gallery-bg img {
  transform: scale(1.08)
}

.gallery-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 10, 7, .08), rgba(0, 10, 7, .02) 45%, rgba(0, 14, 10, .93) 100%), linear-gradient(90deg, rgba(0, 0, 0, .25), transparent 60%)
}

.gallery-logo {
  position: absolute;
  z-index: 3;
  top: 70px;
  right: 30px;
  width: 92px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .25))
}

.gallery-copy {
  position: absolute;
  z-index: 4;
  right: 24px;
  left: 24px;
  bottom: 46px
}

.gallery-copy h2 {
  font-size: 35px;
  line-height: 1.45;
  font-weight: 300;
  margin: 0;
  color: #fff
}

.gallery-copy .en {
  display: block;
  color: #d2aa64;
  letter-spacing: .24em;
  font-size: 10px;
  margin-bottom: 8px
}

.gallery-copy p {
  font-size: 10px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .72);
  max-width: 250px
}

.gallery-copy .btn {
  width: 170px;
  margin-top: 12px
}

/* CONTACT */
.contact {
  background: #f8f4ec;
  display: flex;
  flex-direction: column
}

.contact-list {
  padding: 4px 17px 0
}

.c-row {
  height: 61px;
  direction: ltr;
  border-bottom: 1px solid rgba(17, 35, 27, .09);
  display: grid;
  grid-template-columns: 45px 1fr 18px;
  align-items: center;
  text-decoration: none
}

.c-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #001b14;
  color: #fff;
  display: grid;
  place-items: center
}

.c-icon svg {
  width: 17px;
  height: 17px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.5
}

.c-row span:nth-child(2) {
  direction: rtl;
  text-align: right
}

.c-row b {
  display: block;
  font-size: 20px;
  font-weight: 400
}

.c-row small {
  font-size: 8px;
  color: #8b847a;
  display: block;
  margin-top: 1px
}

.c-row .chev {
  font-size: 16px;
  color: #928a7d
}

.map {
  height: 235px;
  margin: 13px 17px 0;
  background: #e7e4df;
  position: relative;
  overflow: hidden
}

.map:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(25deg, transparent 31%, #fff 32% 33%, transparent 34%), linear-gradient(115deg, transparent 45%, #fff 46% 48%, transparent 49%), repeating-linear-gradient(0deg, transparent 0 35px, rgba(255, 255, 255, .45) 36px 38px), repeating-linear-gradient(90deg, transparent 0 46px, rgba(255, 255, 255, .45) 47px 49px);
  opacity: .95
}

.pin {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 50% 0;
  background: #004331;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14)
}

.pin:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  left: 15px;
  top: 15px
}

.contact-cta {
  padding: 10px 17px 0
}

.contact-cta .btn {
  height: 50px;
  background: #001b14;
  color: #fff;
  border-color: #001b14
}

.contact-marble {
  height: 72px;
  margin-top: auto;
  background: linear-gradient(150deg, #00170f, #063526);
  position: relative
}

.contact-marble:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(20deg, transparent 18%, rgba(218, 180, 103, .2) 18.6%, transparent 19.4%, transparent 68%, rgba(218, 180, 103, .14) 68.5%, transparent 69%)
}

/* MENU */
.menu-panel {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: radial-gradient(110% 90% at 85% 5%, #084433 0 10%, transparent 46%), linear-gradient(145deg, #00150f, #00271d);
  color: #fff;
  transform: translateY(-102%);
  transition: transform .8s var(--ease2);
  overflow: hidden
}

.menu-panel.open {
  transform: none
}

.menu-inner {
  height: 100%;
  padding: 23px 22px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.menu-top img {
  width: 89px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-18px)
}

.menu-close {
  position: absolute;
  top: 18px;
  left: 17px;
  color: #e1bd77
}

.menu-nav {
  margin-top: 72px
}

.menu-nav a {
  height: 57px;
  border-bottom: 1px solid rgba(216, 179, 108, .18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300
}

.menu-nav a span:last-child {
  color: #d8b36c
}

.menu-social {
  margin-top: 24px;
  display: flex;
  gap: 18px;
  color: #e2bd77
}

.menu-social a {
  text-decoration: none;
  font-size: 21px
}

.menu-sign {
  margin-top: auto;
  color: #ddb96f;
  font-size: 22px;
  line-height: 1.8;
  text-align: right
}

.menu-langs {
  font-size: 9px;
  direction: ltr;
  color: #fff;
  margin-top: 18px
}

/* story modal */
.story-modal {
  position: fixed;
  z-index: 130;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  display: none;
  place-items: center
}

.story-modal.open {
  display: grid
}

.story-card {
  width: min(92vw, 420px);
  height: min(88svh, 760px);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background: #111
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.story-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .35), transparent 25%, transparent 70%, rgba(0, 0, 0, .55))
}

.story-close {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .5);
  background: rgba(0, 0, 0, .28);
  color: #fff
}

.story-label {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 24px;
  color: #f0d39b;
  font-size: 27px
}

.progress {
  position: absolute;
  z-index: 4;
  top: 11px;
  right: 12px;
  left: 58px;
  height: 3px;
  display: flex;
  gap: 4px;
  direction: ltr
}

.progress i {
  flex: 1;
  background: rgba(255, 255, 255, .35)
}

.progress i.on {
  background: #fff
}

/* FLOATING CONTACT DOCK */
.social-dock {
  position: fixed;
  z-index: 82;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none
}

.social-dock-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
  transform: translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .38s var(--ease), transform .5s var(--ease), visibility .38s
}

.social-dock:hover .social-dock-list,
.social-dock.open .social-dock-list {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto
}

.dock-item {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-decoration: none;
  color: #e4c37d;
  pointer-events: auto
}

.dock-label {
  min-width: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 15px;
  letter-spacing: .04em;
  padding: 8px 0;
  background: rgba(0, 27, 20, .88);
  border: 1px solid rgba(216, 179, 108, .16);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  backdrop-filter: blur(16px);
  transition: max-width .42s var(--ease), opacity .3s ease, padding .42s var(--ease)
}

.dock-item:hover .dock-label {
  max-width: 110px;
  opacity: 1;
  padding: 8px 11px
}

.dock-icon,
.social-dock-toggle {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(216, 179, 108, .32);
  background: linear-gradient(160deg, rgba(4, 48, 36, .92), rgba(0, 23, 17, .92));
  box-shadow: 0 12px 34px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .03);
  backdrop-filter: blur(18px);
  display: grid;
  place-items: center;
  color: #e4c37d;
  transition: transform .35s var(--ease), border-color .35s ease, background .35s ease
}

.dock-icon svg,
.social-dock-toggle svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round
}

.dock-item:hover .dock-icon {
  transform: translateX(-2px) scale(1.04);
  border-color: rgba(229, 198, 140, .7);
  background: linear-gradient(160deg, #064534, #00271d)
}

.social-dock-toggle {
  display: none;
  pointer-events: auto;
  padding: 0;
  position: relative;
  z-index: 3
}

.social-dock-toggle span {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.hero-contact-head a {
  text-decoration: none
}

.hero .social-dock {
  opacity: .82
}

body:has(.menu-panel.open) .social-dock,
body:has(.story-modal.open) .social-dock {
  opacity: 0;
  pointer-events: none
}

@media(max-width:759px) {
  .social-dock {
    gap: 8px
  }

  .social-dock-toggle {
    display: grid
  }

  .social-dock-toggle svg {
    transition: transform .45s var(--ease)
  }

  .social-dock.open .social-dock-toggle svg {
    transform: rotate(45deg)
  }

  .social-dock-list {
    position: absolute;
    right: 0;
    bottom: 52px;
    gap: 8px;
    transform: translateY(12px) scale(.96);
    transform-origin: 100% 100%
  }

  .social-dock.open .social-dock-list {
    transform: none
  }

  .dock-item {
    height: 43px
  }

  .dock-label {
    max-width: 118px;
    opacity: 1;
    padding: 8px 11px;
    font-size: 14px
  }

  .dock-icon {
    width: 43px;
    height: 43px;
    border-radius: 14px
  }
}

@media(min-width:760px) {
  .social-dock {
    right: calc(50% - min(240px, 50vw) + 16px);
    bottom: 24px
  }

  .social-dock-list {
    opacity: 1;
    visibility: visible;
    transform: none
  }
}

/* desktop framing */
@media(min-width:760px) {
  body {
    background: radial-gradient(90% 55% at 15% 0%, #0b4635, transparent 55%), linear-gradient(145deg, #00150f, #00100b)
  }

  main {
    width: min(480px, 100%);
    margin: auto;
    box-shadow: 0 0 0 1px rgba(216, 179, 108, .12), 0 0 120px rgba(0, 0, 0, .55)
  }

  .menu-panel {
    width: min(480px, 100%);
    left: 50%;
    right: auto;
    transform: translate(-50%, -102%)
  }

  .menu-panel.open {
    transform: translate(-50%, 0)
  }

  .screen {
    min-height: 760px
  }
}

@media(max-height:740px) {
  .hero-art {
    height: 390px
  }

  .hero-title {
    font-size: 38px
  }

  .collection-list {
    gap: 5px
  }

  .about-top {
    height: 230px
  }

  .about-photo {
    height: 245px
  }

  .product-grid {
    height: 420px
  }

  .p-img {
    height: 225px
  }

  .editorial-quote {
    height: 108px
  }

  .map {
    height: 190px
  }
}

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

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important
  }
}

/* ===== V9 hero slider — closer to the approved visual ===== */
.hero {
  background: #001b14;
  color: #fff;
  isolation: isolate
}

.hero:after {
  z-index: 3;
  opacity: .13
}

.hero .m-head {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  padding: 16px 17px 0;
  color: #e4c27d;
  grid-template-columns: 82px 1fr 82px
}

.hero .icon-btn {
  width: 36px;
  height: 36px
}

.hero .icon-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.45
}

.hero-logo {
  top: 10px;
  width: 70px;
  height: 83px;
  z-index: 31
}

.hero-slider {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  background: #001b14
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: scale(1.055);
  transition: clip-path 1.18s var(--ease2), opacity .72s ease, transform 6.8s cubic-bezier(.16, .72, .25, 1);
  will-change: clip-path, transform, opacity
}

.hero-slide.active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: scale(1);
  z-index: 2
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(.97) contrast(1.025)
}

.hero-shade {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 15, 11, .16) 0%, rgba(0, 15, 11, 0) 22%, rgba(0, 19, 14, .04) 40%, rgba(0, 27, 20, .24) 52%, rgba(0, 27, 20, .88) 66%, #001b14 83%, #001b14 100%)
}

.hero-wipe {
  position: absolute;
  z-index: 7;
  top: -12%;
  bottom: -12%;
  width: 34%;
  left: -45%;
  opacity: 0;
  transform: skewX(-11deg);
  background: linear-gradient(90deg, transparent, rgba(227, 191, 122, .17), rgba(255, 233, 184, .28), rgba(227, 191, 122, .08), transparent);
  filter: blur(3px);
  pointer-events: none
}

.hero.is-changing .hero-wipe {
  animation: heroWipe 1.05s var(--ease2)
}

@keyframes heroWipe {
  0% {
    left: -45%;
    opacity: 0
  }

  14% {
    opacity: 1
  }

  82% {
    opacity: .75
  }

  100% {
    left: 118%;
    opacity: 0
  }
}

.hero-copybox {
  position: absolute;
  z-index: 12;
  left: 22px;
  right: 22px;
  bottom: 63px;
  min-height: 314px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity .32s ease, transform .5s var(--ease), filter .4s ease
}

.hero-copybox.swap-out {
  opacity: .15;
  transform: translate3d(0, 14px, 0);
  filter: blur(4px)
}

.hero-ghost {
  position: absolute;
  z-index: -1;
  left: -1px;
  right: auto;
  top: 56px;
  font-size: 54px;
  line-height: .76;
  font-weight: 300;
  letter-spacing: -.045em;
  color: rgba(209, 177, 111, .155);
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap
}

.hero-title {
  position: relative;
  margin: 0 0 1px auto;
  padding: 0;
  font-size: 39px;
  line-height: 1.47;
  color: #f0d393;
  text-align: right;
  max-width: 255px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .38);
  font-weight: 500
}

.hero-sub {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, .69);
  font-size: 11px;
  line-height: 1.95;
  min-height: 22px
}

.hero-actions {
  display: grid;
  gap: 8px;
  margin-top: 16px
}

.hero-actions .btn {
  height: 48px;
  font-size: 12px
}

.hero-actions .gold-btn {
  background: linear-gradient(180deg, #e7c98d, #d3ad65);
  color: #14271e;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .20)
}

.hero-actions .glass {
  background: rgba(0, 23, 17, .31);
  border-color: rgba(225, 190, 122, .66);
  backdrop-filter: blur(14px)
}

.hero-slide-nav {
  position: absolute;
  z-index: 18;
  top: 50.6%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 7px;
  direction: ltr
}

.hero-slide-nav button {
  width: 5px;
  height: 5px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, .35);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
  transition: width .45s var(--ease), border-radius .45s var(--ease), background .45s ease
}

.hero-slide-nav button.active {
  width: 22px;
  border-radius: 99px;
  background: #e0bd78
}

.hero-counter {
  position: absolute;
  z-index: 18;
  right: 21px;
  top: 49%;
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(239, 212, 159, .65);
  font-size: 9px;
  letter-spacing: .12em;
  direction: ltr
}

.hero-counter i {
  width: 22px;
  height: 1px;
  background: rgba(224, 189, 120, .45);
  display: block
}

.hero .scroll-tag {
  bottom: 12px;
  color: #d3b06b;
  z-index: 18
}

@media(max-width:420px) {
  .hero-copybox {
    bottom: 59px;
    left: 20px;
    right: 20px;
    min-height: 305px
  }

  .hero-ghost {
    top: 58px;
    font-size: 50px
  }

  .hero-title {
    font-size: 37px;
    max-width: 245px
  }
}

@media(max-height:740px) {
  .hero-copybox {
    bottom: 48px;
    min-height: 280px
  }

  .hero-title {
    font-size: 34px
  }

  .hero-ghost {
    font-size: 46px;
    top: 48px
  }

  .hero-slide-nav {
    top: 48.5%
  }

  .hero-counter {
    top: 47%
  }

  .hero-actions {
    margin-top: 11px
  }

  .hero-actions .btn {
    height: 44px
  }
}


/* ===== V11 precision refinements ===== */
/* Hero pagination belongs to the lower control zone, not the image center */
.hero-slide-nav {
  top: auto !important;
  bottom: 38px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  gap: 8px !important
}

.hero-slide-nav button {
  width: 6px !important;
  height: 6px !important;
  background: rgba(255, 255, 255, .28) !important
}

.hero-slide-nav button.active {
  width: 25px !important;
  background: #e1bd77 !important
}

.hero-counter {
  top: auto !important;
  bottom: 37px !important;
  right: 21px !important;
  color: rgba(239, 212, 159, .58) !important
}

.hero .scroll-tag {
  bottom: 8px !important
}

/* stronger typographic rhythm and deliberate spacing in hero */
.hero-copybox {
  bottom: 78px !important;
  min-height: 326px !important
}

.hero-ghost {
  top: 35px !important;
  font-size: 52px !important;
  line-height: .79 !important;
  color: rgba(209, 177, 111, .13) !important
}

.hero-title {
  margin: 0 0 9px auto !important;
  font-size: 40px !important;
  line-height: 1.52 !important;
  letter-spacing: -.018em !important
}

.hero-sub {
  margin: 0 !important;
  max-width: 310px;
  min-height: 38px !important;
  font-size: 11.5px !important;
  line-height: 2.05 !important;
  color: rgba(255, 255, 255, .73) !important
}

.hero-actions {
  margin-top: 21px !important;
  gap: 9px !important
}

/* Header contact/location: same optical size */
.hero-contact-head {
  gap: 7px !important
}

.hero-contact-head .icon-btn {
  width: 40px !important;
  height: 40px !important;
  display: grid;
  place-items: center
}

.hero-contact-head .icon-btn:first-child svg {
  width: 22px !important;
  height: 22px !important
}

.hero-contact-head .icon-btn:last-child svg {
  width: 20px !important;
  height: 20px !important
}

/* Collection banners: cleaner catalog banners, no overlay action icon */
.collection-row .meta {
  justify-content: flex-start !important;
  padding: 0 16px !important
}

.collection-row .round-arrow {
  display: none !important
}

.collection-row h3 {
  font-size: 18px !important;
  font-weight: 400 !important
}

.collection-row p {
  font-size: 8.5px !important;
  line-height: 1.8 !important;
  margin-top: 4px !important
}

/* About: stronger hierarchy + more room for narrative copy */
.about-top {
  height: 300px !important;
  padding: 21px 22px 14px !important
}

.about-ghost {
  top: 7px !important;
  font-size: 43px !important;
  color: rgba(0, 42, 31, .075) !important
}

.about-top h2 {
  margin: 42px 0 12px !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
  max-width: 330px !important;
  letter-spacing: -.025em
}

.about-top h2 strong {
  font-size: 40px;
  font-weight: 750 !important;
  color: #071a13
}

.about-top p {
  font-size: 13px !important;
  line-height: 2.15 !important;
  color: #4b504a !important;
  max-width: 460px !important
}

.about-photo {
  height: 248px !important
}

.about-quote {
  font-size: 19px !important;
  line-height: 1.85 !important
}

.stats {
  padding: 15px 18px 9px !important
}

.stat b {
  font-size: 20px !important
}

.about-cta {
  height: 42px !important
}

.marble-foot {
  height: 48px !important
}

/* Featured becomes a true swipeable premium carousel */
.featured-head {
  height: 88px !important;
  padding: 16px 18px 8px !important;
  align-items: flex-end !important
}

.featured-kicker {
  display: block;
  font-size: 8px;
  letter-spacing: .18em;
  color: #aa8752;
  margin-bottom: 3px;
  direction: ltr;
  text-align: right
}

.featured-head h2 {
  font-size: 23px !important;
  font-weight: 550 !important;
  letter-spacing: -.02em
}

.featured-controls {
  display: flex;
  gap: 7px;
  direction: ltr
}

.featured-controls button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(13, 44, 32, .19);
  background: transparent;
  color: #113126;
  font-size: 20px;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: .3s ease
}

.featured-controls button:active {
  transform: scale(.93);
  background: #e9dfcf
}

.product-grid {
  height: 424px !important;
  padding: 8px 15px 2px !important;
  display: flex !important;
  gap: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  direction: ltr !important
}

.product-grid::-webkit-scrollbar {
  display: none
}

.p-card {
  flex: 0 0 calc(47% - 3px);
  scroll-snap-align: start;
  direction: rtl !important;
  min-width: 0;
  background: rgba(255, 255, 255, .22);
  border-radius: 12px;
  padding-bottom: 10px
}

.p-img {
  height: 252px !important;
  border-radius: 11px !important
}

.p-copy {
  padding: 0 6px;
  position: relative
}

.p-index {
  position: absolute;
  left: 5px;
  top: 8px;
  font-size: 9px;
  letter-spacing: .12em;
  color: #b49561;
  direction: ltr
}

.p-card h3 {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 10px 0 0 !important;
  padding-left: 24px
}

.p-card p {
  font-size: 8.5px !important;
  line-height: 1.7 !important;
  margin: 4px 0 !important
}

.p-card strong {
  font-size: 10px !important;
  margin-top: 5px !important
}

.editorial-quote {
  height: 125px !important;
  margin: 5px 15px 0 !important
}

/* Instagram: exactly five larger stories filling the available width */
.insta-stories {
  height: 112px !important;
  padding: 7px 12px 10px !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 5px !important;
  direction: rtl !important;
  overflow: visible !important
}

.story {
  width: auto !important;
  min-width: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start
}

.story-ring {
  width: 64px !important;
  height: 64px !important;
  padding: 2px !important
}

.story small {
  font-size: 10.5px !important;
  margin-top: 5px !important;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.45
}

.insta-grid {
  height: calc(100svh - 72px - 112px - 64px) !important
}

/* Stories get explicit previous/next navigation */
.story-nav {
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(0, 19, 14, .34);
  backdrop-filter: blur(12px);
  color: #f4dbac;
  font-size: 30px;
  display: grid;
  place-items: center;
  line-height: 1;
  opacity: .9
}

.story-prev {
  left: 10px;
  border-radius: 0 15px 15px 0
}

.story-next {
  right: 10px;
  border-radius: 15px 0 0 15px
}

.story-nav:active {
  background: rgba(216, 179, 108, .28)
}

/* Floating contact dock moves to the LEFT and opens inward */
.social-dock {
  right: auto !important;
  left: max(14px, env(safe-area-inset-left)) !important;
  align-items: flex-start !important
}

.social-dock-list {
  align-items: flex-start !important
}

.dock-item {
  flex-direction: row-reverse !important;
  justify-content: flex-start !important
}

.dock-label {
  border-right: 1px solid rgba(216, 179, 108, .16) !important;
  border-left: 0 !important;
  border-radius: 0 12px 12px 0 !important
}

.dock-item:hover .dock-icon {
  transform: translateX(2px) scale(1.04) !important
}

@media(max-width:759px) {
  .social-dock-list {
    right: auto !important;
    left: 0 !important;
    transform-origin: 0 100% !important
  }

  .hero-copybox {
    left: 20px !important;
    right: 20px !important;
    bottom: 76px !important
  }
}

@media(min-width:760px) {
  .social-dock {
    right: auto !important;
    left: calc(50% - min(240px, 50vw) + 16px) !important
  }
}

@media(max-height:740px) {
  .about-top {
    height: 270px !important
  }

  .about-photo {
    height: 220px !important
  }

  .about-top h2 {
    margin-top: 34px !important;
    font-size: 27px !important
  }

  .about-top p {
    font-size: 11px !important;
    line-height: 2 !important
  }

  .product-grid {
    height: 385px !important
  }

  .p-img {
    height: 220px !important
  }

  .editorial-quote {
    height: 105px !important
  }

  .hero-copybox {
    bottom: 72px !important;
    min-height: 290px !important
  }

  .hero-ghost {
    top: 31px !important;
    font-size: 46px !important
  }

  .hero-title {
    font-size: 35px !important
  }

  .hero-actions {
    margin-top: 14px !important
  }

  .hero-slide-nav {
    bottom: 34px !important
  }

  .hero-counter {
    bottom: 33px !important
  }
}


/* ===== V12 — luxury motion, editorial layering and experience polish ===== */
:root {
  --lux-ease: cubic-bezier(.76, 0, .24, 1);
  --soft-ease: cubic-bezier(.22, 1, .36, 1)
}

/* 1 + 2: one coherent motion language and section-to-section depth */
.screen {
  transform-origin: 50% 50%;
  transition: filter .95s var(--soft-ease), opacity .95s var(--soft-ease), transform .95s var(--soft-ease)
}

.screen:not(.is-active) {
  filter: saturate(.86) brightness(.92);
  transform: scale(.992)
}

.screen.is-active {
  filter: none;
  transform: scale(1)
}

[data-reveal] {
  transition-duration: 1.02s !important;
  transition-timing-function: var(--soft-ease) !important
}

.screen.is-active [data-reveal] {
  will-change: transform, opacity, filter
}

.section-kicker {
  font: 400 8px/1.2 "Cormorant Garamond", serif;
  letter-spacing: .24em;
  color: #a9854e;
  direction: ltr;
  text-align: right;
  text-transform: uppercase
}

/* cinematic entrance veil */
.screen .section-veil {
  position: absolute;
  z-index: 60;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 25, 18, .64), rgba(216, 179, 108, .07));
  transform: translateY(0);
  opacity: .35;
  transition: opacity .85s var(--lux-ease), transform 1.05s var(--lux-ease)
}

.screen.is-active .section-veil {
  opacity: 0;
  transform: translateY(-7%)
}

/* 3: hero slider progress bars + side arrows + next-slide peek */
.hero-slide-nav {
  bottom: 35px !important;
  left: 21px !important;
  right: auto !important;
  transform: none !important;
  width: 138px;
  gap: 5px !important
}

.hero-slide-nav button[data-hero-dot] {
  height: 2px !important;
  flex: 1;
  width: auto !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .18) !important;
  position: relative;
  overflow: hidden
}

.hero-slide-nav button[data-hero-dot]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #e1bd77;
  transform: scaleX(0);
  transform-origin: left center
}

.hero-slide-nav button[data-hero-dot].active::after {
  animation: heroProgress 6.5s linear forwards
}

@keyframes heroProgress {
  to {
    transform: scaleX(1)
  }
}

.hero-slide-nav button[data-hero-dot].active {
  background: rgba(255, 255, 255, .12) !important;
  width: auto !important
}

.hero-counter {
  bottom: 29px !important;
  right: 21px !important
}

.hero-nav-arrow {
  position: absolute;
  z-index: 22;
  top: 45%;
  width: 38px;
  height: 52px;
  border: 1px solid rgba(227, 195, 132, .25);
  background: rgba(0, 23, 17, .18);
  color: #efd49c;
  backdrop-filter: blur(9px);
  display: grid;
  place-items: center;
  font-size: 24px;
  opacity: .58;
  transition: opacity .3s ease, background .3s ease, transform .35s var(--soft-ease)
}

.hero-nav-arrow:active {
  transform: scale(.94);
  background: rgba(216, 179, 108, .18)
}

.hero-nav-arrow.prev {
  right: 11px;
  border-radius: 14px 0 0 14px
}

.hero-nav-arrow.next {
  left: 11px;
  border-radius: 0 14px 14px 0
}

.hero-peek {
  position: absolute;
  z-index: 11;
  left: 18px;
  top: 39%;
  width: 34px;
  height: 55px;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid rgba(232, 204, 151, .25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  opacity: .58;
  transform: translateY(-50%);
  transition: .55s var(--soft-ease)
}

.hero-peek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8) brightness(.78)
}

.hero-peek:after {
  content: "NEXT";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-align: center;
  font: 400 6px/1 "Cormorant Garamond";
  letter-spacing: .12em;
  color: #f0d39b
}

.hero-copybox {
  isolation: isolate
}

.hero-copybox:after {
  content: "";
  position: absolute;
  z-index: -2;
  right: -22px;
  bottom: -23px;
  width: 72%;
  height: 62%;
  background: radial-gradient(ellipse, rgba(0, 16, 12, .72), transparent 70%);
  filter: blur(16px)
}

/* 4: layered Persian + English editorial typography */
.about:before,
.featured:before,
.instagram:before,
.contact:before,
.final-scene:before {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  font: 300 64px/.78 "Cormorant Garamond", serif;
  direction: ltr;
  text-align: left;
  white-space: pre;
  color: rgba(9, 48, 35, .045);
  letter-spacing: -.035em;
  text-transform: uppercase
}

.about:before {
  content: "ROOTED\\A IN TRADITION";
  left: 12px;
  top: 88px
}

.featured:before {
  content: "CURATED\\A PIECES";
  left: 10px;
  top: 95px
}

.instagram:before {
  content: "REAL MOMENTS\\A REAL STORIES";
  left: 10px;
  bottom: 82px;
  color: rgba(9, 48, 35, .035)
}

.contact:before {
  content: "LET'S STAY\\A CONNECTED";
  left: 11px;
  bottom: 85px;
  color: rgba(9, 48, 35, .04)
}

.about>*,
.featured>*,
.instagram>*,
.contact>* {
  position: relative;
  z-index: 2
}

/* 5: collections feel curated, not templated */
.collection-list {
  grid-template-rows: 1fr 1fr 1.08fr 1fr 1.08fr 1.12fr !important
}

.collection-row:nth-child(even) .pic {
  order: 2
}

.collection-row:nth-child(even) .meta {
  order: 1
}

.collection-row:nth-child(3),
.collection-row:nth-child(6) {
  display: block !important
}

.collection-row:nth-child(3) .pic,
.collection-row:nth-child(6) .pic {
  position: absolute;
  inset: 0
}

.collection-row:nth-child(3) .pic:after,
.collection-row:nth-child(6) .pic:after {
  background: linear-gradient(0deg, rgba(0, 22, 16, .88), rgba(0, 22, 16, .05) 72%) !important
}

.collection-row:nth-child(3) .meta,
.collection-row:nth-child(6) .meta {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  height: 65%;
  align-items: flex-end !important;
  padding: 0 16px 12px !important;
  background: linear-gradient(0deg, rgba(0, 24, 17, .78), transparent) !important
}

.collection-row:nth-child(5) {
  background: #e9dfce;
  color: #17261f
}

.collection-row:nth-child(5) .pic:after {
  background: linear-gradient(90deg, transparent 68%, rgba(233, 223, 206, .82)) !important
}

.collection-row:nth-child(5) p {
  color: rgba(23, 38, 31, .52) !important
}

.collection-row:nth-child(5) h3 {
  color: #17261f !important
}

/* 6: featured carousel — large hero cards with a visible next-card peek */
.featured-head {
  height: 92px !important
}

.product-grid {
  height: 430px !important;
  padding-inline: 17px !important;
  gap: 14px !important;
  scroll-padding-inline: 17px
}

.p-card {
  flex: 0 0 72% !important;
  scroll-snap-align: center !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .3) !important;
  padding-bottom: 12px !important;
  transition: transform .65s var(--soft-ease), opacity .65s ease, box-shadow .65s ease
}

.p-card:not(.is-current) {
  transform: scale(.94);
  opacity: .68
}

.p-card.is-current {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 20px 45px rgba(20, 31, 25, .10)
}


.p-card.is-current .p-img img {
  transform: scale(1.025)
}

.featured-progress {
  height: 24px;
  padding: 3px 18px 0;
  display: flex;
  direction: ltr;
  align-items: center;
  gap: 9px;
  color: #97784c;
  font: 400 9px/1 "Cormorant Garamond", serif;
  letter-spacing: .1em
}

.featured-progress .track {
  flex: 1;
  height: 1px;
  background: rgba(28, 61, 46, .16);
  position: relative;
  overflow: hidden
}

.featured-progress .fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: #b48e53;
  width: 16.66%;
  transition: width .6s var(--soft-ease)
}

/* 7: stories — premium viewer */
.story-card {
  border: 1px solid rgba(236, 207, 151, .2);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .48)
}

.story-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .22), transparent 22%, transparent 70%, rgba(0, 0, 0, .5));
  pointer-events: none
}

.story-view-head {
  position: absolute;
  z-index: 8;
  top: 26px;
  right: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  direction: rtl;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .4)
}

.story-view-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #e3c27f, #8a6537)
}

.story-view-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #0d291f
}

.story-view-head b {
  font-size: 11px;
  font-weight: 500
}

.story-view-head small {
  display: block;
  font-size: 7px;
  opacity: .7;
  margin-top: 1px
}

.story-modal .progress {
  height: 2px !important;
  gap: 4px !important;
  z-index: 10 !important;
  top: 11px !important
}

.story-modal .progress i {
  height: 2px !important;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .3) !important
}

.story-modal .progress i:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center
}

.story-modal .progress i.done:after {
  transform: scaleX(1)
}

.story-modal .progress i.playing:after {
  animation: storyProgress 5.2s linear forwards
}

@keyframes storyProgress {
  to {
    transform: scaleX(1)
  }
}

.story-nav {
  opacity: .72 !important;
  transition: .3s ease
}

.story-nav:active {
  opacity: 1 !important;
  transform: translateY(-50%) scale(.95)
}

.story-label {
  z-index: 8 !important
}

/* 8: About section emotional refinement */
.about-top:after {
  content: "JEWELRY IS THE LANGUAGE OF MEMORY";
  position: absolute;
  left: 22px;
  bottom: 11px;
  font: 400 7px/1.2 "Cormorant Garamond";
  letter-spacing: .18em;
  color: #aa8854;
  direction: ltr
}

.about-top h2 {
  font-weight: 350 !important
}

.about-top h2 strong {
  font-weight: 600 !important
}

.about-top p {
  max-width: 365px !important
}

.about-quote {
  padding-right: 13px;
  border-right: 1px solid rgba(234, 205, 147, .48)
}

.stats {
  background: rgba(255, 255, 255, .22);
  margin: 0 13px;
  border-radius: 14px
}

/* 9: gallery as a cinematic visit scene */
.gallery-bg img {
  transform: scale(1.055) translate3d(0, var(--gallery-parallax, 0px), 0) !important;
  transition: transform 7s ease
}

.gallery.is-active .gallery-bg img {
  transform: scale(1.095) translate3d(0, var(--gallery-parallax, 0px), 0) !important
}

.gallery-copy {
  bottom: 52px !important;
  max-width: 360px
}

.gallery-copy h2 {
  font-size: 39px !important;
  line-height: 1.38 !important
}

.gallery-copy p {
  font-size: 11px !important;
  line-height: 2 !important;
  max-width: 280px !important
}

.gallery-copy:before {
  content: "HAMIGOLD / MASHHAD";
  display: block;
  font: 400 7px/1 "Cormorant Garamond";
  letter-spacing: .26em;
  color: rgba(234, 205, 147, .74);
  direction: ltr;
  margin-bottom: 12px
}

/* 10: dock dims on hero and shrinks during fast scrolling */
.social-dock {
  transition: opacity .35s ease, transform .45s var(--soft-ease)
}

body.hero-active .social-dock {
  opacity: .53;
  transform: scale(.92);
  transform-origin: left bottom
}

.social-dock.compact {
  opacity: .5;
  transform: translateY(5px) scale(.86);
  transform-origin: left bottom
}

.social-dock.compact .dock-label {
  max-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  opacity: 0 !important
}

/* 11: loader */
.lux-loader {
  position: fixed;
  z-index: 999;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, #06382a 0, #001b14 42%, #00100c 100%);
  display: grid;
  place-items: center;
  transition: opacity .75s var(--lux-ease), visibility .75s
}

.lux-loader.done {
  opacity: 0;
  visibility: hidden
}

.loader-inner {
  text-align: center;
  color: #e1bd77
}

.loader-inner img {
  width: 88px;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 8px 26px rgba(0, 0, 0, .35));
  animation: loaderFloat 1.6s ease-in-out infinite alternate
}

.loader-line {
  width: 124px;
  height: 1px;
  background: rgba(225, 189, 119, .18);
  margin: 15px auto 8px;
  overflow: hidden
}

.loader-line i {
  display: block;
  height: 100%;
  width: 45%;
  background: linear-gradient(90deg, transparent, #e5c47e, transparent);
  animation: loaderLine 1.1s ease-in-out infinite
}

.loader-word {
  font: 400 8px/1 "Cormorant Garamond";
  letter-spacing: .34em;
  direction: ltr
}

@keyframes loaderFloat {
  to {
    transform: translateY(-5px)
  }
}

@keyframes loaderLine {
  from {
    transform: translateX(-160%)
  }

  to {
    transform: translateX(300%)
  }
}

/* 12: final scene replaces a normal footer */
.final-scene {
  background: radial-gradient(100% 80% at 20% 0%, rgba(14, 72, 54, .55), transparent 58%), linear-gradient(145deg, #00150f, #00100c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  isolation: isolate
}

.final-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(18deg, transparent 20%, rgba(216, 179, 108, .13) 20.6%, transparent 21.1%, transparent 58%, rgba(216, 179, 108, .10) 58.5%, transparent 59%), radial-gradient(ellipse at 90% 85%, rgba(16, 74, 55, .4), transparent 45%)
}

.final-scene:before {
  content: "BEAUTY\\A LIVES LONGER";
  left: -5px;
  top: 16%;
  font-size: 77px;
  color: rgba(218, 180, 108, .06)
}

.final-inner {
  width: 100%;
  padding: 34px 24px;
  position: relative;
  z-index: 2
}

.final-logo {
  width: 105px;
  height: 130px;
  object-fit: contain;
  margin-bottom: 25px
}

.final-en {
  font: 300 44px/.9 "Cormorant Garamond";
  letter-spacing: -.03em;
  color: #d9b573;
  direction: ltr
}

.final-fa {
  font-size: 27px;
  line-height: 1.8;
  color: #f5dfb3;
  margin: 8px 0 6px
}

.final-sub {
  font-size: 10px;
  line-height: 2;
  color: rgba(255, 255, 255, .57);
  max-width: 300px;
  margin: 0 auto 24px
}

.final-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  max-width: 340px;
  margin: 0 auto
}

.final-actions a {
  height: 48px
}

.final-socials {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 28px;
  color: #e1bd77
}

.final-socials a {
  text-decoration: none;
  font-size: 15px
}

.final-copy {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  font: 400 7px/1 "Cormorant Garamond";
  letter-spacing: .18em;
  color: rgba(255, 255, 255, .34);
  direction: ltr
}

/* mobile refinements */
@media(max-width:420px) {
  .hero-nav-arrow {
    top: 43%;
    width: 34px;
    height: 48px
  }

  .hero-peek {
    top: 37%;
    left: 12px
  }

  .p-card {
    flex-basis: 76% !important
  }

  .story-ring {
    width: 66px !important;
    height: 66px !important
  }

  .final-en {
    font-size: 40px
  }
}

@media(max-height:740px) {
  .p-img {
    height: 245px !important
  }

  .product-grid {
    height: 375px !important
  }

  .featured-progress {
    height: 19px
  }

  .final-logo {
    width: 88px;
    height: 105px;
    margin-bottom: 15px
  }

  .final-en {
    font-size: 36px
  }

  .final-fa {
    font-size: 23px
  }

  .final-sub {
    margin-bottom: 16px
  }
}


/* === V13 focused polish: menu socials / contact / final socials only === */
.menu-social-wrap {
  margin-top: 22px;
  padding-top: 17px;
  border-top: 1px solid rgba(216, 179, 108, .14)
}

.menu-social-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
  color: #f3dfb6
}

.menu-social-title span {
  font-size: 12px;
  font-weight: 500
}

.menu-social-title small {
  font: 500 7px/1.2 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .2em;
  color: rgba(226, 189, 119, .58);
  direction: ltr
}

.menu-social {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px !important;
  color: #e2bd77
}

.menu-social a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  color: #e2bd77 !important;
  font-size: inherit !important;
  transition: transform .35s var(--ease), color .35s ease
}

.menu-social a:hover {
  transform: translateY(-3px);
  color: #f4d99e !important
}

.menu-social-icon {
  width: 43px;
  height: 43px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 179, 108, .27);
  background: linear-gradient(155deg, rgba(8, 64, 48, .72), rgba(0, 24, 18, .72));
  box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 10px 26px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px)
}

.menu-social-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round
}

.menu-social a small {
  font: 500 7px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .57);
  direction: ltr
}

.contact {
  overflow: hidden;
  background: linear-gradient(180deg, #fbf8f1 0%, #f5f0e6 100%) !important
}

.contact:before {
  display: none !important
}

.contact .m-head {
  flex: 0 0 64px
}

.contact-intro {
  padding: 5px 20px 8px;
  text-align: right
}

.contact-kicker {
  display: block;
  font: 500 8px/1.2 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .22em;
  color: #b28a50;
  direction: ltr;
  text-align: right;
  margin-bottom: 5px
}

.contact-intro h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.45;
  font-weight: 650;
  color: #0c2d23;
  letter-spacing: -.025em
}

.contact-intro p {
  margin: 4px 0 0;
  font-size: 9px;
  line-height: 1.9;
  color: #7a7368;
  max-width: 390px
}

.contact-list {
  margin: 0 16px;
  padding: 0 !important;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(20, 47, 37, .07);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(44, 37, 27, .045)
}

.c-row {
  height: 54px !important;
  direction: rtl !important;
  grid-template-columns: 42px 1fr 16px !important;
  padding: 0 11px !important;
  border-bottom: 1px solid rgba(17, 35, 27, .075) !important;
  color: #172c25;
  transition: background .28s ease, transform .28s var(--ease)
}

.c-row:last-child {
  border-bottom: 0 !important
}

.c-row:hover {
  background: rgba(215, 179, 108, .06)
}

.c-icon {
  width: 32px !important;
  height: 32px !important;
  background: linear-gradient(150deg, #064332, #001e16) !important;
  color: #e7c67f !important;
  box-shadow: 0 7px 18px rgba(0, 38, 28, .13)
}

.c-icon svg {
  width: 15px !important;
  height: 15px !important;
  stroke: #e7c67f !important
}

.c-row span:nth-child(2) {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 4px
}

.c-row b {
  font-size: 14px !important;
  font-weight: 450 !important;
  color: #183329
}

.c-row small {
  font-size: 10px !important;
  margin-top: 2px !important;
  color: #8e877c !important
}

.c-row .chev {
  font-size: 15px !important;
  color: #b49b70 !important;
  text-align: left
}

.map {
  height: 174px !important;
  margin: 10px 16px 0 !important;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(48, 40, 29, .07);
  border: 1px solid rgba(20, 47, 37, .06)
}

.contact-cta {
  padding: 9px 16px 0 !important
}

.contact-cta .btn {
  height: 47px !important;
  border-radius: 14px;
  background: linear-gradient(145deg, #003226, #001f18) !important;
  color: #efd49a !important;
  border: 1px solid rgba(216, 179, 108, .18) !important;
  box-shadow: 0 10px 24px rgba(0, 38, 28, .11)
}

.contact-marble {
  height: 42px !important;
  margin-top: auto !important
}

.final-socials {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px !important;
  max-width: 360px;
  margin: 25px auto 0 !important;
  color: #e1bd77
}

.final-socials a {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none !important;
  color: #e1bd77 !important;
  font-size: inherit !important;
  transition: transform .35s var(--ease), color .35s ease
}

.final-socials a:hover {
  transform: translateY(-4px);
  color: #f6dda7 !important
}

.final-social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220, 184, 113, .3);
  background: radial-gradient(circle at 32% 25%, rgba(19, 85, 64, .78), rgba(0, 28, 21, .78));
  box-shadow: 0 10px 28px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .045);
  backdrop-filter: blur(12px)
}

.final-social-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}

.final-socials small {
  font: 500 7.5px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .055em;
  color: rgba(255, 255, 255, .5);
  direction: ltr
}

@media(max-height:760px) {
  .contact-intro {
    padding-top: 0
  }

  .contact-intro h2 {
    font-size: 24px
  }

  .contact-list .c-row {
    height: 50px !important
  }

  .map {
    height: 145px !important
  }

  .contact-marble {
    height: 30px !important
  }
}



/* ---- extracted style block ---- */

.section-veil.settled {
  opacity: 0 !important
}

.about-ghost,
.hero-ghost,
.featured-kicker {
  transform: translate3d(0, var(--drift, 0px), 0);
  transition: transform .35s linear
}

.hero-ghost {
  transition: transform .35s linear, opacity .35s ease
}

.final-scene .section-veil {
  background: linear-gradient(145deg, rgba(2, 43, 31, .68), rgba(216, 179, 108, .08))
}

/* =====================================================================
   V14 refinement patch
   - true mobile viewport sections
   - centered sidebar logo
   - Persian typography refinement
   - official social brand marks
   - animated contact dock
   - story close reliability
   - Neshan wireframe card
   ===================================================================== */
:root {
  --app-height: 100dvh;
  --browser-chrome: #002219;
  --fa-ui: "Estedad", "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  --fa-display: "IBM Plex Sans Arabic", "Estedad", Tahoma, Arial, sans-serif;
}

html {
  background: var(--browser-chrome);
  scroll-padding: 0;
  overscroll-behavior-y: none
}

body {
  background: var(--browser-chrome);
  font-family: var(--fa-ui);
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "rlig" 1;
}

button,
a,
input,
textarea,
select {
  font-family: inherit
}

.m-head .center,
.hero-title,
.about-top h2,
.featured-head h2,
.gallery-copy h2,
.contact-intro h2,
.menu-nav a,
.p-card h3 {
  font-family: var(--fa-display)
}

p,
small,
.hero-sub,
.about-top p,
.gallery-copy p,
.contact-intro p,
.c-row,
.btn {
  font-family: var(--fa-ui);
  letter-spacing: 0
}

/* Every panel always occupies exactly the currently visible mobile viewport. */
.screen {
  height: var(--app-height) !important;
  min-height: var(--app-height) !important;
  max-height: var(--app-height) !important;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden !important;
}

.collection-list {
  height: calc(var(--app-height) - 72px) !important
}

.insta-grid {
  height: calc(var(--app-height) - 72px - 92px - 64px) !important
}

@media(min-width:760px) {
  .screen {
    min-height: var(--app-height) !important
  }
}

/* Sidebar logo: true optical + geometric center, independent of close button. */
.menu-top {
  height: 100px;
  position: relative;
  display: block !important
}

.menu-top img {
  position: absolute !important;
  width: 90px !important;
  height: 96px;
  object-fit: contain;
  top: 0 !important;
  left: 50% !important;
  right: auto !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
}

.menu-close {
  z-index: 4
}

.menu-nav {
  margin-top: 35px !important
}

.menu-sign {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  direction: ltr;
  text-align: right;
  font-size: 22px !important;
  line-height: 1.1 !important;
  letter-spacing: .01em;
}

/* Brand logos stored locally and recolored from one design-system token. */
.brand-mark {
  display: block;
  width: 19px;
  height: 19px;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain
}

.brand-instagram {
  mask-image: url("../icons/instagram.svg");
  -webkit-mask-image: url("../icons/instagram.svg")
}

.brand-telegram {
  mask-image: url("../icons/telegram.svg");
  -webkit-mask-image: url("../icons/telegram.svg")
}

.brand-whatsapp {
  mask-image: url("../icons/whatsapp.svg");
  -webkit-mask-image: url("../icons/whatsapp.svg")
}

.brand-location {
  mask-image: url("../icons/location.svg");
  -webkit-mask-image: url("../icons/location.svg")
}

.brand-phone {
  mask-image: url("../icons/phone.svg");
  -webkit-mask-image: url("../icons/phone.svg")
}

.menu-social-icon .brand-mark,
.final-social-icon .brand-mark {
  width: 19px;
  height: 19px
}

.dock-icon .brand-mark {
  width: 18px;
  height: 18px
}

.c-icon .brand-mark {
  width: 16px;
  height: 16px;
  color: #e7c67f
}

.menu-social-icon svg,
.final-social-icon svg,
.dock-icon svg {
  display: none
}

/* Contact dock: closed state communicates purpose; plus morphs into a real X. */
.social-dock {
  right: auto !important;
  left: max(14px, env(safe-area-inset-left)) !important;
  align-items: flex-start !important;
}

.social-dock-list {
  align-items: flex-start !important
}

.social-dock-toggle {
  display: flex !important;
  width: 146px !important;
  height: 46px !important;
  border-radius: 16px !important;
  padding: 0 13px !important;
  justify-content: space-between !important;
  gap: 10px;
  direction: rtl;
  overflow: hidden;
  transition: width .48s var(--ease), border-radius .48s var(--ease), transform .35s var(--ease), background .35s ease !important;
}

.social-dock-toggle .dock-toggle-copy {
  position: static !important;
  opacity: 1 !important;
  font-family: var(--fa-ui);
  font-size: 11px;
  font-weight: 450;
  white-space: nowrap;
  color: #f0d59d;
  transform: none;
  transition: opacity .24s ease, transform .42s var(--ease), max-width .42s var(--ease);
  max-width: 100px;
}

.dock-toggle-glyph {
  width: 20px;
  height: 20px;
  position: relative;
  flex: 0 0 20px;
  display: block;
  transition: transform .5s var(--ease)
}

.dock-toggle-glyph i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 1.6px;
  border-radius: 2px;
  background: #e4c37d;
  transform: translate(-50%, -50%);
  transition: transform .5s var(--ease), opacity .35s ease
}

.dock-toggle-glyph i:last-child {
  transform: translate(-50%, -50%) rotate(90deg)
}

.social-dock.open .social-dock-toggle {
  width: 46px !important;
  border-radius: 15px !important;
  padding: 0 13px !important
}

.social-dock.open .dock-toggle-copy {
  opacity: 0 !important;
  max-width: 0;
  transform: translateX(-12px)
}

.social-dock.open .dock-toggle-glyph {
  transform: rotate(45deg)
}

.social-dock.open .dock-toggle-glyph i:last-child {
  transform: translate(-50%, -50%) rotate(90deg)
}

@media(max-width:759px) {
  .social-dock-list {
    left: 0 !important;
    right: auto !important;
    transform-origin: 0 100% !important
  }

  .dock-item {
    flex-direction: row-reverse
  }

  .dock-label {
    border-radius: 0 12px 12px 0 !important;
    border-right: 1px solid rgba(216, 179, 108, .16) !important;
    border-left: 0 !important
  }
}

@media(min-width:760px) {
  .social-dock {
    left: calc(50% - min(240px, 50vw) + 16px) !important;
    right: auto !important
  }

  .social-dock-toggle {
    display: none !important
  }
}

/* Story modal: overlay can never steal button taps. */
.story-card:after {
  pointer-events: none !important
}

.story-close,
.story-nav,
.story-view-head,
.progress,
.story-label {
  z-index: 12 !important
}

.story-close {
  width: 42px !important;
  height: 42px !important;
  top: max(14px, env(safe-area-inset-top)) !important;
  left: 14px !important;
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 27px;
  line-height: 1;
  touch-action: manipulation;
  pointer-events: auto !important;
  background: rgba(0, 18, 13, .58) !important;
  backdrop-filter: blur(12px);
}

.story-nav {
  pointer-events: auto !important;
  touch-action: manipulation
}

/* Neshan location wireframe — keeps user's original destination URL. */
.map-wireframe {
  display: block !important;
  text-decoration: none;
  isolation: isolate;
  background:
    linear-gradient(rgba(0, 54, 40, .025), rgba(0, 54, 40, .025)),
    repeating-linear-gradient(0deg, #e9e7e1 0 29px, #ece9e2 30px 31px),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(255, 255, 255, .62) 43px 44px),
    #e9e6df !important;
}

.map-wireframe:before {
  content: "" !important;
  position: absolute;
  inset: -20%;
  opacity: .95 !important;
  background:
    linear-gradient(28deg, transparent 45%, rgba(255, 255, 255, .95) 45.5% 47.8%, transparent 48.3%),
    linear-gradient(112deg, transparent 36%, rgba(255, 255, 255, .92) 36.5% 39.2%, transparent 39.8%),
    linear-gradient(160deg, transparent 58%, rgba(255, 255, 255, .86) 58.5% 60.2%, transparent 60.7%);
  transform: rotate(-3deg);
  pointer-events: none
}

.map-road {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(185, 179, 168, .32);
  border-radius: 999px;
  transform-origin: center
}

.road-a {
  width: 125%;
  height: 9px;
  left: -10%;
  top: 39%;
  transform: rotate(-17deg)
}

.road-b {
  width: 98%;
  height: 7px;
  left: 12%;
  top: 61%;
  transform: rotate(22deg)
}

.road-c {
  width: 78%;
  height: 6px;
  left: -4%;
  top: 73%;
  transform: rotate(-46deg)
}

.road-d {
  width: 55%;
  height: 5px;
  right: -8%;
  top: 27%;
  transform: rotate(55deg)
}

.map-block {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(123, 138, 128, .13);
  background: rgba(255, 255, 255, .18);
  border-radius: 5px
}

.block-a {
  width: 72px;
  height: 42px;
  left: 13%;
  top: 16%;
  transform: rotate(-8deg)
}

.block-b {
  width: 83px;
  height: 48px;
  right: 10%;
  top: 51%;
  transform: rotate(7deg)
}

.block-c {
  width: 58px;
  height: 35px;
  left: 23%;
  bottom: 9%;
  transform: rotate(13deg)
}

.map-pin-v14 {
  position: absolute;
  z-index: 7;
  left: 55%;
  top: 48%;
  width: 42px;
  height: 42px;
  border-radius: 50% 50% 50% 0;
  background: #004331;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 10px 22px rgba(0, 45, 33, .23)
}

.map-pin-v14 i {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: #f4e7c9
}

.map-place-card {
  position: absolute;
  z-index: 8;
  right: 10px;
  bottom: 9px;
  max-width: 72%;
  padding: 8px 10px;
  border-radius: 11px;
  background: rgba(250, 248, 242, .9);
  box-shadow: 0 8px 22px rgba(54, 48, 38, .09);
  backdrop-filter: blur(8px);
  text-align: right;
  color: #183329
}

.map-place-card strong {
  display: block;
  font-size: 10px;
  font-weight: 650
}

.map-place-card small {
  display: block;
  font-size: 7.5px;
  line-height: 1.7;
  color: #756e64;
  margin-top: 2px
}

.map-provider {
  position: absolute;
  z-index: 8;
  left: 9px;
  top: 8px;
  font-size: 6.5px;
  letter-spacing: .18em;
  color: rgba(19, 52, 41, .45)
}

/* Contact layout remains usable on short devices without leaking the next screen. */
.contact {
  height: var(--app-height) !important;
  min-height: var(--app-height) !important;
  max-height: var(--app-height) !important
}

.contact-intro {
  flex: 0 0 auto
}

.contact-list {
  flex: 0 0 auto
}

.map {
  flex: 1 1 142px;
  min-height: 118px !important;
  max-height: 174px !important
}

.contact-cta {
  flex: 0 0 auto
}

.contact-marble {
  flex: 0 0 34px !important
}

@media(max-height:700px) {
  .contact .m-head {
    height: 56px !important;
    flex-basis: 56px !important
  }

  .contact-intro p {
    display: none
  }

  .contact-intro h2 {
    font-size: 22px !important
  }

  .c-row {
    height: 46px !important
  }

  .map {
    min-height: 110px !important;
    max-height: 126px !important
  }

  .contact-marble {
    display: none
  }

  .contact-cta .btn {
    height: 43px !important
  }
}

/* Never scale the section box itself: scaling full-viewport panels creates visible seams on some phones. */
.screen,
.screen.is-active,
.screen:not(.is-active) {
  transform: none !important;
  transform-origin: center !important
}

.screen:not(.is-active) {
  filter: saturate(.9) brightness(.95)
}

/* =====================================================================
   V15 — Mobile + Tablet precision pass
   ===================================================================== */
:root {
  --fa-ui: "Vazirmatn", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  --fa-display: "Estedad", "Vazirmatn", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  --fa-calligraphy: "Noto Nastaliq Urdu", "Vazirmatn", serif;
  --v15-shadow: 0 18px 46px rgba(0, 26, 19, .12);
}

body {
  font-family: var(--fa-ui);
  font-weight: 350
}

.m-head .center,
.hero-title,
.about-top h2,
.featured-head h2,
.gallery-copy h2,
.contact-intro h2,
.menu-nav a,
.p-card h3,
.featured-lux-copy span {
  font-family: var(--fa-display) !important
}

.nast {
  font-family: var(--fa-calligraphy) !important
}

p,
small,
.hero-sub,
.about-top p,
.gallery-copy p,
.contact-intro p,
.c-row,
.btn,
.menu-social-title span {
  font-family: var(--fa-ui) !important
}

/* About — keep English editorial text out of the Persian copy */
.about {
  isolation: isolate
}

.about-editorial {
  height: 286px !important;
  padding: 18px 24px 15px 48px !important;
  overflow: hidden !important;
  position: relative
}

.about-side-en {
  position: absolute;
  left: 14px;
  top: 27px;
  bottom: 18px;
  z-index: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font: 400 8px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .24em;
  color: rgba(2, 48, 35, .34);
  white-space: nowrap;
}

.about-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9a7441;
  margin: 2px 0 8px
}

.about-meta span {
  font: 500 9px/1.2 var(--fa-ui)
}

.about-meta i {
  height: 1px;
  width: 28px;
  background: linear-gradient(90deg, #bd9455, transparent)
}

.about-meta small {
  font: 500 7px/1 "Cormorant Garamond", Georgia, serif;
  letter-spacing: .15em;
  color: rgba(29, 65, 51, .48);
  direction: ltr
}

.about-top h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px !important;
  max-width: 360px !important;
  line-height: 1.42 !important;
  letter-spacing: -.035em !important;
  color: #0a2b20
}

.about-top h2 span {
  display: block;
  font-size: 27px;
  font-weight: 400;
  color: #486057
}

.about-top h2 strong {
  display: block;
  font-size: 39px !important;
  line-height: 1.28;
  font-weight: 720 !important;
  color: #071d16
}

.about-top p {
  position: relative;
  z-index: 2;
  font-size: 12px !important;
  line-height: 2.22 !important;
  max-width: 420px !important;
  color: #505a54 !important;
  margin: 0 !important
}

.about-photo {
  height: 252px !important
}

.about-photo-caption {
  position: absolute;
  z-index: 4;
  right: 20px;
  left: 20px;
  bottom: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px
}

.about-photo-caption>.en {
  font: 500 7px/1.2 "Cormorant Garamond", serif;
  letter-spacing: .21em;
  color: rgba(255, 255, 255, .6);
  direction: ltr;
  writing-mode: vertical-rl;
  transform: rotate(180deg)
}

.about-quote {
  position: static !important;
  font-size: 18px !important;
  line-height: 1.85 !important;
  text-align: right
}

.about-bottom {
  padding-bottom: max(14px, env(safe-area-inset-bottom));
  justify-content: flex-start;
  background: linear-gradient(180deg, #f8f2e8, #f2e8d8) !important
}

.about-bottom .stats {
  padding: 15px 20px 11px !important
}

.about-bottom .about-cta {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  width: min(190px, 58vw) !important;
  border-radius: 13px
}

.about .marble-foot {
  display: none !important
}

/* Featured — fuller, more editorial, less empty at the bottom */
.featured {
  background: linear-gradient(180deg, #faf7f0 0%, #f3ede2 100%) !important;
  isolation: isolate
}

.featured:before {
  content: "CURATED\A JEWELRY" !important;
  left: 8px !important;
  top: 15% !important;
  font-size: 74px !important;
  color: rgba(0, 55, 40, .035) !important
}

.featured-head {
  height: 94px !important;
  padding: 18px 18px 9px !important
}

.featured-head h2 {
  font-size: 25px !important;
  font-weight: 680 !important;
  letter-spacing: -.04em !important;
  color: #0a2c21
}

.product-grid {
  height: 425px !important;
  padding: 7px 17px 4px !important;
  gap: 14px !important;
  scroll-padding-inline: 17px
}

.p-card {
  flex: 0 0 73% !important;
  padding: 0 0 12px !important;
  border: 1px solid rgba(15, 54, 40, .07);
  background: rgba(255, 255, 255, .55) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 38px rgba(34, 27, 18, .055);
  overflow: hidden;
  transition: transform .6s var(--soft-ease), box-shadow .6s var(--soft-ease), opacity .5s ease
}

.p-card:not(.is-current) {
  opacity: .68;
  transform: scale(.965)
}

.p-card.is-current {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 20px 48px rgba(28, 30, 22, .10)
}

.p-img {
  height: 290px !important;
  border-radius: 0 !important
}

.p-copy {
  padding: 0 14px 2px !important
}

.p-card h3 {
  font-size: 16px !important;
  font-weight: 650 !important;
  margin-top: 12px !important;
  color: #102f24
}

.p-card p {
  font-size: 10px !important;
  color: #867d70 !important;
  line-height: 1.9 !important;
  min-height: 38px
}

.p-card strong {
  font-size: 11px !important;
  color: #4b493f
}

.p-placeholder img {
  width: 44% !important
}

.featured-progress {
  height: 28px !important;
  padding: 4px 20px 0 !important
}

.featured-lux-panel {
  position: relative;
  overflow: hidden;
  margin: 3px 16px 14px;
  padding: 16px 17px 14px;
  border-radius: 19px;
  background: radial-gradient(85% 120% at 92% 0%, rgba(25, 91, 68, .78), transparent 58%), linear-gradient(145deg, #00261d, #00160f);
  color: #f1d89f;
  box-shadow: 0 18px 42px rgba(0, 35, 25, .16);
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  column-gap: 14px
}

.featured-lux-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(26deg, transparent 23%, rgba(226, 189, 117, .15) 23.4%, transparent 24.2%, transparent 67%, rgba(226, 189, 117, .10) 67.4%, transparent 68.1%)
}

.featured-lux-en {
  grid-column: 1/-1;
  font: 500 7px/1 "Cormorant Garamond", serif;
  letter-spacing: .24em;
  color: rgba(240, 213, 157, .64);
  direction: ltr;
  position: relative;
  z-index: 2
}

.featured-lux-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  text-align: right
}

.featured-lux-copy span {
  display: block;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
  color: #f4dda9
}

.featured-lux-copy small {
  display: block;
  font-size: 8.5px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .6);
  margin-top: 3px;
  max-width: 250px
}

.featured-lux-link {
  grid-column: 2;
  grid-row: 2/4;
  align-self: center;
  position: relative;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(229, 196, 128, .38);
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #e9c983;
  font-size: 0;
  background: rgba(0, 19, 14, .25);
  backdrop-filter: blur(10px)
}

.featured-lux-link span {
  font-size: 19px
}

.featured-lux-link:hover {
  background: rgba(216, 179, 108, .12)
}

/* Contact dock — label above the icon; fixed X state; direct close on second tap */
.social-dock {
  left: max(14px, env(safe-area-inset-left)) !important;
  right: auto !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  display: block !important;
  pointer-events: none !important
}

.social-dock-toggle {
  position: relative !important;
  z-index: 30 !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  padding: 0 !important;
  border-radius: 17px !important;
  display: grid !important;
  place-items: center !important;
  pointer-events: auto !important;
  background: linear-gradient(155deg, rgba(5, 61, 45, .97), rgba(0, 25, 18, .97)) !important;
  border: 1px solid rgba(225, 190, 120, .42) !important;
  box-shadow: 0 15px 36px rgba(0, 25, 18, .34), inset 0 1px rgba(255, 255, 255, .045) !important;
  transition: transform .38s var(--soft-ease), background .35s ease, border-color .35s ease !important
}

.social-dock-toggle:active {
  transform: scale(.94)
}

.social-dock-hint {
  position: absolute;
  z-index: 24;
  left: 0;
  bottom: 61px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .38s ease, transform .55s var(--soft-ease), filter .4s ease
}

.social-dock-hint span {
  height: 36px;
  padding: 0 14px;
  border-radius: 12px;
  background: rgba(0, 29, 21, .94);
  border: 1px solid rgba(217, 181, 112, .24);
  box-shadow: 0 10px 28px rgba(0, 22, 16, .22);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #efd39b;
  font: 560 11px/1 var(--fa-ui)
}

.social-dock-hint i {
  width: 1px;
  height: 12px;
  margin-left: 24px;
  background: linear-gradient(#d9b570, transparent)
}

.social-dock.open .social-dock-hint {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(5px)
}

.dock-toggle-glyph {
  width: 22px !important;
  height: 22px !important;
  position: relative !important;
  display: block !important;
  transform: none !important
}

.dock-toggle-glyph i {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 18px !important;
  height: 1.6px !important;
  background: #e8c77f !important;
  border-radius: 2px !important;
  transition: transform .5s var(--soft-ease), opacity .35s ease !important
}

.dock-toggle-glyph i:first-child {
  transform: translate(-50%, -50%) rotate(0deg) !important
}

.dock-toggle-glyph i:last-child {
  transform: translate(-50%, -50%) rotate(90deg) !important
}

.social-dock.open .dock-toggle-glyph i:first-child {
  transform: translate(-50%, -50%) rotate(45deg) !important
}

.social-dock.open .dock-toggle-glyph i:last-child {
  transform: translate(-50%, -50%) rotate(-45deg) !important
}

.social-dock.open .social-dock-toggle {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
  border-radius: 17px !important;
  background: linear-gradient(155deg, #074b38, #001b14) !important;
  border-color: rgba(235, 202, 132, .7) !important
}

.social-dock-list {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  bottom: 62px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  align-items: flex-start !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) scale(.96) !important;
  transform-origin: 0 100% !important;
  pointer-events: none !important;
  transition: opacity .34s ease, transform .52s var(--soft-ease), visibility .34s !important
}

.social-dock.open .social-dock-list {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  pointer-events: auto !important
}

.dock-item {
  height: 43px !important;
  pointer-events: auto !important
}

.dock-label {
  font-family: "Cormorant Garamond", serif !important
}

.dock-icon {
  width: 43px !important;
  height: 43px !important;
  border-radius: 14px !important
}

/* Story close is outside the card and always tappable */
.story-modal {
  touch-action: none
}

.story-close-global {
  position: fixed !important;
  z-index: 220 !important;
  top: calc((100dvh - min(88dvh, 760px))/2 + 14px) !important;
  left: calc(50% - min(46vw, 210px) + 14px) !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  background: rgba(0, 20, 14, .66) !important;
  backdrop-filter: blur(16px) !important;
  display: block !important;
  padding: 0 !important;
  pointer-events: auto !important;
  touch-action: manipulation !important
}

.story-close-global span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1.5px;
  border-radius: 3px;
  background: #fff;
  transform-origin: center
}

.story-close-global span:first-child {
  transform: translate(-50%, -50%) rotate(45deg)
}

.story-close-global span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.story-close-global:active {
  transform: scale(.92)
}

.story-card {
  isolation: isolate
}

.story-card:after {
  z-index: 1 !important
}

.story-view-head,
.progress,
.story-label,
.story-nav {
  z-index: 8 !important
}

/* Actual Neshan place page inside the contact screen */
.neshan-live-map {
  position: relative !important;
  overflow: hidden !important;
  background: #e9e6df !important;
  isolation: isolate
}

.neshan-live-map:before,
.neshan-live-map:after {
  display: none !important
}

.neshan-live-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #e9e6df;
  display: block
}

.neshan-open-link {
  position: absolute;
  z-index: 5;
  left: 9px;
  bottom: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 34px;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(0, 37, 28, .92);
  color: #edd19a;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 24, 18, .2);
  backdrop-filter: blur(10px);
  font-size: 9px
}

.neshan-open-link .brand-mark {
  width: 15px;
  height: 15px
}

/* Short phones */
@media(max-height:720px) and (max-width:759px) {
  .about-editorial {
    height: 245px !important;
    padding-top: 11px !important
  }

  .about-top h2 span {
    font-size: 23px
  }

  .about-top h2 strong {
    font-size: 32px !important
  }

  .about-top p {
    font-size: 10.5px !important;
    line-height: 2.05 !important
  }

  .about-photo {
    height: 205px !important
  }

  .about-photo-caption {
    bottom: 9px
  }

  .about-bottom .stats {
    padding: 10px 18px 7px !important
  }

  .about-bottom .about-cta {
    height: 40px !important
  }

  .featured-head {
    height: 79px !important
  }

  .product-grid {
    height: 330px !important
  }

  .p-img {
    height: 220px !important
  }

  .p-card h3 {
    font-size: 14px !important
  }

  .featured-progress {
    height: 20px !important
  }

  .featured-lux-panel {
    min-height: 105px;
    margin-bottom: 9px;
    padding: 12px 14px
  }

  .featured-lux-copy span {
    font-size: 16px
  }

  .featured-lux-copy small {
    font-size: 7.5px;
    line-height: 1.7
  }

  .featured-lux-link {
    width: 40px;
    height: 40px
  }

  .social-dock-hint span {
    font-size: 10px
  }
}

/* Tablet — not a stretched phone: wider composition, balanced columns */
@media(min-width:760px) and (max-width:1100px) {
  body {
    background: linear-gradient(145deg, #00160f, #00271d)
  }

  main {
    width: min(820px, 100%) !important;
    max-width: 820px !important;
    margin: 0 auto !important;
    box-shadow: 0 0 0 1px rgba(216, 179, 108, .1), 0 0 100px rgba(0, 0, 0, .3)
  }

  .menu-panel {
    width: min(700px, 100%) !important
  }

  .screen {
    width: 100% !important
  }

  .m-head {
    height: 78px !important;
    padding: 17px 26px 0 !important;
    grid-template-columns: 92px 1fr 92px
  }

  .m-head .center {
    font-size: 23px
  }

  .hero-copybox {
    left: 42px !important;
    right: 42px !important;
    max-width: 520px
  }

  .hero-title {
    font-size: 48px !important;
    max-width: 330px !important
  }

  .hero-sub {
    font-size: 13px !important;
    max-width: 420px !important
  }

  .hero-actions {
    grid-template-columns: 1fr 1fr;
    max-width: 430px
  }

  .hero-slide-nav {
    left: 42px !important;
    width: 190px !important
  }

  .hero-counter {
    right: 42px !important
  }

  .collection-list {
    height: calc(var(--app-height) - 78px) !important;
    padding: 12px 24px 22px !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: repeat(3, 1fr) !important;
    gap: 12px !important
  }

  .collection-row {
    border-radius: 18px !important;
    grid-template-columns: 47% 53% !important
  }

  .collection-row h3 {
    font-size: 20px !important
  }

  .collection-row p {
    font-size: 9px !important
  }

  .about {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 78px minmax(0, 1fr) 190px !important
  }

  .about>.m-head {
    grid-column: 1/-1;
    grid-row: 1
  }

  .about-editorial {
    grid-column: 2;
    grid-row: 2;
    height: auto !important;
    padding: 38px 42px 24px 58px !important;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .about-photo {
    grid-column: 1;
    grid-row: 2;
    height: auto !important
  }

  .about-bottom {
    grid-column: 1/-1;
    grid-row: 3;
    display: grid !important;
    grid-template-columns: 1fr 260px !important;
    align-items: center !important;
    padding: 0 34px !important
  }

  .about-bottom .stats {
    padding: 0 !important
  }

  .about-bottom .about-cta {
    margin: 0 auto !important;
    width: 210px !important
  }

  .about-top h2 span {
    font-size: 31px
  }

  .about-top h2 strong {
    font-size: 45px !important
  }

  .about-top p {
    font-size: 13px !important;
    line-height: 2.35 !important
  }

  .about-side-en {
    left: 20px;
    top: 46px;
    bottom: 46px
  }

  .featured-head {
    height: 100px !important;
    padding: 22px 34px 10px !important
  }

  .featured-head h2 {
    font-size: 29px !important
  }

  .product-grid {
    height: 465px !important;
    padding: 9px 34px 6px !important;
    gap: 18px !important
  }

  .p-card {
    flex-basis: 44% !important
  }

  .p-img {
    height: 310px !important
  }

  .featured-progress {
    padding-inline: 36px !important
  }

  .featured-lux-panel {
    margin: 6px 34px 18px !important;
    min-height: 135px;
    padding: 18px 22px
  }

  .featured-lux-copy span {
    font-size: 21px
  }

  .featured-lux-copy small {
    font-size: 9px
  }

  .featured-lux-link {
    width: 52px;
    height: 52px
  }

  .insta-stories {
    height: 125px !important;
    padding-inline: 28px !important;
    gap: 14px !important
  }

  .story-ring {
    width: 78px !important;
    height: 78px !important
  }

  .story small {
    font-size: 11px !important
  }

  .insta-grid {
    height: calc(var(--app-height) - 78px - 125px - 70px) !important;
    padding: 0 28px !important;
    gap: 7px !important
  }

  .insta-cta {
    height: 70px !important;
    padding: 10px 28px !important
  }

  .gallery-copy {
    right: 42px !important;
    left: 42px !important;
    bottom: 56px !important;
    max-width: 520px
  }

  .gallery-copy h2 {
    font-size: 44px !important
  }

  .gallery-copy p {
    font-size: 12px !important;
    max-width: 360px !important
  }

  .contact {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 78px auto minmax(0, 1fr) 76px !important;
    gap: 0 18px;
    padding: 0 28px 0 !important
  }

  .contact>.m-head {
    grid-column: 1/-1;
    grid-row: 1;
    margin: 0 -28px
  }

  .contact-intro {
    grid-column: 1/-1;
    grid-row: 2;
    padding: 4px 0 16px !important
  }

  .contact-list {
    grid-column: 1;
    grid-row: 3;
    margin: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .c-row {
    flex: 1;
    min-height: 52px
  }

  .map {
    grid-column: 2;
    grid-row: 3;
    margin: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 20px
  }

  .contact-cta {
    grid-column: 2;
    grid-row: 4;
    padding: 10px 0 0 !important
  }

  .contact-marble {
    display: none !important
  }

  .contact-intro h2 {
    font-size: 31px !important
  }

  .contact-intro p {
    font-size: 10px !important;
    max-width: 520px
  }

  .neshan-open-link {
    left: 12px;
    bottom: 12px
  }

  .final-inner {
    max-width: 620px
  }

  .final-en {
    font-size: 58px !important
  }

  .final-fa {
    font-size: 31px !important
  }

  .final-sub {
    font-size: 11px !important;
    max-width: 420px !important
  }

  .final-actions {
    max-width: 440px !important
  }

  .final-socials {
    max-width: 450px !important
  }

  .social-dock {
    left: calc(50% - min(410px, 50vw) + 18px) !important
  }

  .social-dock-toggle {
    display: grid !important
  }

  .social-dock-list {
    display: flex !important
  }
}

/* V15.1 viewport-fit corrections for mobile content */
@media(max-width:759px) {
  .about {
    display: grid !important;
    grid-template-rows: 72px minmax(0, 34%) minmax(0, 30%) minmax(0, 1fr) !important
  }

  .about>.m-head {
    grid-row: 1
  }

  .about-editorial {
    grid-row: 2;
    height: auto !important
  }

  .about-photo {
    grid-row: 3;
    height: auto !important
  }

  .about-bottom {
    grid-row: 4;
    min-height: 0 !important;
    overflow: hidden;
    justify-content: center !important
  }

  .featured-lux-panel {
    flex: 1 1 auto !important;
    min-height: 116px !important;
    align-content: center
  }

  .insta-grid {
    height: calc(var(--app-height) - 72px - 112px - 64px) !important
  }
}

@media(max-height:720px) and (max-width:759px) {
  .about {
    grid-template-rows: 56px minmax(0, 37%) minmax(0, 29%) minmax(0, 1fr) !important
  }

  .about .m-head {
    height: 56px !important;
    padding-top: 8px !important
  }

  .about-editorial {
    height: auto !important
  }

  .about-photo {
    height: auto !important
  }

  .about-bottom {
    justify-content: center !important
  }
}

@media(min-width:760px) and (max-width:1100px) {
  .featured-lux-panel {
    flex: 0 0 145px !important;
    max-height: 145px !important
  }
}

/* Persian shaping: never use Latin-style tracking on Persian words. */
.hero-title,
.about-top h2,
.featured-head h2,
.contact-intro h2,
.gallery-copy h2,
.menu-nav a,
.p-card h3,
.featured-lux-copy span {
  letter-spacing: 0 !important;
  font-kerning: auto;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "rlig" 1
}


/* === V19 social/contact polish === */
.menu-social a,
.final-socials a,
.dock-item {
  color: var(--social-gold) !important
}

.menu-social a:hover,
.final-socials a:hover,
.dock-item:hover {
  color: var(--social-gold-hover) !important
}

.menu-social-icon,
.final-social-icon,
.dock-icon {
  color: inherit !important
}

.social-dock-toggle {
  color: var(--social-gold) !important
}

.social-dock-toggle:hover {
  color: var(--social-gold-hover) !important;
  border-color: rgba(241, 213, 154, .58) !important
}

.social-dock-toggle .dock-contact-icon {
  position: absolute !important;
  inset: auto !important;
  width: 19px !important;
  height: 19px !important;
  opacity: 1 !important;
  transform: scale(1) rotate(0) !important;
  transition: opacity .28s ease, transform .5s var(--soft-ease) !important;
}

.social-dock-toggle .dock-toggle-glyph {
  position: absolute !important;
  opacity: 0 !important;
  transform: scale(.74) rotate(-22deg) !important;
  transition: opacity .28s ease, transform .5s var(--soft-ease) !important;
}

.social-dock.open .social-dock-toggle .dock-contact-icon {
  opacity: 0 !important;
  transform: scale(.65) rotate(18deg) !important;
}

.social-dock.open .social-dock-toggle .dock-toggle-glyph {
  opacity: 1 !important;
  transform: scale(1) rotate(0) !important;
}

.social-dock.open .dock-toggle-glyph i:first-child {
  transform: translate(-50%, -50%) rotate(45deg) !important
}

.social-dock.open .dock-toggle-glyph i:last-child {
  transform: translate(-50%, -50%) rotate(-45deg) !important
}
/* =========================================================
   FIX: Featured products — make every product photo fully fill
   the image box edge-to-edge without inner empty space.
   Added 2026-09-17
   ========================================================= */
.featured .p-img {
  padding: 0 !important;
  overflow: hidden !important;
  background: #0b1a14 !important;
}

.featured .p-img img,
.featured .p-placeholder img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1) !important;
}

/* Keep the premium hover/current-card motion, but without excessive crop. */
.featured .p-card:hover .p-img img,
.featured .p-card.is-current .p-img img {
  transform: scale(1.02) !important;
}

/* Ensure no placeholder-specific sizing shrinks product images. */
.featured .p-placeholder {
  padding: 0 !important;
  display: block !important;
}
