:root {
  --ar-ivory: #faf1ea;
  --ar-ivory-deep: #ebe6dc;
  --ar-ink: #0e0e0e;
  --ar-gold: #9a741e;
  --ar-gold-light: #d2af69;
  --ar-moss: #4a533e;
  --ar-line: rgba(14, 14, 14, .18);
  --ar-serif: 'Iowan Old Style', Baskerville, 'Palatino Linotype', 'Book Antiqua', Georgia, 'Times New Roman', serif;
  --ar-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --ar-shell: min(1280px, calc(100vw - 72px));
  --ar-radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ar-ivory);
  color: var(--ar-ink);
  font-family: var(--ar-sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  content: '';
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--ar-gold); color: var(--ar-ivory); }

.ar-shell { width: var(--ar-shell); margin-inline: auto; }
.ar-skip-link {
  position: fixed; z-index: 9999; left: 16px; top: 16px; transform: translateY(-150%);
  padding: 12px 18px; background: var(--ar-ink); color: var(--ar-ivory);
}
.ar-skip-link:focus { transform: translateY(0); }

.ar-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  transition: background .25s ease, border-color .25s ease;
  border-bottom: 1px solid var(--ar-line);
  background: rgba(250, 241, 234, .88);
  backdrop-filter: blur(14px);
}
.ar-header.is-scrolled { background: rgba(250, 241, 234, .94); border-color: var(--ar-line); backdrop-filter: blur(14px); }
.ar-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.ar-brand { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 11px; line-height: .9; }
.ar-brand::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: var(--ar-gold);
  content: '';
  pointer-events: none;
  -webkit-mask: url('../images/logo-person-mask.png') left center / contain no-repeat;
  mask: url('../images/logo-person-mask.png') left center / contain no-repeat;
}
.ar-brand__generated { width: 142px; height: 58px; object-fit: contain; object-position: left center; }
.custom-logo { width: auto; max-height: 64px; }
.ar-nav { display: flex; align-items: center; gap: clamp(22px, 3.5vw, 52px); font-size: 11px; letter-spacing: .01em; }
.ar-nav a { position: relative; padding: 10px 0; }
.ar-nav a::after { position: absolute; content: ''; left: 0; right: 100%; bottom: 3px; height: 1px; background: currentColor; transition: right .25s ease; }
.ar-nav a:hover::after, .ar-nav a:focus-visible::after { right: 0; }
.ar-nav__contact { color: var(--ar-gold); }
.ar-menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; color: var(--ar-ink); }

.ar-hero { overflow: hidden; padding: 72px 0 54px; }
.ar-hero__grid { position: relative; min-height: clamp(550px, calc(100svh - 220px), 590px); }
.ar-svg-filters { position: absolute; width: 0; height: 0; overflow: hidden; }
.ar-hero__copy { position: relative; z-index: 2; width: 48%; padding-top: 42px; }
.ar-eyebrow, .ar-section-index { margin: 0 0 30px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.ar-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--ar-moss); }
.ar-eyebrow span { width: 26px; height: 2px; background: var(--ar-gold); }
.ar-hero h1, .ar-section-heading h2, .ar-manifesto h2, .ar-review h2, .ar-network h2, .ar-contact h2 {
  margin: 0; font-family: var(--ar-serif); font-weight: 400; letter-spacing: -.065em; line-height: .88;
}
.ar-hero h1 { max-width: 570px; font-size: clamp(68px, 7.35vw, 112px); line-height: .87; }
.ar-hero h1 > span { display: block; }
.ar-hero h1 > .ar-hero__seo-title {
  margin-bottom: 34px;
  color: var(--ar-moss);
  font-family: var(--ar-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}
.ar-hero h1::after { display: block; width: 30px; height: 2px; margin-top: 24px; background: var(--ar-gold); content: ''; }
em { color: var(--ar-gold); font-style: normal; }
.ar-hero__intro { max-width: 410px; margin: 20px 0 0; font-size: clamp(17px, 1.25vw, 19px); line-height: 1.5; }
.ar-hero__actions { margin-top: 34px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.ar-button { display: inline-flex; min-height: 56px; padding: 0 26px; align-items: center; justify-content: center; border: 1px solid currentColor; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.ar-button:hover, .ar-button:focus-visible { transform: translateY(-3px); }
.ar-button--ink { background: var(--ar-ink); color: var(--ar-ivory); }
.ar-button--ink:hover { background: var(--ar-gold); border-color: var(--ar-gold); }
.ar-text-link { padding: 8px 0; border-bottom: 1px solid var(--ar-line); font-size: 14px; }
.ar-text-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.ar-text-link:hover span { transform: translateY(4px); }
.ar-hero__note { margin: 20px 0 0; color: rgba(14,14,14,.52); font-size: 11px; }
.ar-hero__art {
  position: absolute;
  z-index: 1;
  top: -14px;
  right: -5.5vw;
  width: min(72vw, 870px);
  aspect-ratio: 1254 / 1080;
  overflow: hidden;
}
.ar-hero__art::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: var(--ar-gold);
  content: '';
  pointer-events: none;
  transform: translateY(-8.2%);
  -webkit-mask: url('../images/hero-person-mask.png') center top / 100% 100% no-repeat;
  mask: url('../images/hero-person-mask.png') center top / 100% 100% no-repeat;
}
.ar-hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  transform: translateY(-8.2%);
  filter: none;
}
.ar-hero__services-title { position: relative; z-index: 2; display: flex; align-items: center; gap: 22px; margin-bottom: 12px; }
.ar-hero__services-title::before {
  position: absolute;
  z-index: -1;
  inset: -72px 0 -184px;
  pointer-events: none;
  content: '';
  background: linear-gradient(to bottom, rgba(250,241,234,0) 0%, rgba(250,241,234,.72) 38%, var(--ar-ivory) 76%);
}
.ar-hero__services-title p { margin: 0; font: 400 19px/1 var(--ar-serif); }
.ar-hero__services-title span { height: 1px; flex: 1; background: var(--ar-line); }
.ar-hero__services { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--ar-line); }
.ar-hero__services > div { min-height: 128px; padding: 20px 28px; border-left: 1px solid var(--ar-line); }
.ar-hero__services > div:first-child { padding-left: 0; border-left: 0; }
.ar-hero__services span { display: block; margin-bottom: 8px; color: var(--ar-gold); font: 400 28px/1 var(--ar-serif); }
.ar-hero__services strong { display: block; font: 400 29px/1.04 var(--ar-serif); letter-spacing: -.032em; }
.ar-hero__services p { max-width: 230px; margin: 12px 0 0; color: rgba(14,14,14,.8); font-family: var(--ar-sans); font-size: clamp(14px, 1.15vw, 15px); font-weight: 500; line-height: 1.48; }

.ar-manifesto { padding: clamp(110px, 12vw, 190px) 0; border-top: 1px solid var(--ar-line); }
.ar-manifesto__grid { display: grid; grid-template-columns: 1fr 3fr; gap: 54px; }
.ar-manifesto h2, .ar-section-heading h2, .ar-review h2, .ar-network h2 { font-size: clamp(48px, 6vw, 95px); }
.ar-manifesto__copy > p { max-width: 720px; margin: 44px 0 0 auto; font-size: 20px; }
.ar-signals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 110px; border-top: 1px solid var(--ar-line); }
.ar-signal { min-height: 270px; padding: 30px 42px 30px 0; border-right: 1px solid var(--ar-line); }
.ar-signal + .ar-signal { padding-left: 42px; }
.ar-signal:last-child { border-right: 0; }
.ar-signal > span, .ar-step__number { color: var(--ar-gold); font-family: var(--ar-serif); font-size: 26px; }
.ar-signal h3 { margin: 66px 0 12px; font: 400 30px/1.05 var(--ar-serif); letter-spacing: -.035em; }
.ar-signal p { max-width: 330px; margin: 0; color: rgba(14,14,14,.65); font-size: 15px; }

.ar-process { padding: clamp(110px, 11vw, 175px) 0; background: var(--ar-ink); color: var(--ar-ivory); }
.ar-section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 54px; }
.ar-section-heading .ar-section-index { color: var(--ar-gold-light); }
.ar-process__track { margin-top: 100px; border-top: 1px solid rgba(250,241,234,.27); }
.ar-step { display: grid; grid-template-columns: 1fr 3fr; gap: 54px; padding: 42px 0; border-bottom: 1px solid rgba(250,241,234,.27); }
.ar-step > div:last-child { display: grid; grid-template-columns: minmax(230px, .8fr) 1.2fr; align-items: baseline; gap: 40px; }
.ar-step h3 { margin: 0; font: 400 clamp(30px, 3.3vw, 52px)/1 var(--ar-serif); letter-spacing: -.04em; }
.ar-step p { max-width: 520px; margin: 0; color: rgba(250,241,234,.68); }

.ar-solutions { padding: clamp(110px, 11vw, 175px) 0; }
.ar-section-heading--split { grid-template-columns: 2fr 1fr; align-items: end; }
.ar-section-heading--split > p { max-width: 420px; margin: 0 0 8px; }
.ar-solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border: 1px solid var(--ar-line); }
.ar-solution { min-height: 430px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--ar-line); }
.ar-solution:last-child { border-right: 0; }
.ar-solution__number { color: var(--ar-gold); font: 400 38px/1 var(--ar-serif); letter-spacing: -.04em; }
.ar-solution__meta { margin: auto 0 14px; color: var(--ar-gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ar-solution h3 { margin: 0 0 18px; font: 400 33px/.98 var(--ar-serif); letter-spacing: -.045em; }
.ar-solution > p:last-child { margin: 0; color: rgba(14,14,14,.63); font-size: 15px; }
.ar-solution--moss { background: var(--ar-moss); color: var(--ar-ivory); }
.ar-solution--moss .ar-solution__number { color: var(--ar-gold-light); }
.ar-solution--moss .ar-solution__meta { color: var(--ar-gold-light); }
.ar-solution--moss > p:last-child { color: rgba(250,241,234,.7); }

.ar-review { padding: clamp(100px, 10vw, 160px) 0; background: var(--ar-gold); }
.ar-review__grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.ar-review__copy .ar-section-index { color: var(--ar-ink); }
.ar-review h2 em { color: var(--ar-ivory); }
.ar-review__copy > p:not(.ar-section-index) { max-width: 650px; margin: 36px 0 0; font-size: 20px; }
.ar-review ul { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(14,14,14,.35); }
.ar-review li { padding: 14px 0; border-bottom: 1px solid rgba(14,14,14,.35); }
.ar-review li::before { margin-right: 12px; content: '—'; }
.ar-review__card { padding: clamp(30px, 4vw, 58px); background: var(--ar-ink); color: var(--ar-ivory); box-shadow: 20px 24px 0 rgba(14,14,14,.13); }
.ar-review__label { margin: 0 0 34px; color: var(--ar-gold-light); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.ar-review__price { margin: 0 0 24px; display: flex; align-items: end; gap: 10px; }
.ar-review__price strong { white-space: nowrap; font: 400 clamp(52px, 5vw, 78px)/.82 var(--ar-serif); letter-spacing: -.07em; }
.ar-review__price span { padding-bottom: 3px; color: rgba(250,241,234,.65); }
.ar-review__card hr { margin: 30px 0; border: 0; border-top: 1px solid rgba(250,241,234,.25); }
.ar-review__small { color: rgba(250,241,234,.65); font-size: 14px; }
.ar-button--ivory { width: 100%; margin-top: 24px; background: var(--ar-ivory); color: var(--ar-ink); }
.ar-button--ivory:hover { background: var(--ar-gold); color: var(--ar-ink); }

.ar-network { padding: clamp(110px, 12vw, 190px) 0; }
.ar-network__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.ar-network__figure { min-height: 520px; padding: clamp(32px, 5vw, 72px); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--ar-moss); color: var(--ar-ivory); }
.ar-network__figure strong { display: block; font: 400 min(24vw, 300px)/.75 var(--ar-serif); letter-spacing: -.09em; }
.ar-network__figure sup { color: var(--ar-gold-light); font-size: .28em; vertical-align: top; }
.ar-network__figure span { max-width: 260px; font: 400 30px/1 var(--ar-serif); }
.ar-network__copy > p:not(.ar-section-index) { max-width: 680px; margin: 40px 0 0; font-size: 19px; }
.ar-network__promise { margin-top: 50px; display: flex; gap: 18px; align-items: flex-start; }
.ar-network__promise span { width: 36px; height: 2px; flex: 0 0 auto; margin-top: 13px; background: var(--ar-gold); }
.ar-network__promise p { max-width: 440px; margin: 0; font: 400 25px/1.18 var(--ar-serif); }

.ar-contact { padding: clamp(100px, 11vw, 170px) 0; background: var(--ar-ink); color: var(--ar-ivory); }
.ar-contact__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 10vw, 150px); align-items: end; }
.ar-contact h2 { font-size: clamp(64px, 8vw, 128px); }
.ar-contact .ar-section-index { color: var(--ar-gold-light); }
.ar-contact__action > p:first-child { max-width: 520px; margin: 0 0 50px; color: rgba(250,241,234,.7); font-size: 18px; }
.ar-contact__email { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(250,241,234,.45); font: 400 clamp(23px, 3vw, 42px)/1.1 var(--ar-serif); }
.ar-contact__email span { color: var(--ar-gold-light); }
.ar-contact__note { margin: 18px 0 0; color: rgba(250,241,234,.5); font-size: 12px; }

.ar-footer { padding: 70px 0 24px; background: var(--ar-ivory-deep); }
.ar-footer__top { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 40px; align-items: start; }
.ar-footer__top > p { margin: 0; font: 400 22px/1.1 var(--ar-serif); }
.ar-footer__contact { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; font-size: 14px; }
.ar-footer__bottom { margin-top: 70px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--ar-line); color: rgba(14,14,14,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.ar-footer__bottom p { margin: 0; }
.ar-footer__bottom div { display: flex; gap: 28px; }

.ar-default-page { min-height: 70vh; padding: 160px 0 100px; }
.ar-default-page h1 { font: 400 clamp(54px, 7vw, 104px)/.9 var(--ar-serif); letter-spacing: -.05em; }
.ar-entry-content { max-width: 780px; }

.ar-reveal { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.ar-has-js .ar-reveal { opacity: 0; transform: translateY(22px); }
.ar-has-js .ar-reveal.is-visible { opacity: 1; transform: translateY(0); }
.ar-reveal[data-delay='1'] { transition-delay: .1s; }
.ar-reveal[data-delay='2'] { transition-delay: .2s; }
.ar-reveal[data-delay='3'] { transition-delay: .3s; }
.ar-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --ar-shell: min(100% - 44px, 980px); }
  .ar-header__inner { min-height: 72px; }
  .ar-hero { padding-top: 72px; }
  .ar-hero__grid { min-height: 530px; }
  .ar-hero__art { right: -7vw; width: min(70vw, 760px); }
  .ar-nav { gap: 24px; }
  .ar-solution-grid { grid-template-columns: repeat(2, 1fr); }
  .ar-solution:nth-child(2) { border-right: 0; }
  .ar-solution:nth-child(-n+2) { border-bottom: 1px solid var(--ar-line); }
  .ar-review__grid { grid-template-columns: 1.15fr .85fr; gap: 60px; }
}

@media (max-width: 820px) {
  :root { --ar-shell: calc(100% - 36px); }
  html { scroll-padding-top: 76px; }
  .ar-header,
  .ar-header.is-scrolled {
    background: rgba(250,241,234,.96);
    border-bottom-color: var(--ar-line);
    backdrop-filter: none;
  }
  .ar-header__inner { min-height: 68px; }
  .ar-brand__generated { width: 96px; height: 48px; }
  .ar-menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 9px 0; }
  .ar-menu-toggle__label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .ar-menu-toggle__icon { width: 25px; display: grid; gap: 6px; }
  .ar-menu-toggle__icon i { display: block; height: 1px; background: currentColor; transition: transform .2s ease; }
  .ar-menu-toggle[aria-expanded='true'] .ar-menu-toggle__icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .ar-menu-toggle[aria-expanded='true'] .ar-menu-toggle__icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .ar-nav { position: fixed; z-index: 1; inset: 0; width: 100vw; min-height: 100dvh; padding: 120px 18px 40px; display: flex; visibility: hidden; opacity: 0; overflow-y: auto; flex-direction: column; align-items: flex-start; gap: 0; background: var(--ar-ivory); transition: opacity .2s ease, visibility .2s ease; }
  .ar-nav.is-open { visibility: visible; opacity: 1; }
  .ar-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--ar-line); font: 400 34px/1 var(--ar-serif); }
  body.ar-menu-open { overflow: hidden; }
  .ar-hero { min-height: auto; padding: 90px 0 70px; }
  .ar-hero__grid { min-height: auto; }
  .ar-hero__copy { width: 100%; padding-top: 30px; }
  .ar-hero h1 { max-width: 670px; }
  .ar-hero__art { position: relative; top: auto; right: auto; width: min(660px, 110%); margin: 2px -5% 0; }
  .ar-hero__services-title { margin-top: 20px; }
  .ar-hero__services { grid-template-columns: repeat(2, 1fr); }
  .ar-hero__services > div:nth-child(3) { border-left: 0; }
  .ar-hero__services > div:nth-child(-n+2) { border-bottom: 1px solid var(--ar-line); }
  .ar-manifesto__grid, .ar-section-heading, .ar-step, .ar-review__grid, .ar-network__grid, .ar-contact__grid { grid-template-columns: 1fr; }
  .ar-manifesto__copy > p { margin-left: 0; }
  .ar-signals { grid-template-columns: 1fr; margin-top: 70px; }
  .ar-signal, .ar-signal + .ar-signal { min-height: auto; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--ar-line); }
  .ar-signal h3 { margin-top: 34px; }
  .ar-step > div:last-child { grid-template-columns: 1fr; gap: 20px; }
  .ar-section-heading--split { grid-template-columns: 1fr; align-items: start; }
  .ar-section-heading--split > p { margin-top: 30px; }
  .ar-review__card { max-width: 560px; }
  .ar-network__figure { width: min(580px, 100%); min-height: 430px; }
  .ar-contact__action { margin-top: 20px; }
  .ar-footer__top { grid-template-columns: 1fr 1fr; }
  .ar-footer__top > p { grid-column: 1 / -1; order: 3; }
}

@media (max-width: 560px) {
  :root { --ar-shell: calc(100% - 28px); }
  body { font-size: 16px; }
  .ar-hero h1 { font-size: clamp(60px, 19vw, 88px); }
  .ar-hero__intro { margin-top: 26px; }
  .ar-hero__actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .ar-button { width: 100%; }
  .ar-text-link { align-self: flex-start; }
  .ar-hero__art { margin-top: 2px; }
  .ar-hero__services > div { min-height: 116px; padding: 18px 14px; }
  .ar-hero__services strong { font-size: 21px; }
  .ar-eyebrow, .ar-section-index { margin-bottom: 25px; }
  .ar-manifesto h2, .ar-section-heading h2, .ar-review h2, .ar-network h2 { font-size: clamp(45px, 13.5vw, 70px); }
  .ar-solution-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .ar-solution, .ar-solution:nth-child(2) { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--ar-line); }
  .ar-solution:last-child { border-bottom: 0; }
  .ar-review__card { padding: 34px 24px; box-shadow: 10px 12px 0 rgba(14,14,14,.13); }
  .ar-network__figure { min-height: 330px; }
  .ar-network__figure strong { font-size: min(47vw, 220px); }
  .ar-contact h2 { font-size: clamp(58px, 18vw, 88px); }
  .ar-contact__email { font-size: 20px; overflow-wrap: anywhere; }
  .ar-footer__top { grid-template-columns: 1fr; }
  .ar-footer__contact { align-items: flex-start; }
  .ar-footer__top > p { grid-column: auto; }
  .ar-footer__bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .ar-reveal { opacity: 1; transform: none; }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ar-ivory: #151512;
    --ar-ivory-deep: #1d1d19;
    --ar-ink: #f4efe7;
    --ar-gold: #c3983e;
    --ar-gold-light: #e0bf78;
    --ar-moss: #4a533e;
    --ar-line: rgba(244, 239, 231, .18);
  }

  body::before {
    opacity: .05;
    mix-blend-mode: screen;
  }

  ::selection {
    background: var(--ar-gold);
    color: #0e0e0e;
  }

  .ar-header,
  .ar-header.is-scrolled {
    background: rgba(21, 21, 18, .92);
    border-color: var(--ar-line);
  }

  .ar-brand img,
  .custom-logo {
    filter: invert(1) sepia(.1) saturate(.35) brightness(1.12);
  }

  .ar-hero__image {
    filter: invert(1) sepia(.08) saturate(.32) brightness(1.06) contrast(.96);
  }

  .ar-eyebrow,
  .ar-hero h1 > .ar-hero__seo-title {
    color: #9ba58d;
  }

  .ar-hero__services-title::before {
    background: linear-gradient(to bottom, rgba(21,21,18,0) 0%, rgba(21,21,18,.72) 38%, var(--ar-ivory) 76%);
  }

  .ar-hero__note,
  .ar-hero__services p,
  .ar-signal p,
  .ar-solution > p:last-child,
  .ar-footer__bottom {
    color: rgba(244, 239, 231, .68);
  }

  .ar-process,
  .ar-contact {
    background: #090a08;
    color: #f4efe7;
  }

  .ar-step p {
    color: rgba(244, 239, 231, .72);
  }

  .ar-solution--moss,
  .ar-network__figure {
    color: #faf1ea;
  }

  .ar-solution--moss > p:last-child {
    color: rgba(250, 241, 234, .74);
  }

  .ar-review {
    background: var(--ar-gold);
    color: #0e0e0e;
  }

  .ar-review__copy .ar-section-index {
    color: #0e0e0e;
  }

  .ar-review h2 em {
    color: #faf1ea;
  }

  .ar-review__card {
    background: #090a08;
    color: #faf1ea;
    box-shadow: 20px 24px 0 rgba(0, 0, 0, .28);
  }

  .ar-button--ivory {
    background: #faf1ea;
    color: #0e0e0e;
  }

  .ar-button--ivory:hover {
    background: var(--ar-gold-light);
    color: #0e0e0e;
  }
}
