:root {
  --gold: #c6a46a;
  --gold-2: #d4b483;
  --gold-dark: #9a7a3d;
  --black: #0a0a0a;
  --ink: #111111;
  --char: #161616;
  --panel: #1a1a1a;
  --muted: #9a9a9a;
  --line: rgba(198, 164, 106, 0.35);
  --white: #ffffff;
  --fog: #f3f1ee;
  --card: #eceae6;
  --danger: #c45c5c;
  --ok: #2e7d4f;
  --font: "Montserrat", system-ui, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Great Vibes", cursive;
  --max: 1280px;
  --header: 86px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: var(--font);
  background: var(--black);
  color: var(--white);
  font-size: 15px;
  line-height: 1.6;
}
body.is-locked { overflow: hidden; }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link {
  position: absolute; left: 12px; top: -40px; background: var(--gold); color: #111;
  padding: 8px 12px; z-index: 80;
}
.skip-link:focus { top: 8px; }
.center { text-align: center; }
.mt-lg { margin-top: 40px; }
.gold { color: var(--gold); }
.kicker {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 26px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background .25s, color .25s, border-color .25s, transform .2s;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #111; }
.btn-gold:hover { background: var(--gold-2); }
.btn-ghost { background: transparent; color: var(--white); border-color: var(--white); }
.btn-ghost:hover { background: var(--white); color: #111; }
.btn:focus-visible, .icon-btn:focus-visible, .nav a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.topbar {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 12px;
  letter-spacing: .04em;
}
.topbar-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 36px;
  gap: 16px;
}
.topbar p { margin: 0; color: #cfcfcf; }
.topbar-address { display: flex; align-items: center; gap: 8px; }
.topbar-address svg { width: 13px; height: 13px; fill: var(--gold); flex: none; }
.topbar-welcome { text-align: center; color: #eee; }
.topbar-right { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.topbar-right .dot { color: var(--gold); }
.topbar-right .icon-btn { width: 28px; height: 28px; color: var(--gold); }

.icon-btn {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--white);
  position: relative;
  cursor: pointer;
}
.icon-btn svg { width: 20px; height: 20px; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 78px; gap: 16px;
}
.logo { display: flex; align-items: center; gap: 10px; color: #111; }
.site-header .logo-sub { color: #6b6b6b; }
.site-header .icon-btn { color: #111; }
.site-footer .logo { color: #fff; }
.site-footer .logo-sub { color: #cfcfcf; }
.logo-k {
  font-family: var(--serif);
  font-size: 52px; font-weight: 600; line-height: .8;
  letter-spacing: -0.04em;
}
.logo-text { display: flex; flex-direction: column; }
.logo-zone {
  font-size: 20px; font-weight: 600; letter-spacing: .28em;
  display: flex; align-items: center;
}
.logo-e {
  display: inline-flex; flex-direction: column; justify-content: space-between;
  width: 12px; height: 14px; margin-left: 3px;
}
.logo-e i { display: block; height: 2px; background: currentColor; }
.logo-sub {
  font-size: 8px; letter-spacing: .22em; text-transform: uppercase;
  color: #cfcfcf; margin-top: 4px;
}

.nav { display: flex; gap: 26px; }
.nav a {
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 500; color: #111; padding: 8px 0; position: relative;
}
.nav a:hover, .nav a.is-active { color: var(--gold); }
.nav a.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 1px; background: var(--gold);
}
.header-actions { display: flex; align-items: center; gap: 2px; }
.cart-count {
  position: absolute; top: 4px; right: 4px;
  min-width: 16px; height: 16px; border-radius: 99px;
  background: var(--gold); color: #111;
  font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.menu-toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 5px; }
.menu-toggle span { display: block; height: 1.5px; background: #111; }

.hero { position: relative; background: #000; }
.hero-slides {
  position: relative;
  min-height: 560px;
  height: min(70vh, 680px);
  overflow: hidden;
}
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity .6s ease, visibility .6s;
  display: flex; align-items: center;
  background: #000;
}
.hero-slide.is-on { opacity: 1; visibility: visible; }
.hero-atmosphere {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, #000 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.12) 100%),
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(198,164,106,.05) 80px 81px);
  z-index: 1;
}
.hero-kmark {
  position: absolute; right: 4%; top: 46%; transform: translateY(-50%);
  font-family: var(--serif); font-size: min(42vw, 420px); line-height: .75;
  color: rgba(198,164,106,.14); pointer-events: none; font-weight: 600;
  z-index: 1;
}
.hero-model {
  position: absolute; right: 4%; bottom: 0;
  height: 96%; width: auto; max-width: 48%;
  object-fit: contain; object-position: bottom right;
  z-index: 2; pointer-events: none;
}
.hero-copy { position: relative; z-index: 3; max-width: 640px; padding: 64px 0; }
.hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.05; font-weight: 600;
  letter-spacing: .02em; text-transform: uppercase;
  margin: 0 0 18px;
}
.hero-text { color: #d8d8d8; max-width: 460px; margin: 0 0 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.3);
  color: #fff; z-index: 4; display: grid; place-items: center;
  background: rgba(0,0,0,.25);
}
.hero-arrow svg { width: 18px; height: 18px; }
.hero-arrow.prev { left: 18px; }
.hero-arrow.next { right: 18px; }
.hero-arrow:hover { border-color: var(--gold); color: var(--gold); }
.hero-dots { position: absolute; left: 0; right: 0; bottom: 22px; display: flex; justify-content: center; gap: 8px; z-index: 4; }
.hero-dots button {
  width: 8px; height: 8px; border-radius: 99px; background: rgba(255,255,255,.35);
}
.hero-dots button.is-on { background: var(--gold); width: 22px; }

.values { background: #0e0e0e; border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding: 28px 0;
}
.values-grid article {
  display: flex; align-items: center; gap: 14px; padding: 10px 18px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.values-grid article:last-child { border-right: 0; }
.value-icon {
  width: 48px; height: 48px; border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; color: var(--gold); flex: none;
}
.value-icon svg { width: 22px; height: 22px; }
.values h3 { margin: 0; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.values p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }

.section { padding: 84px 0; }
.cats, .arrivals { background: #fff; color: #111; }
.reviews { background: #f7f7f7; color: #111; }
.cats .section-head h2,
.arrivals .section-head h2,
.reviews .section-head h2 { color: #111; }
.arrivals .btn-ghost {
  border-color: var(--gold); color: var(--gold);
}
.arrivals .btn-ghost:hover { background: var(--gold); color: #111; }
.section-head { text-align: center; margin-bottom: 42px; }
.section-head h2 {
  font-family: var(--serif); font-size: 36px; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 600; margin: 0;
  display: inline-block; position: relative; padding-bottom: 14px;
}
.section-head h2::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 54px; height: 2px; background: var(--gold);
}

.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-card {
  position: relative; overflow: hidden; min-height: 460px; display: block; background: #1a1a1a;
}
.cat-card img { width: 100%; height: 460px; object-fit: cover; transition: transform .6s ease; }
.cat-card:hover img { transform: scale(1.06); }
.cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.15) 55%);
  display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start;
  padding: 28px;
}
.cat-overlay h3 {
  font-family: var(--serif); font-size: 30px; letter-spacing: .08em;
  text-transform: uppercase; margin: 0 0 14px;
}

.tabs { display: flex; justify-content: center; gap: 28px; margin-top: 22px; }
.tabs button {
  letter-spacing: .2em; text-transform: uppercase; font-size: 12px; color: #888; padding: 6px 0;
  border-bottom: 1px solid transparent; cursor: pointer;
}
.tabs button.is-on { color: var(--gold); border-bottom-color: var(--gold); }
.tab-panel { display: none; }
.tab-panel.is-on { display: block; }

.product-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.product-grid.six { grid-template-columns: repeat(6, 1fr); gap: 16px; }
.product-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}
.product-card:hover { box-shadow: 0 10px 28px rgba(0,0,0,.08); transform: translateY(-3px); }
.product-media {
  position: relative; display: block; background: #f3f3f3;
  aspect-ratio: 4 / 5; overflow: hidden;
}
.product-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.badge-new {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  background: var(--gold); color: #111;
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  padding: 5px 9px;
}
.card-cart {
  width: 38px; height: 38px; border-radius: 50%; flex: none;
  background: var(--gold); color: #111;
  display: grid; place-items: center; cursor: pointer;
}
.card-cart svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.card-cart:hover { background: var(--gold-2); }
.product-info {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 8px; padding: 14px 12px 14px;
  min-height: 88px;
}
.product-meta { min-width: 0; }
.product-info h3 { margin: 0; font-size: 13px; font-weight: 500; letter-spacing: .02em; color: #111; }
.product-info h3 a { color: #111; }
.product-info h3 a:hover { color: var(--gold); }
.price { margin: 8px 0 0; color: var(--gold); font-weight: 700; font-size: 14px; }
.product-card .price { color: #111; }
.compare { color: #999; text-decoration: line-through; margin-left: 8px; font-weight: 400; font-size: 12px; }

.promo { background: #0c0c0c; }
.promo-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; padding: 72px 0; }
.promo-copy h2 {
  font-family: var(--serif); font-size: clamp(32px, 4vw, 52px);
  text-transform: uppercase; letter-spacing: .04em; margin: 0 0 16px; line-height: 1.1;
}
.promo-copy p { color: #c8c8c8; max-width: 420px; }
.promo-media { overflow: hidden; }
.promo-media img { width: 100%; height: 420px; object-fit: cover; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card {
  background: #fff; color: #1a1a1a; padding: 28px 26px 24px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.review-card .quote { width: 28px; height: 28px; fill: var(--gold); margin-bottom: 10px; }
.review-card p { margin: 0 0 14px; color: #333; }
.stars { display: flex; gap: 3px; }
.stars svg { width: 14px; height: 14px; fill: var(--gold); }
.reviewer { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.reviewer img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.reviewer strong { display: block; font-size: 14px; }
.reviewer span { color: #777; font-size: 12px; }

.site-footer { background: #111; border-top: 1px solid rgba(198,164,106,.2); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.1fr;
  gap: 36px; padding: 64px 0 40px;
}
.footer-brand p { color: #bdbdbd; max-width: 320px; }
.site-footer h3 {
  font-size: 13px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 16px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 0 0 10px; }
.site-footer a:hover { color: var(--gold); }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a {
  width: 38px; height: 38px; border: 1px solid var(--gold); color: var(--gold);
  display: grid; place-items: center;
}
.socials svg { width: 16px; height: 16px; }
.newsletter { display: flex; gap: 0; margin-top: 12px; }
.newsletter input {
  flex: 1; background: #0a0a0a; border: 1px solid #333; padding: 0 14px; min-height: 46px;
}
.newsletter .btn { border-radius: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 12px; align-items: center; min-height: 52px; font-size: 12px; color: #b5b5b5;
}
.footer-bottom-inner p:last-child { text-align: right; }
.footer-bottom a:hover { color: var(--gold); }
.footer-script {
  font-family: var(--script); color: var(--gold); text-align: center;
  font-size: 28px; margin: 0 0 18px;
}

.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 50;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.wa-float svg { width: 28px; height: 28px; fill: currentColor; }

.overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 60;
  pointer-events: auto;
}
.search-modal {
  position: fixed; left: 50%; top: 18%; transform: translateX(-50%);
  width: min(640px, calc(100% - 32px)); background: #111;
  border: 1px solid var(--line); padding: 18px; z-index: 70;
}
.search-form { display: flex; gap: 8px; }
.search-form input {
  flex: 1; background: #0a0a0a; border: 1px solid #333; padding: 0 14px; min-height: 46px;
}

.page-hero {
  background: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)), url("/assets/images/hero/slide-1.jpg") center/cover;
  padding: 72px 0 56px; text-align: center;
}
.page-hero h1 {
  font-family: var(--serif); font-size: clamp(32px, 5vw, 52px);
  letter-spacing: .12em; text-transform: uppercase; margin: 0 0 10px;
}
.crumbs { color: #ccc; font-size: 13px; letter-spacing: .08em; }
.crumbs span { color: var(--gold); margin: 0 8px; }

.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 36px; padding: 48px 0 80px; }
.filters h3 { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.filters a, .filters button {
  display: block; width: 100%; text-align: left; color: #ddd; padding: 8px 0; border-bottom: 1px solid #222;
}
.filters a.is-on, .filters a:hover { color: var(--gold); }
.flash {
  text-align: center; padding: 12px 16px; font-size: 13px;
}
.flash-ok { background: #14301f; color: #b6e3c6; }
.flash-err { background: #3a1515; color: #f0c2c2; }

.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 56px 0 80px; }
.pdp-media { background: var(--card); }
.pdp-media img { width: 100%; height: 640px; object-fit: cover; }
.pdp h1 { font-family: var(--serif); font-size: 36px; margin: 0 0 10px; }
.pdp .price { font-size: 22px; }
.swatches { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 20px; }
.swatches label {
  border: 1px solid #333; padding: 8px 12px; min-width: 44px; text-align: center; cursor: pointer; font-size: 13px;
}
.swatches input { position: absolute; opacity: 0; pointer-events: none; }
.swatches input:checked + span, .swatches label:has(input:checked) { border-color: var(--gold); color: var(--gold); }
.qty { display: inline-flex; border: 1px solid #333; }
.qty button, .qty input { width: 44px; height: 44px; text-align: center; background: transparent; border: 0; }
.qty input { width: 56px; }
.pdp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.muted { color: var(--muted); }

.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 16px 10px; border-bottom: 1px solid #222; text-align: left; vertical-align: middle; }
.cart-item { display: flex; gap: 14px; align-items: center; }
.cart-item img { width: 80px; height: 100px; object-fit: cover; background: var(--card); }
.cart-summary {
  background: #141414; border: 1px solid #262626; padding: 24px; margin-top: 28px;
}
.cart-summary p { display: flex; justify-content: space-between; }
.two-col { display: grid; grid-template-columns: 1.3fr .8fr; gap: 32px; padding: 48px 0 80px; }
.form-grid { display: grid; gap: 14px; }
.form-grid label span { display: block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; color: #bbb; }
.form-grid input, .form-grid textarea, .form-grid select {
  width: 100%; background: #0e0e0e; border: 1px solid #333; min-height: 46px; padding: 10px 12px;
}
.form-grid textarea { min-height: 140px; resize: vertical; }
.radio { display: flex; gap: 16px; flex-wrap: wrap; }
.account-box, .empty {
  max-width: 480px; margin: 48px auto 80px; background: #141414; padding: 32px; border: 1px solid #262626;
}
.empty { text-align: center; }
.legal { max-width: 760px; margin: 0 auto; padding: 48px 0 80px; color: #ddd; }
.legal h2 { font-family: var(--serif); }
.map iframe { width: 100%; height: 320px; border: 0; filter: grayscale(1) contrast(1.1); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 56px 0 80px; }
.about-grid img { width: 100%; height: 480px; object-fit: cover; }
.toast {
  position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #111; padding: 10px 18px; z-index: 80; font-size: 13px; font-weight: 600;
}

@media (max-width: 1200px) {
  .product-grid.six { grid-template-columns: repeat(3, 1fr); }
  .nav { gap: 16px; }
}
@media (max-width: 1100px) {
  .topbar-inner { grid-template-columns: 1fr auto; }
  .topbar-address { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-model { max-width: 46%; }
}
@media (max-width: 900px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 86vw);
    background: #0d0d0d; flex-direction: column; gap: 0; padding: 90px 24px 24px;
    transform: translateX(100%); transition: transform .3s; z-index: 65; border-left: 1px solid var(--line);
    overflow-y: auto;
  }
  .nav.is-open { transform: none; }
  .nav a { padding: 14px 0; border-bottom: 1px solid #222; color: #fff; }
  .menu-toggle { display: flex; }
  .values-grid, .cat-grid, .review-grid, .pdp, .shop-layout, .promo-inner, .two-col, .about-grid, .footer-bottom-inner {
    grid-template-columns: 1fr;
  }
  .values-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 16px 0; }
  .hero-slides {
    height: auto;
    min-height: 0;
  }
  .hero-slide {
    position: relative;
    min-height: 0;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero-slide.is-on { display: flex; }
  .hero-model {
    position: relative;
    right: auto; bottom: auto;
    width: 100%; max-width: none; height: 340px;
    object-fit: cover; object-position: top center;
    order: -1;
  }
  .hero-kmark { font-size: 48vw; top: 28%; right: 2%; }
  .hero-copy { padding: 28px 0 56px; max-width: none; }
  .hero-arrow { display: none; }
  .cat-card, .cat-card img { min-height: 320px; height: 320px; }
  .topbar-welcome { display: none; }
  .topbar-inner { grid-template-columns: 1fr; }
  .topbar-right { justify-content: center; flex-wrap: wrap; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-grid.six { grid-template-columns: repeat(2, 1fr); }
  .logo-k { font-size: 40px; }
  .logo-zone { font-size: 16px; letter-spacing: .22em; }
  .section { padding: 56px 0; }
  .section-head h2 { font-size: 26px; }
  .pdp-media img { height: 420px; }
  .cart-table { display: block; overflow-x: auto; }
}
@media (max-width: 560px) {
  .hero-cta .btn { width: 100%; }
  .hero-model { height: 280px; }
  .footer-grid { grid-template-columns: 1fr; }
  .product-info { padding: 12px 10px; min-height: 78px; }
  .product-info h3 { font-size: 12px; }
  .header-inner { min-height: 68px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
