@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/cormorant-garamond-400.woff2") format("woff2");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/cormorant-garamond-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/manrope-400.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/assets/fonts/manrope-500.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("/assets/fonts/manrope-600.woff2") format("woff2");
}

:root {
  --ink: #0c0b0a;
  --ink-soft: #151310;
  --ivory: #f2ede4;
  --paper: #f8f5ef;
  --gold: #c6a46b;
  --gold-dark: #9d7943;
  --line-dark: rgba(255, 255, 255, 0.18);
  --line-light: rgba(12, 11, 10, 0.18);
  --serif: "Cormorant Garamond", "Bodoni MT", Didot, Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  overflow-x: hidden;
}

body.menu-is-open {
  overflow: hidden;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

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

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  color: var(--ivory);
  display: flex;
  height: 96px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(24px, 4.2vw, 72px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}

.brand {
  align-items: center;
  display: flex;
  height: 70px;
  width: 168px;
}

.brand img {
  height: auto;
  width: 100%;
}

.desktop-nav {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: clamp(24px, 2.5vw, 44px);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.desktop-nav a {
  opacity: 0.78;
  transition: opacity 180ms ease;
}

.desktop-nav a:hover {
  opacity: 1;
}

.desktop-nav .nav-trade {
  align-items: center;
  border-left: 1px solid var(--line-dark);
  display: flex;
  gap: 18px;
  margin-left: 4px;
  padding-left: 32px;
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  background: var(--ink);
  color: var(--ivory);
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(32px, 6vw, 110px) 80px clamp(24px, 5.5vw, 96px);
  position: relative;
  z-index: 4;
}

.eyebrow {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.26em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--gold-dark);
}

.hero h1,
.manifesto h2,
.section-head h2,
.cast-overlay h2,
.signature-copy h2,
.editorial-heading h2,
.stockist-copy h2,
.trade-intro h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(64px, 8vw, 132px);
  line-height: 0.75;
  margin-left: -0.05em;
  max-width: 780px;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--gold);
  font-size: 0.78em;
  font-weight: 400;
  text-transform: none;
}

.hero-intro {
  color: rgba(242, 237, 228, 0.7);
  font-size: 14px;
  line-height: 1.8;
  margin: clamp(32px, 5vh, 58px) 0 32px;
  max-width: 390px;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  gap: 36px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.text-link span,
.button span,
.floating-enquiry span {
  font-size: 1.35em;
  transition: transform 180ms ease;
}

.text-link:hover span,
.button:hover span,
.floating-enquiry:hover span {
  transform: translate(3px, -3px);
}

.hero-media {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero-media > img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  transition: transform 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.hero:hover .hero-media > img {
  transform: scale(1.018);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(12, 11, 10, 0.3), transparent 30%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-edition {
  bottom: 34px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  letter-spacing: 0.22em;
  margin: 0;
  position: absolute;
  right: 34px;
  text-transform: uppercase;
}

.marquee {
  background: var(--gold);
  color: var(--ink);
  overflow: hidden;
  padding: 15px 0;
  white-space: nowrap;
}

.marquee > div {
  align-items: center;
  animation: marquee 34s linear infinite;
  display: inline-flex;
  min-width: max-content;
}

.marquee span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  padding: 0 28px;
  text-transform: uppercase;
}

.marquee i {
  font-size: 6px;
  font-style: normal;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.section-pad {
  padding: clamp(90px, 11vw, 180px) clamp(24px, 6vw, 96px);
}

.manifesto {
  background: var(--ivory);
  display: grid;
  grid-template-columns: 1fr 3fr;
  min-height: 80vh;
}

.section-index {
  color: rgba(12, 11, 10, 0.5);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.manifesto-copy {
  max-width: 1050px;
}

.manifesto h2 {
  font-size: clamp(50px, 6.4vw, 102px);
  line-height: 0.94;
}

.manifesto h2 em,
.cast-overlay h2 em,
.signature-copy h2 em,
.editorial-heading h2 em,
.trade-intro h2 em {
  color: var(--gold-dark);
  font-weight: 400;
}

.manifesto-copy > p:last-child {
  color: rgba(12, 11, 10, 0.65);
  font-size: 15px;
  line-height: 1.9;
  margin: 48px 0 0 auto;
  max-width: 520px;
}

.collection {
  background: var(--paper);
}

.section-head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(70px, 9vw, 140px);
}

.section-head h2 {
  font-size: clamp(54px, 6vw, 96px);
  line-height: 0.92;
}

.section-head > p {
  color: rgba(12, 11, 10, 0.6);
  line-height: 1.8;
  max-width: 280px;
}

.collection-grid {
  display: grid;
  gap: clamp(40px, 8vw, 140px);
  grid-template-columns: 1fr 1fr;
}

.collection-card.offset {
  margin-top: clamp(60px, 9vw, 150px);
}

.image-wrap {
  aspect-ratio: 4 / 5;
  background: #ded8ce;
  overflow: hidden;
  position: relative;
}

.image-wrap img,
.editorial-grid img,
.stockist-photo img,
.signature-image > img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.collection-card:hover .image-wrap img,
.editorial-grid figure:hover img,
.stockist-photo:hover img,
.signature-image:hover > img {
  transform: scale(1.025);
}

.image-wrap > span {
  background: rgba(12, 11, 10, 0.86);
  bottom: 0;
  color: var(--ivory);
  font-size: 8px;
  left: 0;
  letter-spacing: 0.2em;
  padding: 12px 15px;
  position: absolute;
  text-transform: uppercase;
}

.collection-caption {
  align-items: baseline;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  justify-content: space-between;
  padding: 28px 0 18px;
}

.collection-caption h3 {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.collection-caption p {
  color: rgba(12, 11, 10, 0.55);
  font-size: 11px;
  margin: 0;
}

.cast-editorial {
  background: var(--ink);
  min-height: 80vh;
  overflow: hidden;
  position: relative;
}

.cast-editorial > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.84;
  position: absolute;
  width: 100%;
}

.cast-editorial::after {
  background: linear-gradient(90deg, rgba(12, 11, 10, 0.8), rgba(12, 11, 10, 0.04) 70%);
  content: "";
  inset: 0;
  position: absolute;
}

.cast-overlay {
  bottom: clamp(55px, 8vw, 120px);
  color: var(--ivory);
  left: clamp(24px, 6vw, 96px);
  position: absolute;
  z-index: 2;
}

.cast-overlay h2 {
  font-size: clamp(52px, 7vw, 110px);
  line-height: 0.88;
}

.cast-overlay h2 em {
  color: var(--gold);
}

.signature {
  background: var(--ink);
  color: var(--ivory);
  display: grid;
  gap: clamp(60px, 10vw, 180px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.signature-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}

.signature-mark {
  align-items: flex-end;
  backdrop-filter: none;
  background: transparent;
  bottom: clamp(20px, 3vw, 42px);
  display: flex;
  height: auto;
  justify-content: flex-start;
  left: clamp(20px, 3vw, 42px);
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: auto;
}

.signature-mark img {
  aspect-ratio: 900 / 334;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.55));
  width: clamp(135px, 14vw, 205px);
}

.signature-copy {
  align-self: center;
  max-width: 620px;
}

.signature-copy h2 {
  font-size: clamp(52px, 6vw, 94px);
  line-height: 0.9;
}

.signature-copy h2 em {
  color: var(--gold);
}

.signature-copy > p:not(.eyebrow) {
  color: rgba(242, 237, 228, 0.65);
  line-height: 1.95;
  margin: 42px 0 58px;
  max-width: 520px;
}

.signature-copy dl {
  border-top: 1px solid var(--line-dark);
  margin: 0;
}

.signature-copy dl > div {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 18px 0;
}

.signature-copy dt {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.signature-copy dd {
  font-family: var(--serif);
  font-size: 23px;
  margin: 0;
}

.editorial {
  background: var(--paper);
  overflow: hidden;
}

.editorial-heading {
  margin-bottom: -85px;
  position: relative;
  z-index: 2;
}

.editorial-heading h2 {
  font-size: clamp(62px, 8vw, 124px);
  line-height: 0.78;
}

.editorial-grid {
  align-items: end;
  display: grid;
  gap: clamp(14px, 2vw, 32px);
  grid-template-columns: 0.9fr 1.1fr 0.9fr;
}

.editorial-grid figure {
  margin: 0;
  overflow: hidden;
}

.editorial-grid .tall {
  height: min(65vw, 920px);
  margin-top: 190px;
}

.editorial-grid .short {
  height: min(52vw, 760px);
}

.editorial-grid .medium {
  height: min(58vw, 830px);
  margin-bottom: 80px;
}

.stockists {
  align-items: stretch;
  background: var(--ivory);
  display: grid;
  gap: clamp(60px, 10vw, 170px);
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
}

.stockist-photo {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.stockist-copy {
  align-self: center;
  max-width: 720px;
}

.stockist-copy h2 {
  font-size: clamp(56px, 7vw, 106px);
  line-height: 0.88;
}

.stockist-copy > p:not(.eyebrow) {
  color: rgba(12, 11, 10, 0.64);
  line-height: 1.9;
  margin: 38px 0 40px;
  max-width: 520px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  gap: 38px;
  justify-content: space-between;
  letter-spacing: 0.18em;
  min-height: 58px;
  padding: 0 26px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.dark-button {
  background: var(--ink);
  color: var(--ivory);
}

.dark-button:hover {
  background: var(--gold-dark);
}

.mail-link {
  border-bottom: 1px solid var(--line-light);
  display: table;
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-top: 28px;
  padding-bottom: 5px;
}

.trade {
  background: var(--ink-soft);
  color: var(--ivory);
  display: grid;
  gap: clamp(70px, 10vw, 170px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(500px, 1.25fr);
}

.trade-intro h2 {
  font-size: clamp(68px, 8vw, 130px);
  line-height: 0.72;
  text-transform: uppercase;
}

.trade-intro h2 em {
  color: var(--gold);
  font-size: 0.8em;
  text-transform: none;
}

.trade-intro > p:not(.eyebrow) {
  color: rgba(242, 237, 228, 0.62);
  line-height: 1.9;
  margin: 48px 0;
  max-width: 440px;
}

.trade-note {
  border-top: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.trade-note span {
  color: rgba(242, 237, 228, 0.45);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.trade-note strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  margin-top: 5px;
}

.trade-form {
  background: var(--ivory);
  color: var(--ink);
  padding: clamp(32px, 5vw, 72px);
}

.form-heading {
  align-items: baseline;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
  padding-bottom: 22px;
}

.form-heading span {
  font-family: var(--serif);
  font-size: 34px;
}

.form-heading p {
  color: rgba(12, 11, 10, 0.5);
  font-size: 10px;
  margin: 0;
}

.field-grid {
  display: grid;
  gap: 26px 28px;
  grid-template-columns: 1fr 1fr;
}

.field-grid label {
  display: flex;
  flex-direction: column;
}

.field-grid label > span {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  border-radius: 0;
  color: var(--ink);
  min-height: 44px;
  outline: none;
  padding: 6px 0;
  width: 100%;
}

.field-grid textarea {
  line-height: 1.5;
  padding-top: 12px;
  resize: vertical;
}

.field-grid input:focus,
.field-grid select:focus,
.field-grid textarea:focus {
  border-color: var(--gold-dark);
}

.field-grid .full-field {
  grid-column: 1 / -1;
}

.gold-button {
  background: var(--gold);
  color: var(--ink);
  margin-top: 36px;
  width: 100%;
}

.gold-button:hover {
  background: var(--ink);
  color: var(--ivory);
}

.form-consent {
  color: rgba(12, 11, 10, 0.48);
  font-size: 9px;
  line-height: 1.6;
  margin: 15px 0 0;
}

.site-footer {
  background: var(--ink);
  border-top: 1px solid var(--line-dark);
  color: var(--ivory);
  display: grid;
  gap: 50px;
  grid-template-columns: 1.3fr 0.7fr 1fr;
  padding: 75px clamp(24px, 6vw, 96px) 45px;
}

.footer-brand img {
  aspect-ratio: 900 / 334;
  height: auto !important;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  width: 180px;
}

.footer-brand p,
.footer-meta p {
  color: rgba(242, 237, 228, 0.45);
  font-size: 9px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.footer-links {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 22px;
  gap: 10px;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-meta {
  align-self: end;
}

.floating-enquiry {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  bottom: 24px;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-size: 8px;
  font-weight: 600;
  height: 88px;
  justify-content: center;
  letter-spacing: 0.14em;
  position: fixed;
  right: 24px;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
  width: 88px;
  z-index: 20;
}

.floating-enquiry:hover {
  background: var(--ivory);
  transform: scale(1.04);
}

.reveal {
  animation: reveal linear both;
  animation-range: entry 5% cover 28%;
  animation-timeline: view();
}

@keyframes reveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 12px 0 12px 12px;
    position: relative;
    z-index: 45;
  }

  .menu-button span {
    background: var(--ivory);
    display: block;
    height: 1px;
    transition: transform 220ms ease;
    width: 28px;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    background: var(--ink);
    color: var(--ivory);
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 120px 28px 60px;
    pointer-events: none;
    position: fixed;
    transform: translateY(-12px);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 25;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu nav {
    display: flex;
    flex-direction: column;
  }

  .mobile-menu nav a {
    border-bottom: 1px solid var(--line-dark);
    font-family: var(--serif);
    font-size: clamp(44px, 12vw, 78px);
    line-height: 1;
    padding: 10px 0;
  }

  .mobile-menu p {
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 0.2em;
    margin-top: 40px;
    text-transform: uppercase;
  }

  .manifesto {
    grid-template-columns: 1fr;
  }

  .section-index {
    margin-bottom: 70px;
  }

  .signature,
  .stockists,
  .trade {
    gap: 70px;
    grid-template-columns: 1fr;
  }

  .trade-intro {
    max-width: 640px;
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 78px;
    padding: 0 20px;
  }

  .brand {
    width: 136px;
  }

  .hero {
    display: block;
    min-height: 100svh;
  }

  .hero-media {
    inset: 0;
    min-height: 100svh;
    position: absolute;
  }

  .hero-media > img {
    object-position: 51% center;
  }

  .hero-shade {
    background: linear-gradient(180deg, rgba(12, 11, 10, 0.25) 0%, rgba(12, 11, 10, 0.22) 38%, rgba(12, 11, 10, 0.93) 85%, var(--ink) 100%);
  }

  .hero-copy {
    justify-content: flex-end;
    min-height: 100svh;
    padding: 130px 20px 72px;
  }

  .hero-eyebrow {
    margin-bottom: 20px;
  }

  .hero h1 {
    font-size: clamp(54px, 19vw, 84px);
    line-height: 0.79;
  }

  .hero-intro {
    font-size: 12px;
    margin: 28px 0 24px;
    max-width: 310px;
  }

  .hero-edition {
    display: none;
  }

  .section-pad {
    padding: 90px 20px;
  }

  .manifesto {
    min-height: auto;
  }

  .manifesto h2 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .manifesto-copy > p:last-child {
    font-size: 13px;
    margin-top: 34px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 55px;
  }

  .section-head h2 {
    font-size: 54px;
  }

  .section-head > p {
    margin-top: 25px;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .collection-card.offset {
    margin-top: 30px;
  }

  .collection-caption h3 {
    font-size: 34px;
  }

  .cast-editorial {
    min-height: 72vh;
  }

  .cast-editorial > img {
    object-position: center;
  }

  .cast-overlay h2 {
    font-size: 48px;
  }

  .signature-copy h2,
  .stockist-copy h2 {
    font-size: 52px;
  }

  .signature-copy > p:not(.eyebrow) {
    font-size: 13px;
    margin: 32px 0 42px;
  }

  .editorial-heading {
    margin-bottom: 45px;
  }

  .editorial-heading h2 {
    font-size: 68px;
  }

  .editorial-grid {
    display: flex;
    gap: 12px;
    margin-right: -20px;
    overflow-x: auto;
    padding-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .editorial-grid figure,
  .editorial-grid .tall,
  .editorial-grid .short,
  .editorial-grid .medium {
    flex: 0 0 82vw;
    height: 108vw;
    margin: 0;
    scroll-snap-align: start;
  }

  .stockist-copy > p:not(.eyebrow) {
    font-size: 13px;
  }

  .trade-intro h2 {
    font-size: 82px;
  }

  .trade-form {
    margin: 0 -20px -90px;
    padding: 38px 20px 52px;
  }

  .form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-grid .full-field {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 65px 20px 120px;
  }

  .footer-meta {
    margin-top: 20px;
  }

  .floating-enquiry {
    bottom: 16px;
    height: 74px;
    right: 16px;
    width: 74px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
