.elementor-12517 .elementor-element.elementor-element-22cadd3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b716530 */:root {
  --blue: #020cff;
  --blue-dark: #0208c9;
  --ink: #101114;
  --muted: #686a73;
  --line: #e7e7eb;
  --paper: #ffffff;
  --soft: #f4f5f8;
  --slab: "Roboto Slab", Georgia, serif;
  --sans: "Poppins", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 3px;
  background: transparent;
}

.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blue);
}

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 18px clamp(24px, 5vw, 76px);
  background: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 37px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 5;
  stroke-linecap: round;
}

.brand-name {
  font-size: 21px;
  font-weight: 700;
  line-height: .85;
  letter-spacing: -.7px;
}

.brand-name span { color: var(--blue); }

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 31px);
  width: 100%;
  margin-left: 56px;
}

.main-nav a {
  position: relative;
  font-size: clamp(11px, .88vw, 14px);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .015em;
  white-space: nowrap;
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.main-nav .active { color: var(--blue); }

.nav-cta {
  padding: 12px 24px;
  border-radius: 4px;
  color: #fff;
  background: var(--blue);
}

.nav-cta:hover { background: var(--blue-dark); }

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 9px;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform .2s, opacity .2s;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  min-height: 720px;
  background: var(--soft);
}

.hero--no-image {
  grid-template-columns: 1fr;
  min-height: 0;
}

.hero--no-image .hero-copy {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 92px;
}

.hero--no-image .standfirst,
.hero--no-image .meta-row {
  max-width: 100%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(40px, 8vw, 136px) 78px clamp(28px, 7vw, 116px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 36px;
  height: 2px;
  background: currentColor;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--slab);
  font-size: clamp(61px, 7vw, 112px);
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.055em;
}

h1 em {
  color: var(--blue);
  font-style: normal;
}

.standfirst {
  max-width: 660px;
  margin: 36px 0 44px;
  color: #4f515a;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.7;
}

.meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 710px;
  padding-top: 24px;
  border-top: 1px solid #d9dae0;
}

.author-mini {
  display: flex;
  align-items: center;
  gap: 13px;
}

.author-initials {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-family: var(--slab);
  font-size: 13px;
  font-weight: 700;
}

.author-mini strong,
.author-mini small { display: block; }
.author-mini strong { font-size: 13px; }
.author-mini small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.article-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hero-portrait {
  position: relative;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  background: #d9dadc;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
  filter: saturate(.9) contrast(1.02);
}

.hero-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 11, 21, .58));
  pointer-events: none;
}

.hero-portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 34px;
  left: 42px;
  color: #fff;
  font-family: var(--slab);
  font-size: 18px;
  font-weight: 600;
}

.hero-portrait figcaption span {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .04em;
}

.portrait-accent {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 8px;
  height: 118px;
  background: var(--blue);
}

.article-shell {
  display: grid;
  grid-template-columns: 80px minmax(0, 780px);
  justify-content: center;
  gap: 58px;
  padding: 110px 28px 126px;
}

.share-rail {
  position: sticky;
  top: 28px;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.share-rail > span {
  margin-bottom: 8px;
  color: #8b8c93;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.share-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  transition: color .2s, border-color .2s, transform .2s;
}

.share-button:hover,
.share-button:focus-visible {
  color: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.share-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.share-button:last-child svg { fill: currentColor; stroke: none; }

.article-body { min-width: 0; }

.article-body > p {
  margin: 0 0 31px;
  color: #33353b;
  font-family: var(--slab);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 400;
  line-height: 1.9;
}

.article-body > p strong { color: var(--ink); font-weight: 700; }

.article-body .opening {
  color: var(--ink);
  font-size: clamp(22px, 1.8vw, 27px);
  line-height: 1.68;
}

.opening::first-letter {
  float: left;
  margin: 10px 10px 0 0;
  color: var(--blue);
  font-family: var(--slab);
  font-size: 84px;
  font-weight: 700;
  line-height: .72;
}

.article-body h2 {
  margin: 56px 0 26px;
  font-family: var(--slab);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.article-body h3 {
  margin: 40px 0 18px;
  font-family: var(--slab);
  font-size: clamp(19px, 1.6vw, 23px);
  font-weight: 600;
  letter-spacing: -.01em;
}

.article-body h2[id],
.article-body h3[id] {
  scroll-margin-top: 112px;
}

.article-body a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.article-body a:hover,
.article-body a:focus-visible { color: var(--blue-dark); }

.toc {
  margin: 8px 0 48px;
  padding: 26px 32px;
  border-left: 3px solid var(--blue);
  background: var(--soft);
  border-radius: 2px;
}

.toc-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.toc ol {
  margin: 0;
  padding-left: 20px;
  color: #33353b;
  font-family: var(--slab);
  font-size: 15px;
  line-height: 1.9;
}

.toc a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.toc a:hover,
.toc a:focus-visible { color: var(--blue); border-bottom-color: var(--blue); }

blockquote {
  position: relative;
  margin: 72px -78px 70px;
  padding: 62px 72px 56px;
  color: #fff;
  background: var(--blue);
  overflow: hidden;
}

blockquote::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -96px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.07), 0 0 0 76px rgba(255,255,255,.05);
}

blockquote p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--slab);
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.42;
  letter-spacing: -.025em;
}

.quote-mark {
  display: block;
  height: 34px;
  margin-bottom: 20px;
  color: rgba(255,255,255,.62);
  font-family: Georgia, serif;
  font-size: 82px;
  line-height: 1;
}

.signature {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 60px;
  padding-top: 35px;
  border-top: 1px solid var(--line);
}

.signature-line {
  width: 52px;
  height: 3px;
  background: var(--blue);
}

.signature p { margin: 0; line-height: 1.55; }
.signature strong { font-family: var(--slab); font-size: 19px; }
.signature span { color: var(--muted); font-size: 12px; }

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  padding: 78px clamp(28px, 8vw, 126px);
  color: #fff;
  background: var(--ink);
}

.eyebrow.light { margin-bottom: 18px; color: #8f94ff; }

.article-cta h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--slab);
  font-size: clamp(33px, 4vw, 57px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.035em;
}

.article-cta > a {
  flex: 0 0 auto;
  padding: 16px 24px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background .2s;
}

.article-cta > a span { margin-left: 15px; font-size: 20px; }
.article-cta > a:hover { color: var(--ink); background: #fff; }

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 58px clamp(28px, 6vw, 92px) 30px;
  background: #f4f5f7;
}

.footer-brand { grid-row: 1 / span 2; }
.site-footer p { margin: 0; color: #5f6168; font-size: 12px; line-height: 1.8; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; }
.footer-links a { font-size: 11px; font-weight: 600; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--blue); }
.site-footer small { grid-column: 2 / 4; color: #92939a; font-size: 10px; }

.copy-toast {
  position: fixed;
  z-index: 200;
  right: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border-radius: 4px;
  color: #fff;
  background: var(--ink);
  font-size: 12px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s, transform .2s;
}

.copy-toast.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(2, 12, 255, .35); outline-offset: 3px; }

@media (max-width: 1180px) {
  .site-header { min-height: 82px; }
  .menu-toggle { display: block; }
  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 18px 28px 28px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 14px 28px rgba(12, 15, 25, .1);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; }
  .main-nav .nav-cta { margin-top: 8px; padding: 13px 18px; text-align: center; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-copy { padding-left: clamp(28px, 6vw, 72px); padding-right: clamp(28px, 6vw, 72px); }
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding-top: 68px; padding-bottom: 58px; }
  h1 { font-size: clamp(58px, 15vw, 92px); }
  .hero-portrait { min-height: 70vh; max-height: 760px; }
  .article-shell { grid-template-columns: 1fr; gap: 35px; padding-top: 75px; }
  .share-rail { position: static; flex-direction: row; justify-content: flex-start; }
  .share-rail > span { margin: 0 10px 0 0; writing-mode: initial; transform: none; }
  blockquote { margin-right: -28px; margin-left: -28px; padding: 52px 34px; }
  .article-cta { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .site-footer small { grid-column: auto; grid-row: auto; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .site-header { padding: 14px 20px; }
  .brand-name { font-size: 19px; }
  .hero-copy { min-height: auto; padding: 58px 24px 48px; }
  .standfirst { margin: 28px 0 35px; }
  .meta-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-portrait { min-height: 560px; }
  .hero-portrait figcaption { right: 24px; bottom: 24px; left: 24px; }
  .article-shell { padding: 62px 22px 80px; }
  .article-body > p { line-height: 1.78; }
  blockquote { margin: 54px -22px; padding-right: 28px; padding-left: 28px; }
  .article-cta { padding: 60px 24px; }
  .article-cta > a { width: 100%; text-align: center; }
  .site-footer { padding: 48px 24px 28px; }
}

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

@media print {
  .reading-progress, .site-header, .share-rail, .article-cta, .site-footer { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr 34%; }
  .hero-copy { padding: 40px; }
  .hero-portrait { min-height: 470px; }
  .article-shell { display: block; padding: 50px 0; }
  blockquote { break-inside: avoid; }
}/* End custom CSS */
/* Start custom CSS *//* AUXANÕ TEAM — CSS isolé : toutes les règles restent dans .aux-ceo-page */
.aux-ceo-page {
  --aux-blue: #020cff;
  --aux-ink: #101114;
  --aux-muted: #686a73;
  --aux-line: #e7e7eb;
  --aux-soft: #f4f5f8;
  width: 100%;
  color: var(--aux-ink);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.aux-ceo-page *, .aux-ceo-page *::before, .aux-ceo-page *::after { box-sizing: border-box; }
.aux-ceo-page img { display: block; max-width: 100%; }
.aux-ceo-page a { color: inherit; }

.aux-ceo-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  min-height: 720px;
  background: var(--aux-soft);
}

.aux-ceo-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(40px, 8vw, 136px) 78px clamp(28px, 7vw, 116px);
}

.aux-ceo-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--aux-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.aux-ceo-eyebrow > span { width: 36px; height: 2px; background: currentColor; }

.aux-ceo-page h1 {
  margin: 0;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(61px, 7vw, 112px);
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.055em;
}

.aux-ceo-page h1 em { color: var(--aux-blue); font-style: normal; }

.aux-ceo-intro {
  max-width: 660px;
  margin: 36px 0 44px;
  color: #4f515a;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.7;
}

.aux-ceo-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid #d9dae0;
}

.aux-ceo-author { display: flex; align-items: center; gap: 13px; }
.aux-ceo-author__initials { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #fff; background: var(--aux-blue); font-family: "Roboto Slab", Georgia, serif; font-size: 13px; font-weight: 700; }
.aux-ceo-author strong, .aux-ceo-author small { display: block; }
.aux-ceo-author strong { font-size: 13px; }
.aux-ceo-author small { margin-top: 3px; color: var(--aux-muted); font-size: 11px; }
.aux-ceo-meta > p { display: flex; gap: 10px; margin: 0; color: var(--aux-muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }

.aux-ceo-portrait { position: relative; min-height: 720px; margin: 0; overflow: hidden; background: #d9dadc; }
.aux-ceo-portrait::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 8px; height: 118px; background: var(--aux-blue); }
.aux-ceo-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(8,11,21,.58)); pointer-events: none; }
.aux-ceo-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 31%; filter: saturate(.9) contrast(1.02); }
.aux-ceo-portrait figcaption { position: absolute; z-index: 3; right: 42px; bottom: 34px; left: 42px; color: #fff; font-family: "Roboto Slab", Georgia, serif; font-size: 18px; font-weight: 600; }
.aux-ceo-portrait figcaption span { font-family: "Poppins", Arial, sans-serif; font-size: 11px; font-weight: 400; }

.aux-ceo-reading { display: grid; grid-template-columns: 80px minmax(0, 780px); justify-content: center; gap: 58px; padding: 110px 28px 126px; }
.aux-ceo-share { position: sticky; top: 28px; align-self: start; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.aux-ceo-share > span { margin-bottom: 8px; color: #8b8c93; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.aux-ceo-share__button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid var(--aux-line); border-radius: 50%; color: var(--aux-ink); background: #fff; cursor: pointer; transition: .2s; }
.aux-ceo-share__button:hover { color: var(--aux-blue); border-color: var(--aux-blue); transform: translateY(-2px); }
.aux-ceo-share__button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.aux-ceo-linkedin svg { fill: currentColor; stroke: none; }

.aux-ceo-body > p { margin: 0 0 31px; color: #33353b; font-family: "Roboto Slab", Georgia, serif; font-size: clamp(18px, 1.45vw, 21px); line-height: 1.9; }
.aux-ceo-body > p strong { color: var(--aux-ink); font-weight: 700; }
.aux-ceo-body > .aux-ceo-opening { color: var(--aux-ink); font-size: clamp(22px, 1.8vw, 27px); line-height: 1.68; }
.aux-ceo-opening::first-letter { float: left; margin: 10px 10px 0 0; color: var(--aux-blue); font-family: "Roboto Slab", Georgia, serif; font-size: 84px; font-weight: 700; line-height: .72; }

.aux-ceo-quote { position: relative; margin: 72px -78px 70px; padding: 62px 72px 56px; color: #fff; background: var(--aux-blue); overflow: hidden; }
.aux-ceo-quote::after { content: ""; position: absolute; right: -86px; bottom: -96px; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.07), 0 0 0 76px rgba(255,255,255,.05); }
.aux-ceo-quote > span { display: block; height: 34px; margin-bottom: 20px; color: rgba(255,255,255,.62); font-family: Georgia, serif; font-size: 82px; line-height: 1; }
.aux-ceo-quote p { position: relative; z-index: 1; margin: 0; font-family: "Roboto Slab", Georgia, serif; font-size: clamp(26px, 2.5vw, 38px); line-height: 1.42; letter-spacing: -.025em; }

.aux-ceo-signature { display: flex; align-items: center; gap: 22px; margin-top: 60px; padding-top: 35px; border-top: 1px solid var(--aux-line); }
.aux-ceo-signature > span { width: 52px; height: 3px; background: var(--aux-blue); }
.aux-ceo-signature p { margin: 0; line-height: 1.55; }
.aux-ceo-signature strong { font-family: "Roboto Slab", Georgia, serif; font-size: 19px; }
.aux-ceo-signature small { color: var(--aux-muted); font-size: 12px; }

.aux-ceo-cta { display: flex; align-items: center; justify-content: space-between; gap: 56px; padding: 78px clamp(28px, 8vw, 126px); color: #fff; background: var(--aux-ink); }
.aux-ceo-cta .aux-ceo-eyebrow { margin-bottom: 18px; color: #8f94ff; }
.aux-ceo-cta h2 { max-width: 820px; margin: 0; color: #fff; font-family: "Roboto Slab", Georgia, serif; font-size: clamp(33px, 4vw, 57px); font-weight: 600; line-height: 1.14; letter-spacing: -.035em; }
.aux-ceo-cta > a { flex: 0 0 auto; padding: 16px 24px; border: 1px solid rgba(255,255,255,.45); border-radius: 3px; color: #fff; font-size: 13px; font-weight: 600; text-decoration: none; transition: .2s; }
.aux-ceo-cta > a span { margin-left: 15px; font-size: 20px; }
.aux-ceo-cta > a:hover { color: var(--aux-ink); background: #fff; }

.aux-ceo-toast { position: fixed; z-index: 9999; right: 24px; bottom: 24px; margin: 0; padding: 12px 18px; border-radius: 4px; color: #fff; background: var(--aux-ink); font-size: 12px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s; }
.aux-ceo-toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 820px) {
  .aux-ceo-hero { grid-template-columns: 1fr; }
  .aux-ceo-hero__copy { min-height: 610px; padding: 68px clamp(24px, 6vw, 52px) 58px; }
  .aux-ceo-page h1 { font-size: clamp(58px, 15vw, 92px); }
  .aux-ceo-portrait { min-height: 70vh; max-height: 760px; }
  .aux-ceo-reading { grid-template-columns: 1fr; gap: 35px; padding-top: 75px; }
  .aux-ceo-share { position: static; flex-direction: row; justify-content: flex-start; }
  .aux-ceo-share > span { margin: 0 10px 0 0; writing-mode: initial; transform: none; }
  .aux-ceo-quote { margin-right: -28px; margin-left: -28px; padding: 52px 34px; }
  .aux-ceo-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .aux-ceo-hero__copy { min-height: auto; padding: 58px 24px 48px; }
  .aux-ceo-intro { margin: 28px 0 35px; }
  .aux-ceo-meta { align-items: flex-start; flex-direction: column; gap: 18px; }
  .aux-ceo-portrait { min-height: 560px; }
  .aux-ceo-portrait figcaption { right: 24px; bottom: 24px; left: 24px; }
  .aux-ceo-reading { padding: 62px 22px 80px; }
  .aux-ceo-body > p { line-height: 1.78; }
  .aux-ceo-quote { margin: 54px -22px; padding-right: 28px; padding-left: 28px; }
  .aux-ceo-cta { padding: 60px 24px; }
  .aux-ceo-cta > a { width: 100%; text-align: center; }
}/* End custom CSS */