:root {
  --ra-red: #E31B23;
  --ra-red-dark: #b8151c;
  --ra-black: #111111;
  --ra-ink: #1a1a1a;
  --ra-muted: #5c5c5c;
  --ra-white: #ffffff;
  --ra-gray: #f5f5f5;
  --ra-radius: 12px;
  --ra-container: 1140px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: var(--ra-ink);
  background: var(--ra-white);
  line-height: 1.65;
}
a { color: var(--ra-red); text-decoration: none; }
a:hover { color: var(--ra-red-dark); }
img { max-width: 100%; height: auto; display: block; }

.ra-container {
  width: min(100% - 2rem, var(--ra-container));
  margin: 0 auto;
}
.ra-site { min-height: 100vh; display: flex; flex-direction: column; }
.ra-main { flex: 1; }

.ra-topbar {
  background: var(--ra-black);
  color: var(--ra-white);
  font-size: .82rem;
}
.ra-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .45rem 0;
  flex-wrap: wrap;
}
.ra-topbar-contact {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
}
.ra-topbar-left {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}
.ra-topbar-label {
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .72rem;
  opacity: .85;
}
.ra-topbar a { color: var(--ra-white); }
.ra-topbar a:hover { color: #f0f0f0; }

.ra-social {
  display: flex;
  align-items: center;
  gap: .55rem;
}
.ra-social a {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: var(--ra-white);
}
.ra-social a:hover { background: var(--ra-red); color: var(--ra-white); }
.ra-social-icon {
  display: block;
  width: .85rem;
  height: .85rem;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.ra-social-icon--facebook { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953h-1.513c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M24 12.073C24 5.405 18.627 0 12 0S0 5.405 0 12.073C0 18.1 4.388 23.094 10.125 24v-8.437H7.078v-3.49h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953h-1.513c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.49h-2.796V24C19.612 23.094 24 18.1 24 12.073'/%3E%3C/svg%3E"); }
.ra-social-icon--youtube { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814'/%3E%3C/svg%3E"); }
.ra-social-icon--linkedin { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065m1.782 13.019H3.555V9h3.564zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065m1.782 13.019H3.555V9h3.564zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0'/%3E%3C/svg%3E"); }
.ra-social-icon--instagram { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069M12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069M12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0'/%3E%3C/svg%3E"); }

.ra-header {
  background: var(--ra-red);
  color: var(--ra-white);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.ra-header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: .85rem 0;
}
.ra-brand-logo {
  display: block;
  width: auto;
  max-width: min(220px, 58vw);
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.ra-brand-text {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--ra-white);
}
.ra-brand-text sup { font-size: .55em; }
.ra-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}
.ra-menu {
  display: flex;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ra-menu a { color: var(--ra-white); }
.ra-menu a:hover { opacity: .85; }
.ra-header-actions {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-left: .5rem;
}
.ra-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--ra-white);
  border-radius: 999px;
  transition: background .2s ease;
}
.ra-cart:hover { background: rgba(255,255,255,.12); color: var(--ra-white); }
.ra-cart-icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 12.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 12.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;
}
.ra-cart-count {
  position: absolute;
  top: .15rem;
  right: .1rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 .25rem;
  border-radius: 999px;
  background: var(--ra-white);
  color: var(--ra-red);
  font-size: .65rem;
  font-weight: 800;
  line-height: 1.1rem;
  text-align: center;
}
.ra-nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  width: 2rem;
  height: 2rem;
  padding: 0;
  cursor: pointer;
  justify-self: end;
}
.ra-nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ra-white);
  margin: 5px 0;
}

.ra-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .88rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.ra-btn-primary {
  background: var(--ra-red);
  color: var(--ra-white);
  border-color: var(--ra-red);
}
.ra-btn-primary:hover { background: var(--ra-red-dark); color: var(--ra-white); }
.ra-btn-light {
  background: var(--ra-white);
  color: var(--ra-red);
  border-color: var(--ra-white);
}
.ra-btn-light:hover { background: var(--ra-gray); color: var(--ra-red-dark); }
.ra-btn-ghost {
  background: transparent;
  color: var(--ra-white);
  border-color: rgba(255,255,255,.6);
}
.ra-btn-ghost:hover { background: rgba(255,255,255,.12); color: var(--ra-white); }

.ra-hero,
.ra-hero-slide {
  position: relative;
  min-height: min(72vh, 620px);
  display: flex;
  align-items: center;
  background: var(--ra-black) center/cover no-repeat;
  color: var(--ra-white);
}
.ra-hero-slide {
  background-image: var(--ra-hero-image, none), linear-gradient(135deg, #111 0%, #2a2a2a 100%);
  background-size: cover, cover;
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
}
.ra-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,17,17,.75) 0%, rgba(17,17,17,.4) 45%, rgba(17,17,17,.1) 100%);
}
.ra-hero { background: linear-gradient(135deg, var(--ra-black) 0%, #2a1012 100%); }
.ra-hero-inner { position: relative; z-index: 1; padding: clamp(2.5rem, 6vw, 4rem) 0; max-width: 640px; width: 100%; }
.ra-hero-eyebrow {
  color: var(--ra-white);
  font-weight: 700;
  text-transform: none;
  letter-spacing: .02em;
  font-size: clamp(.95rem, 2vw, 1.1rem);
  margin: 0 0 .75rem;
}
.ra-hero h1 { margin: 0 0 1rem; font-size: clamp(1.75rem, 4vw, 2.8rem); line-height: 1.15; }
.ra-hero-lead { margin: 0 0 1.5rem; font-size: 1.05rem; opacity: .92; }
.ra-hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; }

.ra-hero-slider { overflow: hidden; padding: 0; }
.ra-hero-track { position: relative; min-height: min(72vh, 620px); }
.ra-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; pointer-events: none; }
.ra-hero-slide.is-active { opacity: 1; pointer-events: auto; }
.ra-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  background: rgba(255,255,255,.15);
  color: var(--ra-white);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.4rem;
}
.ra-hero-prev { left: 1rem; }
.ra-hero-next { right: 1rem; }
.ra-hero-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .45rem;
  z-index: 2;
}
.ra-hero-dots button {
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.35);
  cursor: pointer;
}
.ra-hero-dots button.is-active { background: var(--ra-red); }

.ra-section { padding: 4rem 0; }
.ra-section-eyebrow {
  color: var(--ra-red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .75rem;
  margin: 0 0 .5rem;
}
.ra-section h2 { margin: 0 0 1rem; font-size: clamp(1.5rem, 3vw, 2rem); }

.ra-btn-block { width: 100%; text-align: center; }
.ra-btn-lg { padding: .85rem 1.5rem; font-size: .95rem; }
.ra-text-center { text-align: center; }

.ra-imagine { background: var(--ra-white); padding-top: 2.5rem; }
.ra-imagine-inner { max-width: 820px; }
.ra-imagine-lead { color: var(--ra-muted); font-size: 1.05rem; margin-bottom: 1.5rem; }

.ra-unlock {
  position: relative;
  color: var(--ra-white);
  overflow: hidden;
}
.ra-unlock-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17,17,17,.78) 0%, rgba(17,17,17,.45) 50%, rgba(17,17,17,.25) 100%),
    var(--ra-unlock-bg, url('../images/bg-deck.png')) center/cover no-repeat;
  z-index: 0;
}
.ra-unlock .ra-container { position: relative; z-index: 1; }
.ra-unlock .ra-section-eyebrow { color: #ff8a8f; }
.ra-unlock-title { color: var(--ra-white); margin-bottom: 2rem; }
.ra-unlock-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
  align-items: start;
}
.ra-unlock-copy {
  background: rgba(255,255,255,.97);
  color: var(--ra-ink);
  border-radius: var(--ra-radius);
  padding: 1.75rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.ra-unlock-kicker { color: var(--ra-red); font-weight: 700; margin: 0 0 .35rem; }
.ra-unlock-copy h3 { margin: 0 0 1rem; font-size: clamp(1.35rem, 2.5vw, 1.75rem); line-height: 1.2; }
.ra-checklist {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}
.ra-checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: .75rem;
}
.ra-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 4px;
  background: var(--ra-red);
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ra-video-frame {
  position: relative;
  border-radius: var(--ra-radius);
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.ra-video-frame--short { aspect-ratio: 9 / 16; max-width: 320px; margin-inline: auto; }
.ra-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ra-video-poster {
  position: relative;
  display: block;
  border-radius: var(--ra-radius);
  overflow: hidden;
  max-width: 320px;
  margin-inline: auto;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.ra-video-poster img { width: 100%; aspect-ratio: 9/16; object-fit: cover; }
.ra-video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: rgba(227,27,35,.92);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.ra-video-play::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
  transform: translateX(3px);
}
.ra-video-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .75rem;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.ra-about-feature {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 0;
  align-items: stretch;
}
.ra-about-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: var(--ra-radius) 0 0 var(--ra-radius);
}
.ra-about-card--overlay {
  background: var(--ra-white);
  border-radius: 0 var(--ra-radius) var(--ra-radius) 0;
  padding: 2rem;
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.ra-about-card--overlay h2 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.25; }

.ra-shorts { background: var(--ra-gray); }
.ra-shorts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.ra-short-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  min-height: 280px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.ra-short-thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .88;
}
.ra-short-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(227,27,35,.92);
}
.ra-short-play::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #fff;
  transform: translateX(2px);
}
.ra-short-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .75rem;
  background: linear-gradient(transparent, rgba(0,0,0,.8));
  font-size: .82rem;
  font-weight: 600;
}

.ra-home-contact { background: var(--ra-white); }
.ra-home-contact-head { max-width: 640px; margin-bottom: 1.5rem; }
.ra-home-contact .sg-contact-layout,
.ra-home-contact .wc-contact-layout { margin-top: 0; }

.ra-cta-split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: left;
}
.ra-cta-split h2 { margin: 0; max-width: 640px; }

.ra-about { background: var(--ra-gray); }
.ra-about-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
  align-items: start;
}
.ra-about-card {
  background: var(--ra-white);
  border-left: 4px solid var(--ra-red);
  padding: 1.5rem;
  border-radius: var(--ra-radius);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.ra-about-card ul { margin: 0; padding-left: 1.1rem; }
.ra-about-card li { margin-bottom: .5rem; }

.ra-testimonials { background: var(--ra-white); }
.ra-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.ra-testimonial {
  margin: 0;
  padding: 1.5rem;
  background: var(--ra-gray);
  border-radius: var(--ra-radius);
  border-top: 3px solid var(--ra-red);
}
.ra-testimonial footer {
  margin-top: 1rem;
  font-size: .88rem;
  color: var(--ra-muted);
}
.ra-testimonial cite { font-style: normal; font-weight: 700; color: var(--ra-ink); display: block; }

.ra-shop-preview { background: var(--ra-gray); }
.ra-shop-more { margin-top: 1.5rem; text-align: center; }

.ra-cta {
  background: var(--ra-red);
  color: var(--ra-white);
  text-align: center;
}
.ra-cta-inner { padding: 3rem 0; }
.ra-cta h2 { margin: 0 0 .75rem; color: var(--ra-white); }
.ra-cta p { margin: 0 0 1.25rem; opacity: .95; }

.ra-page-hero {
  background: var(--ra-black);
  color: var(--ra-white);
  padding: 2.5rem 0;
}
.ra-page-hero h1 { margin: 0 0 .5rem; }
.ra-page-hero p { margin: 0; opacity: .85; }
.ra-page-content { padding: 2.5rem 0 4rem; }
.ra-prose h2 { margin-top: 2rem; }
.ra-prose ul { padding-left: 1.2rem; }

.ra-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
.ra-blog-card {
  background: var(--ra-gray);
  padding: 1.25rem;
  border-radius: var(--ra-radius);
}
.ra-blog-meta { font-size: .85rem; color: var(--ra-muted); }
.ra-read-more { font-weight: 600; }

.ra-footer {
  background: var(--ra-black);
  color: var(--ra-white);
}
.ra-footer-newsletter {
  background: #1a1a1a;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ra-footer-newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 0;
}
.ra-footer-newsletter h2 { margin: 0 0 .35rem; color: var(--ra-white); font-size: 1.25rem; }
.ra-footer-newsletter p { margin: 0; opacity: .8; }
.ra-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 2rem;
  padding: 2.5rem 0;
}
.ra-footer-logo {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 .35rem;
}
.ra-footer-tagline { opacity: .75; margin: 0 0 1rem; }
.ra-footer-heading { font-weight: 700; margin: 0 0 .75rem; }
.ra-footer-links { list-style: none; margin: 0; padding: 0; }
.ra-footer-links li { margin-bottom: .45rem; }
.ra-footer-links a { color: rgba(255,255,255,.85); }
.ra-footer-links a:hover { color: var(--ra-white); }
.ra-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1rem 0 1.5rem;
  font-size: .85rem;
  opacity: .75;
}

.ra-shop-page { padding: 2rem 0 4rem; }
.ra-page-head { margin-bottom: 1.5rem; }
.ra-page-head h1 { margin: .25rem 0 0; }

@media (max-width: 900px) {
  .ra-about-grid,
  .ra-about-feature,
  .ra-unlock-grid,
  .ra-shorts-grid,
  .ra-testimonials-grid,
  .ra-footer-grid,
  .ra-footer-newsletter-inner { grid-template-columns: 1fr; }
  .ra-nav-toggle { display: block; }
  .ra-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    background: var(--ra-red-dark);
    padding: 1rem;
    border-radius: var(--ra-radius);
  }
  .ra-nav.is-open { display: flex; }
  .ra-menu { flex-direction: column; }
  .ra-header-inner { grid-template-columns: 1fr auto; }
  .ra-header-actions {
    width: 100%;
    margin-left: 0;
    margin-top: .75rem;
    flex-wrap: wrap;
  }
  .ra-hero,
  .ra-hero-track,
  .ra-hero-slide { min-height: clamp(320px, 55vw, 480px); }
  .ra-shorts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ra-about-photo img { min-height: 320px; border-radius: var(--ra-radius) var(--ra-radius) 0 0; }
  .ra-about-card--overlay { border-radius: 0 0 var(--ra-radius) var(--ra-radius); }
  .ra-section { padding: 2.5rem 0; }
  .ra-page-hero { padding: 2rem 0; }
  .ra-page-hero h1 { font-size: clamp(1.5rem, 5vw, 2rem); }
  .ra-topbar-inner { justify-content: center; text-align: center; }
  .ra-topbar-contact { justify-content: center; }
  .ra-hero-inner { padding: 2.25rem 0; }
  .ra-cta-split { flex-direction: column; text-align: center; }
  .ra-cta-split h2 { max-width: none; }
  .ra-contact-layout,
  .sg-contact-layout { grid-template-columns: 1fr !important; }
}

@media (max-width: 560px) {
  .ra-container { width: min(100% - 1.25rem, var(--ra-container)); }
  .ra-brand-text { font-size: 1.1rem; }
  .ra-hero-actions { flex-direction: column; align-items: stretch; }
  .ra-hero-actions .ra-btn { width: 100%; }
  .ra-hero-nav { display: none; }
  .ra-testimonials-grid { gap: 1rem; }
  .ra-btn { width: 100%; }
  .ra-shorts-grid { grid-template-columns: 1fr; }
  .ra-short-card { min-height: 360px; }
  .ra-brand-logo { max-height: 44px; }
}
