@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600&family=Noto+Sans+Devanagari:wght@400;500;600&display=swap");

/* Website styles. Keep section order: later rules refine earlier defaults.
   sf- is the shared class prefix; #srm-film scopes the website styles. */

/* 1. Page defaults and reduced-motion scrolling */

html {
  scroll-behavior: smooth;
  background: #492413;
}
body {
  margin: 0;
}
#srm-film {
  max-width: 1440px;
  margin-inline: auto;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* 2. Background transitions between sections */

#srm-film.soft-seams.colour-update .sf-backdrop {
  background:
    linear-gradient(to top, #63331d 0, transparent 125px),
    radial-gradient(ellipse at 76% 42%, #ce804c 0%, #96502b 30%, #542713 78%);
}
#srm-film.soft-seams.colour-update .sf-services {
  border-top-color: transparent;
  background:
    linear-gradient(to bottom, #63331d 0, transparent 125px),
    linear-gradient(to top, #63311c 0, transparent 125px),
    radial-gradient(ellipse at 76% 42%, #ce804c 0%, #96502b 30%, #542713 78%);
}
#srm-film.soft-seams.colour-update .sf-roti-section {
  background:
    linear-gradient(to bottom, #63311c 0, transparent 125px),
    linear-gradient(to top, #61311e 0, transparent 125px),
    radial-gradient(ellipse at 74% 57%, #a86134 0%, #783a20 44%, #492212 95%);
}
#srm-film.soft-seams.colour-update .sf-rice-section {
  background:
    linear-gradient(to bottom, #61311e 0, transparent 125px),
    linear-gradient(to top, #35402a 0, transparent 150px),
    radial-gradient(ellipse at 24% 42%, #b47c42 0%, #8f522c 43%, #653019 88%);
}
#srm-film.soft-seams.colour-update .sf-contact {
  background:
    linear-gradient(to bottom, #35402a 0, transparent 150px),
    linear-gradient(to top, #243728 0, transparent 110px),
    radial-gradient(ellipse at 13% 18%, #536046 0%, #344533 48%, #243728 100%);
}
#srm-film.soft-seams.footer-strip .sf-marquee {
  border-top-color: transparent;
  background: #243728;
}
#srm-film.soft-seams.colour-update .sf-footer {
  border-top-color: transparent;
  background: linear-gradient(to bottom, #243728, #17281d);
}
#srm-film.soft-seams .sf-nav {
  border-bottom-color: #f4ca8b15;
}

/* 3. Scrolling footer strip */

#srm-film.footer-strip .sf-marquee {
  background: #243728;
  color: #e8ce9e;
  border-top: 1px solid #cbb47b35;
  padding: 17px 0;
  font-size: 9px;
  letter-spacing: 2px;
}
#srm-film.footer-strip .sf-marquee-line {
  animation-duration: 44s;
}

/* 4. Service and contact colour theme */

#srm-film.colour-update .sf-services {
  background: radial-gradient(
    ellipse at 76% 42%,
    #ce804c 0%,
    #96502b 30%,
    #542713 78%
  );
  color: #fff2d8;
  border-top: 1px solid #f4ca8b30;
}
#srm-film.colour-update .sf-services .sf-kicker {
  color: #f3cf95;
}
#srm-film.colour-update .sf-services h2 {
  color: #fff2d8;
}
#srm-film.colour-update .sf-services .sf-section-head > p {
  color: #f5ddbd;
}
#srm-film.colour-update .sf-services .sf-bulk,
#srm-film.colour-update .sf-services .sf-bulk span:last-child {
  color: #f5dab1;
}
#srm-film.colour-update .sf-services .sf-card {
  box-shadow: 0 14px 30px #2b100c25;
}
#srm-film.colour-update .sf-services .sf-card:hover {
  box-shadow: 0 22px 34px #2b100c40;
}
#srm-film.colour-update .sf-contact {
  background: radial-gradient(
    ellipse at 13% 18%,
    #536046 0%,
    #344533 48%,
    #243728 100%
  );
  color: #fff1d6;
}
#srm-film.colour-update .sf-contact h2 {
  color: #fff1d6;
}
#srm-film.colour-update .sf-contact .sf-kicker {
  color: #edcf97;
}
#srm-film.colour-update .sf-contact p {
  color: #e3dfc9;
}
#srm-film.colour-update .sf-contact .sf-detail {
  color: #fff0d6;
  border-bottom-color: #d3c09250;
}
#srm-film.colour-update .sf-contact .sf-detail small {
  color: #e9ca92;
}
#srm-film.colour-update .sf-contact .sf-cta {
  background: #f2d59d;
  border-color: #f2d59d;
  color: #263c2b;
}
#srm-film.colour-update .sf-contact .sf-cta:hover {
  background: #ffe5b5;
  box-shadow: 0 12px 28px #11231945;
}
#srm-film.colour-update .sf-footer {
  background: #17281d;
  color: #e1ceaa;
  border-top: 1px solid #bbbc8450;
}

/* 5. Base layout, typography, navigation, product sections and mobile rules */

#srm-film {
  --cream: #fff2d8;
  --gold: #eec477;
  --rust: #c65c35;
  --ink: #412717;
  font-family: "DM Sans", "Noto Sans Devanagari", sans-serif;
  background: #fcf0d8;
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
}
#srm-film * {
  box-sizing: border-box;
}
#srm-film button,
#srm-film a {
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}
#srm-film a {
  color: inherit;
  text-decoration: none;
}
#srm-film button {
  cursor: pointer;
}
#srm-film button:focus-visible,
#srm-film a:focus-visible {
  outline: 3px solid #f8c976;
  outline-offset: 4px;
}
#srm-film h1,
#srm-film h2,
#srm-film h3,
#srm-film p {
  margin: 0;
}
#srm-film h1,
#srm-film h2 {
  font-family: "Playfair Display", "Noto Sans Devanagari", serif;
  font-weight: 400;
  line-height: 1.08;
  color: inherit;
}
#srm-film .sf-stage {
  position: relative;
  background: #71351e;
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}
#srm-film .sf-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(
    ellipse at 76% 42%,
    #ce804c 0%,
    #96502b 30%,
    #542713 78%
  );
  transition: background 1.5s;
}
#srm-film .sf-backdrop:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    96deg,
    #fff0 0px,
    #ffffff02 2px,
    #00000004 4px
  );
  opacity: 0.45;
}
#srm-film .sf-light {
  position: absolute;
  width: 800px;
  height: 180px;
  background: linear-gradient(90deg, transparent, #ffdda54d, transparent);
  filter: blur(35px);
  transform: rotate(-43deg);
  top: 90px;
  right: -220px;
  pointer-events: none;
  animation: sf-light 16s ease-in-out infinite;
}
#srm-film .sf-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 25px 5%;
  border-bottom: 1px solid #f4ca8b30;
  position: relative;
  z-index: 8;
}
#srm-film .sf-brand {
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.5px;
}
#srm-film .sf-brand small {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 8px;
  letter-spacing: 3.5px;
  color: #e5c7a4;
  margin-top: 6px;
}
#srm-film .sf-navlinks {
  display: flex;
  gap: 24px;
  font-size: 11px;
  color: #f0d9b8;
  align-items: center;
}
#srm-film .sf-navright {
  display: flex;
  align-items: center;
  gap: 14px;
}
#srm-film .sf-language {
  display: flex;
  border: 1px solid #ecc88d70;
  border-radius: 30px;
  padding: 3px;
}
#srm-film .sf-language button {
  background: transparent;
  border: 0;
  color: #ffeac8;
  padding: 8px 10px;
  font-size: 10px;
  border-radius: 20px;
  min-height: 33px;
}
#srm-film .sf-language button[aria-pressed="true"] {
  background: #f6ddb0;
  color: #552b18;
}
#srm-film .sf-order {
  border: 1px solid #e6bd7c;
  border-radius: 30px;
  padding: 12px 17px;
  font-size: 11px;
  color: #fff2d8;
}
#srm-film .sf-hero {
  position: relative;
  min-height: 640px;
  padding: 80px 6% 70px;
  display: flex;
  align-items: flex-start;
}
#srm-film .sf-copy {
  width: 46%;
  position: relative;
  z-index: 5;
  pointer-events: none;
}
#srm-film .sf-copy a {
  pointer-events: auto;
}
#srm-film .sf-eyebrow {
  font-size: 9px;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: #f1ce95;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
}
#srm-film .sf-eyebrow:before {
  content: "";
  height: 1px;
  width: 29px;
  background: #edc786;
}
#srm-film h1 {
  font-size: clamp(48px, 6.7vw, 77px);
  letter-spacing: -2px;
}
#srm-film h1 em {
  font-weight: 400;
  color: #f5cf85;
}
#srm-film .sf-copy p {
  font-size: 13px;
  line-height: 1.9;
  color: #f4ddbc;
  max-width: 260px;
  margin-top: 25px;
}
#srm-film .sf-cta {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 14px 23px;
  background: #f9e7c6;
  color: #58321c;
  border: 1px solid #f9e7c6;
  border-radius: 40px;
  font-size: 12px;
  margin-top: 30px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
#srm-film .sf-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px #19090040;
}
#srm-film .sf-art {
  position: absolute;
  width: 70%;
  height: 680px;
  right: -5%;
  top: -17px;
  perspective: 1100px;
  pointer-events: none;
  z-index: 3;
}
#srm-film .sf-product-motion {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  animation: sf-product-film 16s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform;
}
#srm-film .sf-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(18px 35px 28px #2e100961);
  transform: rotateY(var(--ry, 0deg)) rotateX(var(--rx, 0deg));
  transition: transform 0.55s ease-out;
}
#srm-film .sf-halo {
  position: absolute;
  width: 470px;
  height: 470px;
  border: 1px solid #eec88945;
  border-radius: 50%;
  right: 2%;
  top: 74px;
  transform: rotateX(65deg) rotateZ(-23deg);
  animation: sf-halo 16s ease-in-out infinite;
}
#srm-film .sf-halo:after {
  content: "";
  position: absolute;
  inset: 25px;
  border: 1px solid #efc27e25;
  border-radius: 50%;
}
#srm-film .sf-pedestal {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 53%;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 45% 30%,
    #dcad6e,
    #a86936 58%,
    #704222 80%
  );
  transform: rotateX(63deg);
  box-shadow:
    0 18px 0 #7d4828,
    0 34px 35px #2c110b6b;
  z-index: 1;
}
#srm-film .sf-grains {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 4;
}
#srm-film .sf-kernel {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: calc(var(--w) * 0.35);
  border-radius: 70% 30% 65% 35%;
  background: linear-gradient(155deg, #fff9e2, #eedeb6 44%, #b99561 92%);
  box-shadow:
    1px 3px 3px #27110545,
    inset 0 1px 2px #fff9df;
  animation: sf-kernel 16s ease-in-out infinite;
  animation-delay: var(--delay);
  transform: rotate(var(--r));
  filter: blur(var(--blur, 0px));
}
#srm-film .sf-kernel.wheat {
  background: linear-gradient(150deg, #f9d58e, #c18a40 60%, #855124);
  border-radius: 55%;
  height: calc(var(--w) * 0.49);
}
#srm-film .sf-kernel.wheat:after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 47%;
  height: 1px;
  background: #6e451868;
  transform: rotate(-5deg);
}
#srm-film .sf-side-note {
  position: absolute;
  right: 4%;
  top: 280px;
  writing-mode: vertical-rl;
  font-size: 8px;
  letter-spacing: 2.6px;
  color: #f1d6ab;
  z-index: 6;
}
#srm-film .sf-bottom {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 7;
  font-size: 9px;
  letter-spacing: 1px;
  color: #f3d8ae;
}
#srm-film .sf-motion {
  background: transparent;
  color: #f6deb6;
  border: 1px solid #dab67b60;
  border-radius: 50px;
  font-size: 10px;
  padding: 9px 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}
#srm-film .sf-scroll {
  display: flex;
  align-items: center;
  gap: 13px;
}
#srm-film .sf-scroll:before {
  content: "";
  width: 22px;
  height: 1px;
  background: #efc888;
}
#srm-film .sf-track {
  height: 2px;
  width: 76px;
  background: #fff4d733;
  overflow: hidden;
}
#srm-film .sf-track:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #f8d08b;
  transform-origin: left;
  animation: sf-progress 16s linear infinite;
}
#srm-film .sf-marquee {
  display: flex;
  gap: 40px;
  overflow: hidden;
  padding: 19px 0;
  background: #d06438;
  border-top: 1px solid #f1b27d;
  color: #fff1d2;
  font-size: 10px;
  letter-spacing: 2px;
  white-space: nowrap;
}
#srm-film .sf-marquee-line {
  display: flex;
  gap: 40px;
  align-items: center;
  min-width: max-content;
  animation: sf-marquee 30s linear infinite;
}
#srm-film .sf-services {
  padding: 64px 6% 65px;
  background: #fbefd8;
  position: relative;
}
#srm-film .sf-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 34px;
}
#srm-film .sf-kicker {
  font-size: 9px;
  letter-spacing: 2.5px;
  color: #a25832;
  margin-bottom: 16px;
}
#srm-film h2 {
  font-size: 43px;
  color: #492d1b;
  letter-spacing: -1px;
}
#srm-film .sf-section-head > p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 235px;
  color: #77583c;
}
#srm-film .sf-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  perspective: 1000px;
}
#srm-film .sf-card {
  position: relative;
  padding: 25px 22px 29px;
  border: 1px solid #d1a963;
  border-radius: 3px;
  background: linear-gradient(150deg, #ffecc4, #f6ddb0);
  box-shadow: 0 12px 30px #965e2010;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
  transform-style: preserve-3d;
  overflow: hidden;
}
#srm-film .sf-card:hover {
  transform: translateY(-8px) rotateX(3deg);
  box-shadow: 0 20px 30px #78451d20;
}
#srm-film .sf-card:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid #cd995b40;
  border-radius: 50%;
  right: -58px;
  top: -54px;
}
#srm-film .sf-card-number {
  font-size: 11px;
  color: #9e6235;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}
#srm-film .sf-card-number i {
  width: 24px;
  height: 24px;
  color: #a04b29;
}
#srm-film h3 {
  font-family: "Playfair Display", "Noto Sans Devanagari", serif;
  font-size: 25px;
  font-weight: 400;
  color: #6b331b;
  line-height: 1.25;
  margin-bottom: 13px;
}
#srm-film .sf-card p {
  font-size: 12px;
  color: #6e5137;
  line-height: 1.85;
}
#srm-film .sf-bulk {
  font-size: 11px;
  color: #7b5c3b;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
#srm-film .sf-bulk span:last-child {
  color: #914b28;
}
#srm-film .sf-story {
  position: relative;
  background: radial-gradient(
    ellipse at 20% 60%,
    #dc9b61,
    #a44c2a 65%,
    #71351e
  );
  color: #fff2d8;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  padding: 70px 6%;
  align-items: center;
  gap: 45px;
  overflow: hidden;
}
#srm-film .sf-story-art {
  height: 420px;
  position: relative;
  perspective: 800px;
}
#srm-film .sf-story-art img {
  position: absolute;
  width: 140%;
  height: 130%;
  object-fit: contain;
  left: -23%;
  top: -16%;
  filter: drop-shadow(20px 25px 20px #32140955);
  animation: sf-story-float 11s ease-in-out infinite;
}
#srm-film .sf-story .sf-kicker {
  color: #f5d2a1;
}
#srm-film .sf-story h2 {
  color: #fff1d4;
  font-size: 48px;
}
#srm-film .sf-story p {
  color: #ffe3bc;
  font-size: 13px;
  line-height: 1.9;
  margin-top: 22px;
}
#srm-film .sf-features {
  display: grid;
  gap: 0;
  margin-top: 28px;
}
#srm-film .sf-feature {
  padding: 15px 0;
  border-top: 1px solid #f7d8a640;
  display: flex;
  gap: 15px;
  font-size: 12px;
  align-items: center;
  color: #fff0d2;
}
#srm-film .sf-feature span:first-child {
  font-size: 9px;
  color: #f2c482;
}
#srm-film .sf-contact {
  padding: 65px 6%;
  background: #f9e9c9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
#srm-film .sf-contact h2 {
  font-size: 42px;
}
#srm-film .sf-contact p {
  font-size: 13px;
  line-height: 1.9;
  color: #7a5638;
  margin-top: 20px;
}
#srm-film .sf-contact .sf-cta {
  background: #a74b29;
  border-color: #a74b29;
  color: #fff1d4;
}
#srm-film .sf-detail {
  padding: 16px 0;
  border-bottom: 1px solid #d5b68a;
  color: #53351f;
  font-size: 12px;
  line-height: 1.8;
}
#srm-film .sf-detail small {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #996236;
  display: block;
  margin-bottom: 5px;
}
#srm-film .sf-footer {
  background: #492413;
  color: #e2bd87;
  padding: 24px 6%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 10px;
  letter-spacing: 0.5px;
}
#srm-film.paused * {
  animation-play-state: paused !important;
}
#srm-film[lang="ne"] h1,
#srm-film[lang="ne"] h2,
#srm-film[lang="ne"] h3 {
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "Noto Sans Devanagari", sans-serif;
}
#srm-film[lang="ne"] h1 {
  font-size: 54px;
}
@keyframes sf-product-film {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-5deg) scale(0.97);
  }
  25% {
    transform: translate3d(-8px, -19px, 45px) rotate(3deg) scale(1.035);
  }
  50% {
    transform: translate3d(9px, -4px, 10px) rotate(-2deg) scale(1);
  }
  75% {
    transform: translate3d(-6px, -25px, 55px) rotate(5deg) scale(1.045);
  }
}
@keyframes sf-kernel {
  0%,
  100% {
    translate: 0 0;
    rotate: 0deg;
  }
  25% {
    translate: -15px -24px;
    rotate: 70deg;
  }
  50% {
    translate: 12px 9px;
    rotate: 150deg;
  }
  75% {
    translate: 23px -35px;
    rotate: 245deg;
  }
}
@keyframes sf-halo {
  50% {
    transform: rotateX(68deg) rotateZ(20deg) scale(1.1);
  }
}
@keyframes sf-light {
  50% {
    opacity: 0.45;
    translate: -50px 20px;
  }
}
@keyframes sf-progress {
  0% {
    scale: 0 1;
  }
  100% {
    scale: 1 1;
  }
}
@keyframes sf-marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes sf-story-float {
  0%,
  100% {
    transform: translateY(0) rotate(-8deg);
  }
  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}
@media (max-width: 700px) {
  #srm-film .sf-navlinks {
    display: none;
  }
  #srm-film .sf-order {
    display: none;
  }
  #srm-film .sf-brand {
    font-size: 21px;
  }
  #srm-film .sf-nav {
    padding: 20px 6%;
  }
  #srm-film .sf-hero {
    padding: 45px 7% 50px;
    min-height: 870px;
  }
  #srm-film .sf-copy {
    width: 100%;
  }
  #srm-film h1 {
    font-size: 60px;
    max-width: 360px;
  }
  #srm-film .sf-copy p {
    max-width: 270px;
    font-size: 12px;
  }
  #srm-film .sf-copy .sf-cta {
    margin-top: 22px;
  }
  #srm-film .sf-art {
    width: 110%;
    height: 505px;
    top: 358px;
    right: -8%;
  }
  #srm-film .sf-halo {
    width: 320px;
    height: 320px;
    top: 467px;
    right: 0;
  }
  #srm-film .sf-pedestal {
    width: 83%;
    right: 6%;
    bottom: 31px;
    height: 120px;
  }
  #srm-film .sf-side-note {
    top: 523px;
    right: 4%;
  }
  #srm-film .sf-bottom {
    bottom: 18px;
  }
  #srm-film .sf-eyebrow {
    margin-bottom: 22px;
    font-size: 8px;
  }
  #srm-film .sf-section-head {
    display: block;
  }
  #srm-film h2 {
    font-size: 35px;
  }
  #srm-film .sf-section-head > p {
    margin-top: 18px;
    max-width: 300px;
  }
  #srm-film .sf-cards {
    grid-template-columns: 1fr;
  }
  #srm-film .sf-card-number {
    margin-bottom: 23px;
  }
  #srm-film .sf-services {
    padding: 45px 7%;
  }
  #srm-film .sf-story {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 30px 7% 48px;
  }
  #srm-film .sf-story-art {
    height: 360px;
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
  #srm-film .sf-story-art img {
    width: 120%;
    left: -10%;
    height: 120%;
    top: -10%;
  }
  #srm-film .sf-story h2 {
    font-size: 40px;
  }
  #srm-film .sf-contact {
    grid-template-columns: 1fr;
    padding: 45px 7%;
    gap: 20px;
  }
  #srm-film .sf-contact h2 {
    font-size: 36px;
  }
  #srm-film .sf-bulk {
    font-size: 10px;
  }
  #srm-film[lang="ne"] h1 {
    font-size: 43px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #srm-film *,
  #srm-film *:before,
  #srm-film *:after {
    animation: none !important;
    transition: none !important;
  }
  #srm-film .sf-motion,
  #srm-film .sf-track {
    display: none;
  }
}

/* 6. Rice section and falling-grain styling */

#srm-film .sf-rice-section {
  background: radial-gradient(
    ellipse at 24% 42%,
    #b47c42 0%,
    #8f522c 43%,
    #653019 88%
  );
  isolation: isolate;
  min-height: 570px;
}
#srm-film .sf-rice-art {
  position: relative;
  isolation: isolate;
  height: 430px;
}
#srm-film .sf-rice-art:before {
  content: "";
  position: absolute;
  inset: 14% -2% 9%;
  border: 1px solid #f1d19535;
  border-radius: 50%;
  transform: rotateX(63deg) rotate(-25deg);
  animation: sf-rice-ring 10s ease-in-out infinite;
  z-index: -1;
}
#srm-film .sf-rice-art:after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 14%;
  width: 73%;
  height: 30px;
  border-radius: 50%;
  background: #2c160a70;
  filter: blur(15px);
  animation: sf-rice-shadow 8s ease-in-out infinite;
  z-index: -1;
}
#srm-film .sf-rice-art img {
  animation: sf-rice-bowl 8s ease-in-out infinite;
  width: 142%;
  height: 132%;
  left: -22%;
  top: -18%;
  filter: drop-shadow(12px 24px 19px #2a150b44);
}
#srm-film .sf-rice-flow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
#srm-film .sf-rice-drop {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: calc(var(--size) * 0.3);
  border-radius: 70% 30% 65% 35%;
  background: linear-gradient(155deg, #fffef1 0%, #fcf3db 45%, #d8bd8b 100%);
  box-shadow: 1px 2px 2px #472d1640;
  animation: sf-rice-pour 3.6s cubic-bezier(0.38, 0.1, 0.65, 0.8) infinite;
  animation-delay: var(--delay);
  opacity: 0;
  transform: rotate(var(--r));
}
#srm-film .sf-flour-particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: #fff4dc;
  box-shadow: 0 0 3px #fcebc9;
  animation: sf-flour-lift 7s ease-in-out infinite;
  animation-delay: var(--delay);
  opacity: 0;
}
#srm-film .sf-rice-section h2 {
  font-size: 49px;
}
#srm-film .sf-product-motion {
  animation-name: sf-aata-breathe;
  animation-duration: 13s;
}
@keyframes sf-aata-breathe {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-4deg) scale(0.98);
  }
  40% {
    transform: translate3d(-10px, -20px, 35px) rotate(3deg) scale(1.035);
  }
  70% {
    transform: translate3d(5px, -7px, 15px) rotate(-1deg) scale(1.01);
  }
}
@keyframes sf-flour-lift {
  0% {
    opacity: 0;
    translate: 0 15px;
    scale: 0.5;
  }
  25% {
    opacity: 0.65;
  }
  80% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    translate: var(--dx) -95px;
    scale: 1.6;
  }
}
@keyframes sf-rice-pour {
  0% {
    opacity: 0;
    translate: 15px -45px;
    rotate: -25deg;
  }
  15% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    translate: -48px 160px;
    rotate: 95deg;
  }
}
@keyframes sf-rice-bowl {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}
@keyframes sf-rice-ring {
  50% {
    transform: rotateX(66deg) rotate(5deg);
  }
}
@keyframes sf-rice-shadow {
  50% {
    scale: 0.88;
    opacity: 0.6;
  }
}
@media (max-width: 700px) {
  #srm-film .sf-rice-art {
    height: 360px;
  }
  #srm-film .sf-rice-art img {
    width: 125%;
    height: 124%;
    left: -12%;
    top: -14%;
  }
  #srm-film .sf-rice-section h2 {
    font-size: 40px;
  }
  #srm-film .sf-rice-section {
    padding-top: 45px;
  }
}

/* 7. Roti section, steam and flip keyframes */

#srm-film .sf-roti-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  align-items: center;
  gap: 5px;
  min-height: 570px;
  padding: 65px 5% 65px 6%;
  background: radial-gradient(
    ellipse at 74% 57%,
    #a86134 0%,
    #783a20 44%,
    #492212 95%
  );
  color: #fff0d5;
  isolation: isolate;
  overflow: hidden;
}
#srm-film .sf-roti-section:before {
  content: "";
  position: absolute;
  width: 640px;
  height: 220px;
  right: -150px;
  top: 0;
  background: linear-gradient(100deg, transparent, #ffda9050, transparent);
  filter: blur(45px);
  transform: rotate(-35deg);
  pointer-events: none;
  animation: sf-roti-light 12s ease-in-out infinite;
  z-index: -1;
}
#srm-film .sf-roti-copy {
  z-index: 3;
}
#srm-film .sf-roti-section .sf-kicker {
  color: #f3c98c;
}
#srm-film .sf-roti-section h2 {
  font-size: 47px;
  color: #fff0d5;
  line-height: 1.17;
}
#srm-film .sf-roti-section h2 em {
  color: #f3c779;
  font-weight: 400;
}
#srm-film .sf-roti-section p {
  color: #f1d3b0;
  font-size: 13px;
  line-height: 1.9;
  max-width: 290px;
  margin-top: 23px;
}
#srm-film .sf-roti-section .sf-cta {
  margin-top: 25px;
}
#srm-film .sf-roti-art {
  position: relative;
  height: 435px;
  perspective: 1200px;
  isolation: isolate;
}
#srm-film .sf-roti-halo {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 1px solid #edc17b3b;
  left: 14%;
  top: 30px;
  transform: rotateX(55deg) rotateZ(-15deg);
  z-index: -1;
}
#srm-film .sf-roti-halo:after {
  content: "";
  position: absolute;
  inset: 25px;
  border: 1px solid #edc17b20;
  border-radius: 50%;
}
#srm-film .sf-roti-tawa,
#srm-film .sf-roti-bread {
  position: absolute;
  inset: 0;
  width: 115%;
  height: auto;
  left: -7%;
  top: -2%;
  object-fit: contain;
  pointer-events: none;
}
#srm-film .sf-roti-tawa {
  clip-path: polygon(0 60%, 74% 60%, 74% 43%, 100% 43%, 100% 100%, 0 100%);
  filter: drop-shadow(10px 20px 15px #200d0860);
}
#srm-film .sf-roti-bread {
  clip-path: inset(22% 26% 40% 22%);
  z-index: 2;
  transform-origin: 50% 39%;
  filter: drop-shadow(5px 13px 10px #33180930);
  animation: sf-roti-puff 7s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform;
}
#srm-film .sf-roti-art.flipping .sf-roti-bread {
  animation: sf-roti-flip 1.35s cubic-bezier(0.3, 0.05, 0.25, 1) both;
}
#srm-film .sf-roti-art.flipping .sf-roti-tawa {
  animation: sf-tawa-toss 1.35s ease-in-out both;
}
#srm-film .sf-roti-shadow {
  position: absolute;
  left: 27%;
  right: 25%;
  height: 26px;
  top: 59%;
  border-radius: 50%;
  background: #2a11086b;
  filter: blur(11px);
  animation: sf-roti-shadow 7s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
#srm-film .sf-steam {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 30px;
  height: 95px;
  border-radius: 50%;
  border-left: 3px solid #fff0d555;
  filter: blur(5px);
  animation: sf-steam-rise 5s ease-out infinite;
  animation-delay: var(--delay);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}
#srm-film .sf-steam:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 30px;
  width: 34px;
  height: 70px;
  border-radius: 50%;
  border-right: 3px solid #fff6de4a;
}
#srm-film .sf-roti-action {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 4;
}
#srm-film .sf-flip {
  font: inherit;
  font-size: 11px;
  color: #ffefd0;
  border: 1px solid #e4b97785;
  border-radius: 30px;
  background: #753b2290;
  backdrop-filter: blur(8px);
  padding: 12px 22px;
  min-height: 44px;
  transition:
    background 0.3s,
    transform 0.3s;
}
#srm-film .sf-flip:hover {
  background: #9b552d;
  transform: translateY(-2px);
}
#srm-film .sf-flip:disabled {
  cursor: default;
  opacity: 0.7;
}
#srm-film .sf-roti-note {
  display: flex;
  gap: 19px;
  margin-top: 23px;
  font-size: 9px;
  color: #f5d8ac;
  letter-spacing: 1px;
}
#srm-film .sf-roti-note span {
  border-top: 1px solid #e6bd7b55;
  padding-top: 10px;
}
@keyframes sf-roti-puff {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg) scale(1, 0.97);
  }
  38% {
    transform: translateY(-16px) rotate(2deg) scale(1.025, 1.065);
  }
  65% {
    transform: translateY(-9px) rotate(-1deg) scale(1.01, 1.025);
  }
}
@keyframes sf-roti-flip {
  0% {
    transform: translateY(0) rotateX(0deg);
  }
  35% {
    transform: translateY(-60px) rotateX(-170deg) rotateZ(8deg) scale(0.98);
  }
  65% {
    transform: translateY(-75px) rotateX(-285deg) rotateZ(-3deg) scale(1.02);
  }
  100% {
    transform: translateY(0) rotateX(-360deg) rotateZ(0deg);
  }
}
@keyframes sf-tawa-toss {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  22% {
    transform: translateY(-8px) rotate(-4deg);
  }
  48% {
    transform: translateY(2px) rotate(1deg);
  }
}
@keyframes sf-steam-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 15px, 0) scale(0.65) rotate(-10deg);
  }
  20% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
    transform: translate3d(20px, -90px, 0) scale(1.5) rotate(15deg);
  }
}
@keyframes sf-roti-shadow {
  38% {
    scale: 0.85;
    opacity: 0.65;
  }
}
@keyframes sf-roti-light {
  50% {
    translate: -45px 20px;
    opacity: 0.6;
  }
}
@media (max-width: 700px) {
  #srm-film .sf-roti-section {
    grid-template-columns: 1fr;
    padding: 43px 7% 30px;
    gap: 12px;
  }
  #srm-film .sf-roti-section h2 {
    font-size: 40px;
  }
  #srm-film .sf-roti-section p {
    max-width: 340px;
  }
  #srm-film .sf-roti-art {
    height: 340px;
    max-width: 430px;
    width: 100%;
    margin: auto;
  }
  #srm-film .sf-roti-halo {
    width: 260px;
    height: 260px;
    left: 8%;
    top: 5px;
  }
  #srm-film .sf-roti-tawa,
  #srm-film .sf-roti-bread {
    width: 125%;
    height: auto;
    left: -12%;
    top: -9%;
  }
  #srm-film .sf-roti-action {
    bottom: -2px;
  }
  #srm-film .sf-roti-note {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #srm-film .sf-flip {
    display: none;
  }
}

/* 8. Final artwork and animation refinements */

#srm-film.refined .sf-order {
  font-weight: 700;
  letter-spacing: 0.1px;
}
#srm-film.refined.soft-seams .sf-rice-section {
  background:
    linear-gradient(to bottom, #61311e 0, transparent 100px),
    linear-gradient(to top, #344533 0, transparent 14px),
    radial-gradient(ellipse at 24% 42%, #b47c42 0%, #8f522c 43%, #653019 88%);
  padding-bottom: 48px;
}
#srm-film.refined.soft-seams .sf-contact {
  background:
    linear-gradient(to top, #243728 0, transparent 90px),
    radial-gradient(ellipse at 13% 18%, #445640 0%, #344533 48%, #243728 100%);
}
#srm-film.refined .sf-rice-art img {
  width: 110%;
  height: auto;
  left: -5%;
  top: 29%;
  animation: none;
  transform: none;
  filter: drop-shadow(9px 16px 12px #28150935);
  mask-image: radial-gradient(
    ellipse 74% 77% at 50% 50%,
    #000 62%,
    transparent 94%
  );
}
#srm-film.refined .sf-rice-art:after {
  bottom: 6%;
  opacity: 0.45;
  animation: none;
}
#srm-film.refined .sf-rice-flow {
  z-index: 3;
}
#srm-film.refined .sf-rice-flow canvas {
  display: block;
  width: 100%;
  height: 100%;
}
#srm-film.refined .sf-roti-tawa {
  width: 114%;
  height: auto;
  left: -7%;
  top: 23%;
  clip-path: none;
  animation: none !important;
  transform: none;
  z-index: 0;
  filter: drop-shadow(10px 16px 12px #25100655);
}
#srm-film.refined .sf-roti-bread {
  width: 75%;
  height: auto;
  left: 6%;
  top: 25%;
  clip-path: none;
  transform-origin: 50% 50%;
  z-index: 2;
  filter: drop-shadow(0 4px 3px #30170a50);
  animation: sf-roti-cook 9s ease-in-out infinite;
  mask-image: radial-gradient(
    ellipse 75% 77% at center,
    #000 60%,
    transparent 95%
  );
}
#srm-film.refined .sf-roti-shadow {
  top: 61%;
  left: 22%;
  right: 30%;
  height: 17px;
  opacity: 0.35;
  animation: none;
}
#srm-film.refined .sf-roti-art.flipping .sf-roti-bread {
  animation: sf-roti-land 1.35s ease-in-out both;
}
#srm-film.refined .sf-roti-art.flipping .sf-roti-tawa {
  animation: none !important;
}
#srm-film.refined .sf-steam {
  top: 28%;
}
@keyframes sf-roti-cook {
  0%,
  40%,
  100% {
    transform: translateY(0) rotateX(0deg) scaleY(1);
  }
  18% {
    transform: translateY(-2px) rotateX(0deg) scaleY(1.035);
  }
  48% {
    transform: translateY(2px) rotateX(0deg) scaleY(0.98);
  }
  60% {
    transform: translateY(-95px) rotateX(-145deg) scaleY(1);
  }
  69% {
    transform: translateY(-105px) rotateX(-230deg);
  }
  81% {
    transform: translateY(0) rotateX(-360deg);
  }
  85% {
    transform: translateY(2px) rotateX(-360deg) scaleY(0.97);
  }
  89%,
  99% {
    transform: translateY(0) rotateX(-360deg) scaleY(1);
  }
}
@keyframes sf-roti-land {
  0% {
    transform: translateY(0) rotateX(0deg);
  }
  40% {
    transform: translateY(-100px) rotateX(-155deg);
  }
  60% {
    transform: translateY(-105px) rotateX(-230deg);
  }
  87% {
    transform: translateY(0) rotateX(-360deg) scaleY(0.97);
  }
  100% {
    transform: translateY(0) rotateX(-360deg) scaleY(1);
  }
}
@media (max-width: 700px) {
  #srm-film.refined .sf-roti-tawa {
    top: 22%;
    width: 120%;
    left: -10%;
  }
  #srm-film.refined .sf-roti-bread {
    width: 79%;
    left: 3%;
    top: 24%;
  }
  #srm-film.refined .sf-rice-art img {
    top: 28%;
    width: 114%;
    left: -7%;
  }
  #srm-film.refined .sf-roti-art {
    height: 340px;
  }
}

/* 9. Align the roti to its pan using container-relative units */

#srm-film.refined .sf-roti-art {
  container-type: inline-size;
}
#srm-film.refined .sf-roti-tawa {
  width: 98%;
  height: auto;
  left: 1%;
  top: 10%;
}
#srm-film.refined .sf-roti-bread {
  width: 65%;
  height: auto;
  left: 14.6%;
  top: calc(10% + 20.7cqw);
}
#srm-film.refined .sf-roti-shadow {
  display: none;
}
#srm-film.refined .sf-steam {
  top: 27%;
}

/* 10. Soft animated light behind the rice bowl */

#srm-film.refined .sf-rice-art:before {
  width: 112%;
  height: 100%;
  left: -6%;
  top: -7%;
  border: 0;
  background: radial-gradient(
    ellipse at 52% 43%,
    #ffe1a72c 0%,
    #efb96312 38%,
    transparent 70%
  );
  transform: none;
  animation: sf-rice-stage-light 7s ease-in-out infinite;
}
@keyframes sf-rice-stage-light {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.94);
  }
  45% {
    opacity: 1;
    transform: scale(1.07);
  }
}
