.r2-home {
  --bg: var(--r2-bg, #0a0a0b);
  --surface: var(--r2-surface, #141418);
  --surface-soft: var(--r2-surface-soft, #1b1b20);
  --text: var(--r2-text, #f4f4f6);
  --muted: var(--r2-muted, #a2a2ad);
  --line: var(--r2-line, rgba(255, 255, 255, 0.1));
  --red: var(--r2-red, #f5352b);
  --red-soft: var(--r2-red-soft, #ff5a45);
  background: var(--bg);
  color: var(--text);
  margin-left: 0;
  overflow: hidden;
  width: 100%;
}

.r2-home *,
.r2-home *::before,
.r2-home *::after {
  box-sizing: border-box;
}

.r2-home img {
  display: block;
  height: auto;
  max-width: 100%;
}

.r2-home h1,
.r2-home h2,
.r2-home h3,
.r2-home p {
  color: inherit;
  margin-top: 0;
}

.r2-home h1,
.r2-home h2,
.r2-home h3 {
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.r2-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 1.5rem;
  position: relative;
}

.r2-announcement {
  align-items: center;
  background: linear-gradient(90deg, #b81812, var(--red), #b81812);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 0.6rem 1rem;
  justify-content: center;
  letter-spacing: 0.015em;
  padding: 0.65rem 1.25rem;
  text-align: center;
}

.r2-hero {
  min-height: min(820px, calc(100vh - 7rem));
  overflow: hidden;
  position: relative;
}

.r2-hero__video,
.r2-hero__shade {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.r2-hero__shade {
  background:
    radial-gradient(circle at 72% 45%, rgba(245, 53, 43, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(6, 6, 8, 0.94) 3%, rgba(6, 6, 8, 0.72) 48%, rgba(6, 6, 8, 0.5)),
    linear-gradient(0deg, #0a0a0b, transparent 35%);
}

.r2-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: inherit;
  padding-block: clamp(5rem, 10vw, 8rem);
  z-index: 1;
}

.r2-eyebrow {
  color: var(--red-soft) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.r2-hero h1 {
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  margin-bottom: 1.5rem;
}

.r2-hero h1 span {
  background: linear-gradient(115deg, #fff 15%, #ff7c66 68%, var(--red));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.r2-hero__lead {
  color: rgba(255, 255, 255, 0.76) !important;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  max-width: 620px;
}

.r2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.r2-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.4rem;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.r2-button--primary {
  background: var(--red);
  box-shadow: 0 1rem 2.5rem -1rem rgba(245, 53, 43, 0.8);
  color: #fff !important;
}

.r2-button--glass {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  backdrop-filter: blur(12px);
}

.r2-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.r2-proof li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 700;
}

.r2-proof li::before {
  color: var(--red-soft);
  content: '✓';
  margin-right: 0.45rem;
}

.r2-hero__card {
  background: linear-gradient(145deg, rgba(32, 32, 38, 0.8), rgba(8, 8, 10, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  box-shadow: 0 3rem 6rem -2.5rem #000;
  padding: clamp(1rem, 2vw, 2rem);
  position: relative;
  backdrop-filter: blur(18px);
}

.r2-hero__card img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  width: 100%;
}

.r2-hero__pill,
.r2-product__tag {
  background: var(--red);
  border-radius: 999px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 0.38rem 0.7rem;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.r2-hero__pill {
  right: 1.25rem;
  top: 1.25rem;
}

.r2-hero__card-footer {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.r2-hero__card-footer small,
.r2-hero__card-footer strong {
  color: #fff;
  display: block;
}

.r2-hero__card-footer small { color: rgba(255, 255, 255, 0.58); }
.r2-hero__card-footer strong { font-size: 1.35rem; }

.r2-marquee {
  background: #101013;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  color: #8d8d97;
  overflow: hidden;
  padding: 1rem 0;
}

.r2-marquee__track {
  align-items: center;
  animation: r2-marquee 28s linear infinite;
  display: flex;
  gap: 2rem;
  min-width: max-content;
}

.r2-marquee__track span { font-weight: 650; }
.r2-marquee__track b { color: #fff; }
.r2-marquee__track i { background: var(--red); border-radius: 50%; height: 0.3rem; width: 0.3rem; }

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

.r2-section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

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

.r2-heading {
  margin-bottom: clamp(2rem, 5vw, 4rem);
  max-width: 720px;
}

.r2-heading h2,
.r2-optical h2,
.r2-store h2,
.r2-pro h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 1.1rem;
}

.r2-heading > p:last-child,
.r2-optical__copy > p:not(.r2-eyebrow),
.r2-store > div > p:not(.r2-eyebrow),
.r2-pro p:not(.r2-eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.r2-products {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.r2-product {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.r2-product:hover {
  border-color: rgba(245, 53, 43, 0.4);
  box-shadow: 0 2rem 4rem -2.2rem rgba(0, 0, 0, 0.85);
  transform: translateY(-5px);
}

.r2-product__media {
  aspect-ratio: 4 / 3;
  background: radial-gradient(circle at 50% 30%, #2c2c34, #101013 70%);
  padding: 1.5rem;
  position: relative;
}

.r2-product__media img { height: 100%; object-fit: contain; width: 100%; }
.r2-product__tag { left: 1rem; top: 1rem; }

.r2-product__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem;
}

.r2-product__line {
  color: var(--red-soft) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.r2-product h3 { font-size: 1.55rem; margin-bottom: 0.7rem; }

.r2-product__description {
  color: var(--muted) !important;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.65;
}

.r2-swatches { display: flex; gap: 0.45rem; margin-block: 0.8rem; }
.r2-swatch { border: 2px solid var(--line); border-radius: 50%; height: 1.15rem; width: 1.15rem; }
.r2-swatch--black { background: #171719; }
.r2-swatch--white { background: #e9e9ea; }
.r2-swatch--orange { background: #ff6a2b; }

.r2-optical-note {
  background: rgba(245, 53, 43, 0.08);
  border: 1px solid rgba(245, 53, 43, 0.18);
  border-radius: 0.75rem;
  color: var(--muted) !important;
  font-size: 0.76rem;
  padding: 0.65rem 0.75rem;
}

.r2-product__footer,
.r2-product__actions {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
}

.r2-product__footer { margin-top: 1.1rem; }
.r2-product__footer > strong { font-size: 1.35rem; }
.r2-product__footer small { color: var(--muted); font-size: 0.65rem; }
.r2-link { color: var(--text) !important; font-size: 0.78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 0.25rem; }

.r2-add {
  background: var(--red);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  height: 2.5rem;
  line-height: 1;
  width: 2.5rem;
}

.r2-feature-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r2-feature {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  overflow: hidden;
}

.r2-feature--wide {
  align-items: center;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.15fr 0.85fr;
}

.r2-feature img {
  aspect-ratio: 5 / 4;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.r2-feature > div { padding: clamp(1.5rem, 4vw, 3.5rem); }
.r2-feature h3 { font-size: clamp(1.45rem, 3vw, 2.3rem); margin-bottom: 0.8rem; }
.r2-feature p:last-child { color: var(--muted); line-height: 1.7; }

.r2-optical {
  background:
    radial-gradient(circle at 85% 25%, rgba(245, 53, 43, 0.2), transparent 30%),
    linear-gradient(140deg, #17171b, #0d0d10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  color: #f4f4f6;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(2rem, 6vw, 5rem);
}

.r2-optical__copy > p:not(.r2-eyebrow) { color: #a2a2ad !important; }
.r2-optical__copy .r2-button { margin-top: 1.2rem; }
.r2-steps { display: grid; gap: 1rem; list-style: none; margin: 0; padding: 0; }
.r2-steps li { align-items: start; background: rgba(255, 255, 255, 0.055); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 1rem; display: grid; gap: 1rem; grid-template-columns: auto 1fr; padding: 1.15rem; }
.r2-steps li > span { background: var(--red); border-radius: 50%; display: grid; font-weight: 850; height: 2.2rem; place-items: center; width: 2.2rem; }
.r2-steps h3 { font-size: 1rem; margin: 0 0 0.25rem; }
.r2-steps p { color: #a2a2ad !important; font-size: 0.86rem; line-height: 1.55; margin-bottom: 0; }

.r2-life-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.r2-life-grid figure {
  border-radius: 1.1rem;
  margin: 0;
  min-height: 22rem;
  overflow: hidden;
  position: relative;
}

.r2-life-grid img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.r2-life-grid figure::after { background: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.85)); content: ''; inset: 0; position: absolute; }
.r2-life-grid figcaption { bottom: 1.2rem; color: #fff; font-size: 1.1rem; font-weight: 850; left: 1.2rem; position: absolute; z-index: 1; }

.r2-store {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 1.75rem;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.r2-store img { border-radius: 1rem; }
.r2-store__status { border-left: 3px solid var(--red); font-size: 0.84rem !important; margin-top: 1.5rem; padding-left: 1rem; }

.r2-pro {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.r2-pro > div { max-width: 760px; }

.r2-faq-wrap { display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: 0.75fr 1.25fr; }
.r2-faq details { border-bottom: 1px solid var(--line); padding: 1.2rem 0; }
.r2-faq summary { cursor: pointer; font-size: 1.02rem; font-weight: 800; list-style: none; padding-right: 2rem; position: relative; }
.r2-faq summary::-webkit-details-marker { display: none; }
.r2-faq summary::after { color: var(--red); content: '+'; font-size: 1.6rem; position: absolute; right: 0; top: -0.3rem; }
.r2-faq details[open] summary::after { content: '−'; }
.r2-faq details p { color: var(--muted) !important; line-height: 1.7; margin: 0.85rem 0 0; }

[data-r2-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-r2-reveal].is-visible { opacity: 1; transform: none; }

.r2-film {
  background: #050506;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.25rem;
  max-width: min(1100px, calc(100vw - 2rem));
  padding: 0;
  width: 100%;
}

.r2-film::backdrop { background: rgba(0, 0, 0, 0.86); backdrop-filter: blur(8px); }
.r2-film video { display: block; max-height: 82vh; width: 100%; }
.r2-film__close { background: #fff; border: 0; border-radius: 50%; cursor: pointer; font-size: 1.5rem; height: 2.5rem; position: absolute; right: 0.8rem; top: 0.8rem; width: 2.5rem; z-index: 2; }

@media (max-width: 980px) {
  .r2-hero__inner,
  .r2-optical,
  .r2-store,
  .r2-faq-wrap { grid-template-columns: 1fr; }
  .r2-hero__inner { padding-block: 5rem; }
  .r2-hero__card { max-width: 580px; }
  .r2-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r2-life-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .r2-life-grid figure { min-height: 18rem; }
}

@media (max-width: 680px) {
  .r2-shell { padding-inline: 1rem; }
  .r2-announcement span:nth-of-type(n+3) { display: none; }
  .r2-hero { min-height: auto; }
  .r2-hero__inner { grid-template-columns: 1fr; }
  .r2-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .r2-hero__card { display: none; }
  .r2-products,
  .r2-feature-grid,
  .r2-feature--wide { grid-template-columns: 1fr; }
  .r2-feature--wide { display: grid; }
  .r2-life-grid { display: flex; margin-right: -1rem; overflow-x: auto; padding-right: 1rem; scroll-snap-type: x mandatory; }
  .r2-life-grid figure { flex: 0 0 72vw; scroll-snap-align: start; }
  .r2-pro { align-items: flex-start; flex-direction: column; }
  .r2-pro .r2-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .r2-marquee__track { animation: none; }
  [data-r2-reveal] { opacity: 1; transform: none; transition: none; }
}

/* R2 visual direction — premium performance */
.r2-home {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 59, 48, 0.055), transparent 26rem),
    var(--bg);
}

.r2-shell {
  max-width: var(--r2-shell, 1280px);
  padding-inline: clamp(1.25rem, 4vw, 2.25rem);
}

.r2-announcement {
  background: #f2382e;
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.085em;
  min-height: 32px;
  padding: 0.45rem 1.25rem;
  text-transform: uppercase;
}

.r2-announcement span[aria-hidden='true'] {
  opacity: 0.5;
}

.r2-local-nav {
  background: rgba(8, 8, 9, 0.92);
  border-bottom: 1px solid var(--line);
  color: #fff;
  position: relative;
  z-index: 5;
  backdrop-filter: blur(16px);
}

.r2-local-nav__inner {
  align-items: center;
  display: flex;
  gap: 2rem;
  min-height: 58px;
}

.r2-local-nav__signature {
  color: #787881;
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  margin-right: auto;
  text-transform: uppercase;
  white-space: nowrap;
}

.r2-local-nav__links {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2.4vw, 2.2rem);
}

.r2-local-nav a {
  color: #c7c7cd;
  font-size: 0.74rem;
  font-weight: 720;
  text-decoration: none;
  transition: color 160ms ease;
  white-space: nowrap;
}

.r2-local-nav a:hover,
.r2-local-nav a:focus-visible {
  color: #fff;
}

.r2-local-nav .r2-local-nav__cta {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #0a0a0b;
  display: inline-flex;
  gap: 0.45rem;
  min-height: 34px;
  padding: 0.55rem 0.9rem;
}

.r2-local-nav .r2-local-nav__cta:hover {
  background: var(--red);
  color: #fff;
}

.r2-hero {
  background: #060607;
  min-height: min(780px, calc(100vh - 7rem));
}

.r2-hero::after {
  background: linear-gradient(90deg, var(--red), transparent);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  width: 42%;
}

.r2-hero__video {
  filter: contrast(1.08) saturate(0.92);
  opacity: 0.77;
  transform: scale(1.015);
}

.r2-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.98) 0%, rgba(5, 5, 6, 0.88) 39%, rgba(5, 5, 6, 0.33) 72%, rgba(5, 5, 6, 0.56) 100%),
    linear-gradient(0deg, #070708 0%, transparent 30%, rgba(0, 0, 0, 0.16) 100%);
}

.r2-hero__inner {
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  padding-block: clamp(5rem, 9vw, 8rem);
}

.r2-hero__copy {
  max-width: 760px;
}

.r2-eyebrow {
  align-items: center;
  display: flex;
  font-size: 0.67rem;
  gap: 0.65rem;
  letter-spacing: 0.19em;
}

.r2-eyebrow::before {
  background: var(--red);
  content: '';
  height: 2px;
  width: 1.8rem;
}

.r2-hero h1 {
  font-size: clamp(3.2rem, 6.2vw, 6.1rem);
  font-weight: 790;
  letter-spacing: -0.062em;
  line-height: 0.96;
  margin-bottom: 1.7rem;
}

.r2-hero h1 span {
  background: linear-gradient(110deg, #fff 8%, #e1e1e2 46%, var(--r2-red-soft, #ff6f65) 78%, var(--r2-red, #f5352b));
  -webkit-background-clip: text;
  background-clip: text;
}

.r2-hero__lead {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
  max-width: 600px;
}

.r2-actions {
  gap: 0.65rem;
  margin-top: 2.15rem;
}

.r2-button {
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  min-height: 3.2rem;
  padding: 0.86rem 1.45rem;
}

.r2-button--primary {
  background: linear-gradient(135deg, #ff4b41, #e82319);
  box-shadow: 0 1.2rem 3rem -1.25rem rgba(255, 59, 48, 0.8);
}

.r2-button--glass {
  background: rgba(255, 255, 255, 0.055);
}

.r2-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  gap: 0.85rem 1.6rem;
  margin-top: 2.2rem;
  max-width: 580px;
  padding-top: 1.25rem;
}

.r2-proof li {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.r2-proof li::before {
  content: '●';
  font-size: 0.5rem;
}

.r2-hero__card {
  background: linear-gradient(145deg, rgba(30, 30, 34, 0.74), rgba(7, 7, 8, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.6rem;
  box-shadow: 0 3.5rem 7rem -2.8rem rgba(0, 0, 0, 0.95);
  padding: 1rem;
}

.r2-hero__card::before {
  background: radial-gradient(circle, rgba(255, 59, 48, 0.35), transparent 67%);
  content: '';
  filter: blur(10px);
  inset: 18% 8%;
  pointer-events: none;
  position: absolute;
}

.r2-hero__card-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 1.35rem;
  position: absolute;
  right: 1.35rem;
  top: 1.35rem;
  z-index: 2;
}

.r2-hero__index {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.67rem;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.r2-hero__pill {
  position: static;
}

.r2-hero__card img {
  aspect-ratio: 4 / 3;
  position: relative;
  transform: scale(1.04);
}

.r2-hero__card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 0.35rem 0.2rem;
  position: relative;
}

.r2-hero__card-footer small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  margin-bottom: 0.28rem;
  text-transform: uppercase;
}

.r2-hero__card-footer strong {
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.r2-hero__discover {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 760;
  gap: 0.55rem;
  text-decoration: none;
}

.r2-hero__discover span {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #09090a;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  width: 2rem;
}

.r2-hero__discover:hover span {
  background: var(--red);
  color: #fff;
  transform: translateX(2px);
}

.r2-marquee {
  background: #0b0b0d;
  padding: 0.88rem 0;
}

.r2-marquee__track {
  gap: 2.3rem;
}

.r2-marquee__track span {
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.r2-section {
  padding-block: clamp(5.5rem, 9vw, 8.5rem);
}

.r2-section--soft {
  background: #0e0e10;
  border-block: 1px solid rgba(255, 255, 255, 0.055);
}

.r2-heading {
  margin-bottom: clamp(2.7rem, 5vw, 4.5rem);
  max-width: 800px;
}

.r2-heading h2,
.r2-optical h2,
.r2-store h2,
.r2-pro h2 {
  font-size: clamp(2.3rem, 4.3vw, 4rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1;
}

.r2-products {
  gap: 1rem;
}

.r2-product {
  background: #101012;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.35rem;
}

.r2-product:hover {
  border-color: rgba(255, 59, 48, 0.5);
  box-shadow: 0 2.5rem 5rem -3rem rgba(255, 59, 48, 0.34);
  transform: translateY(-7px);
}

.r2-product__media {
  aspect-ratio: 4 / 3;
  background: #0b0b0c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  padding: 0;
}

.r2-product__media::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 38%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.r2-product__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.r2-product:hover .r2-product__media img {
  transform: scale(1.035);
}

.r2-product__tag {
  background: rgba(8, 8, 9, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.r2-product__body {
  padding: 1.55rem;
}

.r2-product__line {
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

.r2-product h3 {
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.r2-product__description {
  font-size: 0.84rem;
}

.r2-product__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.r2-product__features li {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: #d7d7dc;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.55rem 0.7rem;
}

.r2-optical-note {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.09);
  border-width: 1px 0 0;
  border-radius: 0;
  padding: 0.8rem 0 0;
}

.r2-product__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 1.25rem;
  padding-top: 1.2rem;
}

.r2-product__footer > strong {
  letter-spacing: -0.04em;
}

.r2-link {
  text-decoration: none;
}

.r2-add {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 0.45rem;
  height: auto;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  transition: background 160ms ease, transform 160ms ease;
  width: auto;
}

.r2-add:hover {
  background: #fff;
  color: #0a0a0b;
  transform: translateY(-2px);
}

.r2-feature-grid {
  gap: 1rem;
}

.r2-feature {
  background: #121214;
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 1.25rem;
}

.r2-feature img {
  filter: saturate(0.9) contrast(1.04);
}

.r2-feature > div {
  padding: clamp(1.6rem, 4vw, 3.3rem);
}

.r2-optical {
  background:
    linear-gradient(115deg, rgba(255, 59, 48, 0.12), transparent 38%),
    #111113;
  border-color: rgba(255, 255, 255, 0.11);
  border-radius: 1.6rem;
}

.r2-steps li {
  background: rgba(255, 255, 255, 0.035);
  transition: background 160ms ease, border-color 160ms ease;
}

.r2-steps li:hover {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.18);
}

.r2-life-grid {
  gap: 0.65rem;
}

.r2-life-grid figure {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
}

.r2-life-grid img {
  filter: saturate(0.78) contrast(1.08);
  transition: filter 300ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.r2-life-grid figure:hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.035);
}

.r2-life-grid figcaption {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.r2-store {
  background: #111113;
  border-radius: 1.5rem;
  padding: clamp(1.25rem, 3.5vw, 2.25rem);
}

.r2-store img {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
}

.r2-store__status {
  background: rgba(255, 59, 48, 0.07);
  border-radius: 0 0.75rem 0.75rem 0;
  padding: 0.8rem 1rem;
}

.r2-pro {
  background:
    radial-gradient(circle at 88% 30%, rgba(255, 59, 48, 0.2), transparent 24rem),
    #101012;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 4.5rem);
}

.r2-pro__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.r2-pro__actions .r2-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.r2-faq details {
  transition: border-color 160ms ease;
}

.r2-faq details:hover {
  border-color: rgba(255, 59, 48, 0.5);
}

.r2-film {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .r2-local-nav__signature {
    display: none;
  }

  .r2-local-nav__links {
    margin-right: auto;
  }
}

@media (max-width: 980px) {
  .r2-local-nav__links {
    gap: 1.2rem;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .r2-local-nav__links::-webkit-scrollbar {
    display: none;
  }

  .r2-local-nav__cta {
    display: none !important;
  }

  .r2-hero {
    min-height: auto;
  }

  .r2-hero__inner {
    grid-template-columns: 1fr;
  }

  .r2-hero__card {
    margin-top: 0;
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .r2-announcement {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .r2-announcement span:nth-of-type(n+3) {
    display: inline;
  }

  .r2-announcement span:last-child,
  .r2-announcement span:nth-last-child(2) {
    display: none;
  }

  .r2-local-nav__inner {
    min-height: 50px;
    overflow: hidden;
  }

  .r2-local-nav__links {
    gap: 1.35rem;
  }

  .r2-local-nav a {
    font-size: 0.69rem;
  }

  .r2-hero__inner {
    padding-block: 4.5rem 3.5rem;
  }

  .r2-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4.2rem);
  }

  .r2-hero__lead {
    font-size: 0.96rem;
  }

  .r2-proof {
    gap: 0.75rem 1rem;
  }

  .r2-hero__card {
    display: block;
  }

  .r2-section {
    padding-block: 4.5rem;
  }

  .r2-heading h2,
  .r2-optical h2,
  .r2-store h2,
  .r2-pro h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .r2-product__body {
    padding: 1.25rem;
  }

  .r2-optical,
  .r2-pro {
    padding: 1.4rem;
  }

  .r2-pro__actions,
  .r2-pro__actions .r2-button {
    justify-content: center;
    width: 100%;
  }
}
