/* Radius OS, audience pages (For agencies / For companies) */

/* subpage nav always solid: light hero, dark nav text */
body.aud-page .nav { background: rgba(244, 247, 244, 0.82); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom-color: var(--line-soft); }
body.aud-page .nav__logo { background: var(--grad-blue); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
body.aud-page .nav__logo b { color: transparent; -webkit-text-fill-color: transparent; }
body.aud-page .nav__link { color: var(--ink); }
body.aud-page .nav__link:hover, body.aud-page .nav__link.active { background: rgba(20, 33, 63, 0.05); }
body.aud-page .nav__login { color: var(--body); }
body.aud-page .nav .btn--sm { background: var(--grad-blue); color: #fff; }
body.aud-page .nav .btn--sm:hover, body.aud-page .btn:hover { background: var(--grad-emerald); color: var(--ink); }

/* HERO: centered, exactly one viewport, photo stage fully visible above the fold */
.aud-hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-start; padding: var(--hero-top) 0 clamp(24px, 3.4vh, 40px); overflow: hidden; text-align: center; }
.aud-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(48% 46% at 50% 0%, rgba(51, 84, 158, 0.14), transparent 62%); }
.aud-hero h1 { font-size: clamp(38px, 4.6vw, 62px); line-height: 1.03; letter-spacing: -0.028em; color: var(--ink); font-weight: 690; margin: 0 auto; max-width: 21ch; text-wrap: balance; }
.aud-hero .lead { margin: 20px auto 0; max-width: 58ch; }
.aud-hero__cta { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.aud-hero__stage { position: relative; margin-top: auto; width: min(900px, calc(100vw - 48px)); margin-left: auto; margin-right: auto; padding-top: clamp(18px, 3.4vh, 36px); }
.aud-hero__frame { position: relative; width: 100%; aspect-ratio: 8 / 3; }
@media (max-width: 680px) { .aud-hero__frame { aspect-ratio: 4 / 3; } }

/* optional full-bleed hero background photo: appears when assets/aud-*-hero.jpg exists */
.aud-hero__bg { position: absolute; inset: 0; z-index: 0; }
.aud-hero__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Mark, 2026-09-16: the two audience frames were reshot in the house grade with the person in the
   right third, so this hero turned round with the industry ones: type left on a paper wash, the
   photograph keeping its own colour on the right, and the nav above it already paper. */
.aud-hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(92deg, rgba(11,20,64,0.95) 0%, rgba(11,20,64,0.92) 24%, rgba(13,25,72,0.66) 41%, rgba(13,25,72,0.22) 55%, rgba(13,25,72,0) 68%),
  linear-gradient(180deg, rgba(11,20,64,0.80) 0%, rgba(11,20,64,0.58) 7%, rgba(11,20,64,0.26) 13%, rgba(11,20,64,0) 20%),
  linear-gradient(0deg, rgba(11,20,64,0.10), rgba(11,20,64,0.10)); }
.aud-hero__bg img { filter: brightness(.95); }
.aud-hero:has(.aud-hero__bg img) { text-align: left; justify-content: center; }
.aud-hero:has(.aud-hero__bg img) > .wrap { width: min(1240px, calc(100% - 48px)); }
.aud-hero:has(.aud-hero__bg img) h1 { margin: 0; max-width: min(520px, 44%); }
.aud-hero:has(.aud-hero__bg img) .lead { margin: 20px 0 0; max-width: min(480px, 42%); }
.aud-hero:has(.aud-hero__bg img) .aud-hero__cta { justify-content: flex-start; }
.aud-hero__bg img { object-position: 68% center; }
.aud-hero__bg::after { content: ""; position: absolute; inset: 0; background-image: var(--noise); background-size: var(--grain-tile); opacity: var(--grain); mix-blend-mode: overlay; pointer-events: none; }
/* Mark, 2026-09-17, later the same day: "the same amount of grains for each picture and
   video". The hero used to hold its own .16 and a .2 override for any .mframe inside it;
   both are gone, and hero and body now read var(--grain) from styles.css like everything
   else. One number for the whole site is the point. */
.aud-hero > .wrap, .aud-hero__stage { position: relative; z-index: 1; }
.aud-hero:has(.aud-hero__bg img) h1 { color: #fff; }
.aud-hero:has(.aud-hero__bg img) .lead { color: rgba(255,255,255,.90); }
.aud-hero:has(.aud-hero__bg img)::before { display: none; }

/* stage frame accepts a real photo the same way: drop assets/aud-*-stage.jpg (or later, a video) */
.aud-hero__frame .mframe__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; z-index: 1; }
.aud-hero__frame .mchip, .aud-hero__frame .mbub { z-index: 2; }
/* while the slot is empty and a photo hero is behind it: frosted glass, the scene reads through */
.aud-hero:has(.aud-hero__bg img) .aud-hero__frame:not(:has(.mframe__img)) { background: rgba(255,255,255,.08); backdrop-filter: blur(14px) saturate(1.15); -webkit-backdrop-filter: blur(14px) saturate(1.15); border: 1px solid rgba(255,255,255,.28); box-shadow: 0 34px 70px -34px rgba(5,10,30,.55); }
.aud-hero:has(.aud-hero__bg img) .aud-hero__frame:not(:has(.mframe__img)) .mframe__ph { color: rgba(255,255,255,.8); }
.aud-hero:has(.aud-hero__bg img) .aud-hero__frame:not(:has(.mframe__img)) .mframe__ph b { color: rgba(255,255,255,.9); }

/* PAIN: stacked cards, land one by one */
.aud-pain { padding: clamp(64px, 8vh, 96px) 0; }
.aud-pain__head { max-width: 700px; margin: 0 auto; text-align: center; }
.aud-pain__cards { display: flex; flex-direction: column; align-items: center; max-width: 620px; margin: clamp(26px, 4vh, 40px) auto 0; }
.aud-pain__card { position: relative; display: flex; gap: 13px; width: 100%; padding: 19px 24px; border-radius: 18px; background: rgba(255,255,255,.28); backdrop-filter: blur(20px) saturate(1.4); -webkit-backdrop-filter: blur(20px) saturate(1.4); border: 1px solid rgba(255,255,255,.45); box-shadow: 0 26px 52px -30px rgba(11,20,64,.24), inset 0 1px 0 rgba(255,255,255,.45); font-size: 15.5px; line-height: 1.5; color: var(--body); opacity: 0; transform: translateY(42px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.aud-pain__card + .aud-pain__card { margin-top: -10px; }
.aud-pain__card:nth-child(1){z-index:1}.aud-pain__card:nth-child(2){z-index:2}.aud-pain__card:nth-child(3){z-index:3}.aud-pain__card:nth-child(4){z-index:4}
.aud-pain__card.land { opacity: 1; transform: none; }
.aud-pain__card .x { flex: none; width: 22px; height: 22px; border-radius: 6px; display: flex; align-items: center; justify-content: center; background: rgba(199, 68, 59, 0.1); color: #C7443B; margin-top: 1px; }
.aud-pain__card .x .icon { width: 12px; height: 12px; }
.aud-pain__card b { color: var(--ink); font-weight: 620; }
@media (prefers-reduced-motion: reduce) { .aud-pain__card { opacity: 1; transform: none; transition: none; } }

/* HOW: alternating text + photo rows */
.aud-how { padding: clamp(56px, 7vh, 88px) 0; }
.aud-how__head { text-align: center; max-width: 680px; margin: 0 auto clamp(40px, 6vh, 64px); }
.aud-row { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.aud-row + .aud-row { margin-top: clamp(48px, 7vh, 88px); }
.aud-row:nth-child(even) .aud-row__txt { order: 2; }
.aud-row__k { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--cobalt-dp); }
.aud-row__txt h3 { font-size: clamp(25px, 2.8vw, 34px); font-weight: 680; letter-spacing: -0.02em; color: var(--ink); margin: 10px 0 14px; line-height: 1.08; }
.aud-row__txt p { font-size: 16.5px; line-height: 1.6; color: var(--body); max-width: 42ch; }
.aud-row__txt .pts { margin-top: 16px; display: flex; flex-direction: column; gap: 9px; list-style: none; padding: 0; }
.aud-row__txt .pts li { display: flex; gap: 10px; align-items: center; font-size: 14.5px; color: var(--ink); }
.aud-row__txt .pts .icon { width: 16px; height: 16px; color: var(--emerald); flex: none; }
.aud-frame { width: 100%; aspect-ratio: 5 / 4; }
@media (max-width: 860px) { .aud-row { grid-template-columns: 1fr; gap: 22px; } .aud-row:nth-child(even) .aud-row__txt { order: 0; } }

/* WEDGE: dark promise band */
.aud-wedge { padding: clamp(64px, 8vh, 100px) 0; }
.aud-wedge__inner { position: relative; border-radius: 30px; overflow: hidden; background: linear-gradient(160deg, #1a2f4a, #0f1d30); color: #fff; padding: clamp(36px, 5vw, 64px); box-shadow: 0 50px 100px -55px rgba(10, 17, 40, 0.6); text-align: center; }
.aud-wedge__inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 60% at 15% 0%, rgba(47, 107, 235,.2), transparent 60%), radial-gradient(55% 65% at 100% 100%, rgba(51,84,158,.34), transparent 62%); pointer-events: none; }
.aud-wedge__inner > * { position: relative; }
.aud-wedge h2 { color: #fff; font-size: clamp(30px, 4vw, 50px); font-weight: 690; letter-spacing: -0.026em; line-height: 1.04; }
.aud-wedge h2 .g { background: linear-gradient(100deg, #A9D8F5, #98F9D6); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.aud-wedge p { margin: 18px auto 0; max-width: 54ch; font-size: 17px; line-height: 1.6; color: rgba(224, 233, 246, 0.82); }
.aud-wedge__pts { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.aud-wedge__pt { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: #fff; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 99px; padding: 10px 18px; }
.aud-wedge__pt .icon { width: 16px; height: 16px; color: var(--ice); }
.aud-oneline { display: flex; justify-content: center; gap: 26px; flex-wrap: wrap; margin-top: 30px; font-size: clamp(19px, 2vw, 25px); font-weight: 680; letter-spacing: -0.01em; color: #fff; }

/* PRODUCT MAP: what each product does for this audience */
.aud-map { padding: clamp(56px, 7vh, 88px) 0; }
.aud-map__head { text-align: center; max-width: 660px; margin: 0 auto clamp(30px, 5vh, 48px); }
.aud-map__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 900px; margin: 0 auto; }
.aud-mapcard { display: block; text-decoration: none; padding: 26px 26px 22px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.aud-mapcard:hover { transform: translateY(-3px); box-shadow: 0 28px 56px -30px rgba(11,20,64,.38); }
.aud-mapcard__ic { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: rgba(47,107,235,.11); color: var(--blue); }
.aud-mapcard__ic .icon { width: 20px; height: 20px; }
.aud-mapcard b { display: block; margin-top: 14px; font-size: 17px; font-weight: 660; color: var(--ink); }
.aud-mapcard p { margin-top: 6px; font-size: 14px; line-height: 1.5; color: var(--body); }
.aud-mapcard .lnk { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; font-size: 13.5px; font-weight: 640; color: var(--blue); }
.aud-mapcard .lnk .icon { width: 14px; height: 14px; transition: transform .3s var(--ease); }
.aud-mapcard:hover .lnk .icon { transform: translateX(4px); }
@media (max-width: 720px) { .aud-map__grid { grid-template-columns: 1fr; } }

/* PROOF: honest card + stat */
.aud-proof { padding: clamp(56px, 7vh, 88px) 0; }
.aud-proof__grid { display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 16px; }
.aud-stat { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 22px; padding: 28px; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; justify-content: center; }
.aud-stat b { font-size: clamp(30px, 3.4vw, 44px); font-weight: 720; letter-spacing: -0.03em; color: var(--ink); line-height: 1; }
.aud-stat b em { font-style: normal; color: var(--cobalt); }
.aud-stat span { margin-top: 12px; font-size: 14.5px; color: var(--body); line-height: 1.4; }
.aud-quote { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 22px; padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; justify-content: center; }
.aud-quote .q { font-size: 22px; line-height: 1.45; color: var(--ink); font-weight: 520; letter-spacing: -0.01em; }
.aud-quote .by { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.aud-quote .by .a { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(150deg, #C6D6EC, #A9C2E4); }
.aud-quote .by b { font-size: 14px; color: var(--ink); display: block; }
.aud-quote .by span { font-size: 13px; color: var(--body); }
@media (max-width: 820px) { .aud-proof__grid { grid-template-columns: 1fr; } }

/* DAY TIMELINE: one relatable day, on a white band */
.aud-day { padding: clamp(64px, 8vh, 100px) 0; background: var(--surface); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.aud-day__head { max-width: 680px; margin: 0 auto clamp(30px, 5vh, 48px); text-align: center; }
.aud-day__head .lead { margin: 14px auto 0; max-width: 54ch; }
.aud-day__rows { position: relative; max-width: 640px; margin: 0 auto; }
.aud-day__rows::before { content: ""; position: absolute; left: 83px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(180deg, rgba(47,107,235,.4), rgba(47,88,168,.1)); }
.aud-day__row { position: relative; display: grid; grid-template-columns: 58px 32px 1fr; align-items: flex-start; gap: 0 10px; padding: 13px 0; opacity: 0; transform: translateY(26px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.aud-day__row.land { opacity: 1; transform: none; }
.aud-day__t { font-size: 13px; font-weight: 700; color: var(--blue-deep); font-variant-numeric: tabular-nums; text-align: right; padding-top: 3px; white-space: nowrap; }
.aud-day__dot { width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2.5px solid var(--blue); margin: 5px auto 0; position: relative; z-index: 1; }
.aud-day__row--win .aud-day__dot { background: var(--blue); }
.aud-day__tx { font-size: 15.5px; line-height: 1.5; color: var(--body); }
.aud-day__tx b { color: var(--ink); font-weight: 640; }
.aud-day__note { margin: clamp(22px, 3vh, 30px) auto 0; text-align: center; font-size: 13px; color: var(--mute); max-width: 52ch; }
@media (max-width: 560px) { .aud-day__rows::before { left: 63px; } .aud-day__row { grid-template-columns: 44px 26px 1fr; } .aud-day__t { font-size: 11.5px; } }
@media (prefers-reduced-motion: reduce) { .aud-day__row { opacity: 1; transform: none; transition: none; } }

/* FEATURES SCENE: photo + audience feature list */
.aud-feat { padding: clamp(56px, 7vh, 88px) 0; }
.aud-feat__head { text-align: center; max-width: 660px; margin: 0 auto clamp(28px, 4vh, 44px); }
.aud-feat__head .lead { margin: 14px auto 0; max-width: 52ch; }
.aud-feat__scene { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(26px, 4vw, 58px); align-items: stretch; }
.aud-feat__photo { min-height: 420px; }
.aud-feat__photo .mframe { width: 100%; height: 100%; }
.aud-feat__list { list-style: none; margin: 0; padding: 0; align-self: center; }
.aud-feat2 { display: flex; gap: 15px; padding: 16px 2px; border-bottom: 1px solid var(--line); }
.aud-feat2:first-child { padding-top: 0; }
.aud-feat2:last-child { border-bottom: 0; padding-bottom: 0; }
.aud-feat2__ic { width: 42px; height: 42px; border-radius: 11px; flex: none; display: flex; align-items: center; justify-content: center; background: rgba(47,107,235,.1); color: var(--blue); }
.aud-feat2__ic .icon { width: 20px; height: 20px; }
.aud-feat2 b { display: block; font-size: 16px; font-weight: 640; color: var(--ink); }
.aud-feat2 p { margin-top: 4px; font-size: 13.5px; line-height: 1.5; color: var(--body); }
@media (max-width: 860px) { .aud-feat__scene { grid-template-columns: 1fr; gap: 32px; } .aud-feat__photo { min-height: 300px; order: -1; } }

/* INDUSTRIES BAND: their worlds, tinted */
.aud-ind { padding: clamp(52px, 7vh, 84px) 0; background: rgba(47, 107, 235, 0.05); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.aud-ind__head { text-align: center; max-width: 640px; margin: 0 auto clamp(24px, 4vh, 38px); }
.aud-ind__head .lead { margin: 12px auto 0; max-width: 50ch; }
.aud-ind__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.aud-indcard { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 14px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); text-decoration: none; font-size: 15px; font-weight: 640; color: var(--ink); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.aud-indcard:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -22px rgba(11,20,64,.35); }
.aud-indcard .icon { width: 17px; height: 17px; color: var(--blue); }

/* CLOSING CTA */
.aud-cta { padding: clamp(72px, 10vh, 120px) 0; text-align: center; }
.aud-cta h2 { font-size: clamp(32px, 4.2vw, 54px); font-weight: 690; letter-spacing: -0.027em; color: var(--ink); line-height: 1.04; }
.aud-cta p { margin: 16px auto 0; max-width: 46ch; font-size: 16.5px; line-height: 1.55; color: var(--body); }
.aud-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 28px; }

/* Mobile audience pages keep the same story, with content-driven sections and
   touch-native browsing instead of a forced viewport or auto-running strip. */
@media (max-width: 680px) {
  .aud-hero { min-height: auto; padding: calc(var(--nav-h, 64px) + 48px) 0 72px !important; }
  .aud-hero h1 { font-size: clamp(36px, 11vw, 48px); }
  .aud-hero .lead { font-size: 16px; line-height: 1.55; }
  .aud-hero__cta { margin-top: 24px; }
  .aud-hero__cta .btn { width: min(100%, 320px); justify-content: center; }
  .aud-frame { aspect-ratio: 4 / 3; }
  .aud-frame .mchip,
  .aud-frame .mbub { max-width: calc(100% - 24px) !important; white-space: normal; }
  .aud-wedge__inner { border-radius: 22px; padding: 34px 20px; }
  .aud-wedge__pts { align-items: stretch; }
  .aud-wedge__pt { width: 100%; justify-content: flex-start; border-radius: 14px; }
  .aud-feat__photo { min-height: 280px; }

  body.aud-page .marquee { overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; -webkit-mask-image: none; mask-image: none; scrollbar-width: none; }
  body.aud-page .marquee::-webkit-scrollbar { display: none; }
  body.aud-page .marquee__row { animation: none; transform: none; }
  body.aud-page .marquee__logo { scroll-snap-align: start; }
  body.aud-page .marquee__logo[aria-hidden="true"] { display: none; }
}

@media (max-width: 380px) {
  .aud-day__rows::before { left: 9px; }
  .aud-day__row { grid-template-columns: 20px minmax(0, 1fr); gap: 0 10px; padding: 16px 0; }
  .aud-day__t { grid-column: 2; grid-row: 1; text-align: left; padding: 0 0 4px; font-size: 12px; }
  .aud-day__dot { grid-column: 1; grid-row: 1 / span 2; margin-top: 4px; }
  .aud-day__tx { grid-column: 2; grid-row: 2; }
}
