.hero-redesigns-page {
  --concept-ink: #102724;
  --concept-muted: #5f706c;
  --concept-mint: var(--brand-green, #68afa6);
  --concept-mint-soft: #a7d6d0;
  --concept-paper: #f7f3ed;
  --concept-mist: #e8f1ef;
  --concept-canvas: #efe9e0;
  --concept-dark: #0c211e;
  --concept-darkest: #081714;
  color: var(--concept-ink);
  background: linear-gradient(180deg, var(--concept-mist) 0, var(--concept-paper) 31%, var(--concept-canvas) 100%);
}

.redesign-main {
  max-width: 1500px;
  margin-inline: auto;
  padding: clamp(34px, 5vw, 72px) clamp(14px, 3vw, 46px) clamp(70px, 8vw, 120px);
}

/* 01 — Scroll story: the film advances with the page while products change. */
.scroll-story {
  --story-progress: 0;
  --story-end-progress: 0;
  --concept-ink: #102724;
  --concept-muted: #5f706c;
  --concept-mint: var(--brand-green, #68afa6);
  --concept-mist: #e8f1ef;
  --concept-darkest: #081714;
  position: relative;
  height: 430svh;
  margin-top: clamp(36px, 10vh, 96px);
  margin-bottom: clamp(62px, 9vw, 132px);
  scroll-margin-top: 18px;
}

.scroll-story--home {
  --pattern-shift: 0px;
  margin-block: 0;
  padding: clamp(112px, 12vh, 150px) clamp(14px, 3vw, 46px) clamp(58px, 7vw, 96px);
  background: var(--concept-mist);
  isolation: isolate;
}

.scroll-story--home::before {
  position: absolute;
  z-index: 0;
  width: min(76vw, 1080px);
  height: min(110svh, 1120px);
  content: "";
  inset: 24px 50% auto auto;
  background: url("assets/hoseinian/patterns/pattern-mihrab-rice.webp") center top / contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.14;
  pointer-events: none;
  transform: translate3d(50%, var(--pattern-shift), 0);
  will-change: transform;
}

.scroll-story--home .scroll-story__stage {
  z-index: 1;
  top: max(10px, calc((100svh - min(780px, calc(100svh - 72px))) / 2));
  max-width: 1500px;
  margin-inline: auto;
}

.scroll-story__stage {
  position: sticky;
  top: 10px;
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
  height: calc(100svh - 72px);
  max-height: 780px;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: #fff;
  border: 0;
  border-radius: clamp(26px, 3.5vw, 52px);
  box-shadow: none;
  direction: ltr;
  isolation: isolate;
}

.scroll-story__stage::before,
.scroll-story__stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  border: 1px solid rgb(104 175 166 / 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.scroll-story__stage::before {
  inset: -180px auto auto -170px;
  box-shadow: 0 0 0 52px rgb(104 175 166 / 0.025), 0 0 0 104px rgb(104 175 166 / 0.018);
}

.scroll-story__stage::after {
  inset: auto auto -250px 16%;
  width: 430px;
  height: 430px;
}

.scroll-story__media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
}

.scroll-story__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) contrast(1.025);
}

.scroll-story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(4 14 12 / 0.7), transparent 40%);
  pointer-events: none;
}

.scroll-story__media figcaption {
  position: absolute;
  z-index: 2;
  inset-inline: 28px;
  inset-block-end: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  color: rgb(255 255 255 / 0.68);
  direction: ltr;
  font-size: 0.52rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.scroll-story__media figcaption b {
  color: #fff;
  direction: rtl;
  font-size: 0.58rem;
  letter-spacing: 0;
}

.scroll-story__progress {
  position: absolute;
  z-index: 3;
  inset-inline: 28px;
  inset-block-end: 17px;
  height: 2px;
  overflow: hidden;
  background: rgb(255 255 255 / 0.2);
}

.scroll-story__progress i {
  display: block;
  width: calc(var(--story-progress) * 100%);
  height: 100%;
  background: var(--concept-mint);
  transition: width 80ms linear;
}

.scroll-story__copy {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(54px, 5vw, 78px) clamp(34px, 4vw, 64px) clamp(30px, 3.6vw, 52px);
  color: var(--concept-ink);
  background: #fff;
  box-shadow: none;
  direction: rtl;
}

.scroll-story__copy > .scroll-story__index,
.scroll-story__copy > .concept-eyebrow,
.scroll-story__copy > .scroll-story__steps,
.scroll-story__copy > .scroll-story__footer {
  z-index: 2;
}

.scroll-story__copy > .concept-eyebrow {
  flex: 0 0 auto;
  margin-bottom: 12px;
  color: var(--concept-muted);
}

.scroll-story__index {
  position: absolute;
  inset-block-start: 24px;
  inset-inline-start: clamp(34px, 4vw, 64px);
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--concept-ink);
  direction: ltr;
}

.scroll-story__index span { font-size: 0.92rem; font-weight: 900; }
.scroll-story__index small { color: rgb(16 39 36 / 0.46); font-size: 0.46rem; font-weight: 800; letter-spacing: 0.16em; }

.scroll-story__steps {
  position: relative;
  flex: 1 1 auto;
  min-height: 390px;
}

.scroll-story__step {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(.2,.78,.2,1);
}

.scroll-story__step.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-story__step img {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  width: clamp(184px, 13vw, 214px);
  height: clamp(184px, 13vw, 214px);
  aspect-ratio: 1;
  padding: 0;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border: 0;
  border-radius: 26px;
  box-shadow: none;
  transform: none;
}

/* Bottle photography intentionally breaks past its nominal square so the
   product remains the hero instead of disappearing inside the white canvas. */
.scroll-story__step img.scroll-story__product-image--bottle {
  background: transparent;
  border-radius: 0;
  transform: scale(1.45);
  transform-origin: center;
  filter: drop-shadow(0 24px 22px rgb(19 55 50 / 0.14));
}

.scroll-story__step > div {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  padding: clamp(16px, 2vw, 24px);
  background: rgb(232 241 239 / 0.92);
  border: 1px solid rgb(104 175 166 / 0.22);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  text-align: center;
}

.scroll-story__step small {
  display: block;
  margin-bottom: 14px;
  color: var(--concept-mint);
  font-size: 0.58rem;
  font-weight: 800;
}

.scroll-story__step h1,
.scroll-story__step h2 {
  margin: 0;
  color: var(--concept-ink);
  font-size: clamp(2.15rem, 2.9vw, 3.75rem);
  letter-spacing: -0.075em;
  line-height: 1.08;
}

.scroll-story__step h1 em,
.scroll-story__step h2 em {
  color: var(--concept-mint);
  font-style: normal;
}

.scroll-story__step p {
  max-width: 410px;
  margin: 22px 0 0;
  color: var(--concept-muted);
  font-size: clamp(0.68rem, 0.9vw, 0.82rem);
  line-height: 2;
}

.scroll-story__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 18px;
  padding-inline: 20px;
  color: #fff;
  background: var(--concept-ink);
  border: 1px solid var(--concept-ink);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.scroll-story__cta:hover,
.scroll-story__cta:focus-visible {
  color: var(--concept-ink);
  background: var(--concept-mint);
  border-color: var(--concept-mint);
}

.scroll-story__footer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.scroll-story__footer > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--concept-muted);
  font-size: 0.53rem;
  font-weight: 700;
}

.scroll-story__footer > span i {
  color: var(--concept-mint);
  font-size: 0.85rem;
  font-style: normal;
}

.scroll-story__footer .concept-button--light {
  color: #fff;
  background: var(--concept-ink);
  border-color: var(--concept-ink);
}

.scroll-story__footer .concept-button--light:hover,
.scroll-story__footer .concept-button--light:focus-visible {
  color: var(--concept-ink);
  background: var(--concept-mint);
  border-color: var(--concept-mint);
}

.scroll-story__end-card {
  position: absolute;
  z-index: 12;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(32px, 6vw, 86px);
  color: #fff;
  background: var(--concept-mint);
  direction: rtl;
  opacity: var(--story-end-progress);
  pointer-events: none;
  text-align: center;
}

.scroll-story__end-card::before,
.scroll-story__end-card::after {
  content: "";
  position: absolute;
  width: min(70vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 50%;
}

.scroll-story__end-card::before {
  inset: -55% auto auto -18%;
  box-shadow: 0 0 0 70px rgb(255 255 255 / 0.045), 0 0 0 140px rgb(255 255 255 / 0.025);
}

.scroll-story__end-card::after {
  inset: auto -22% -68% auto;
  width: min(58vw, 720px);
}

.scroll-story__end-card > div {
  position: relative;
  z-index: 1;
}

.scroll-story__end-card small,
.scroll-story__end-card > div > span {
  display: block;
  font-size: clamp(0.58rem, 0.8vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.scroll-story__end-card small { color: rgb(255 255 255 / 0.74); }

.scroll-story__end-card p {
  margin: clamp(18px, 3vw, 34px) 0 0;
  color: #fff;
  font-size: clamp(5.2rem, 13vw, 13rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  line-height: 0.78;
}

.scroll-story__end-card h2 {
  margin: clamp(32px, 5vw, 62px) 0 clamp(22px, 3vw, 34px);
  color: var(--concept-ink);
  font-size: clamp(2.2rem, 4.5vw, 5.2rem);
  letter-spacing: -0.065em;
  line-height: 1.08;
}

.scroll-story__end-card h2 em {
  color: #fff;
  font-style: normal;
}

.scroll-story__end-card > div > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgb(255 255 255 / 0.84);
}

.scroll-story__end-card > div > span::before,
.scroll-story__end-card > div > span::after {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}

.redesign-intro {
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(220px, 0.65fr);
  align-items: end;
  gap: 28px 60px;
  padding: 0 clamp(8px, 2vw, 28px) clamp(32px, 5vw, 64px);
}

.redesign-kicker {
  margin: 0 0 14px;
  color: var(--concept-mint);
  direction: ltr;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: right;
}

.redesign-intro h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 7.2rem);
  letter-spacing: -0.08em;
  line-height: 0.98;
}

.redesign-intro > p {
  max-width: 390px;
  margin: 0 0 8px;
  color: var(--concept-muted);
  font-size: 0.78rem;
  line-height: 2;
}

.redesign-nav {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.redesign-nav::-webkit-scrollbar { display: none; }

.redesign-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  color: var(--concept-ink);
  background: rgb(255 255 255 / 0.62);
  border: 1px solid rgb(16 39 36 / 0.1);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: none;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.redesign-nav a:hover,
.redesign-nav a:focus-visible {
  color: #fff;
  background: var(--concept-ink);
  transform: translateY(-2px);
}

.redesign-nav span { color: var(--concept-mint); }

.redesign-list {
  display: grid;
  gap: clamp(38px, 7vw, 100px);
}

.hero-concept {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 74svh, 820px);
  overflow: hidden;
  border-radius: clamp(26px, 3.5vw, 52px);
  box-shadow: 0 30px 90px rgb(16 39 36 / 0.13);
}

.concept-copy {
  position: relative;
  z-index: 2;
}

.concept-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: var(--concept-muted);
  font-size: 0.67rem;
  font-weight: 750;
}

.concept-eyebrow i {
  width: 36px;
  height: 1px;
  background: currentColor;
}

.concept-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 6.7rem);
  letter-spacing: -0.075em;
  line-height: 1.02;
}

.concept-copy h2 em {
  color: var(--concept-mint);
  font-style: normal;
}

.concept-copy > p:not(.concept-eyebrow) {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--concept-muted);
  font-size: clamp(0.78rem, 1.15vw, 1rem);
  line-height: 2;
}

.concept-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
  margin-top: 31px;
}

.concept-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  text-decoration: none;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.concept-button:hover,
.concept-button:focus-visible { transform: translateY(-3px); }

.concept-button span { font-size: 1.15rem; }
.concept-button--primary { color: #fff; background: var(--concept-mint); }
.concept-button--primary:hover { background: var(--concept-ink); }
.concept-button--line { color: var(--concept-ink); border-color: rgb(16 39 36 / 0.17); }
.concept-button--light { color: var(--concept-ink); background: #fff; }
.concept-button--dark { color: #fff; background: var(--concept-ink); }

.concept-index {
  position: absolute;
  z-index: 4;
  inset-block-start: 28px;
  inset-inline-start: 30px;
  display: flex;
  align-items: baseline;
  gap: 9px;
  direction: ltr;
  color: var(--concept-ink);
}

.concept-index span {
  font-size: 1.05rem;
  font-weight: 900;
}

.concept-index small {
  color: var(--concept-muted);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

/* 01 — Product atelier: bright, commercial and tactile. */
.hero-concept--atelier {
  display: grid;
  grid-template-columns: minmax(410px, 0.9fr) minmax(0, 1.1fr);
  direction: ltr;
  background: var(--concept-paper);
}

.atelier-copy {
  align-self: center;
  padding: clamp(46px, 6vw, 94px);
  direction: rtl;
}

.atelier-copy h2 { font-size: clamp(3rem, 4.8vw, 5.8rem); }

.atelier-art {
  position: relative;
  min-width: 0;
  margin: 18px 18px 18px 0;
  overflow: hidden;
  border-radius: 0 clamp(20px, 2.5vw, 38px) clamp(20px, 2.5vw, 38px) 0;
  background: var(--concept-mist);
}

.atelier-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgb(248 244 238 / 0.48));
  pointer-events: none;
}

.atelier-art > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 900ms cubic-bezier(.2,.8,.2,1);
}

.hero-concept--atelier:hover .atelier-art > img { transform: scale(1.025); }

.atelier-art figcaption {
  position: absolute;
  z-index: 2;
  inset-block-end: 28px;
  inset-inline-end: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  color: var(--concept-ink);
  background: rgb(255 255 255 / 0.78);
  border: 1px solid rgb(255 255 255 / 0.9);
  border-radius: 18px;
  backdrop-filter: blur(12px);
}

.atelier-art figcaption b { color: var(--concept-mint); font-size: 1.8rem; }
.atelier-art figcaption span { font-size: 0.55rem; font-weight: 750; line-height: 1.5; }

.concept-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 38px 0 0;
  padding: 0;
  color: var(--concept-muted);
  font-size: 0.61rem;
  font-weight: 700;
  list-style: none;
}

.concept-proof b { margin-inline-end: 5px; color: var(--concept-mint); }

/* 02 — Film story: a clear video frame beside the brand narrative. */
.hero-concept--video-new {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  direction: ltr;
  background: var(--concept-ink);
}

.video-new-frame {
  position: relative;
  min-width: 0;
  margin: 14px 0 14px 14px;
  overflow: hidden;
  border-radius: clamp(22px, 2.8vw, 40px) 0 0 clamp(22px, 2.8vw, 40px);
  background: var(--concept-darkest);
}

.video-new-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.video-new-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(5 18 15 / 0.66), transparent 46%);
  pointer-events: none;
}

.video-new-frame figcaption {
  position: absolute;
  z-index: 2;
  inset-inline: 30px;
  inset-block-end: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgb(255 255 255 / 0.8);
  direction: rtl;
  font-size: 0.57rem;
  font-weight: 700;
}

.video-new-frame figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.video-new-frame figcaption i {
  width: 7px;
  height: 7px;
  background: var(--concept-mint);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgb(104 175 166 / 0.18);
}

.video-new-frame figcaption b { color: #fff; font-size: 0.64rem; }

.video-new-copy {
  position: relative;
  align-self: center;
  padding: clamp(54px, 6vw, 96px);
  color: #fff;
  direction: rtl;
}

.video-new-copy::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  inset-block-start: -190px;
  inset-inline-end: -180px;
  border: 1px solid rgb(104 175 166 / 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgb(104 175 166 / 0.035), 0 0 0 108px rgb(104 175 166 / 0.025);
}

.video-new-copy .concept-index {
  inset-block-start: 28px;
  inset-inline-start: auto;
  inset-inline-end: 30px;
}

.video-new-copy .concept-eyebrow,
.video-new-copy > p:not(.concept-eyebrow) { color: rgb(255 255 255 / 0.68); }
.video-new-copy h2 { color: #fff; font-size: clamp(2.8rem, 4.2vw, 5.2rem); }
.video-new-copy h2 em { color: var(--concept-mint-soft); }

.video-new-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 34px 0 0;
  padding: 0;
  color: rgb(255 255 255 / 0.5);
  font-size: 0.58rem;
  font-weight: 700;
  list-style: none;
}

.video-new-proof li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-inline-end: 7px;
  background: var(--concept-mint);
  border-radius: 50%;
  vertical-align: middle;
}

/* Previous full-bleed cinematic rules remain available for future comparison. */
.hero-concept--cinema {
  display: grid;
  align-items: center;
  color: #fff;
  background: var(--concept-dark);
}

.hero-concept--cinema > video,
.cinema-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-concept--cinema > video {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.06);
}

.cinema-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(5 18 15 / 0.12), rgb(5 18 15 / 0.52) 48%, rgb(5 18 15 / 0.91)),
    linear-gradient(0deg, rgb(5 18 15 / 0.63), transparent 44%);
}

.cinema-copy {
  width: min(58%, 780px);
  padding: clamp(48px, 8vw, 120px);
}

.cinema-copy .concept-eyebrow,
.cinema-copy > p:not(.concept-eyebrow) { color: rgb(255 255 255 / 0.72); }
.cinema-copy h2 { color: #fff; }
.cinema-copy h2 em { color: var(--concept-mint-soft); }
.concept-index--light { color: #fff; }
.concept-index--light small { color: rgb(255 255 255 / 0.58); }

.concept-film-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 750;
  text-decoration: none;
}

.concept-film-link i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding-inline-start: 2px;
  border: 1px solid rgb(255 255 255 / 0.46);
  border-radius: 50%;
  font-size: 0.62rem;
  font-style: normal;
  transition: background 220ms ease, transform 220ms ease;
}

.concept-film-link:hover i { color: var(--concept-ink); background: #fff; transform: scale(1.06); }

.cinema-rail {
  position: absolute;
  inset-inline: clamp(24px, 5vw, 70px);
  inset-block-end: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgb(255 255 255 / 0.62);
  direction: ltr;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cinema-rail i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--concept-mint) 34%, rgb(255 255 255 / 0.25) 34%); }

/* 03 — Editorial: controlled, typographic and premium. */
.hero-concept--editorial-new {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  direction: ltr;
  background: var(--concept-paper);
}

.editorial-new-visual {
  position: relative;
  margin: 18px 0 18px 18px;
  overflow: hidden;
  border-radius: clamp(20px, 2.5vw, 38px) 0 0 clamp(20px, 2.5vw, 38px);
  background: var(--concept-mist);
}

.editorial-new-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: saturate(0.72) contrast(1.02);
}

.editorial-new-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(12 31 28 / 0.38), transparent 46%);
}

.editorial-new-visual > p {
  position: absolute;
  z-index: 2;
  inset-block-end: 30px;
  inset-inline-start: 30px;
  margin: 0;
  color: rgb(255 255 255 / 0.86);
  direction: ltr;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.editorial-new-copy {
  align-self: center;
  padding: clamp(48px, 6vw, 92px);
  direction: rtl;
}

.editorial-new-copy .concept-index {
  inset-block-start: 32px;
  inset-inline-start: auto;
  inset-inline-end: 32px;
}

.editorial-new-copy h2 {
  display: grid;
  font-size: clamp(4rem, 7.4vw, 8.8rem);
  line-height: 0.76;
}

.editorial-new-copy h2 span:nth-child(2) { color: var(--concept-mint); }
.editorial-new-copy h2 em { justify-self: end; margin-top: 0.18em; color: var(--concept-ink); font-size: 0.68em; }

.editorial-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--concept-ink);
}

.editorial-signature > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--concept-mint);
  border: 1px solid var(--concept-mint);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 900;
}

.editorial-signature p { margin: 0; font-size: 0.7rem; font-weight: 800; line-height: 1.5; }
.editorial-signature small { color: var(--concept-muted); font-size: 0.54rem; font-weight: 600; }

@media (max-width: 900px) {
  .scroll-story {
    height: 430svh;
    margin-bottom: 76px;
  }

  .scroll-story--home {
    margin-bottom: 0;
    padding: 104px 14px 62px;
  }

  .scroll-story--home .scroll-story__stage {
    top: 36px;
  }

  .scroll-story__stage {
    top: 6px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(270px, 47%) minmax(0, 53%);
    height: calc(100svh - 72px);
    max-height: none;
    min-height: 560px;
  }

  .scroll-story__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    border-radius: 0;
  }

  .scroll-story__media video {
    object-fit: cover;
    object-position: center;
  }

  .scroll-story__copy {
    grid-column: 1;
    grid-row: 2;
    padding: 32px 26px 20px;
  }

  .scroll-story__index {
    inset-block-start: 11px;
    inset-inline-start: 26px;
  }

  .scroll-story__copy > .concept-eyebrow { margin-bottom: 4px; }
  .scroll-story__steps { min-height: 220px; }

  .scroll-story__step {
    grid-template-columns: minmax(0, 1fr) 150px;
    grid-template-rows: minmax(0, 1fr);
    gap: 18px;
  }

  .scroll-story__step img {
    grid-column: 2;
    grid-row: 1;
    justify-self: auto;
    width: 150px;
    height: 150px;
    border-radius: 22px;
  }

  .scroll-story__step:has(.scroll-story__product-image--bottle) {
    grid-template-columns: minmax(0, 1fr) 205px;
  }

  .scroll-story__step img.scroll-story__product-image--bottle {
    width: 205px;
    height: 205px;
    transform: scale(1.38);
  }

  .scroll-story__step > div {
    grid-column: 1;
    grid-row: 1;
    padding: 14px;
    border-radius: 18px;
    text-align: right;
  }

  .scroll-story__step small { margin-bottom: 7px; }
  .scroll-story__step h1,
  .scroll-story__step h2 { font-size: clamp(1.8rem, 6.8vw, 2.7rem); }
  .scroll-story__step p { max-width: 520px; margin-top: 10px; line-height: 1.75; }
  .scroll-story__cta { min-height: 38px; margin-top: 12px; padding-inline: 16px; font-size: 0.62rem; }

  .redesign-intro { grid-template-columns: 1fr; }
  .redesign-intro > p { max-width: 540px; }

  .hero-concept--atelier,
  .hero-concept--video-new,
  .hero-concept--editorial-new {
    grid-template-columns: 1fr;
  }

  .atelier-art,
  .editorial-new-visual {
    grid-row: 1;
    min-height: 390px;
    margin: 12px 12px 0;
    border-radius: 22px 22px 0 0;
  }

  .atelier-copy,
  .editorial-new-copy { grid-row: 2; padding: 48px 34px 44px; }

  .video-new-frame {
    grid-row: 1;
    min-height: 420px;
    margin: 12px 12px 0;
    border-radius: 22px 22px 0 0;
  }

  .video-new-copy {
    grid-row: 2;
    padding: 58px 34px 46px;
  }

  .cinema-copy { width: min(76%, 700px); }
}

@media (max-width: 640px) {
  .redesign-main { padding-inline: 10px; }

  .scroll-story {
    height: 360svh;
    margin-bottom: 58px;
  }

  .scroll-story--home {
    margin-bottom: 0;
    padding: 92px 10px 48px;
  }

  .scroll-story--home::before {
    width: 130vw;
    height: 92svh;
    inset-block-start: 34px;
    opacity: 0.1;
  }

  .scroll-story--home .scroll-story__stage {
    top: 54px;
  }

  .scroll-story__stage {
    grid-template-rows: minmax(190px, 42%) minmax(0, 58%);
    width: 100%;
    height: clamp(540px, 78svh, 680px);
    min-height: 0;
    border-radius: 27px;
  }

  .scroll-story__media {
    margin: 0;
    border-radius: 0;
  }

  .scroll-story__media video {
    object-fit: cover;
    object-position: center center;
  }

  .scroll-story__media figcaption {
    inset-inline: 16px;
    inset-block-end: 19px;
  }

  .scroll-story__media figcaption b { display: none; }
  .scroll-story__progress { inset-inline: 16px; inset-block-end: 11px; }

  .scroll-story__copy { justify-content: center; padding: 22px 15px 12px; }
  .scroll-story__index { inset-block-start: 9px; inset-inline-start: 18px; }
  .scroll-story__index small { display: none; }
  .scroll-story__copy > .concept-eyebrow { font-size: 0.52rem; }
  .scroll-story__copy > .concept-eyebrow i { width: 22px; }
  .scroll-story__steps { min-height: 228px; }

  .scroll-story__step {
    grid-template-columns: minmax(0, 1fr) 138px;
    gap: 13px;
  }

  .scroll-story__step img {
    width: 138px;
    height: 138px;
    padding: 0;
    border-radius: 18px;
  }

  .scroll-story__step:has(.scroll-story__product-image--bottle) {
    grid-template-columns: minmax(0, 1fr) 156px;
  }

  .scroll-story__step img.scroll-story__product-image--bottle {
    width: 156px;
    height: 156px;
    transform: scale(1.42);
  }

  .scroll-story__step small { margin-bottom: 5px; font-size: 0.49rem; }
  .scroll-story__step h1,
  .scroll-story__step h2 { font-size: clamp(1.48rem, 7.2vw, 2.05rem); line-height: 1.08; }
  .scroll-story__step p {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    font-size: 0.58rem;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .scroll-story__cta {
    min-height: 36px;
    margin-top: 10px;
    padding-inline: 14px;
    font-size: 0.57rem;
  }

  .scroll-story__footer .concept-button { min-height: 42px; padding-inline: 14px; font-size: 0.62rem; }
  .scroll-story__footer > span { font-size: 0.48rem; }
  .scroll-story__end-card {
    padding: 24px 18px 28px;
  }

  .scroll-story__end-card > div {
    display: flex;
    width: min(100%, 390px);
    margin-inline: auto;
    flex-direction: column;
    align-items: center;
  }

  .scroll-story__end-card small,
  .scroll-story__end-card > div > span {
    font-size: clamp(0.56rem, 2.6vw, 0.7rem);
  }

  .scroll-story__end-card p {
    max-width: 100%;
    margin-top: 14px;
    font-size: clamp(3.35rem, 17vw, 5rem);
    letter-spacing: -0.075em;
    line-height: 0.9;
    white-space: nowrap;
  }

  .scroll-story__end-card h2 {
    max-width: 350px;
    margin: 26px auto 22px;
    font-size: clamp(1.55rem, 7vw, 2.2rem);
    letter-spacing: -0.045em;
    line-height: 1.35;
  }

  .scroll-story__end-card > div > span {
    gap: 9px;
  }

  .scroll-story__end-card > div > span::before,
  .scroll-story__end-card > div > span::after {
    width: 24px;
  }
  .redesign-intro { padding-inline: 10px; }
  .redesign-intro h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-concept { min-height: 0; border-radius: 26px; }

  .atelier-art,
  .editorial-new-visual {
    min-height: 300px;
    margin: 8px 8px 0;
    border-radius: 20px 20px 0 0;
  }

  .atelier-art > img,
  .editorial-new-visual img { object-position: center center; }
  .atelier-copy,
  .editorial-new-copy { padding: 42px 22px 32px; }
  .concept-copy h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .editorial-new-copy h2 { font-size: clamp(4.4rem, 21vw, 6.3rem); }
  .concept-proof { gap: 8px 13px; margin-top: 26px; font-size: 0.55rem; }
  .concept-index { inset-block-start: 18px; inset-inline-start: 18px; }

  .hero-concept--cinema { min-height: 700px; }
  .hero-concept--cinema > video { object-fit: cover; object-position: center; }
  .cinema-shade { background: linear-gradient(0deg, rgb(5 18 15 / 0.94), rgb(5 18 15 / 0.2) 72%); }
  .cinema-copy { align-self: end; width: 100%; padding: 280px 22px 98px; }
  .cinema-copy h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .cinema-rail { inset-inline: 22px; gap: 9px; overflow: hidden; white-space: nowrap; }
  .cinema-rail span:nth-last-child(-n + 3) { display: none; }

  .video-new-frame {
    min-height: 310px;
    margin: 8px 8px 0;
    border-radius: 20px 20px 0 0;
  }

  .video-new-frame video {
    object-fit: contain;
    object-position: center center;
  }

  .video-new-frame figcaption { inset-inline: 18px; inset-block-end: 18px; }
  .video-new-copy { padding: 52px 22px 34px; }
  .video-new-copy h2 { font-size: clamp(2.7rem, 13vw, 4rem); }

  .concept-actions { margin-top: 24px; }
  .concept-button { min-height: 49px; padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-story--home::before { transform: translateX(50%); }
  .scroll-story { height: auto; }
  .scroll-story__stage { position: relative; top: auto; }
  .scroll-story__step { transition: none; }
  .scroll-story__media video { display: none; }
  .scroll-story__media { background: var(--concept-darkest) url("assets/hoseinian/brand-film-flow-cinematic-poster.jpg") center / cover no-repeat; }
  .scroll-story__progress { display: none; }
  .scroll-story__end-card { display: none; }
  .redesign-nav a,
  .concept-button,
  .concept-film-link i,
  .atelier-art > img { transition: none; }

  .hero-concept--cinema > video { display: none; }
  .hero-concept--cinema { background: var(--concept-dark) url("assets/hoseinian/brand-film-poster.jpg") center / cover no-repeat; }

  .video-new-frame video { display: none; }
  .video-new-frame { background: var(--concept-darkest) url("assets/hoseinian/brand-film-poster.jpg") center / contain no-repeat; }
}
