:root {
  --ink: #211a16;
  --charcoal: #171512;
  --brown: #3a2112;
  --bronze: #9b6a45;
  --bronze-soft: #bd8258;
  --champagne: #d6b08d;
  --warm-white: #f5f1ea;
  --ivory: #fbfaf7;
  --sand: #e9dfd1;
  --line: rgba(58, 33, 18, 0.17);
  --light-line: rgba(245, 241, 234, 0.2);
  --page-pad: clamp(22px, 4.5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: "Noto Sans", Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
::selection { color: var(--ivory); background: var(--bronze); }
:focus-visible { outline: 2px solid var(--bronze-soft); outline-offset: 5px; }

.platform-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 112px;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
  padding: 18px var(--page-pad);
  border-bottom: 1px solid var(--line);
  background: rgba(245, 241, 234, 0.96);
}

.platform-brand img { display: block; width: 205px; height: auto; }
.platform-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.45vw, 25px); min-width: 0; font-size: clamp(0.68rem, .8vw, .82rem); font-weight: 700; letter-spacing: .065em; text-transform: uppercase; white-space: nowrap; }
.platform-nav a { position: relative; padding: 10px 0; }
.platform-nav a::after, .platform-phone::after { position: absolute; inset: auto 0 3px; height: 1px; content: ""; background: var(--bronze); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.platform-nav a:hover::after, .platform-nav a:focus-visible::after, .platform-nav a.is-current::after, .platform-phone:hover::after, .platform-phone:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.platform-actions { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 23px); }
.platform-phone { position: relative; padding: 10px 0; font-size: .82rem; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.platform-languages { display: flex; border: 1px solid var(--line); border-radius: 999px; }
.platform-languages select { width: 130px; height: 36px; padding: 0 12px; border: 0; border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font: inherit; font-size: .7rem; font-weight: 700; outline: 0; }

.audience-hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  padding: 105px clamp(22px, 8vw, 132px) 92px;
  color: var(--brown);
  background: var(--sand);
  isolation: isolate;
}
.audience-investors .audience-hero { color: var(--warm-white); background: var(--charcoal); }
.audience-owners .audience-hero { background: #eee5d8; }
.audience-hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .55; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: min(8vw, 108px) min(8vw, 108px); mask-image: linear-gradient(to bottom, rgba(0,0,0,.3), transparent 84%); }
.audience-investors .audience-hero-grid { opacity: .27; background-image: linear-gradient(var(--light-line) 1px, transparent 1px), linear-gradient(90deg, var(--light-line) 1px, transparent 1px); }
.audience-hero-monogram { position: absolute; z-index: -1; top: 50%; right: -4vw; width: min(57vw, 790px); opacity: .075; transform: translateY(-48%); mix-blend-mode: multiply; }
.audience-investors .audience-hero-monogram { opacity: .09; mix-blend-mode: screen; filter: sepia(1); }
[dir="rtl"] .audience-hero-monogram { right: auto; left: -4vw; }
.audience-hero-copy { position: relative; z-index: 1; max-width: 1180px; }
.audience-hero-copy > p, .audience-section-heading > p, .spotlight-copy > p, .enquiry-copy > p { margin: 0 0 28px; color: var(--bronze); font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.audience-hero-copy h1 { max-width: 1100px; margin: 0; font-family: "Noto Serif Display", "Noto Serif", Georgia, serif; font-size: clamp(4rem, 7.5vw, 8.2rem); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
.audience-hero-copy h1 span, .audience-hero-copy h1 em { display: block; }
.audience-hero-copy h1 em { color: var(--bronze); font-weight: 400; }
.audience-hero-intro { display: grid; grid-template-columns: auto minmax(0, 670px); gap: 30px; margin-top: 48px; }
.audience-hero-intro > span { color: var(--bronze); font-family: "Noto Serif", Georgia, serif; font-style: italic; }
.audience-hero-intro p { margin: 0; color: rgba(33, 26, 22, .68); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.75; }
.audience-investors .audience-hero-intro p { color: rgba(245, 241, 234, .68); }
.audience-hero-actions { display: flex; align-items: center; gap: 25px; margin: 40px 0 0 46px; }
[dir="rtl"] .audience-hero-actions { margin: 40px 46px 0 0; }
.audience-button, .audience-hero-actions > a:last-child { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 34px; padding: 0 25px; border: 1px solid var(--brown); font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.audience-button { color: var(--warm-white); background: var(--brown); }
.audience-investors .audience-button { color: var(--charcoal); border-color: var(--champagne); background: var(--champagne); }
.audience-investors .audience-hero-actions > a:last-child { border-color: rgba(245, 241, 234, .35); }
.audience-hero-actions > a:last-child { border-width: 0 0 1px; }
.audience-hero-note { position: absolute; z-index: 2; inset: auto var(--page-pad) 28px auto; display: flex; gap: 18px; align-items: center; max-width: 700px; }
[dir="rtl"] .audience-hero-note { right: auto; left: var(--page-pad); }
.audience-hero-note span { color: var(--bronze); font-size: .61rem; font-weight: 700; letter-spacing: .12em; }
.audience-hero-note p { margin: 0; color: rgba(33, 26, 22, .55); font-size: .68rem; letter-spacing: .04em; }
.audience-investors .audience-hero-note p { color: rgba(245, 241, 234, .54); }

.audience-benefits, .audience-process { padding: 125px var(--page-pad); background: var(--ivory); }
.audience-section-heading { display: grid; grid-template-columns: .38fr 1fr; gap: clamp(40px, 7vw, 110px); max-width: 1280px; align-items: start; }
.audience-section-heading > p { grid-column: 1; }
.audience-section-heading h2 { grid-area: 1 / 2; margin: 0; color: var(--brown); font-family: "Noto Serif Display", "Noto Serif", Georgia, serif; font-size: clamp(3rem, 5.4vw, 6rem); font-weight: 400; letter-spacing: -.05em; line-height: .97; }
.audience-section-heading > span { grid-column: 2; max-width: 780px; color: rgba(33, 26, 22, .62); font-size: 1rem; line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1380px; margin-top: 85px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid article { display: flex; min-height: 390px; flex-direction: column; padding: 30px clamp(24px, 3vw, 46px) 34px; border-inline-end: 1px solid var(--line); }
.benefit-grid article:last-child { border-inline-end: 0; }
.benefit-grid article > span, .standards-grid article > span, .spotlight-grid article > span { color: var(--bronze); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.benefit-grid h3 { margin: 65px 0 0; color: var(--brown); font-family: "Noto Serif", Georgia, serif; font-size: clamp(1.7rem, 2.5vw, 2.8rem); font-weight: 400; line-height: 1.15; }
.benefit-grid p { margin: 22px 0 0; color: rgba(33, 26, 22, .62); font-size: .9rem; line-height: 1.78; }

.audience-standards { padding: 125px var(--page-pad); color: var(--warm-white); background: var(--charcoal); }
.audience-section-heading.light h2 { color: var(--warm-white); }
.audience-section-heading.light > span { color: rgba(245, 241, 234, .63); }
.standards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1380px; margin-top: 85px; border-top: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.standards-grid article { min-height: 280px; padding: 29px clamp(24px, 3vw, 42px); border-inline-end: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.standards-grid article:nth-child(3n) { border-inline-end: 0; }
.standards-grid article:nth-child(n+4) { border-bottom: 0; }
.standards-grid h3 { margin: 46px 0 0; font-family: "Noto Serif", Georgia, serif; font-size: clamp(1.4rem, 2vw, 2.1rem); font-weight: 400; line-height: 1.2; }
.standards-grid p { margin: 18px 0 0; color: rgba(245, 241, 234, .6); font-size: .85rem; line-height: 1.75; }

.audience-spotlight { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .6fr); padding: 125px var(--page-pad); overflow: hidden; background: var(--sand); }
.spotlight-copy { position: relative; z-index: 1; max-width: 930px; }
.spotlight-copy h2 { margin: 0; color: var(--brown); font-family: "Noto Serif Display", "Noto Serif", Georgia, serif; font-size: clamp(3.1rem, 5.7vw, 6.3rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.spotlight-copy > span { display: block; max-width: 720px; margin-top: 34px; color: rgba(33, 26, 22, .63); font-size: 1rem; line-height: 1.8; }
.spotlight-monogram { position: relative; min-height: 420px; }
.spotlight-monogram img { position: absolute; top: 50%; left: 50%; width: min(110%, 560px); opacity: .1; transform: translate(-50%, -50%); mix-blend-mode: multiply; }
.spotlight-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); max-width: 1380px; margin-top: 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.spotlight-grid article { min-height: 285px; padding: 28px clamp(24px, 3vw, 44px); border-inline-end: 1px solid var(--line); }
.spotlight-grid article:last-child { border-inline-end: 0; }
.spotlight-grid h3 { margin: 48px 0 0; color: var(--brown); font-family: "Noto Serif", Georgia, serif; font-size: clamp(1.55rem, 2.3vw, 2.45rem); font-weight: 400; line-height: 1.2; }
.spotlight-grid p { margin: 18px 0 0; color: rgba(33, 26, 22, .62); font-size: .86rem; line-height: 1.75; }

.journey-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 1420px; margin-top: 85px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-grid article { min-height: 330px; padding: 28px clamp(18px, 2vw, 31px); border-inline-end: 1px solid var(--line); }
.journey-grid article:last-child { border-inline-end: 0; }
.journey-grid article > span { color: var(--bronze); font-family: "Noto Serif", Georgia, serif; font-style: italic; }
.journey-grid h3 { margin: 58px 0 0; color: var(--brown); font-family: "Noto Serif", Georgia, serif; font-size: clamp(1.35rem, 1.8vw, 2rem); font-weight: 400; }
.journey-grid p { margin: 18px 0 0; color: rgba(33, 26, 22, .62); font-size: .83rem; line-height: 1.72; }

.audience-enquiry { display: grid; grid-template-columns: minmax(300px, .43fr) minmax(0, 1fr); color: var(--warm-white); background: var(--brown); }
.enquiry-copy { display: flex; min-height: 740px; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 105px) var(--page-pad); }
.enquiry-copy > p { color: var(--champagne); }
.enquiry-copy h2 { max-width: 600px; margin: 0; font-family: "Noto Serif Display", "Noto Serif", Georgia, serif; font-size: clamp(2rem, 2.45vw, 3rem); font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.enquiry-copy > span { max-width: 570px; margin-top: 33px; color: rgba(245, 241, 234, .65); font-size: .96rem; line-height: 1.8; }
.enquiry-note { max-width: 590px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(245, 241, 234, .24); color: rgba(245, 241, 234, .54); font-size: .75rem; line-height: 1.7; }
.audience-form-shell { min-height: 740px; border-inline-start: 1px solid rgba(245, 241, 234, .22); background: #201d19; }
.audience-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; min-height: 100%; gap: 31px 27px; padding: clamp(55px, 7vw, 105px); }
.audience-field { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.audience-field-wide { grid-column: 1 / -1; }
.audience-field > span { color: var(--champagne); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.audience-field small { color: rgba(245, 241, 234, .37); font-size: .52rem; font-weight: 400; }
.audience-field input, .audience-field select, .audience-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(245, 241, 234, .25); border-radius: 0; color: var(--warm-white); outline: 0; background: transparent; }
.audience-field input, .audience-field select { min-height: 44px; }
.audience-field textarea { min-height: 112px; padding: 10px 0; resize: vertical; }
.audience-field select { color-scheme: dark; }
.audience-field input:focus, .audience-field select:focus, .audience-field textarea:focus { border-color: var(--bronze-soft); }
.audience-consent { display: grid; grid-template-columns: auto 1fr; gap: 12px; color: rgba(245, 241, 234, .58); font-size: .73rem; line-height: 1.55; }
.audience-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--bronze-soft); }
.audience-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.audience-submit { display: flex; align-items: center; gap: 25px; }
.audience-submit button, .audience-form-success button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 34px; padding: 0 24px; border: 1px solid var(--champagne); color: var(--charcoal); background: var(--champagne); cursor: pointer; font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.audience-submit button:disabled { cursor: wait; opacity: .55; }
.audience-submit p { margin: 0; color: #e1a291; font-size: .77rem; line-height: 1.5; }
.audience-form-success { display: flex; min-height: 740px; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 105px); }
.audience-form-success > span { display: grid; width: 54px; height: 54px; border: 1px solid var(--bronze-soft); border-radius: 50%; color: var(--champagne); place-items: center; }
.audience-form-success h3 { max-width: 630px; margin: 38px 0 0; font-family: "Noto Serif", Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.8rem); font-weight: 400; line-height: 1.1; }
.audience-form-success p { max-width: 560px; margin: 22px 0 0; color: rgba(245, 241, 234, .63); line-height: 1.75; }
.audience-form-success button { align-self: flex-start; margin-top: 34px; }

.platform-footer { color: var(--warm-white); background: var(--charcoal); }
.platform-footer-details { display: grid; grid-template-columns: 1.05fr 1fr 1fr 1.25fr 1.35fr; padding: 90px var(--page-pad); }
.platform-footer-details article { display: flex; min-height: 280px; flex-direction: column; gap: 11px; padding: 30px clamp(18px, 2.1vw, 34px); border-top: 1px solid rgba(245, 241, 234, .23); border-bottom: 1px solid rgba(245, 241, 234, .23); border-inline-end: 1px solid rgba(245, 241, 234, .23); }
.platform-footer-details article:last-child { border-inline-end: 0; }
.platform-footer-details article > span { margin-bottom: 23px; color: var(--champagne); font-size: .61rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.platform-footer-details address, .platform-footer-details a, .platform-footer-details p { margin: 0; color: rgba(245, 241, 234, .66); font-size: .77rem; font-style: normal; line-height: 1.65; }
.platform-footer-details article:nth-child(2) p { display: grid; gap: 4px; margin-bottom: 12px; }
.platform-footer-details bdi { color: var(--champagne); }
.platform-footer-details a:hover, .platform-footer-details a:focus-visible { color: var(--champagne); }
.footer-brokerage { margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(245, 241, 234, .16); }
.footer-meeting { color: var(--champagne) !important; font-weight: 700; }
.platform-footer-details article:nth-child(4) p:nth-of-type(2) { color: rgba(245, 241, 234, .42); font-size: .69rem; }
.platform-footer-details article:last-child a { white-space: nowrap; }
.platform-footer-bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 50px var(--page-pad) 25px; border-top: 1px solid rgba(245, 241, 234, .18); background: #11100e; }
.platform-footer-brand { display: inline-flex; align-items: center; gap: 15px; }
.platform-footer-brand img { width: 50px; height: 50px; opacity: .86; }
.platform-footer-brand span { display: flex; flex-direction: column; gap: 4px; }
.platform-footer-brand strong { font-size: .88rem; letter-spacing: .2em; }
.platform-footer-brand small { color: var(--champagne); font-size: .65rem; }
.platform-footer-bottom > p { margin: 0; color: rgba(245, 241, 234, .46); font-size: .68rem; }
.footer-back { font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.platform-footer-bottom > nav { grid-column: 1 / -1; display: flex; gap: 11px; padding-top: 23px; border-top: 1px solid rgba(245, 241, 234, .1); color: rgba(245, 241, 234, .53); font-size: .66rem; }
.platform-footer-bottom > nav i { color: rgba(245, 241, 234, .2); font-style: normal; }
.footer-credit { grid-column: 1 / -1; color: rgba(245, 241, 234, .3); font-size: .57rem; letter-spacing: .06em; }

[dir="rtl"] .audience-hero-copy h1, [dir="rtl"] .audience-section-heading h2, [dir="rtl"] .spotlight-copy h2, [dir="rtl"] .enquiry-copy h2 { letter-spacing: -.03em; }

@media (max-width: 1220px) {
  .platform-header { grid-template-columns: 1fr auto; min-height: 154px; row-gap: 6px; padding-top: 14px; padding-bottom: 10px; }
  .platform-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .platform-nav::-webkit-scrollbar { display: none; }
  .platform-actions { grid-column: 2; }
  .journey-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .journey-grid article:nth-child(3) { border-inline-end: 0; }
  .journey-grid article:nth-child(n+4) { border-top: 1px solid var(--line); }
  .platform-footer-details { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .platform-footer-details article:nth-child(3) { border-inline-end: 0; }
  .platform-footer-details article:nth-child(n+4) { border-top: 0; }
  .platform-footer-details article:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  .audience-hero { min-height: 680px; padding-top: 82px; }
  .audience-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .audience-section-heading > p, .audience-section-heading h2, .audience-section-heading > span { grid-column: 1; grid-row: auto; }
  .benefit-grid, .standards-grid { grid-template-columns: 1fr; }
  .benefit-grid article, .standards-grid article, .standards-grid article:nth-child(3n) { min-height: 260px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .benefit-grid article:last-child, .standards-grid article:last-child { border-bottom: 0; }
  .standards-grid article { border-color: var(--light-line); }
  .audience-spotlight { grid-template-columns: 1fr; }
  .spotlight-monogram { min-height: 300px; }
  .audience-enquiry { grid-template-columns: 1fr; }
  .enquiry-copy { min-height: 600px; }
  .audience-form-shell { min-height: auto; border-inline-start: 0; border-top: 1px solid rgba(245, 241, 234, .22); }
  .platform-footer-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-footer-details article, .platform-footer-details article:nth-child(3) { border-inline-end: 1px solid rgba(245, 241, 234, .23); }
  .platform-footer-details article:nth-child(even) { border-inline-end: 0; }
  .platform-footer-details article:last-child { grid-column: 1 / -1; border-inline-end: 0; }
}

@media (max-width: 620px) {
  :root { --page-pad: 18px; }
  .platform-header { min-height: 148px; gap: 5px 14px; }
  .platform-brand img { width: 165px; }
  .platform-phone { display: none; }
  .platform-languages select { width: 116px; height: 32px; padding: 0 9px; font-size: .64rem; }
  .platform-nav { gap: 21px; font-size: .71rem; letter-spacing: .055em; }
  .audience-hero { min-height: 690px; padding: 70px 18px 88px; }
  .audience-hero-copy > p { margin-bottom: 22px; font-size: .58rem; }
  .audience-hero-copy h1 { font-size: clamp(3.25rem, 15vw, 4.9rem); line-height: .91; }
  .audience-hero-intro { grid-template-columns: auto 1fr; gap: 13px; margin-top: 34px; }
  .audience-hero-intro p { font-size: .91rem; line-height: 1.64; }
  .audience-hero-actions, [dir="rtl"] .audience-hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin: 31px 0 0; }
  .audience-button, .audience-hero-actions > a:last-child { width: 100%; }
  .audience-hero-note { inset: auto 18px 24px; align-items: flex-start; flex-direction: column; gap: 6px; }
  [dir="rtl"] .audience-hero-note { right: 18px; left: auto; }
  .audience-benefits, .audience-standards, .audience-spotlight, .audience-process { padding: 85px 18px; }
  .audience-section-heading h2, .spotlight-copy h2 { font-size: 3rem; }
  .benefit-grid, .standards-grid, .spotlight-grid, .journey-grid { margin-top: 55px; }
  .benefit-grid article { min-height: 310px; padding: 26px 23px; }
  .benefit-grid h3 { margin-top: 45px; }
  .standards-grid article { min-height: 245px; padding: 26px 23px; }
  .standards-grid h3 { margin-top: 38px; }
  .spotlight-monogram { min-height: 250px; }
  .spotlight-grid { grid-template-columns: 1fr; }
  .spotlight-grid article { min-height: 250px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .spotlight-grid article:last-child { border-bottom: 0; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid article, .journey-grid article:nth-child(3) { min-height: 245px; border-inline-end: 0; border-top: 1px solid var(--line); }
  .journey-grid article:first-child { border-top: 0; }
  .journey-grid h3 { margin-top: 38px; }
  .enquiry-copy { min-height: 540px; padding: 75px 18px; }
  .enquiry-copy h2 { font-size: 2rem; }
  .audience-form { grid-template-columns: 1fr; gap: 28px; padding: 50px 24px 62px; }
  .audience-field-wide { grid-column: auto; }
  .audience-submit { align-items: stretch; flex-direction: column; }
  .audience-submit button { width: 100%; }
  .audience-form-success { min-height: 520px; padding: 55px 25px; }
  .platform-footer-details { grid-template-columns: 1fr; padding: 65px 18px; }
  .platform-footer-details article, .platform-footer-details article:nth-child(3), .platform-footer-details article:nth-child(even), .platform-footer-details article:last-child { grid-column: auto; min-height: 230px; border-inline-end: 0; border-top: 1px solid rgba(245, 241, 234, .23); }
  .platform-footer-details article + article { border-top: 0; }
  .platform-footer-bottom { grid-template-columns: 1fr; align-items: start; padding: 45px 18px 25px; }
  .platform-footer-bottom > nav { align-items: flex-start; flex-direction: column; }
  .platform-footer-bottom > nav i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
