/* Rasora homepage — premium motion & layout (brand tokens unchanged) */

.rasora-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: -3;
  overflow: hidden;
}

.rasora-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: rsKen 28s ease-in-out alternate infinite;
  will-change: transform;
}

.rasora-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
  font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-size: 19px;
  color: var(--gold, #e3b873);
  letter-spacing: 0.01em;
}

.rasora-gold-rule {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold, #e3b873));
  transform-origin: left center;
  animation: rsGoldDraw 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) 0.25s both;
}

.rasora-hero-title {
  margin: 0;
  font-family: var(--sans, "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif);
  font-weight: 800;
  font-size: clamp(44px, 8.2vw, 108px);
  line-height: 0.92;
  letter-spacing: -0.045em;
  max-width: 13ch;
}

.rasora-hero-accent {
  font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(100deg, var(--gold, #e3b873), #fff 45%, var(--gold, #e3b873));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: rsShimmer 6s linear infinite;
}

.rasora-hero-veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.72) 0%, rgba(6, 7, 10, 0.28) 38%, rgba(6, 7, 10, 0.62) 68%, rgba(6, 7, 10, 0.96) 100%),
    linear-gradient(90deg, rgba(6, 7, 10, 0.82) 0%, rgba(6, 7, 10, 0.35) 55%, transparent 100%);
  pointer-events: none;
}

/* Top nav + logo touch feedback */
.site-brand {
  border-radius: 14px;
  transition: transform 0.22s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}

.site-brand:hover {
  transform: translateY(-1px);
}

.site-brand:active {
  transform: translateY(0) scale(0.97);
}

.site-brand .rasora-mark {
  transition:
    transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

.site-brand:hover .rasora-mark {
  transform: scale(1.06) rotate(-3deg);
  box-shadow: 0 10px 28px rgba(227, 184, 115, 0.42);
  filter: brightness(1.08);
}

.site-brand:active .rasora-mark {
  transform: scale(0.94);
  box-shadow: 0 4px 14px rgba(227, 184, 115, 0.3);
}

.site-brand-text {
  transition: color 0.22s ease, letter-spacing 0.22s ease;
}

.site-brand:hover .site-brand-text {
  color: #fff;
}

.site-nav-links a {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  transition: color 0.2s ease, transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1);
  -webkit-tap-highlight-color: transparent;
}

.site-nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--gold, #e3b873);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
  opacity: 0.85;
}

.site-nav-links a:hover {
  color: var(--ink, #f4f1ea) !important;
  transform: translateY(-1px);
}

.site-nav-links a:hover::after {
  transform: scaleX(1);
}

.site-nav-links a:active {
  transform: translateY(0) scale(0.97);
  color: var(--gold, #e3b873) !important;
}

.site-nav-menu-btn {
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.site-nav-menu-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(227, 184, 115, 0.35);
  transform: translateY(-1px);
}

.site-nav-menu-btn:active {
  transform: scale(0.94);
  background: rgba(255, 255, 255, 0.14);
}

#nav-store-button .rasora-store-btn--nav {
  transition:
    transform 0.22s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.22s ease,
    filter 0.22s ease !important;
  -webkit-tap-highlight-color: transparent;
}

#nav-store-button .rasora-store-btn--nav:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

#nav-store-button .rasora-store-btn--nav:active {
  transform: translateY(0) scale(0.96);
}

.site-nav-drawer-links a {
  transition:
    background 0.2s ease,
    transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1),
    color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.site-nav-drawer-links a:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(3px);
}

.site-nav-drawer-links a:active {
  transform: scale(0.98);
  background: rgba(227, 184, 115, 0.12);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .site-brand,
  .site-brand .rasora-mark,
  .site-nav-links a,
  .site-nav-links a::after,
  .site-nav-menu-btn,
  #nav-store-button .rasora-store-btn--nav,
  .site-nav-drawer-links a {
    transition: none !important;
  }

  .site-brand:hover .rasora-mark,
  .site-brand:active .rasora-mark {
    transform: none;
  }
}

.rasora-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.rasora-btn-demo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink, #f4f1ea);
  font-family: inherit;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform 0.25s, background 0.25s, border-color 0.25s;
}

.rasora-btn-demo:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(227, 184, 115, 0.4);
}

/* Subtle dark surface bands — Apple-style scroll “reset” without going light.
   Alternate these on major homepage sections so the page doesn’t read as one black slab.
   Tokens: --surface-0 #06070a · --surface-1 #0a0a0a · --surface-2 #101010 ·
           --surface-3 #0b0b0b · --surface-4 #121212 (slight lift / accent) */
.rasora-band-0 { background: var(--surface-0, #06070a); }
.rasora-band-1 { background: var(--surface-1, #0a0a0a); }
.rasora-band-2 { background: var(--surface-2, #101010); }
.rasora-band-3 { background: var(--surface-3, #0b0b0b); }
.rasora-band-4 { background: var(--surface-4, #121212); }

/* Pricing — leave room for the Pro “Most Popular” badge */
.rasora-pricing-grid {
  width: min(900px, calc(100% - clamp(40px, 8vw, 112px)));
  margin: clamp(36px, 5vh, 56px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 18px;
  overflow: visible;
}

.rasora-pricing-card {
  position: relative;
  border-radius: 28px;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: var(--card, rgba(255, 255, 255, 0.035));
  padding: clamp(28px, 3vw, 40px);
  text-align: left;
}

.rasora-pricing-card--pro {
  border-color: rgba(227, 184, 115, 0.45);
  background:
    radial-gradient(130% 100% at 50% 0%, rgba(227, 184, 115, 0.16), transparent 60%),
    var(--card, rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.rasora-pricing-plan {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted, #9d978c);
}

.rasora-pricing-plan--pro {
  color: var(--gold, #e3b873);
}

.rasora-pricing-price {
  margin: 18px 0 6px;
  font-weight: 800;
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -0.04em;
  line-height: 1;
}

.rasora-pricing-per {
  font-size: 18px;
  font-weight: 700;
  color: var(--muted, #9d978c);
  letter-spacing: 0;
}

.rasora-pricing-sub {
  color: var(--muted, #9d978c);
  font-size: 14px;
  font-weight: 600;
}

.rasora-pricing-perks {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.rasora-pricing-perks li {
  display: flex;
  gap: 11px;
  font-weight: 600;
  font-size: 15px;
  color: #d8d2c7;
}

.rasora-pricing-card--pro .rasora-pricing-perks li {
  color: #efe9dd;
}

.rasora-pricing-check--free {
  color: var(--green, #7fd4a0);
}

.rasora-pricing-check--pro {
  color: var(--gold, #e3b873);
}

.rasora-pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 6px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold, #e3b873), var(--gold2, #c79a55));
  color: #1a130a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: none;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(227, 184, 115, 0.28);
}

.rasora-trust-strip {
  position: relative;
  border-top: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  border-bottom: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
}

/* Problem/solution beat — phone mockup shows a recipe saving with one tap */
.rasora-solution2 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(72px, 9vh, 112px) 0;
  background:
    radial-gradient(ellipse 48% 58% at 22% 52%, rgba(227, 184, 115, 0.05), transparent 64%),
    linear-gradient(180deg, #0e0f13 0%, #0c0d11 52%, #0a0b0e 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(227, 184, 115, 0.08);
}

.rasora-solution2-glow {
  position: absolute;
  top: 8%;
  left: 6%;
  width: min(520px, 48vw);
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(227, 184, 115, 0.08), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.rasora-solution2-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - clamp(40px, 8vw, 112px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.95fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.rasora-solution2-title {
  margin: 0 0 clamp(16px, 2vh, 22px);
  font-family: var(--sans, "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif);
  font-weight: 800;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  max-width: 13ch;
  background: linear-gradient(180deg, #fff 0%, #e8e0d2 72%, #c9bda8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rasora-solution2-title em {
  font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(100deg, var(--gold, #e3b873), #fff 48%, var(--gold, #e3b873));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
}

.rasora-solution2-sub {
  margin: 0 0 clamp(24px, 3vh, 32px);
  max-width: 42ch;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.55;
  color: rgba(232, 226, 214, 0.62);
}

.rasora-solution2-pains {
  list-style: none;
  margin: 0;
  padding: 0 0 0 22px;
  display: grid;
  gap: 10px;
  position: relative;
  border-left: 1px solid rgba(227, 184, 115, 0.28);
}

.rasora-solution2-pains li {
  font-family: var(--sans, "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(232, 226, 214, 0.7);
  line-height: 1.25;
}

.rasora-solution2-pains li em {
  font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-weight: 500;
  color: rgba(227, 184, 115, 0.9);
}

.rasora-solution2-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

/* ambient warm haze behind the phone — mirrors .rasora-solution2-glow on
   the copy side so the visual half doesn't read as flat/empty next to it */
.rasora-solution2-stage::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 380px;
  height: 380px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(227, 184, 115, 0.12), transparent 70%);
  filter: blur(36px);
  pointer-events: none;
  z-index: 0;
}

.rasora-solution2-caption {
  margin: 0;
  font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-size: 16px;
  color: rgba(232, 226, 214, 0.45);
}

.rasora-sstage {
  position: relative;
  z-index: 1;
  width: min(100%, 246px);
}

/* soft floor light under the phone — grounds it, reads as premium product
   photography rather than a flat icon floating on the section background */
.rasora-sstage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 76%;
  height: 36px;
  background: radial-gradient(ellipse at center, rgba(227, 184, 115, 0.28), transparent 74%);
  filter: blur(16px);
  pointer-events: none;
  z-index: -1;
}

/* Round 3 — owner feedback: "need more like phone and show proper app but
   simplest." A real phone bezel + notch (same visual language as the
   AppShowcase phone frame elsewhere on the site) instead of a plain
   rounded card, and the toast now gets its own reserved row at the
   bottom of the screen instead of overlapping the recipe title.
   Round 4 — "bleed it / adjust size / make it premium": phone sized up
   to balance the taller copy column, and the recipe photo now bleeds
   all the way to the top of the screen (notch overlays it, same as a
   real phone screenshot) instead of being pushed down under a gap. */
.rasora-sstage-phone {
  position: relative;
  padding: 12px;
  border-radius: 38px;
  /* dark enough to blend into the section background rather than read as
     a distinct grey plastic edge — owner: "bleed and not show that grey
     edge." depth now comes from the shadow + hairline, not bezel color. */
  background: linear-gradient(160deg, #121319, #050506);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
}

.rasora-sstage-phone-brand {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(232, 226, 214, 0.7);
}

.rasora-sstage-phone-screen {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #0c0f16;
  aspect-ratio: 9 / 18.5;
  display: flex;
  flex-direction: column;
}

.rasora-sstage-phone-media {
  height: 42%;
  flex-shrink: 0;
  /* source photo has a bright blown-out background strip near its top
     edge (behind the skewers) — at "center/cover" the container is wider
     than it is tall relative to the photo, so cover crops left/right and
     the full photo height (including that bright strip) always shows,
     landing right at the screen's rounded top corner as a white clipping
     artifact. Zooming past cover (180% height) creates vertical slack,
     then position 85% pushes the crop window down past the bright strip
     so only kabab/skewers show. */
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 14%, transparent 38%, transparent 45%, rgba(12, 13, 17, 0.7) 100%),
    url("/uploads/recipe-card-food.jpg") center 85% / auto 180% no-repeat;
}

.rasora-sstage-phone-body {
  padding: 14px 16px 0;
}

.rasora-sstage-phone-kicker {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 226, 214, 0.45);
}

.rasora-sstage-phone-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rasora-sstage-phone-title {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #f4f1ea;
  line-height: 1.15;
}

.rasora-sstage-phone-meta {
  margin: 8px 0 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: rgba(232, 226, 214, 0.4);
}

.rasora-sstage-phone-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
}

.rasora-sstage-phone-chips span {
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 10.5px;
  font-weight: 600;
  color: rgba(232, 226, 214, 0.55);
}

.rasora-sstage-phone-steps {
  margin: 14px 0 0;
}

.rasora-sstage-phone-steps-label {
  margin: 0 0 8px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 226, 214, 0.35);
}

.rasora-sstage-phone-steps ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rasora-step;
  display: grid;
  gap: 8px;
}

.rasora-sstage-phone-steps li {
  position: relative;
  padding-left: 22px;
  counter-increment: rasora-step;
  font-size: 10.5px;
  line-height: 1.4;
  color: rgba(232, 226, 214, 0.5);
}

.rasora-sstage-phone-steps li::before {
  content: counter(rasora-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 8.5px;
  font-weight: 700;
  color: rgba(232, 226, 214, 0.55);
}

/* real app's save toggle (RecipeActionBar / recipe_detail_page.dart):
   bookmark_border outline by default -> solid bookmark tinted #E64A19 on
   save. Owner: "no wrapper circle" — bare icon, aligned with the title;
   "outline border save and then tap makes it solid red" — the two svgs
   crossfade instead of always being solid. */
.rasora-sstage-save {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.rasora-sstage-save-outline,
.rasora-sstage-save-filled {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s ease;
}

.rasora-sstage-save-outline {
  color: rgba(232, 226, 214, 0.55);
  opacity: 1;
}

.rasora-sstage-save-filled {
  color: #e64a19;
  opacity: 0;
}

/* -- toast: own reserved row at the bottom, never overlapping the title
   above it. owner: "we just need tick and text no wrapper around text" —
   no pill/background, that was also what was getting clipped by the
   screen's rounded corner. -- */
.rasora-sstage-toast-slot {
  margin-top: auto;
  padding: 0 14px 14px;
}

.rasora-sstage-toast {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #eef7f0;
  letter-spacing: -0.01em;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.4s cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rasora-sstage-toast-check {
  color: #7dcea0;
  font-weight: 800;
}

/* step 1: tapped — outline crossfades to solid red, toast confirms */
.rasora-sstage[data-sstep="1"] .rasora-sstage-save {
  transform: scale(1.15);
}
.rasora-sstage[data-sstep="1"] .rasora-sstage-save-outline {
  opacity: 0;
}
.rasora-sstage[data-sstep="1"] .rasora-sstage-save-filled {
  opacity: 1;
}
.rasora-sstage[data-sstep="1"] .rasora-sstage-toast {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .rasora-solution2-inner {
    grid-template-columns: 1fr;
    gap: clamp(36px, 6vh, 48px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rasora-sstage-save,
  .rasora-sstage-save-outline,
  .rasora-sstage-save-filled,
  .rasora-sstage-toast {
    transition: none !important;
  }
}

/* Why people stay — retention cards before pricing */
.rasora-stay {
  position: relative;
  border-top: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  padding: clamp(72px, 10vh, 120px) 0;
}

.rasora-stay-inner {
  width: min(1760px, calc(100% - clamp(40px, 8vw, 112px)));
  margin: 0 auto;
}

.rasora-stay-header {
  text-align: center;
  margin-bottom: clamp(28px, 4vh, 44px);
}

.rasora-stay-title {
  margin: 0 auto;
  max-width: 12ch;
  font-weight: 800;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.rasora-stay-title em {
  font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-weight: 600;
  color: var(--gold, #e3b873);
}

/* Available today — live product proof */
.rasora-available {
  position: relative;
  border-top: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  padding: clamp(48px, 7vh, 80px) 0;
}

.rasora-available-inner {
  width: min(1760px, calc(100% - clamp(40px, 8vw, 112px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.4fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.rasora-available-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold, #e3b873);
}

.rasora-available-title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.rasora-available-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
}

.rasora-available-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #e2ddd2;
}

.rasora-available-list li span {
  color: var(--green, #7fd4a0);
  font-weight: 800;
}

@media (max-width: 900px) {
  .rasora-available-inner {
    grid-template-columns: 1fr;
  }

  .rasora-available-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .rasora-available-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }

  .rasora-available-list li {
    font-size: 13px;
  }
}

.rasora-stay .rasora-why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .rasora-stay .rasora-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  /* Keep 2-up on phones so Stay doesn’t become a tall single column. */
  .rasora-stay .rasora-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rasora-stay .rasora-why-card:last-child {
    grid-column: auto;
  }
}

/* Quiet capability strip — kept for optional reuse */
.rasora-highlights {
  position: relative;
  border-top: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  border-bottom: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: var(--surface-1, #0a0a0a);
}

.rasora-highlights-inner {
  width: min(1760px, calc(100% - clamp(40px, 8vw, 112px)));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  padding: clamp(18px, 2.4vh, 28px) 0;
}

.rasora-highlight {
  display: inline-flex;
  align-items: center;
  font-size: clamp(12px, 1.15vw, 14px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted, #9d978c);
  white-space: nowrap;
}

.rasora-highlight::before {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 14px;
  border-radius: 50%;
  background: var(--gold, #e3b873);
  opacity: 0.7;
  flex-shrink: 0;
}

.rasora-highlight:first-child::before {
  display: none;
}

@media (max-width: 720px) {
  .rasora-highlights-inner {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .rasora-highlight::before {
    display: none;
  }

  .rasora-highlight {
    letter-spacing: 0.1em;
  }
}

/* Why people love Rasora — light icon cards, not a heavy list rail */
.rasora-why {
  position: relative;
  border-top: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  border-bottom: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  padding: clamp(88px, 11vh, 136px) 0 clamp(72px, 9vh, 116px);
}

.rasora-why-inner {
  width: min(1760px, calc(100% - clamp(40px, 8vw, 112px)));
  margin: 0 auto;
}

.rasora-why-header {
  text-align: center;
  margin-bottom: clamp(36px, 5vh, 56px);
}

.rasora-why-title {
  margin: 0 auto;
  max-width: 16ch;
  font-weight: 800;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--ink, #f4f1ea);
}

.rasora-why-title em {
  font-family: var(--serif, "Cormorant Garamond", Georgia, serif);
  font-style: italic;
  font-weight: 600;
  color: var(--gold, #e3b873);
}

.rasora-why-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.rasora-why-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-height: 100%;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.35s,
    background 0.35s,
    box-shadow 0.35s;
}

.rasora-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 184, 115, 0.3);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.rasora-why-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(227, 184, 115, 0.1);
  border: 1px solid rgba(227, 184, 115, 0.18);
  font-size: 1.32rem;
  line-height: 1;
}

.rasora-why-text {
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.4;
  color: #ddd6c9;
}

@media (max-width: 1100px) {
  .rasora-why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .rasora-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rasora-why-card:last-child {
    grid-column: 1 / -1;
  }

  .rasora-stay .rasora-why-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .rasora-why-grid {
    grid-template-columns: 1fr;
  }

  .rasora-why-card:last-child {
    grid-column: auto;
  }

  /* Stay keeps 2-up — stacking all retention cards felt endless on phones. */
  .rasora-stay .rasora-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rasora-stay .rasora-why-card:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rasora-why-card {
    transition: none;
  }

  .rasora-why-card:hover {
    transform: none;
  }
}

.rasora-trust-inner {
  width: min(1240px, calc(100% - clamp(40px, 8vw, 112px)));
  margin: 0 auto;
  padding: clamp(22px, 3vh, 32px) 0;
}

.rasora-trust-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted, #9d978c);
  margin-bottom: 14px;
}

.rasora-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.rasora-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 700;
  color: #ddd6c9;
  white-space: nowrap;
}

.rasora-trust-badge svg,
.rasora-trust-badge span.icon {
  opacity: 0.85;
}

.rasora-section-kicker {
  font-family: var(--serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  font-size: 20px;
  color: var(--gold, #e3b873);
  margin-bottom: 16px;
}

.rasora-section-kicker::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  margin-top: 12px;
  background: var(--gold, #e3b873);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.85;
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) 0.12s;
}

.rasora-section-kicker.is-revealed::after,
[data-reveal].is-revealed .rasora-section-kicker::after {
  transform: scaleX(1);
}

.rasora-section-title {
  margin: 0;
  font-weight: 800;
  font-size: clamp(38px, 5.6vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.045em;
}

.rasora-section-lead {
  margin: 22px 0 0;
  max-width: 52ch;
  font-size: clamp(17px, 1.7vw, 20px);
  color: var(--muted, #9d978c);
  font-weight: 500;
  line-height: 1.6;
}

.rasora-heading-app-arrow {
  display: inline-block;
  width: 1.35em;
  height: 1.1em;
  overflow: visible;
  vertical-align: baseline;
  position: relative;
}

/* Keep arrow at the same ~18px size — white to match heading text */
.rasora-heading-app-arrow .rasora-text-cta,
.rasora-heading-app-arrow .rasora-text-cta--arrow {
  position: absolute !important;
  left: 0;
  top: 50%;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 12px !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: var(--ink, #f4f1ea) !important;
  transform: translate(-4px, -50%);
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    opacity 0.22s ease,
    text-shadow 0.22s ease,
    filter 0.22s ease !important;
}

.rasora-heading-app-arrow .rasora-text-cta:hover,
.rasora-heading-app-arrow .rasora-text-cta--arrow:hover {
  color: #fff !important;
  opacity: 1 !important;
  transform: translate(0, -50%) scale(1.1) !important;
  text-shadow: 0 0 14px rgba(244, 241, 234, 0.35) !important;
  filter: brightness(1.08);
  gap: 0 !important;
}

/* Gold accent headings (e.g. "Real heat") keep a gold arrow */
.rasora-heading-app-arrow--gold .rasora-text-cta,
.rasora-heading-app-arrow--gold .rasora-text-cta--arrow {
  color: var(--gold, #e3b873) !important;
}

.rasora-heading-app-arrow--gold .rasora-text-cta:hover,
.rasora-heading-app-arrow--gold .rasora-text-cta--arrow:hover {
  color: #f4f1ea !important;
  text-shadow: 0 0 14px rgba(227, 184, 115, 0.55) !important;
}

/* AI pipeline */
.rasora-ai-pipeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-top: clamp(40px, 6vh, 72px);
}

.rasora-ai-flow {
  position: relative;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 28px;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
}

.rasora-ai-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  opacity: 0.35;
  transform: translateY(6px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.rasora-ai-step.is-active {
  opacity: 1;
  transform: translateY(0);
}

.rasora-ai-step.is-done {
  opacity: 0.65;
}

.rasora-ai-step-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rasora-ai-step.is-active .rasora-ai-step-icon {
  background: rgba(59, 130, 255, 0.16);
  border-color: rgba(59, 130, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(59, 130, 255, 0.12);
}

.rasora-ai-step-label {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.rasora-ai-step-sub {
  font-size: 13px;
  color: var(--muted, #9d978c);
  font-weight: 600;
  margin-top: 2px;
}

.rasora-ai-connector {
  width: 2px;
  height: 18px;
  margin-left: 23px;
  background: linear-gradient(180deg, rgba(227, 184, 115, 0.5), rgba(255, 255, 255, 0.08));
}

.rasora-ai-result {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(227, 184, 115, 0.28);
  background: #0a0c13;
  min-height: 320px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.rasora-ai-result img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.rasora-ai-result-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(6, 7, 10, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.rasora-ai-result-title {
  font-family: var(--serif, 'Cormorant Garamond', Georgia, serif);
  font-style: italic;
  font-size: clamp(28px, 3vw, 36px);
  color: #fff;
  line-height: 1.05;
}

.rasora-ai-result-meta {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold, #e3b873);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Cinematic grid */
.rasora-cinema-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 900px) {
  .rasora-cinema-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  /* 2-up cinema tiles — single column made this section feel endless. */
  .rasora-cinema-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rasora-cinema-card {
    border-radius: 14px;
  }
}

.rasora-cinema-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(145deg, rgba(227, 184, 115, 0.08), transparent 42%),
    #0a0c13;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1),
    border-color 0.35s,
    box-shadow 0.45s;
}

.rasora-cinema-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 184, 115, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.rasora-cinema-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rasora-cinema-card:hover video {
  transform: scale(1.02);
}

.rasora-cinema-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 7, 10, 0.55) 100%);
  pointer-events: none;
}

/* Rich chef cards */
.rasora-chef-card {
  flex: 0 0 min(196px, 46vw);
  scroll-snap-align: start;
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: var(--card, rgba(255, 255, 255, 0.035));
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.35s, box-shadow 0.35s;
}

.rasora-chef-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 184, 115, 0.38);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.rasora-chef-card-hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  background: #0a0c13;
}

.rasora-chef-card-hero--plain {
  background:
    radial-gradient(ellipse 120% 100% at 50% 50%, rgba(227, 184, 115, 0.14), transparent 72%),
    linear-gradient(180deg, #14161e, #0a0c13);
}

.rasora-chef-card-hero--photo {
  background: #0a0c13;
}

.rasora-chef-card-hero .rasora-chef-card-avatar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rasora-chef-card:hover .rasora-chef-card-hero--photo .rasora-chef-card-avatar {
  transform: scale(1.02);
}

.rasora-chef-card-hero--plain .rasora-chef-card-avatar {
  transform: scale(1.45);
  mix-blend-mode: screen;
  opacity: 0.92;
  filter: drop-shadow(0 8px 24px rgba(227, 184, 115, 0.2));
}

.rasora-chef-card-avatar--photo {
  object-position: center 30%;
}

.rasora-chef-card-body {
  padding: 10px 12px 12px;
  text-align: center;
}

.rasora-chef-card-name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.rasora-chef-card-name {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* Inline badge next to the name — same glyphs/colors as the app's
   ChefBadgePill (Verified: blue rosette + "R"; Chef: green fork icon),
   icon-only here since the card is compact (app hides the text label at
   this size too). */
.rasora-chef-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}

.rasora-chef-badge--verified svg {
  display: block;
}

.rasora-chef-badge--chef svg {
  display: block;
  filter: drop-shadow(0 0 3px rgba(22, 163, 74, 0.35));
}

/* Mobile chef rail — compact cards, swipe-first, next card peeks */
@media (max-width: 720px) {
  .chef-rail-row {
    gap: 0;
  }

  .chef-rail-btn {
    display: none;
  }

  .chef-rail {
    gap: 10px;
    padding: 4px 2px 8px;
    margin: 0 -4px;
    padding-left: 4px;
    padding-right: 28px; /* room so the next card peeks */
  }

  .rasora-chef-card {
    flex: 0 0 128px;
    width: 128px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  }

  .rasora-chef-card:hover,
  .rasora-chef-card:active {
    transform: translateY(-2px);
  }

  .rasora-chef-card-hero {
    aspect-ratio: 1 / 1.08;
  }

  .rasora-chef-card-body {
    padding: 8px 8px 10px;
  }

  .rasora-chef-card-name {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: -0.015em;
  }

  .rasora-chef-badge--verified svg,
  .rasora-chef-badge--chef svg {
    width: 11px;
    height: 11px;
  }

  .rasora-chef-card-hero--plain .rasora-chef-card-avatar {
    transform: scale(1.28);
  }
}

@media (max-width: 380px) {
  .rasora-chef-card {
    flex: 0 0 112px;
    width: 112px;
    border-radius: 14px;
  }

  .rasora-chef-card-name {
    font-size: 12px;
  }
}

/* Messaging mockup */
.rasora-chat-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.rasora-chat-mock {
  border-radius: 28px;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  padding: clamp(20px, 2.5vw, 28px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.45s, border-color 0.35s;
}

.rasora-chat-mock:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 184, 115, 0.28);
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.4);
}

.rasora-chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  margin-bottom: 18px;
}

.rasora-chat-avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  object-fit: cover;
  background: #1a1d26;
}

.rasora-chat-bubble {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 12px;
  animation: rsChatIn 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.rasora-chat-bubble--them {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e8e2d6;
  border-bottom-left-radius: 6px;
}

.rasora-chat-bubble--me {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(59, 130, 255, 0.22), rgba(59, 130, 255, 0.08));
  border: 1px solid rgba(59, 130, 255, 0.35);
  color: #dce8ff;
  border-bottom-right-radius: 6px;
}

.rasora-chat-recipe-card {
  margin-top: 8px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
}

.rasora-chat-recipe-card img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center 35%;
}

.rasora-chat-recipe-card div {
  padding: 10px 12px;
  font-weight: 800;
  font-size: 14px;
}

@keyframes rsChatIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fridge emphasis */
.rasora-fridge-glow {
  position: absolute;
  bottom: -12%;
  right: -6%;
  width: min(58%, 720px);
  height: min(88%, 720px);
  background: radial-gradient(
    circle at 55% 55%,
    rgba(232, 118, 60, 0.2) 0%,
    rgba(232, 118, 60, 0.1) 28%,
    rgba(232, 118, 60, 0.04) 52%,
    transparent 72%
  );
  filter: blur(36px);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 720px) {
  .rasora-fridge-glow {
    right: -2%;
    bottom: -8%;
    width: min(72%, 420px);
    height: min(70%, 420px);
    filter: blur(28px);
  }
}

#fridge > div:not(.rasora-fridge-glow) {
  position: relative;
  z-index: 1;
}

.rasora-fridge-panel {
  position: relative;
  border-radius: 30px;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  padding: clamp(22px, 2.6vw, 34px);
  overflow: visible;
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.45s, border-color 0.35s;
}

.rasora-fridge-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 184, 115, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.rasora-fridge-panel::before {
  content: '';
  position: absolute;
  top: -35%;
  right: -18%;
  width: 70%;
  height: 90%;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(232, 118, 60, 0.16) 0%,
    rgba(232, 118, 60, 0.07) 35%,
    transparent 68%
  );
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.rasora-fridge-panel > * {
  position: relative;
  z-index: 1;
}

.rasora-fridge-panel-footer {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rasora-fridge-panel-arrow {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  align-self: flex-end;
}

.rasora-fridge-panel-arrow .rasora-text-cta,
.rasora-fridge-panel-arrow .rasora-text-cta--arrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(227, 184, 115, 0.35) !important;
  background: rgba(227, 184, 115, 0.1) !important;
  color: var(--gold, #e3b873) !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
}

.rasora-fridge-panel-arrow .rasora-text-cta:hover,
.rasora-fridge-panel-arrow .rasora-text-cta--arrow:hover {
  color: #f4f1ea !important;
  background: rgba(227, 184, 115, 0.2) !important;
  border-color: rgba(227, 184, 115, 0.55) !important;
  transform: translateX(3px) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
  gap: 0 !important;
}

@media (max-width: 640px) {
  .rasora-fridge-panel-arrow .rasora-text-cta,
  .rasora-fridge-panel-arrow .rasora-text-cta--arrow {
    min-width: 46px !important;
    min-height: 46px !important;
    font-size: 19px !important;
  }
}

.rasora-fridge-chip {
  animation: rsChipPop 0.45s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  -webkit-tap-highlight-color: transparent;
}

.rasora-fridge-chip.is-demo-pulse {
  animation: rsFridgePulse 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
  box-shadow: 0 0 0 4px rgba(227, 184, 115, 0.18), 0 8px 22px rgba(227, 184, 115, 0.2);
}

@keyframes rsFridgePulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.07); }
  100% { transform: scale(1); }
}

@keyframes rsChipPop {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.rasora-fridge-count {
  font-weight: 800;
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--gold, #e3b873);
  transition: transform 0.3s ease;
}

.rasora-fridge-count.is-bump {
  transform: scale(1.08);
}

/* Feature grid */
.rasora-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.rasora-feature-tile {
  padding: clamp(20px, 2vw, 28px);
  border-radius: 22px;
  border: 1px solid var(--line, rgba(255, 255, 255, 0.09));
  background: var(--card, rgba(255, 255, 255, 0.035));
  min-height: 160px;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.35s, background 0.35s, box-shadow 0.4s;
}

.rasora-feature-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 184, 115, 0.35);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.rasora-feature-tile-icon {
  font-size: 26px;
  margin-bottom: auto;
}

.rasora-feature-tile-title {
  margin: 18px 0 6px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rasora-feature-tile-soon {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted, #9d978c);
}

/* Demo modal */
.rasora-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 7, 10, 0.88);
  backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.rasora-demo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.rasora-demo-panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(90vh, 720px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a0c13;
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rasora-demo-modal.is-open .rasora-demo-panel {
  transform: translateY(0) scale(1);
}

.rasora-demo-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  font-family: inherit;
}

.rasora-demo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

/* Footer social */
.rasora-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.rasora-social-link {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted, #9d978c);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s, border-color 0.2s, transform 0.2s;
}

.rasora-social-link:hover {
  color: var(--ink, #f4f1ea);
  border-color: rgba(227, 184, 115, 0.35);
  transform: translateY(-2px);
}

/* ── Mobile density — shorter page, cards side-by-side where it helps ── */
@media (max-width: 720px) {
  .rasora-stay {
    padding: 48px 0;
  }

  .rasora-stay-header {
    margin-bottom: 20px;
  }

  .rasora-stay-title {
    font-size: clamp(28px, 8vw, 36px);
  }

  .rasora-stay .rasora-why-grid {
    gap: 8px;
  }

  .rasora-stay .rasora-why-card,
  .rasora-why-card {
    padding: 12px;
    gap: 10px;
    border-radius: 14px;
  }

  .rasora-why-icon {
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
    border-radius: 10px;
  }

  .rasora-why-text {
    font-size: 12.5px;
    line-height: 1.35;
  }

  .rasora-available {
    padding: 36px 0;
  }

  .rasora-available-title {
    font-size: clamp(24px, 7vw, 32px);
  }

  .rasora-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rasora-feature-tile {
    min-height: 0;
    padding: 14px 12px;
    border-radius: 16px;
  }

  .rasora-feature-tile-icon {
    font-size: 20px;
  }

  .rasora-feature-tile-title {
    margin: 10px 0 0;
    font-size: 13.5px;
    letter-spacing: -0.015em;
  }

  .rasora-feature-tile-soon {
    margin-top: 6px;
    font-size: 9px;
  }

  .rasora-pricing-grid {
    width: calc(100% - 28px);
    margin: 28px auto 0;
    gap: 10px;
    padding-top: 14px;
  }

  .rasora-pricing-card {
    padding: 16px 12px;
    border-radius: 18px;
  }

  .rasora-pricing-card--pro {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  }

  .rasora-pricing-plan {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .rasora-pricing-price {
    margin: 10px 0 4px;
    font-size: clamp(28px, 9vw, 36px);
  }

  .rasora-pricing-per {
    font-size: 13px;
  }

  .rasora-pricing-sub {
    font-size: 11.5px;
    line-height: 1.3;
  }

  .rasora-pricing-perks {
    margin-top: 14px;
    gap: 8px;
  }

  .rasora-pricing-perks li {
    gap: 7px;
    font-size: 12px;
    line-height: 1.3;
  }

  .rasora-pricing-badge {
    top: -11px;
    padding: 4px 10px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .rasora-chat-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rasora-chat-mock {
    padding: 14px;
    border-radius: 20px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  }

  .rasora-chat-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .rasora-chat-avatar {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .rasora-chat-bubble {
    padding: 10px 12px;
    font-size: 13px;
    margin-bottom: 8px;
    border-radius: 14px;
  }

  .rasora-chat-recipe-card img {
    height: 88px;
  }

  .rasora-fridge-panel {
    padding: 16px;
    border-radius: 20px;
  }

  .rasora-ai-pipeline {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
  }

  .rasora-ai-flow {
    padding: 16px;
    border-radius: 20px;
  }

  .rasora-ai-step {
    gap: 12px;
    padding: 10px 0;
  }

  .rasora-ai-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .rasora-pricing-perks li {
    font-size: 11px;
  }

  .rasora-feature-tile-title {
    font-size: 12.5px;
  }

  .rasora-why-text {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rasora-ai-step,
  .rasora-chat-bubble,
  .rasora-fridge-chip,
  .rasora-fridge-chip.is-demo-pulse,
  .rasora-feature-tile,
  .rasora-chef-card,
  .rasora-cinema-card,
  .rasora-btn-demo,
  .rasora-gold-rule,
  .rasora-hero-accent,
  .rasora-hero-video {
    animation: none !important;
    transition-duration: 0.001ms !important;
  }

  .rasora-hero-video,
  .rasora-cinema-card:hover video,
  .rasora-chef-card:hover .rasora-chef-card-hero--photo .rasora-chef-card-avatar {
    transform: none;
  }

  .rasora-section-kicker::after {
    transform: scaleX(1);
    transition: none;
  }
}
