:root {
  --r2-red: #9d1118;
  --r2-red-bright: #cf2731;
  --r2-red-dark: #620b10;
  --r2-ink: #171719;
  --r2-muted: #6d6969;
  --r2-line: #e9e3e1;
  --r2-soft: #f8f4f2;
  --r2-white: #fff;
  --r2-green: #08b951;
  --r2-shadow: 0 22px 70px rgba(36, 18, 18, 0.12);
  --r2-radius: 22px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body.rama2-landing-page {
  margin: 0;
  overflow-x: hidden;
  color: var(--r2-ink);
  background: var(--r2-white);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.rama2-landing-page *,
.rama2-landing-page *::before,
.rama2-landing-page *::after {
  box-sizing: border-box;
}

.rama2-landing-page img {
  display: block;
  max-width: 100%;
}

.rama2-landing-page a {
  color: inherit;
  text-decoration: none;
}

.rama2-landing-page button,
.rama2-landing-page input {
  font: inherit;
}

.r2-container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.r2-skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: #111;
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

.r2-skip-link:focus {
  transform: translateY(0);
}

.r2-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(100, 40, 40, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease;
}

.r2-header.is-scrolled {
  box-shadow: 0 10px 34px rgba(37, 19, 19, 0.1);
}

.r2-header__inner {
  position: relative;
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.r2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.r2-brand img {
  width: 50px;
  height: 50px;
  border: 1px solid #eee5e2;
  border-radius: 50%;
  object-fit: cover;
}

.r2-brand span {
  display: grid;
  line-height: 1.2;
}

.r2-brand strong {
  color: var(--r2-red);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.r2-brand small {
  margin-top: 5px;
  color: var(--r2-muted);
  font-size: 11px;
}

.r2-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  color: #423d3d;
  font-size: 14px;
  font-weight: 700;
}

.r2-nav > a:not(.r2-nav__cart) {
  position: relative;
  padding: 28px 0;
}

.r2-nav > a:not(.r2-nav__cart)::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--r2-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.r2-nav > a:hover::after,
.r2-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.r2-nav__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid var(--r2-line);
  border-radius: 999px;
}

.r2-nav__cart span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #fff;
  background: var(--r2-red);
  border-radius: 50%;
  font-size: 11px;
}

.r2-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.r2-nav-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--r2-ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.r2-hero {
  position: relative;
  min-height: clamp(600px, 72vw, 760px);
  overflow: hidden;
  color: #fff;
  background: #171317;
}

.r2-hero__slides,
.r2-hero__slide {
  position: absolute;
  inset: 0;
}

.r2-hero__slide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, visibility 1s ease;
}

.r2-hero__slide.is-active {
  visibility: visible;
  opacity: 1;
}

.r2-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.r2-hero__slide.is-active .r2-hero__image {
  animation: r2-ken-burns 7.4s ease-out both;
}

@keyframes r2-ken-burns {
  0% { transform: scale(1.04) translate3d(0, 0, 0); }
  100% { transform: scale(1.12) translate3d(-1.2%, -0.8%, 0); }
}

.r2-hero__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 25%, rgba(183, 23, 33, 0.32), transparent 35%),
    linear-gradient(90deg, rgba(12, 10, 11, 0.95) 0%, rgba(27, 17, 19, 0.82) 36%, rgba(23, 14, 15, 0.26) 70%, rgba(12, 10, 11, 0.15) 100%),
    linear-gradient(0deg, rgba(16, 9, 10, 0.35), transparent 45%);
}

.r2-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(600px, 72vw, 760px);
  align-items: center;
  padding-block: 92px 120px;
}

.r2-hero__copy {
  width: min(690px, 62%);
}

.r2-eyebrow,
.r2-kicker {
  margin: 0 0 12px;
  color: var(--r2-red-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.r2-hero .r2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffb3b7;
}

.r2-hero .r2-eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: #f34a55;
}

.r2-hero h1,
.r2-hero h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 76px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.r2-hero__description {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.85;
}

.r2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.r2-hero__slide.is-active .r2-eyebrow,
.r2-hero__slide.is-active h1,
.r2-hero__slide.is-active h2,
.r2-hero__slide.is-active .r2-hero__description,
.r2-hero__slide.is-active .r2-hero__actions {
  animation: r2-rise 0.75s both;
}

.r2-hero__slide.is-active h1,
.r2-hero__slide.is-active h2 { animation-delay: 0.08s; }
.r2-hero__slide.is-active .r2-hero__description { animation-delay: 0.18s; }
.r2-hero__slide.is-active .r2-hero__actions { animation-delay: 0.28s; }

@keyframes r2-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.r2-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.r2-btn:hover,
.r2-btn:focus-visible {
  transform: translateY(-2px);
}

.r2-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #ca202a, #8b0f16);
  box-shadow: 0 12px 30px rgba(170, 18, 28, 0.36);
}

.r2-btn--line {
  color: #fff;
  background: var(--r2-green);
  box-shadow: 0 12px 30px rgba(8, 185, 81, 0.22);
}

.r2-btn--dark {
  color: #fff;
  background: var(--r2-ink);
}

.r2-btn--large {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 16px;
}

.r2-slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0 0 5px;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 38px;
  line-height: 1;
  backdrop-filter: blur(8px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.r2-slider-arrow:hover,
.r2-slider-arrow:focus-visible {
  background: var(--r2-red);
  transform: translateY(-50%) scale(1.05);
}

.r2-slider-arrow--prev { left: 24px; }
.r2-slider-arrow--next { right: 24px; }

.r2-slider-dots {
  position: absolute;
  z-index: 5;
  bottom: 36px;
  left: 50%;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.r2-slider-dots button {
  width: 34px;
  height: 14px;
  padding: 5px 0;
  background: none;
  border: 0;
  cursor: pointer;
}

.r2-slider-dots span {
  display: block;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.r2-slider-dots button.is-active span {
  background: #fff;
}

.r2-slider-dots button.is-active span::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--r2-red-bright);
  animation: r2-progress 6.5s linear both;
  transform-origin: left;
}

@keyframes r2-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.r2-trust {
  position: relative;
  z-index: 6;
  margin-top: -1px;
  color: #fff;
  background: var(--r2-red-dark);
}

.r2-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.r2-trust__item {
  display: flex;
  min-height: 126px;
  align-items: center;
  gap: 15px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.r2-trust__item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.r2-trust__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffd0d3;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  font-size: 20px;
}

.r2-trust__item div {
  display: grid;
}

.r2-trust__item strong {
  font-size: 15px;
}

.r2-trust__item small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
}

.r2-search-section {
  padding: 34px 0 12px;
  background: var(--r2-soft);
}

.r2-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 66px;
  padding: 7px 8px 7px 22px;
  background: #fff;
  border: 1px solid var(--r2-line);
  border-radius: 999px;
  box-shadow: 0 14px 45px rgba(55, 33, 33, 0.07);
}

.r2-search > span {
  color: var(--r2-red);
  font-family: Arial, sans-serif;
  font-size: 28px;
}

.r2-search input {
  min-width: 0;
  height: 48px;
  color: var(--r2-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.r2-search button {
  min-width: 110px;
  height: 50px;
  padding: 0 24px;
  color: #fff;
  background: var(--r2-ink);
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.r2-section {
  padding: clamp(78px, 9vw, 128px) 0;
}

.r2-categories {
  background: var(--r2-soft);
}

.r2-section-heading {
  max-width: 750px;
  margin: 0 auto 48px;
  text-align: center;
}

.r2-section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.r2-section-heading--split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.r2-section-heading--split > div {
  max-width: 720px;
}

.r2-section-heading h2,
.r2-guide h2,
.r2-contact h2 {
  margin: 0;
  color: var(--r2-ink);
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.r2-section-heading > p:not(.r2-kicker),
.r2-section-heading > div > p:not(.r2-kicker) {
  margin: 16px auto 0;
  color: var(--r2-muted);
  font-size: 16px;
}

.r2-section-heading--left > p:not(.r2-kicker) {
  margin-left: 0;
}

.r2-section-heading--split > a {
  flex: 0 0 auto;
  padding-bottom: 8px;
  color: var(--r2-red);
  border-bottom: 1px solid #d8a4a7;
  font-size: 14px;
  font-weight: 800;
}

.r2-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.r2-category-card {
  position: relative;
  min-height: 275px;
  overflow: hidden;
  color: #fff;
  background: #342729;
  border-radius: var(--r2-radius);
  box-shadow: 0 18px 46px rgba(45, 25, 25, 0.08);
  isolation: isolate;
}

.r2-category-card img,
.r2-category-card__placeholder {
  width: 100%;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.r2-category-card img {
  object-fit: cover;
}

.r2-category-card__placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.16);
  background: radial-gradient(circle at top right, #8f1720, #22191a 62%);
  font-size: 70px;
  font-weight: 900;
}

.r2-category-card__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(22, 13, 14, 0.92), rgba(30, 12, 14, 0.08) 70%);
}

.r2-category-card__content {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: grid;
}

.r2-category-card__content small {
  color: #ffb8bc;
  font-size: 11px;
  font-weight: 800;
}

.r2-category-card__content strong {
  margin-top: 3px;
  color: #fff;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.r2-category-card__content > span {
  max-height: 0;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  font-size: 12px;
  font-weight: 700;
  transform: translateY(7px);
  transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease, margin 0.35s ease;
}

.r2-category-card:hover img,
.r2-category-card:focus-visible img {
  transform: scale(1.08);
}

.r2-category-card:hover .r2-category-card__content > span,
.r2-category-card:focus-visible .r2-category-card__content > span {
  max-height: 32px;
  margin-top: 8px;
  opacity: 1;
  transform: translateY(0);
}

.r2-category-products {
  overflow-x: hidden;
  padding-bottom: 0;
}

.r2-category-shelves {
  display: grid;
  min-width: 0;
  gap: 92px;
}

.r2-shelf {
  position: relative;
  min-width: 0;
}

.r2-shelf + .r2-shelf::before {
  position: absolute;
  top: -46px;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--r2-line);
}

.r2-shelf__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.r2-shelf__header > div > span {
  color: var(--r2-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.r2-shelf__header h2 {
  margin: 2px 0 0;
  color: var(--r2-ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
}

.r2-shelf__header > a {
  flex: 0 0 auto;
  color: var(--r2-red);
  font-size: 13px;
  font-weight: 800;
}

.r2-product-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.r2-product-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--r2-line);
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.r2-product-card:hover {
  box-shadow: 0 18px 46px rgba(54, 30, 30, 0.1);
  transform: translateY(-5px);
}

.r2-product-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 0.88;
  overflow: hidden;
  background: #f5f3f2;
}

.r2-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.r2-product-card:hover .r2-product-card__image img {
  transform: scale(1.045);
}

.r2-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  color: #fff;
  background: var(--r2-red);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.r2-product-card__body {
  padding: 18px;
}

.r2-product-card h3 {
  min-height: 50px;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #2d2929;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.r2-product-card__price {
  min-height: 29px;
  margin: 10px 0 12px;
  color: var(--r2-red);
  font-size: 14px;
  font-weight: 900;
}

.r2-product-card__price del {
  margin-right: 4px;
  color: #999;
  font-size: 11px;
  font-weight: 500;
}

.r2-product-card__price ins {
  text-decoration: none;
}

.r2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--r2-red) !important;
  font-size: 12px;
  font-weight: 800;
}

.r2-text-link span {
  transition: transform 0.2s ease;
}

.r2-text-link:hover span {
  transform: translateX(4px);
}

.r2-guide {
  margin-top: clamp(80px, 9vw, 130px);
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(186, 24, 35, 0.5), transparent 32%),
    linear-gradient(125deg, #1a1617, #351316 65%, #5b0d13);
}

.r2-guide__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(56px, 8vw, 110px);
}

.r2-guide h2 {
  color: #fff;
}

.r2-guide__content > p:not(.r2-kicker) {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.r2-guide__content .r2-btn {
  margin-top: 30px;
  color: #211516;
  background: #fff;
}

.r2-steps {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.r2-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  backdrop-filter: blur(9px);
}

.r2-steps li > span {
  color: #f3737b;
  font-size: 22px;
  font-weight: 900;
}

.r2-steps strong {
  font-size: 16px;
}

.r2-steps p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.r2-knowledge {
  background: var(--r2-soft);
}

.r2-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.r2-article-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--r2-line);
  border-radius: var(--r2-radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.r2-article-card:hover {
  box-shadow: var(--r2-shadow);
  transform: translateY(-5px);
}

.r2-article-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(145deg, #261b1c, #8c1119);
}

.r2-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.r2-article-card:hover .r2-article-card__image img {
  transform: scale(1.04);
}

.r2-article-card__image > span {
  display: grid;
  height: 100%;
  place-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}

.r2-article-card__body {
  padding: 24px;
}

.r2-article-card__body small {
  color: var(--r2-red);
  font-size: 11px;
  font-weight: 800;
}

.r2-article-card h3 {
  min-height: 58px;
  margin: 8px 0 10px;
  color: var(--r2-ink);
  font-size: 18px;
  line-height: 1.5;
}

.r2-article-card p {
  min-height: 66px;
  margin: 0 0 16px;
  color: var(--r2-muted);
  font-size: 13px;
}

.r2-contact {
  padding: clamp(70px, 8vw, 105px) 0;
  background: #fff;
}

.r2-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(36px, 6vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 93, 104, 0.38), transparent 25%),
    linear-gradient(120deg, #761015, #a6131d 62%, #5f0b10);
  border-radius: 30px;
  box-shadow: 0 25px 75px rgba(111, 12, 18, 0.22);
}

.r2-contact h2 {
  color: #fff;
}

.r2-contact .r2-kicker {
  color: #ffc1c5;
}

.r2-contact p:not(.r2-kicker) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.r2-contact__actions {
  display: grid;
  flex: 0 0 auto;
  gap: 14px;
  text-align: center;
}

.r2-contact__phone {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.r2-floating-line {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px 9px 9px;
  color: #fff !important;
  background: var(--r2-green);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  transition: transform 0.2s ease;
}

.r2-floating-line:hover,
.r2-floating-line:focus-visible {
  transform: translateY(-3px);
}

.r2-floating-line > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--r2-green);
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
}

.r2-footer {
  padding-top: 66px;
  color: rgba(255, 255, 255, 0.72);
  background: #171415;
}

.r2-footer__grid {
  display: grid;
  grid-template-columns: 1.7fr 0.7fr 0.9fr 1fr;
  gap: 50px;
  padding-bottom: 54px;
}

.r2-brand--footer strong {
  color: #fff;
}

.r2-brand--footer small {
  color: rgba(255, 255, 255, 0.5);
}

.r2-footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
}

.r2-footer__grid > div > strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}

.r2-footer__grid a:hover {
  color: #fff;
}

.r2-footer__bottom {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

.r2-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.r2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .r2-category-grid { grid-template-columns: repeat(3, 1fr); }
  .r2-product-grid { grid-template-columns: repeat(4, minmax(220px, 1fr)); overflow-x: auto; padding: 5px 2px 18px; scroll-snap-type: x mandatory; }
  .r2-product-card { scroll-snap-align: start; }
  .r2-guide__grid { grid-template-columns: 1fr 0.85fr; gap: 50px; }
  .r2-footer__grid { grid-template-columns: 1.4fr repeat(3, 0.8fr); gap: 28px; }
}

@media (max-width: 860px) {
  .r2-container { width: min(100% - 32px, 1220px); }
  .r2-header__inner { min-height: 70px; }
  .r2-brand img { width: 44px; height: 44px; }
  .r2-brand strong { font-size: 13px; }
  .r2-nav-toggle { display: block; }
  .r2-nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .r2-nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .r2-nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .r2-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 12px 16px 18px;
    visibility: hidden;
    background: #fff;
    border-bottom: 1px solid var(--r2-line);
    box-shadow: 0 22px 35px rgba(40, 20, 20, 0.12);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }
  .r2-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .r2-nav > a:not(.r2-nav__cart) { padding: 12px 4px; border-bottom: 1px solid #f1eded; }
  .r2-nav > a:not(.r2-nav__cart)::after { display: none; }
  .r2-nav__cart { margin-top: 10px; justify-self: start; }
  .r2-hero,
  .r2-hero__content { min-height: 700px; }
  .r2-hero__copy { width: min(620px, 88%); }
  .r2-slider-arrow { top: auto; bottom: 25px; width: 42px; height: 42px; transform: none; }
  .r2-slider-arrow:hover { transform: scale(1.05); }
  .r2-slider-arrow--prev { left: 16px; }
  .r2-slider-arrow--next { right: 16px; }
  .r2-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .r2-trust__item:nth-child(2) { border-right: 0; }
  .r2-trust__item:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .r2-category-grid { grid-template-columns: repeat(2, 1fr); }
  .r2-guide__grid { grid-template-columns: 1fr; }
  .r2-article-grid { grid-template-columns: repeat(2, 1fr); }
  .r2-contact__inner { align-items: flex-start; flex-direction: column; }
  .r2-footer__grid { grid-template-columns: repeat(3, 1fr); }
  .r2-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 72px; }
  .r2-container { width: min(100% - 28px, 1220px); }
  .r2-brand small { display: none; }
  .r2-hero,
  .r2-hero__content { min-height: 690px; }
  .r2-hero__content { align-items: flex-end; padding: 110px 0 118px; }
  .r2-hero__image { object-position: 68% center; }
  .r2-hero__veil {
    background:
      linear-gradient(0deg, rgba(13, 8, 9, 0.97) 0%, rgba(18, 10, 11, 0.76) 53%, rgba(18, 10, 11, 0.24) 100%),
      linear-gradient(90deg, rgba(84, 8, 13, 0.48), transparent 70%);
  }
  .r2-hero__copy { width: 100%; }
  .r2-hero h1,
  .r2-hero h2 { font-size: clamp(36px, 10vw, 48px); }
  .r2-hero__description { margin-top: 18px; font-size: 14px; }
  .r2-hero__actions { margin-top: 24px; }
  .r2-hero__actions .r2-btn { flex: 1 1 100%; }
  .r2-slider-dots { bottom: 53px; }
  .r2-trust__grid { grid-template-columns: 1fr; }
  .r2-trust__item { min-height: 94px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .r2-trust__item:first-child { border-left: 0; }
  .r2-search { grid-template-columns: auto 1fr; padding: 9px 14px; border-radius: 20px; }
  .r2-search button { grid-column: 1 / -1; width: 100%; }
  .r2-section { padding: 76px 0; }
  .r2-section-heading { margin-bottom: 34px; text-align: left; }
  .r2-section-heading h2,
  .r2-guide h2,
  .r2-contact h2 { font-size: 34px; }
  .r2-section-heading > p:not(.r2-kicker) { font-size: 14px; }
  .r2-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .r2-category-card { min-height: 205px; border-radius: 16px; }
  .r2-category-card__content { right: 15px; bottom: 15px; left: 15px; }
  .r2-category-card__content strong { font-size: 15px; }
  .r2-category-card__content > span { display: none; }
  .r2-category-shelves { gap: 76px; }
  .r2-shelf + .r2-shelf::before { top: -38px; }
  .r2-shelf__header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .r2-shelf__header h2 { font-size: 27px; }
  .r2-product-grid { grid-template-columns: repeat(4, minmax(220px, 74vw)); gap: 12px; }
  .r2-guide { margin-top: 80px; }
  .r2-guide__grid { gap: 42px; }
  .r2-steps li { grid-template-columns: 45px 1fr; padding: 18px; }
  .r2-section-heading--split { align-items: flex-start; flex-direction: column; }
  .r2-article-grid { grid-template-columns: 1fr; }
  .r2-contact__inner { width: calc(100% - 28px); padding: 34px 24px; border-radius: 23px; }
  .r2-contact__actions { width: 100%; }
  .r2-floating-line { right: 12px; bottom: 12px; padding-right: 11px; }
  .r2-floating-line strong { display: none; }
  .r2-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .r2-footer__grid > div:first-child { grid-column: 1 / -1; }
  .r2-footer__grid > div:last-child { grid-column: 1 / -1; }
  .r2-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .r2-hero__slide,
  .r2-hero__image,
  .r2-reveal,
  .r2-product-card,
  .r2-category-card img,
  .r2-article-card,
  .r2-btn { animation: none !important; transition-duration: 0.01ms !important; }
  .r2-reveal { opacity: 1; transform: none; }
  .r2-slider-dots button.is-active span::after { animation: none; transform: scaleX(1); }
}
