/* global typography and layout */
@font-face {
    font-family: 'Noto Sans';
    src: url('/main/fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/main/fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body,
p,
a,
span,
div,
input,
button,
select,
.dropdown-item-custom,
.cookieConsentOK,
.hero-button {
    font-family: 'Noto Sans', sans-serif !important;
    font-weight: 400 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans', sans-serif !important;
  font-weight: 700 !important;
  color: #111;
}
:root {
  --bs-body-color: #111;
}
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: 100%;
}
body {
    background: #fff;
    color: var(--bs-body-color) !important;
}
a {
    color: inherit !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
footer .small {
    font-size: 0.6rem !important;
}
/* utilities and colors */
.hero-content {
    position: relative;
    z-index: 2;
}
.text-ryve-blue { color: #5a97cb !important; }
.bg-ryve-card { background-color: #2c2c2c !important; color: #fff; }
.text-ryve-body { color: #f7f7f7; }
.mobile_br { display: inline-block; }

.hero-radial-gradient {
  --hero-band: clamp(300px, 38vw, 520px);
  --hero-fade: clamp(32px, 4.2vw, 64px);
  position: relative;
  background: #fff;
  isolation: isolate;
  padding-top: clamp(8px, 1.5vh, 16px);
}

.hero-radial-gradient > .container {
  position: relative;
  z-index: 2;
}

.hero-radial-gradient::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: var(--hero-band);
  background: radial-gradient(
    84.24% 456.11% at 1.4% 100%,
    #DB8276 7.69%,
    #88AFEF 53.9%,
    #206CCC 100%
  );
  z-index: 1;
}

.hero-radial-gradient::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: calc(var(--hero-band) - var(--hero-fade));
  height: var(--hero-fade);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, white 0%, transparent) 0%,
    color-mix(in srgb, white 30%, transparent) 60%,
    white 100%
  );
  z-index: 1;
}



@media (min-width: 1600px) {
  .hero-radial-gradient { --hero-band: clamp(320px, 36vw, 560px); }
}




.hero-illustration {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(-12px, -1.5vw, -24px);
}



@media (min-width: 1600px) {
  .hero-radial-gradient { --hero-band: clamp(320px, 36vw, 560px); }
}
/* header, navigation, and buttons (dark theme) */
.ryve-header {
  background: #0b0b0c;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ryve-header .navbar-brand img { display:block; }
.ryve-link {
  color: #dcdcdc !important;
  padding: .5rem .75rem !important;
}
.ryve-link:hover,
.ryve-link.active { color: #ffffff !important; }
.ryve-topnav {
  min-height: 42px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ryve-top-links .nav-link {
  color: #fff !important;
  border: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: 500 !important;
}
.ryve-top-links .nav-link:hover { opacity: .9; color: #ffffff !important; }
/* dropdowns */
.dropdown-menu-ryve {
  background: #000 !important;
  border: none !important;
  border-radius: 8px;
  padding: .25rem 0;
  box-shadow: none !important;
}
.btn-ryve-plain {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
}
.btn-ryve-plain:focus,
.btn-ryve-plain:active { outline: none !important; box-shadow: none !important; }
.dropdown-item-custom {
  width: 100%;
  text-align: start;
  background: transparent !important;
  border: 0;
  color: #fff !important;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none !important;
}
.dropdown-item-custom:hover { background: rgba(255,255,255,.08) !important; color: #fff !important; }
.ryve-dropdown {
  min-width: 180px;
  right: 0;
}
/* buttons */
.btn-outline-ryve-subtle {
  background: transparent;
  color: #eaeaea;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 8px;
}
.btn-outline-ryve-subtle:hover { background: rgba(255,255,255,.06); }
.btn-ryve-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
  border-radius: 10px;
  padding: .6rem 1rem;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.btn-ryve-primary:hover {
  background: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-ryve-primary.btn-cta-lg {
  min-width: 220px;
  height: 56px !important;
  padding: 0 28px !important;
  font-size: 1.125rem !important;
  border-radius: 12px !important;
  line-height: 1 !important;
}
.btn-hero-solid {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,0.9) !important;
  border-radius: 12px !important;
  height: 60px !important;
  padding: 0 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.btn-hero-solid:hover {
  background: #111 !important;
  border-color: #111 !important;
}
.btn-hero-ghost {
  background: #fff;
  color: #111 !important;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 12px;
  height: 56px;
  padding: 0 24px;
  font-weight: 700 !important;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(0,0,0,.04) inset;
}
.btn-hero-ghost:hover {
  background: #f7f7f7;
  border-color: rgba(17,17,17,.18);
  text-decoration: none;
}
/* legacy/old styles (gold/light theme) */
.navbar {
    --bs-navbar-padding-y: 0 !important;
    margin-top: env(safe-area-inset-top, 22px);
}
.navbar-force-black {
  background-color: black !important;
  border-bottom: none !important;
}
.navbar .dropdown-menu-custom {
    position: absolute;
    top: 110%;
    right: 0;
    background-color: #2c2c2c;
    border: 1px solid #fcc984aa;
    border-radius: 4px;
    min-width: 140px;
    padding: 0.25rem 0;
    margin: 0;
    z-index: 9999;
    list-style: none;
    border: none !important;
}
.dropdown-item-custom:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn-outline-ryve-subtle { border: none !important; }
/* new ryve hero (orb & gradient) */
.ryve-hero {
  position: relative;
  color: #fff;
  isolation: isolate;
}
.hero-wordmark {
  height: clamp(72px, 8vw, 104px);
  width: auto;
}
.hero-illustration {
  width: clamp(360px, 34vw, 500px);
  margin-top: clamp(-24px, -3vw, -56px);
}
.hero-title {
  font-size: clamp(34px, 4.6vw, 54px);
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: #222;
}
.hero-lead {
  color: #2b2b2b !important;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 820px;
}
.pt-md-6 { padding-top: 5rem !important; }
.ryve-orb {
  position: absolute;
  right: clamp(12px, 3vw, 32px);
  bottom: clamp(12px, 3vw, 32px);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(120px 120px at 30% 30%, rgba(255,255,255,.18), rgba(0,0,0,.75)),
              conic-gradient(from 210deg, #1e2a6c, #5d7bd5, #a55366, #1e2a6c);
  color: #fff;
  text-align: center;
  padding: 24px;
  gap: 6px;
  flex-direction: column;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  text-decoration: none !important;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.ryve-orb span { font-weight: 700; font-size: 1.05rem; display:block; }
.ryve-orb small { display:block; }

/* conduit section (old hero styles) */
.conduit-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: black;
}
.conduit-wrapper {
  max-width: clamp(600px, 80vw, 601px);
  width: 100%;
}
.conduit-img-container {
  position: relative;
  width: 100%;
}
.conduit-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 0;
}
.conduit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  color: white;
}
.hero-text {
  position: absolute;
  top: 2%;
  left: 8%;
  width: 84%;
  pointer-events: auto;
  box-sizing: border-box;
}
.hero-text h1 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.hero-text .highlight {
  display: block;
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  font-weight: 800;
  color: #FAC160;
  margin-top: 0.25rem;
}
.hero-subtext {
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  line-height: 1.5;
  margin-top: 0.75rem;
  pointer-events: auto;
  max-width: 80%;
  box-sizing: border-box;
}
.hero-button {
  position: fixed;
  top: 51%;
  right: 8%;
  background-color: #FAC160;
  color: #000;
  border: none;
  padding: clamp(0.75rem, 1.2vw, 1.2rem) clamp(1.25rem, 3vw, 2.5rem);
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
  transform: translateY(-50%);
  font-weight: 700 !important;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  opacity: 0;
  animation: heroButtonFadeIn 0.9s ease-out 0.2s forwards;
}
/* hero cta refinement */
.hero-cta-group {
  display: flex;
  flex-direction: row; 
  align-items: center; 
  justify-content: center; 
  gap: clamp(0.8rem, 1.4vw, 1.2rem); 
  margin-top: 1.8rem;
  text-align: center;
  max-width: none; 
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* store badge refinements */
.hero-store-badge {
  height: 50px; 
  width: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hero-store-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
/* explore oat button styling */
.hero-oat-btn {
  width: auto !important; 
  height: 50px !important; 

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 1.6rem !important;

  background: #000 !important;
  color: #fff !important;
  border: 1px solid rgba(0,0,0,0.9) !important;
  border-radius: 8px !important;

  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  white-space: nowrap;

  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.hero-oat-btn:hover {
  background: #111 !important;
  border-color: #111 !important;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}

/* mobile fix */
@media (max-width: 576px) {
  .hero-cta-group {
    flex-direction: column; 
    align-items: center;
    gap: 0.9rem;
    width: 100%; 
    max-width: 201px; 
  }
  
  .hero-oat-btn {
    width: 100% !important; 
    height: 55px !important;
    font-size: 0.9rem !important;
  }
  
  .hero-cta-group > .hero-cta-item {
    width: auto; 
  }

  .hero-store-badge {
    width: auto;
    min-width: 220px;
    height: 60px; 
    object-fit: contain;
  }
}

/* prevent awkward wrapping at mid-widths */
@media (min-width: 577px) and (max-width: 768px) {
}

@keyframes heroButtonFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-60%) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translateY(-52%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) scale(1);
  }
}
.hero-button:hover {
  background-color: #ffd481;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.middle-caption {
  position: absolute;
  top: 49.3%;
  left:7%;
  width: 80%;
  max-width: 55%;
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  line-height: 1.4;
  pointer-events: auto;
  box-sizing: border-box;
  text-align: center;
}
.footer-caption {
  position: absolute;
  bottom: 10%;
  left: 3%;
  width: 67%;
  font-size: clamp(0.95rem, 1.5vw, 1.5rem);
  padding: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.5;
  pointer-events: auto;
  box-sizing: border-box;
}
/* miscellaneous components and media queries */
#cookieConsent {
    background-color: rgba(20, 20, 20, 0.85);
    color: #ccc;
    font-size: 14px;
    padding: 12px 20px;
    width: 100%;
    max-width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1rem;
}
.cookie-banner-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}
.cookie-banner-link {
    color: #0d6efd;
    text-decoration: underline;
}
.cookieConsentOK {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #fff !important;
  border-radius: 6px !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.cookieConsentOK:hover {
  background-color: #f2f2f2 !important;
  color: #000 !important;
  border-color: #fff !important;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.2);
}

.footer-with-image {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: transparent;
}
.footer-background-img {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}
.footer-overlay {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.folder-box {
  position: relative;
  display: inline-block;
}
.folder-tab {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 20px;
  background-color: rgba(10, 8, 9, 0.85);
  border: 2px solid #f3c95f;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  z-index: 2;
}
.folder-body {
  position: relative;
  background-color: rgba(10, 8, 9, 0.85);
  border: 2px solid #f3c95f;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 1rem;
  margin-top: 14px;
  box-sizing: border-box;
  z-index: 1;
  color: #FAC160;
}
.folder-body::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 82px;
  height: 2px;
  background-color: #f3c95f;
  z-index: 0;
}
/* media queries */
@media screen and (max-width: 992px) {
    #cookieConsent {
        font-size: 12px;
        padding: 10px;
    }
}
@media (min-width: 2050px) {
    .footer-background-img {
        object-fit: cover;
        object-position: top center;
        max-height: 1000px;
    }
}
@media (max-width: 991.98px) {
  .conduit-wrapper {
    max-width: 100%;
  }
  .conduit-img {
    object-fit: cover;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .hero-button {
    right: 15%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .hero-button {
    right: 22%;
  }
}
@media (min-width: 1601px) {
  .hero-button {
    right: 41%;
  }
}
@media (min-width: 768px) {
  .hero-wordmark {
    height: clamp(60px, 6vw, 88px);
  }
  .hero-illustration {
    width: clamp(320px, 30vw, 440px);
    margin-top: clamp(-16px, -2vw, -48px);
  }
}