/*
Theme Name: Roti Audio Launch
Theme URI: https://rotidesignlabs.com/
Author: Roti Design Labs, LLC
Description: A cinematic, animated graphite-and-brushed-gold WordPress launch theme for the Roti Design Labs intelligent audio ecosystem.
Version: 2.0.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: roti-audio-launch
*/

:root {
  --ra-bg: #0c0e11;
  --ra-bg-deep: #07080a;
  --ra-panel: #111419;
  --ra-panel-2: #1a1d21;
  --ra-panel-3: #20242a;
  --ra-line: rgba(212,175,55,.24);
  --ra-line-soft: rgba(255,255,255,.09);
  --ra-gold: #d4af37;
  --ra-gold-light: #f0d486;
  --ra-gold-dark: #806226;
  --ra-ivory: #f2efe9;
  --ra-steel: #7b8088;
  --ra-muted: #a5a7aa;
  --ra-copy: #d2d0cb;
  --ra-success: #7ad6a7;
  --ra-danger: #ff8e8e;
  --ra-radius: 4px;
  --ra-max: 1460px;
  --ra-header: 82px;
  --ra-ease: cubic-bezier(.22,1,.36,1);
  --ra-shadow: 0 32px 90px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ra-bg-deep); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ra-ivory);
  background:
    radial-gradient(circle at 54% -10%, rgba(212,175,55,.08), transparent 26%),
    linear-gradient(180deg, #0b0d10 0%, #090a0c 48%, #0c0e11 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .065;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
body.menu-open { overflow: hidden; }
::selection { color: #0a0b0d; background: var(--ra-gold-light); }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.ra-shell { width: min(calc(100% - 72px), var(--ra-max)); margin-inline: auto; }
.ra-narrow { width: min(calc(100% - 48px), 920px); margin-inline: auto; }
.ra-section { position: relative; padding: 118px 0; border-top: 1px solid rgba(212,175,55,.12); }
.ra-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 44px; }
.ra-section-heading h2,
.ra-technology h2,
.ra-mission h2,
.ra-connect h2 {
  max-width: 900px;
  margin: 10px 0 0;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2.15rem, 4vw, 4.7rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.055em;
}
.ra-kicker {
  color: var(--ra-gold);
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.ra-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ra-gold-light);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ra-text-link svg { width: 19px; height: 19px; transition: transform .35s var(--ra-ease); }
.ra-text-link:hover svg { transform: translateX(6px); }

/* Boot sequence */
.no-js .ra-preloader { display: none; }
.ra-preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(212,175,55,.08), transparent 28%),
    #08090b;
  transition: opacity .8s var(--ra-ease), visibility .8s;
}
.ra-preloader.is-hidden { opacity: 0; visibility: hidden; }
.ra-preloader-inner { display: grid; justify-items: center; gap: 20px; }
.ra-preloader-inner > img { width: 118px; filter: drop-shadow(0 0 24px rgba(212,175,55,.25)); animation: ra-logo-breathe 1.4s ease-in-out infinite alternate; }
.ra-preloader-inner > span { color: rgba(242,239,233,.6); font-size: .62rem; letter-spacing: .27em; text-transform: uppercase; }
.ra-preloader-signal { display: flex; align-items: center; gap: 5px; height: 28px; }
.ra-preloader-signal i { width: 2px; height: 7px; background: var(--ra-gold); animation: ra-eq .75s ease-in-out infinite alternate; }
.ra-preloader-signal i:nth-child(2) { animation-delay: -.1s; }
.ra-preloader-signal i:nth-child(3) { animation-delay: -.22s; }
.ra-preloader-signal i:nth-child(4) { animation-delay: -.34s; }
.ra-preloader-signal i:nth-child(5) { animation-delay: -.18s; }
.ra-preloader-signal i:nth-child(6) { animation-delay: -.3s; }
.ra-preloader-signal i:nth-child(7) { animation-delay: -.06s; }
@keyframes ra-logo-breathe { to { opacity: .68; transform: scale(.985); } }
@keyframes ra-eq { to { height: 27px; box-shadow: 0 0 12px rgba(212,175,55,.55); } }

.ra-scroll-progress { position: fixed; inset: 0 0 auto; z-index: 500; height: 2px; pointer-events: none; }
.ra-scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--ra-gold-dark), var(--ra-gold-light)); box-shadow: 0 0 12px rgba(212,175,55,.7); }
.ra-cursor-glow {
  position: fixed;
  z-index: 2;
  width: 420px;
  height: 420px;
  margin: -210px 0 0 -210px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .15;
  background: radial-gradient(circle, rgba(212,175,55,.24), transparent 66%);
  transform: translate3d(-1000px,-1000px,0);
  transition: opacity .25s;
}

/* Header and expanding product explorer */
.ra-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 400;
  height: var(--ra-header);
  border-bottom: 1px solid transparent;
  transition: background .4s, border-color .4s, transform .4s var(--ra-ease);
}
.ra-site-header.is-scrolled {
  background: rgba(8,9,11,.84);
  border-color: rgba(212,175,55,.15);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
}
.ra-site-header.is-hidden { transform: translateY(-100%); }
.ra-header-inner { min-height: var(--ra-header); display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 32px; }
.ra-brand { position: relative; z-index: 2; display: inline-flex; align-items: center; width: 168px; height: 56px; }
.ra-brand img { width: 100%; max-height: 55px; object-fit: contain; object-position: left center; filter: drop-shadow(0 0 16px rgba(212,175,55,.12)); }
.ra-brand .custom-logo-link { display: contents; }
.ra-brand .custom-logo { width: 100%; max-height: 55px; object-fit: contain; }
.ra-nav { justify-self: center; }
.ra-nav ul { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 43px); margin: 0; padding: 0; list-style: none; }
.ra-nav a {
  position: relative;
  color: rgba(242,239,233,.72);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: color .25s;
}
.ra-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--ra-gold); transition: right .35s var(--ra-ease); }
.ra-nav a:hover, .ra-nav .current-menu-item > a { color: var(--ra-gold-light); }
.ra-nav a:hover::after, .ra-nav .current-menu-item > a::after { right: 0; }
.ra-header-actions { display: flex; align-items: center; gap: 17px; }
.ra-products-toggle {
  display: none;
  align-items: center;
  gap: 5px;
  border: 0;
  background: none;
  padding: 10px 0;
  color: rgba(242,239,233,.72);
  cursor: pointer;
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ra-products-toggle svg { width: 14px; transition: transform .3s; }
.ra-products-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.ra-investor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid rgba(212,175,55,.42);
  border-radius: 4px;
  color: var(--ra-gold-light);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .3s, border-color .3s, box-shadow .3s;
}
.ra-investor-link:hover { background: rgba(212,175,55,.1); border-color: var(--ra-gold); box-shadow: 0 0 30px rgba(212,175,55,.09); }
.ra-investor-link svg { width: 13px; }
.ra-header-wave { width: 46px; height: 28px; object-fit: contain; }
.ra-mobile-products-link { display: none; }
.ra-menu-toggle { display: none; position: relative; z-index: 5; width: 46px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.ra-menu-toggle span { position: absolute; left: 10px; width: 25px; height: 1px; background: var(--ra-gold-light); transition: transform .35s var(--ra-ease), top .35s, opacity .2s; }
.ra-menu-toggle span:nth-child(1) { top: 14px; }
.ra-menu-toggle span:nth-child(2) { top: 21px; }
.ra-menu-toggle span:nth-child(3) { top: 28px; }
.ra-menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.ra-menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.ra-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ra-menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

.ra-products-panel {
  position: absolute;
  top: var(--ra-header);
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-18px);
  border-top: 1px solid rgba(212,175,55,.16);
  border-bottom: 1px solid rgba(212,175,55,.2);
  background: rgba(10,11,14,.97);
  backdrop-filter: blur(24px);
  box-shadow: 0 40px 80px rgba(0,0,0,.54);
  transition: opacity .38s, transform .38s var(--ra-ease), visibility .38s;
}
.ra-products-panel.is-open { visibility: visible; opacity: 1; transform: none; }
.ra-products-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 20% 0, rgba(212,175,55,.08), transparent 29%); }
.ra-products-panel-inner { position: relative; display: grid; grid-template-columns: .72fr 1.8fr; gap: 58px; padding-top: 44px; padding-bottom: 48px; }
.ra-products-intro h2 { margin: 10px 0 18px; font-family: Sora, sans-serif; font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; line-height: 1.03; letter-spacing: -.05em; }
.ra-products-intro p { max-width: 410px; margin: 0 0 24px; color: var(--ra-muted); font-size: .91rem; }
.ra-products-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.ra-product-menu-item { display: grid; grid-template-columns: 78px 1fr auto; align-items: center; gap: 16px; min-height: 88px; padding: 9px 13px 9px 9px; border: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.018); transition: border-color .28s, background .28s, transform .35s var(--ra-ease); }
.ra-product-menu-item:hover { z-index: 2; transform: translateX(5px); border-color: rgba(212,175,55,.34); background: rgba(212,175,55,.055); }
.ra-product-menu-thumb { display: grid; place-items: center; width: 78px; height: 68px; overflow: hidden; background: #0b0d10; }
.ra-product-menu-thumb img { width: 100%; height: 100%; object-fit: contain; }
.ra-product-menu-item b { display: block; font-family: Sora, sans-serif; font-size: .91rem; font-weight: 500; }
.ra-product-menu-item small { display: block; margin-top: 3px; color: var(--ra-muted); font-size: .71rem; }
.ra-product-menu-item > svg { width: 18px; color: var(--ra-gold); }
.ra-products-close { position: absolute; right: 36px; top: 18px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255,255,255,.1); background: transparent; cursor: pointer; }
.ra-products-close svg { width: 16px; }

/* Hero */
.ra-hero {
  position: relative;
  min-height: max(820px, 100svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6,7,9,.98) 0%, rgba(7,8,10,.86) 46%, rgba(7,8,10,.24) 76%, rgba(7,8,10,.62) 100%),
    radial-gradient(circle at 80% 45%, rgba(212,175,55,.14), transparent 27%),
    #080a0c;
}
.ra-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(180deg, transparent, #0b0d10); pointer-events: none; }
.ra-hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(212,175,55,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(212,175,55,.1) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, transparent 8%, #000 60%, transparent); }
.ra-hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.ra-hero-glow--one { right: 10%; top: 18%; width: 440px; height: 440px; background: radial-gradient(circle, rgba(212,175,55,.13), transparent 68%); }
.ra-hero-glow--two { right: -8%; bottom: -12%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(88,91,99,.16), transparent 65%); }
.ra-hero-wave { position: absolute; z-index: 1; right: 1%; top: 9%; display: flex; align-items: center; justify-content: center; gap: 5px; width: 49%; height: 260px; opacity: .58; mask-image: linear-gradient(90deg, transparent, #000 17%, #000 80%, transparent); }
.ra-hero-wave i { display: block; width: 3px; height: var(--h); min-height: 6px; border-radius: 10px; background: linear-gradient(180deg, transparent, var(--ra-gold-light) 35%, var(--ra-gold) 72%, transparent); transform-origin: center; animation: ra-wave-pulse calc(2.2s + (var(--i) * .03s)) ease-in-out infinite alternate; animation-delay: calc(var(--i) * -0.045s); box-shadow: 0 0 11px rgba(212,175,55,.28); }
@keyframes ra-wave-pulse { 0% { transform: scaleY(.36); opacity: .18; } 100% { transform: scaleY(1); opacity: .9; } }
.ra-hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(460px,.82fr) minmax(480px,1.18fr); align-items: center; gap: clamp(35px, 5vw, 92px); padding-top: calc(var(--ra-header) + 75px); padding-bottom: 80px; }
.ra-hero-copy { max-width: 720px; }
.ra-hero h1 { margin: 19px 0 18px; font-family: Sora, sans-serif; font-size: clamp(4rem, 6.5vw, 7.7rem); font-weight: 300; line-height: .94; letter-spacing: -.065em; background: linear-gradient(105deg, #b68e40 5%, #f0d58d 40%, #a67c34 82%); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 12px 38px rgba(212,175,55,.07)); }
.ra-hero-subhead { max-width: 585px; margin: 0; color: var(--ra-ivory); font-family: Sora, sans-serif; font-size: clamp(1.05rem, 1.5vw, 1.48rem); font-weight: 300; line-height: 1.5; }
.ra-hero-rule { width: 78px; height: 1px; margin: 28px 0 24px; background: linear-gradient(90deg, var(--ra-gold), transparent); }
.ra-hero-lede { max-width: 625px; margin: 0; color: var(--ra-muted); font-size: clamp(.86rem, .95vw, 1.01rem); line-height: 1.75; }
.ra-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.ra-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: transform .3s var(--ra-ease), box-shadow .3s, border-color .3s, color .3s;
}
.ra-button::before { content: ""; position: absolute; z-index: -1; inset: 0; transform: translateX(-105%); background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.38), transparent 80%); transition: transform .7s var(--ra-ease); }
.ra-button:hover::before { transform: translateX(105%); }
.ra-button:hover { transform: translateY(-3px); }
.ra-button svg { width: 18px; }
.ra-button--gold { color: #17130c; background: linear-gradient(112deg, #b78d42, #ecd080 50%, #ae8337); box-shadow: 0 14px 40px rgba(212,175,55,.15); }
.ra-button--gold:hover { box-shadow: 0 20px 58px rgba(212,175,55,.24); }
.ra-button--outline { color: var(--ra-gold-light); border-color: rgba(212,175,55,.5); background: rgba(10,11,13,.38); }
.ra-button--outline:hover { border-color: var(--ra-gold-light); box-shadow: inset 0 0 28px rgba(212,175,55,.07), 0 0 30px rgba(212,175,55,.08); }
.ra-hero-product { position: relative; min-height: 590px; display: grid; align-items: center; perspective: 1400px; }
.ra-product-halo { position: absolute; left: 7%; right: -5%; bottom: 12%; height: 190px; border-radius: 50%; background: radial-gradient(ellipse, rgba(212,175,55,.22), rgba(212,175,55,.045) 44%, transparent 70%); filter: blur(18px); }
.ra-hero-product-stage { position: relative; z-index: 2; display: grid; place-items: center; min-height: 510px; transform-style: preserve-3d; }
.ra-hero-product-stage::after { content: ""; position: absolute; left: 10%; right: -1%; bottom: 12%; height: 1px; background: linear-gradient(90deg, transparent, rgba(212,175,55,.46), transparent); box-shadow: 0 20px 70px rgba(212,175,55,.15); }
.ra-hero-product-stage > img { position: relative; z-index: 2; width: 110%; max-width: 930px; max-height: 560px; object-fit: contain; filter: drop-shadow(0 42px 46px rgba(0,0,0,.72)); transform: translateZ(48px); transition: transform .8s var(--ra-ease); }
.ra-hero-product:hover .ra-hero-product-stage > img { transform: translateZ(75px) scale(1.015); }
.ra-hero-logo-placeholder { width: 70% !important; opacity: .72; }
.ra-stage-reflection { position: absolute; z-index: 1; left: 16%; right: 4%; bottom: 0; height: 130px; transform: perspective(500px) rotateX(66deg); background: linear-gradient(180deg, rgba(212,175,55,.06), transparent); filter: blur(6px); }
.ra-hero-product-label { position: absolute; z-index: 4; right: 2%; bottom: 5%; display: grid; gap: 2px; min-width: 260px; padding: 15px 18px; border-left: 1px solid var(--ra-gold); background: linear-gradient(90deg, rgba(12,14,17,.78), transparent); opacity: 0; transform: translateX(18px); transition: opacity .4s, transform .4s var(--ra-ease); }
.ra-hero-product:hover .ra-hero-product-label { opacity: 1; transform: none; }
.ra-hero-product-label span { font-family: Sora, sans-serif; font-size: .9rem; }
.ra-hero-product-label small { color: var(--ra-muted); font-size: .68rem; }
.ra-scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 26px; display: grid; justify-items: center; gap: 9px; color: rgba(242,239,233,.45); font-size: .56rem; letter-spacing: .22em; text-transform: uppercase; transform: translateX(-50%); }
.ra-scroll-cue span { position: relative; display: block; width: 1px; height: 34px; overflow: hidden; background: rgba(255,255,255,.16); }
.ra-scroll-cue span::after { content: ""; position: absolute; left: 0; top: -50%; width: 100%; height: 50%; background: var(--ra-gold); animation: ra-scroll-line 1.7s ease-in-out infinite; }
@keyframes ra-scroll-line { to { top: 110%; } }

/* Product ecosystem */
.ra-ecosystem { z-index: 2; background: linear-gradient(180deg, #0b0d10, #090b0d 55%, #0d0f12); }
.ra-product-rail { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.ra-product-card { position: relative; min-width: 0; min-height: 500px; overflow: hidden; border: 1px solid rgba(212,175,55,.22); border-radius: var(--ra-radius); background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.009)); box-shadow: 0 18px 52px rgba(0,0,0,.25); transform-style: preserve-3d; transition: border-color .4s, transform .45s var(--ra-ease), box-shadow .45s; }
.ra-product-card::before { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; opacity: 0; background: linear-gradient(120deg, transparent 20%, rgba(212,175,55,.11), transparent 70%); transform: translateX(-100%); transition: opacity .4s, transform .8s var(--ra-ease); }
.ra-product-card:hover { z-index: 2; border-color: rgba(212,175,55,.58); box-shadow: 0 34px 80px rgba(0,0,0,.5), 0 0 32px rgba(212,175,55,.07); }
.ra-product-card:hover::before { opacity: 1; transform: translateX(100%); }
.ra-product-card-inner { min-height: 500px; display: grid; grid-template-rows: auto auto 1fr auto; color: inherit; }
.ra-product-card-top { display: flex; align-items: center; gap: 9px; min-height: 37px; padding: 0 15px; color: var(--ra-gold); font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; }
.ra-product-card-top i { height: 1px; flex: 1; background: linear-gradient(90deg, rgba(212,175,55,.35), transparent); }
.ra-product-card-top small { color: rgba(242,239,233,.45); font-size: .5rem; }
.ra-product-card-copy { min-height: 132px; padding: 20px 19px 14px; border-top: 1px solid rgba(255,255,255,.06); }
.ra-product-card-copy .ra-kicker { margin-bottom: 6px; font-size: .5rem; }
.ra-product-card-copy h3 { margin: 0 0 8px; font-family: Sora, sans-serif; font-size: clamp(1.2rem, 1.5vw, 1.7rem); font-weight: 400; line-height: 1.1; }
.ra-product-card-copy p { margin: 0; color: var(--ra-muted); font-size: .73rem; line-height: 1.55; }
.ra-product-card-visual { position: relative; min-height: 270px; overflow: hidden; background: radial-gradient(circle at 54% 45%, rgba(212,175,55,.12), transparent 28%), #0c0e11; }
.ra-product-card-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(180deg, transparent, rgba(8,9,11,.92)); pointer-events: none; }
.ra-product-card-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08) brightness(.78); transition: transform .8s var(--ra-ease), filter .5s; }
.ra-product-card:hover .ra-product-card-visual > img { transform: scale(1.07); filter: saturate(.94) contrast(1.06) brightness(.92); }
.ra-product-card-visual > .ra-product-placeholder-mark { object-fit: contain; width: 60%; margin: auto; opacity: .7; filter: drop-shadow(0 0 24px rgba(212,175,55,.2)); }
.ra-product-card-scan { position: absolute; z-index: 2; left: 0; right: 0; top: -30%; height: 14%; opacity: 0; background: linear-gradient(180deg, transparent, rgba(212,175,55,.23), transparent); transition: opacity .3s; }
.ra-product-card:hover .ra-product-card-scan { opacity: 1; animation: ra-scan 1.8s linear infinite; }
@keyframes ra-scan { to { top: 115%; } }
.ra-product-card-link { display: flex; align-items: center; justify-content: space-between; min-height: 55px; padding: 0 19px; border-top: 1px solid rgba(212,175,55,.15); color: var(--ra-gold); font-size: .58rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.ra-product-card-link svg { width: 18px; transition: transform .3s; }
.ra-product-card:hover .ra-product-card-link svg { transform: translateX(5px); }
.ra-product-card--placeholder .ra-product-card-visual img { object-fit: contain; width: 62%; margin: auto; }

/* Technology */
.ra-technology { overflow: hidden; background: radial-gradient(circle at 50% 55%, rgba(212,175,55,.055), transparent 28%), #0a0c0f; }
.ra-technology-grid { display: grid; grid-template-columns: .78fr 1.2fr .74fr; align-items: center; gap: 42px; }
.ra-technology-copy h2 { max-width: 430px; margin-bottom: 42px; }
.ra-technology-list { display: grid; gap: 25px; }
.ra-technology-list article { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; }
.ra-technology-list img { width: 42px; height: 42px; object-fit: contain; }
.ra-technology-list h3 { margin: 0 0 4px; color: var(--ra-gold-light); font-family: Sora, sans-serif; font-size: .84rem; font-weight: 500; }
.ra-technology-list p { margin: 0; color: var(--ra-muted); font-size: .73rem; line-height: 1.55; }
.ra-circuit-core { position: relative; min-height: 560px; display: grid; place-items: center; }
.ra-circuit-lines { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; animation: ra-circuit-breathe 4s ease-in-out infinite alternate; }
.ra-core-mark { position: relative; z-index: 3; width: 56%; max-width: 380px; filter: drop-shadow(0 0 27px rgba(212,175,55,.3)); }
.ra-core-orbit { position: absolute; border: 1px solid rgba(212,175,55,.16); border-radius: 50%; animation: ra-orbit 18s linear infinite; }
.ra-core-orbit::after { content: ""; position: absolute; top: 50%; left: -3px; width: 6px; height: 6px; border-radius: 50%; background: var(--ra-gold-light); box-shadow: 0 0 12px var(--ra-gold); }
.ra-core-orbit--one { width: 340px; height: 340px; }
.ra-core-orbit--two { width: 450px; height: 450px; animation-direction: reverse; animation-duration: 28s; opacity: .45; }
@keyframes ra-orbit { to { transform: rotate(360deg); } }
@keyframes ra-circuit-breathe { to { opacity: .55; filter: drop-shadow(0 0 8px rgba(212,175,55,.2)); } }
.ra-mission { max-width: 380px; justify-self: end; }
.ra-mission h2 { margin-bottom: 24px; }
.ra-mission p { margin: 0 0 29px; color: var(--ra-muted); font-size: .87rem; }

/* Roadmap */
.ra-roadmap { background: #0b0d10; }
.ra-timeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 34px; padding-top: 23px; }
.ra-timeline-line { position: absolute; left: 1%; right: 1%; bottom: 0; height: 2px; background: rgba(212,175,55,.18); }
.ra-timeline-line span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--ra-gold-dark), var(--ra-gold-light)); transition: width 1.8s var(--ra-ease); box-shadow: 0 0 18px rgba(212,175,55,.45); }
.ra-timeline.is-visible .ra-timeline-line span { width: 100%; }
.ra-timeline article { position: relative; min-height: 215px; padding: 0 20px 42px 8px; }
.ra-timeline article::after { content: ""; position: absolute; z-index: 2; left: 8px; bottom: -5px; width: 10px; height: 10px; border-radius: 50%; background: var(--ra-gold-light); box-shadow: 0 0 17px rgba(212,175,55,.75); }
.ra-timeline img { width: 48px; height: 48px; margin-bottom: 22px; }
.ra-timeline small { display: block; margin-bottom: 7px; color: var(--ra-gold); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.ra-timeline h3 { margin: 0 0 8px; font-family: Sora, sans-serif; font-size: 1rem; font-weight: 500; }
.ra-timeline p { margin: 0; color: var(--ra-muted); font-size: .72rem; line-height: 1.6; }

/* News and connect */
.ra-journal-section { background: linear-gradient(180deg, #0a0c0f, #0d0f12); }
.ra-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 17px; }
.ra-news-card { min-height: 290px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(212,175,55,.17); background: rgba(255,255,255,.018); transition: border-color .3s, transform .4s var(--ra-ease), background .3s; }
.ra-news-card:hover { transform: translateY(-7px); border-color: rgba(212,175,55,.48); background: rgba(212,175,55,.03); }
.ra-news-card time { color: var(--ra-gold); font-size: .59rem; letter-spacing: .15em; text-transform: uppercase; }
.ra-news-card h3 { margin: 33px 0 12px; font-family: Sora, sans-serif; font-size: clamp(1.25rem, 1.7vw, 1.75rem); font-weight: 400; line-height: 1.2; }
.ra-news-card p { margin: 0 0 24px; color: var(--ra-muted); font-size: .79rem; }
.ra-news-card .ra-text-link { margin-top: auto; }
.ra-connect { overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(212,175,55,.08), transparent 33%), #090b0d; }
.ra-connect::before { content: ""; position: absolute; inset: 0; opacity: .14; background: url('assets/icons/circuit-field.svg') center/cover no-repeat; }
.ra-connect-panel { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; padding: 62px; border: 1px solid rgba(212,175,55,.3); background: rgba(10,12,14,.85); box-shadow: var(--ra-shadow); }
.ra-connect-panel > div:first-child p { max-width: 500px; color: var(--ra-muted); }
.ra-connect-form { padding-left: 50px; border-left: 1px solid rgba(212,175,55,.18); }

/* Forms */
.rg-interest-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px; }
.rg-interest-form .rg-field--wide { grid-column: 1 / -1; }
.rg-interest-form label { display: block; margin-bottom: 6px; color: rgba(242,239,233,.76); font-size: .63rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.rg-interest-form input,
.rg-interest-form select,
.rg-interest-form textarea {
  width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 2px; outline: 0; color: var(--ra-ivory); background: rgba(7,8,10,.76); transition: border-color .25s, box-shadow .25s;
}
.rg-interest-form input:focus,
.rg-interest-form select:focus,
.rg-interest-form textarea:focus { border-color: rgba(212,175,55,.65); box-shadow: 0 0 0 3px rgba(212,175,55,.07); }
.rg-interest-form textarea { min-height: 100px; resize: vertical; }
.rg-interest-form button { min-height: 50px; padding: 0 22px; border: 0; border-radius: 2px; color: #17130c; background: linear-gradient(112deg, #b78d42, #ecd080 50%, #ae8337); cursor: pointer; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rg-form-notice { grid-column: 1/-1; padding: 12px 15px; border: 1px solid rgba(122,214,167,.25); color: #baf0d2; background: rgba(122,214,167,.09); }
.rg-form-notice--error { color: #ffc1c1; border-color: rgba(255,142,142,.26); background: rgba(255,142,142,.08); }
.rg-consent { display: flex; gap: 10px; align-items: flex-start; color: var(--ra-muted); font-size: .72rem; }
.rg-consent input { width: auto; min-height: 0; margin-top: 5px; }
.rg-hp { position: absolute !important; left: -9999px !important; }

/* Internal pages */
.ra-page-hero { position: relative; overflow: hidden; min-height: 480px; display: grid; align-items: end; padding: calc(var(--ra-header) + 110px) 0 75px; border-bottom: 1px solid rgba(212,175,55,.2); background: radial-gradient(circle at 70% 35%, rgba(212,175,55,.09), transparent 28%), #090b0d; }
.ra-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background: url('assets/icons/circuit-field.svg') center/cover no-repeat; }
.ra-page-hero > div { position: relative; }
.ra-page-hero h1 { max-width: 1050px; margin: 13px 0 18px; font-family: Sora, sans-serif; font-size: clamp(3.2rem, 7vw, 7.5rem); font-weight: 300; line-height: .95; letter-spacing: -.065em; background: linear-gradient(105deg, #bd9650, #f0d58d 54%, #9d7734); -webkit-background-clip: text; color: transparent; }
.ra-page-hero p { max-width: 720px; margin: 0; color: var(--ra-muted); font-size: 1.03rem; }
.ra-content { color: var(--ra-copy); font-size: 1.03rem; }
.ra-content > *:first-child { margin-top: 0; }
.ra-content h2, .ra-content h3, .ra-content h4 { color: var(--ra-ivory); font-family: Sora, sans-serif; font-weight: 400; line-height: 1.18; }
.ra-content h2 { margin-top: 2.2em; font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.045em; }
.ra-content h3 { margin-top: 2em; font-size: 1.65rem; }
.ra-content p, .ra-content ul, .ra-content ol { color: var(--ra-copy); }
.ra-content a { color: var(--ra-gold-light); text-decoration: underline; text-underline-offset: 4px; }
.ra-content blockquote { margin: 2.5em 0; padding: 28px 32px; border-left: 2px solid var(--ra-gold); background: rgba(212,175,55,.04); color: var(--ra-ivory); font-family: Sora, sans-serif; font-size: 1.35rem; }
.ra-content img { border: 1px solid rgba(212,175,55,.16); }
.ra-product-hero { position: relative; padding: calc(var(--ra-header) + 70px) 0 65px; background: radial-gradient(circle at 35% 30%, rgba(212,175,55,.08), transparent 28%), #090b0d; }
.ra-product-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); gap: 30px; align-items: start; }
.ra-product-image { min-height: 650px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(212,175,55,.2); background: radial-gradient(circle, rgba(212,175,55,.08), transparent 28%), #0b0d10; }
.ra-product-image img { width: 100%; max-height: 760px; object-fit: contain; }
.ra-card-placeholder { min-height: 500px; display: grid; place-items: center; color: var(--ra-gold); font-size: 4rem; }
.ra-product-panel { position: sticky; top: calc(var(--ra-header) + 24px); padding: 37px; border: 1px solid rgba(212,175,55,.24); background: rgba(17,20,25,.72); backdrop-filter: blur(14px); }
.ra-meta-row { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.ra-pill { display: inline-flex; padding: 4px 8px; border: 1px solid rgba(212,175,55,.28); color: var(--ra-gold-light); font-size: .54rem; letter-spacing: .13em; text-transform: uppercase; }
.ra-product-panel h1 { margin: 17px 0 18px; font-family: Sora, sans-serif; font-size: clamp(3rem, 5vw, 5.7rem); font-weight: 300; line-height: .94; letter-spacing: -.06em; }
.ra-product-panel .ra-tagline { color: var(--ra-copy); font-size: 1.04rem; }
.ra-spec-stack { display: grid; margin-top: 28px; }
.ra-spec { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .77rem; }
.ra-spec strong { color: var(--ra-ivory); font-weight: 500; }
.ra-spec span { color: var(--ra-muted); text-align: right; }
.ra-product-actions { display: grid; gap: 11px; margin-top: 30px; }
.ra-product-body { padding: 90px 0 120px; }
.ra-grid { display: grid; gap: 16px; }
.ra-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ra-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ra-pagination { margin-top: 45px; }
.ra-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.ra-pagination a, .ra-pagination span { display: grid; place-items: center; min-width: 39px; height: 39px; border: 1px solid rgba(212,175,55,.2); }
.ra-pagination .current { color: #111; background: var(--ra-gold); }

/* Footer */
.ra-site-footer { position: relative; padding: 80px 0 0; border-top: 1px solid rgba(212,175,55,.18); background: #080a0c; }
.ra-footer-signal { position: absolute; top: 0; left: 50%; display: flex; align-items: center; gap: 4px; height: 30px; transform: translate(-50%,-50%); padding: 0 14px; background: #080a0c; }
.ra-footer-signal span { width: 2px; height: 7px; background: var(--ra-gold); }
.ra-footer-signal span:nth-child(2), .ra-footer-signal span:nth-child(8) { height: 12px; }
.ra-footer-signal span:nth-child(3), .ra-footer-signal span:nth-child(7) { height: 19px; }
.ra-footer-signal span:nth-child(4), .ra-footer-signal span:nth-child(6) { height: 26px; }
.ra-footer-signal span:nth-child(5) { height: 34px; }
.ra-footer-grid { display: grid; grid-template-columns: 1.15fr .62fr .72fr .72fr 1.2fr; gap: 45px; padding-bottom: 64px; }
.ra-footer-logo { display: block; width: 190px; margin-bottom: 25px; }
.ra-footer-logo img { width: 100%; }
.ra-footer-identity p, .ra-footer-connect p { color: var(--ra-muted); font-size: .78rem; line-height: 1.7; }
.ra-footer-column, .ra-footer-connect { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.ra-footer-column h2, .ra-footer-connect h2 { margin: 0 0 12px; color: var(--ra-gold); font-size: .61rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.ra-footer-column a { color: var(--ra-muted); font-size: .76rem; transition: color .25s, transform .25s; }
.ra-footer-column a:hover { color: var(--ra-gold-light); transform: translateX(3px); }
.ra-footer-subscribe { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 47px; margin-top: 7px; padding: 0 13px 0 16px; border: 1px solid rgba(212,175,55,.25); color: rgba(242,239,233,.65); font-size: .71rem; }
.ra-footer-subscribe svg { width: 18px; color: var(--ra-gold); }
.ra-social-links { display: flex; gap: 8px; margin-top: 16px; }
.ra-social-links a { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(212,175,55,.26); color: var(--ra-gold-light); font-size: .69rem; transition: background .25s, color .25s; }
.ra-social-links a:hover { color: #111; background: var(--ra-gold); }
.ra-footer-bottom { min-height: 68px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(242,239,233,.38); font-size: .57rem; }
.ra-footer-bottom > span:nth-child(2) { text-align: center; letter-spacing: .08em; }
.ra-footer-bottom nav { display: flex; gap: 18px; }

/* Scroll reveal and tilt */
.js [data-reveal] { opacity: 0; transform: translateY(35px); transition: opacity .85s var(--ra-ease), transform .85s var(--ra-ease); transition-delay: var(--reveal-delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
[data-tilt] { --tilt-x: 0deg; --tilt-y: 0deg; transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
.js [data-reveal][data-tilt] { transform: translateY(35px) perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }
.js [data-reveal][data-tilt].is-visible { transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); }

@media (min-width: 1161px) {
  .ra-products-toggle { display: inline-flex; }
}

@media (max-width: 1280px) {
  :root { --ra-max: 1180px; }
  .ra-shell { width: min(calc(100% - 52px), var(--ra-max)); }
  .ra-header-inner { grid-template-columns: 175px 1fr auto; gap: 18px; }
  .ra-brand { width: 150px; }
  .ra-nav ul { gap: 20px; }
  .ra-header-wave { display: none; }
  .ra-hero-inner { grid-template-columns: minmax(410px,.9fr) minmax(430px,1.1fr); }
  .ra-hero h1 { font-size: clamp(3.75rem, 6.4vw, 6.4rem); }
  .ra-product-card { min-height: 475px; }
  .ra-product-card-inner { min-height: 475px; }
  .ra-technology-grid { grid-template-columns: .84fr 1fr .78fr; gap: 28px; }
}

@media (max-width: 1080px) {
  :root { --ra-header: 74px; }
  .ra-shell { width: min(calc(100% - 40px), var(--ra-max)); }
  .ra-header-inner { grid-template-columns: 170px 1fr auto; }
  .ra-menu-toggle { display: block; justify-self: end; grid-column: 3; }
  .ra-header-actions { display: none; }
  .ra-nav {
    position: fixed;
    inset: var(--ra-header) 0 0;
    z-index: 3;
    display: grid;
    align-content: center;
    justify-items: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-18px);
    background: rgba(7,8,10,.98);
    transition: opacity .4s, transform .4s var(--ra-ease), visibility .4s;
  }
  .ra-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .ra-nav ul { flex-direction: column; gap: 24px; }
  .ra-nav a { font-family: Sora, sans-serif; font-size: clamp(1.5rem, 4vw, 3rem); font-weight: 300; letter-spacing: -.02em; text-transform: none; }
  .ra-nav .ra-mobile-products-link { display: block; }
  .ra-products-panel { display: none; }
  .ra-hero { min-height: auto; padding-bottom: 30px; }
  .ra-hero-inner { min-height: 920px; grid-template-columns: 1fr; align-content: center; gap: 20px; padding-top: calc(var(--ra-header) + 80px); }
  .ra-hero-copy { position: relative; z-index: 4; max-width: 700px; }
  .ra-hero-product { position: absolute; inset: 23% -18% 0 35%; min-height: 620px; opacity: .62; }
  .ra-hero::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(7,8,10,.96), rgba(7,8,10,.72) 58%, rgba(7,8,10,.2)); }
  .ra-hero-wave { width: 70%; right: -14%; }
  .ra-product-rail { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ra-product-rail .ra-product-card:nth-child(n+4) { grid-column: span 1; }
  .ra-technology-grid { grid-template-columns: 1fr 1fr; }
  .ra-circuit-core { grid-column: 2; grid-row: 1 / span 2; }
  .ra-mission { justify-self: start; }
  .ra-timeline { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 50px 28px; }
  .ra-timeline-line { display: none; }
  .ra-timeline article { border-bottom: 1px solid rgba(212,175,55,.2); }
  .ra-timeline article::after { display: none; }
  .ra-footer-grid { grid-template-columns: 1.3fr repeat(3, .7fr); }
  .ra-footer-connect { grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1fr auto; align-items: center; gap: 20px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.07); }
  .ra-footer-connect h2, .ra-footer-connect p { margin: 0; }
  .ra-footer-subscribe { margin: 0; }
  .ra-social-links { margin: 0; }
}

@media (max-width: 760px) {
  .ra-shell, .ra-narrow { width: min(calc(100% - 28px), var(--ra-max)); }
  .ra-section { padding: 82px 0; }
  .ra-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
  .ra-brand { width: 145px; }
  .ra-hero-inner { min-height: 860px; padding-top: calc(var(--ra-header) + 65px); padding-bottom: 90px; }
  .ra-hero h1 { margin-top: 15px; font-size: clamp(3.2rem, 15vw, 5rem); }
  .ra-hero-subhead { max-width: 88%; font-size: 1rem; }
  .ra-hero-lede { max-width: 90%; font-size: .81rem; }
  .ra-hero-product { inset: 38% -47% 0 10%; min-height: 500px; opacity: .48; }
  .ra-hero-product-stage { min-height: 420px; }
  .ra-hero-wave { top: 11%; right: -33%; width: 95%; height: 180px; opacity: .4; }
  .ra-hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 310px); }
  .ra-button { width: 100%; }
  .ra-product-rail { display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -14px; padding-right: 14px; padding-bottom: 12px; scrollbar-width: none; }
  .ra-product-rail::-webkit-scrollbar { display: none; }
  .ra-product-card { min-width: 78vw; scroll-snap-align: start; }
  .ra-technology-grid { grid-template-columns: 1fr; }
  .ra-circuit-core { grid-column: 1; grid-row: 2; min-height: 440px; }
  .ra-mission { grid-row: 3; }
  .ra-core-orbit--one { width: 270px; height: 270px; }
  .ra-core-orbit--two { width: 355px; height: 355px; }
  .ra-timeline { grid-template-columns: 1fr; gap: 28px; }
  .ra-news-grid { grid-template-columns: 1fr; }
  .ra-connect-panel { grid-template-columns: 1fr; gap: 35px; padding: 34px 22px; }
  .ra-connect-form { padding: 30px 0 0; border-top: 1px solid rgba(212,175,55,.18); border-left: 0; }
  .rg-interest-form { grid-template-columns: 1fr; }
  .rg-interest-form .rg-field--wide { grid-column: auto; }
  .ra-page-hero { min-height: 390px; padding-top: calc(var(--ra-header) + 70px); }
  .ra-product-layout { grid-template-columns: 1fr; }
  .ra-product-image { min-height: 390px; }
  .ra-product-panel { position: static; padding: 28px 22px; }
  .ra-grid--3, .ra-grid--2 { grid-template-columns: 1fr; }
  .ra-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .ra-footer-identity, .ra-footer-connect { grid-column: 1 / -1; }
  .ra-footer-connect { display: flex; align-items: flex-start; }
  .ra-footer-bottom { grid-template-columns: 1fr; gap: 9px; padding: 22px 0; text-align: left; }
  .ra-footer-bottom > span:nth-child(2) { text-align: left; }
  .ra-cursor-glow { display: none; }
}

@media (max-width: 430px) {
  .ra-hero-inner { min-height: 810px; }
  .ra-hero h1 { font-size: 3.35rem; }
  .ra-hero-product { inset: 44% -57% 0 1%; }
  .ra-product-card { min-width: 86vw; }
  .ra-footer-grid { grid-template-columns: 1fr; }
  .ra-footer-column { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .ra-preloader { display: none; }
  .js [data-reveal] { opacity: 1; transform: none; }
  [data-tilt], .js [data-reveal][data-tilt] { transform: none; }
  .ra-cursor-glow { display: none; }
}

/* Generic archive and journal compatibility */
.ra-card { overflow: hidden; border: 1px solid rgba(212,175,55,.2); background: rgba(255,255,255,.018); box-shadow: var(--ra-shadow); }
.ra-card-body { padding: 28px; }
.ra-section-title { margin: 10px 0 14px; font-family: Sora, sans-serif; font-size: clamp(2.2rem, 4.8vw, 5.2rem); font-weight: 300; line-height: 1.02; letter-spacing: -.055em; }
.ra-section-lede { max-width: 720px; color: var(--ra-muted); }
.ra-journal article { display: grid; grid-template-columns: 150px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid rgba(212,175,55,.14); }
.ra-journal time { color: var(--ra-gold); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.ra-journal h3 { margin: 0 0 8px; font-family: Sora, sans-serif; font-size: 1.45rem; font-weight: 400; }
.ra-journal p { margin: 0; color: var(--ra-muted); }
main > .ra-section:first-child { padding-top: calc(var(--ra-header) + 100px); }
@media (max-width: 760px) {
  .ra-journal article { grid-template-columns: 1fr; gap: 7px; }
}
