:root {
  --paper: #f1eee7;
  --paper-2: #e8e3d8;
  --ink: #10100f;
  --muted: #756f65;
  --soft: #a79f93;
  --line: rgba(16,16,15,.18);
  --accent: #761d16;
  --dark: #0b0b0a;
  --light: #f3f0e9;
  --shell: min(94vw, 1560px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

::selection { background: var(--ink); color: var(--paper); }

.loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: var(--dark);
  color: var(--light);
  transition: opacity .65s ease, visibility .65s;
}
.loader.is-gone { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-wordmark {
  width: clamp(190px, 17vw, 250px);
  opacity: 0;
  transform: scale(.96);
  animation: loader-wordmark-in .6s cubic-bezier(.2,.8,.2,1) .05s forwards;
}
.loader-riyal-logo {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.loader-line {
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: 4vh;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,.18);
}
.loader-line span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--light);
  transform: translateX(-100%);
  animation: loadline .8s cubic-bezier(.77,0,.18,1) forwards;
}
@keyframes loadline { to { transform: none; } }
@keyframes loader-wordmark-in { to { opacity: 1; transform: scale(1); } }

.site-header {
  position: relative;
  z-index: 20;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.brand { display: flex; align-items: center; gap: 14px; width: max-content; }
.brand-mark,
.footer-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.07em;
}
.header-status { display: flex; align-items: center; gap: 8px; color: var(--muted); }
.header-status i { width: 6px; height: 6px; border-radius: 50%; background: #2f6a45; }
.nav { justify-self: end; display: flex; align-items: center; gap: 26px; }
.nav a { position: relative; padding: 10px 0; }
.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 5px;
  height: 1px;
  background: currentColor;
  transition: right .35s cubic-bezier(.2,.8,.2,1);
}
.nav a:hover::after { right: 0; }

.hero {
  position: relative;
  min-height: calc(100svh - 84px);
  padding: 26px 0 28px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.hero-watermark {
  position: absolute;
  z-index: -2;
  top: 0;
  right: -2vw;
  font-size: min(92vh, 68vw);
  font-weight: 600;
  letter-spacing: -.11em;
  line-height: .74;
  color: transparent;
  -webkit-text-stroke: 1px rgba(16,16,15,.08);
  user-select: none;
  pointer-events: none;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-top p { margin: 0; }
.hero-top p:last-child { color: var(--muted); }
.hero-stage {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 27vw);
  gap: clamp(36px, 6vw, 96px);
  align-items: end;
  padding: clamp(34px, 7vh, 90px) 0 28px;
}
.hero-copy { min-width: 0; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; }
.hero-title {
  margin: 0 0 clamp(36px, 7vh, 78px);
  font-size: clamp(110px, 16.3vw, 258px);
  line-height: .72;
  font-weight: 500;
  letter-spacing: -.09em;
  white-space: nowrap;
}
.title-line { display: block; }
.title-yazid { margin-left: -.055em; }
.title-aych {
  margin-left: clamp(22px, 7vw, 120px);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: -.075em;
}
.title-dot { color: var(--ink); }
.hero-intro {
  border-top: 1px solid var(--line);
  padding-top: 16px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.hero-intro p {
  margin: 0;
  max-width: 440px;
  font-size: clamp(18px, 1.65vw, 27px);
  line-height: 1.14;
  letter-spacing: -.035em;
}
.hero-intro a {
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.external-icon {
  width: .92em;
  height: .92em;
  display: inline-block;
  margin-left: .62em;
  vertical-align: -.11em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .76;
  transition: transform .24s ease, opacity .24s ease;
}
.hero-intro .external-icon { width: 11px; height: 11px; margin-left: 9px; }
@media (hover: hover) {
  a:hover .external-icon { transform: translate(3px, -3px); opacity: 1; }
}

.portrait { margin: 0; align-self: end; }
.portrait-frame {
  position: relative;
  height: min(70vh, 740px);
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(118,29,22,.08), transparent 42%),
    #d8d2c7;
  border: 1px solid rgba(16,16,15,.25);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  pointer-events: none;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: grayscale(1) contrast(1.04) saturate(.75);
  transition: filter .55s ease, transform 1s cubic-bezier(.2,.8,.2,1);
}
.portrait:hover img { filter: grayscale(.18) contrast(1.02) saturate(.88); transform: scale(1.015); }
.portrait img.is-hidden { opacity: 0; }
.portrait-fallback {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  font: italic clamp(140px, 22vw, 330px)/.7 Georgia, serif;
  color: rgba(16,16,15,.55);
}
.portrait-scan {
  position: absolute;
  left: 0;
  right: 0;
  top: -15%;
  height: 12%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.18), transparent);
  opacity: .45;
  animation: scan 8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes scan { 0%,20% { transform: translateY(0); } 70%,100% { transform: translateY(960%); } }
.portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.hero-trust > div {
  min-height: 82px;
  padding: 16px 18px 12px 0;
  border-right: 1px solid var(--line);
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
}
.hero-trust > div:last-child { border-right: 0; padding-left: 18px; }
.hero-trust > div:not(:first-child) { padding-left: 18px; }
.hero-trust span { grid-row: 1 / 3; font-size: 8px; letter-spacing: .16em; color: var(--muted); }
.hero-trust strong { font-size: 12px; letter-spacing: .12em; font-weight: 600; }
.hero-trust small { margin-top: 7px; font-size: 10px; color: var(--muted); }

.press-band {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  color: var(--light);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.press-band::before {
  content: "YAZID AYCH";
  position: absolute;
  right: -1.5vw;
  top: 50%;
  transform: translateY(-51%);
  font: 500 clamp(88px, 12vw, 210px)/.72 "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.045);
  white-space: nowrap;
  pointer-events: none;
}
.press-inner {
  position: relative;
  z-index: 1;
  min-height: 222px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}
.press-meta {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.press-meta span {
  font-size: 9px;
  letter-spacing: .2em;
  font-weight: 600;
}
.press-meta small {
  max-width: 135px;
  color: #817d76;
  font-size: 7px;
  line-height: 1.55;
  letter-spacing: .18em;
}
.press-logos {
  display: grid;
  grid-template-columns: .86fr 1fr 1.45fr 1fr;
  align-items: center;
}
.press-logo {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px clamp(18px, 2.2vw, 38px);
  border-right: 1px solid rgba(255,255,255,.12);
  white-space: nowrap;
  opacity: .78;
  filter: grayscale(1);
  transition: opacity .3s ease, transform .3s ease;
}
.press-logo:last-child { border-right: 0; }
.press-logo:hover { opacity: 1; transform: translateY(-2px); }
.press-forbes {
  justify-content: flex-start;
  padding-left: 0;
  font: 700 clamp(31px, 3.3vw, 54px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.07em;
}
.press-binance { gap: 12px; font-size: clamp(18px, 1.8vw, 28px); font-weight: 700; letter-spacing: .06em; }
.press-binance i {
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-block;
  transform: rotate(45deg);
  border: 5px solid currentColor;
}
.press-binance i::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: currentColor;
}
.press-cct {
  flex-direction: column;
  align-items: flex-start;
  font: 500 clamp(16px, 1.55vw, 23px)/.92 Georgia, "Times New Roman", serif;
  letter-spacing: .08em;
}
.press-cct b { font-size: 1.48em; letter-spacing: .16em; }
.press-token {
  justify-content: flex-end;
  padding-right: 0;
  font-size: clamp(19px, 2vw, 31px);
  font-weight: 700;
  letter-spacing: -.035em;
}
.press-token span { margin-left: 3px; color: #77736d; font-weight: 400; }

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section-head p { margin: 0; }
.section-head span { color: var(--muted); }

.profile { padding: 150px 0 130px; }
.profile-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1.1fr 3.7fr 1.8fr;
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}
.profile-kicker {
  margin-top: 8px;
  max-width: 190px;
  font: italic 23px/1.08 Georgia, serif;
  color: var(--accent);
}
.profile h2,
.credentials-title h2,
.focus h2,
.contact-title h2 {
  margin: 0;
  font-size: clamp(56px, 7.2vw, 116px);
  line-height: .86;
  font-weight: 400;
  letter-spacing: -.065em;
}
.profile h2 em,
.credentials-title h2 em,
.focus h2 em,
.contact-title h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}
.profile-copy { padding-top: 6px; }
.profile-copy p { margin: 0 0 24px; font-size: 14px; line-height: 1.55; }
.profile-copy p:last-child { color: var(--muted); }

.signal-grid {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.signal {
  min-height: 198px;
  padding: 20px 28px 22px 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.signal:not(:first-child) { padding-left: 28px; }
.signal:last-child { border-right: 0; }
.signal span { font-size: 8px; letter-spacing: .2em; color: var(--muted); }
.signal strong { font-size: clamp(23px, 2.3vw, 38px); font-weight: 450; letter-spacing: -.045em; }
.signal p { margin: 0; font-size: 11px; color: var(--muted); }

.credentials { padding: 90px 0 160px; }
.credentials-layout {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(70px, 11vw, 180px);
  align-items: start;
}
.credentials-title { position: sticky; top: 42px; }
.credentials-title p {
  max-width: 390px;
  margin: 36px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.credential-list { border-top: 1px solid var(--line); }
.credential-row {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 120px 24px;
  gap: 22px;
  align-items: center;
  min-height: 126px;
  border-bottom: 1px solid var(--line);
  transition: padding .35s ease, background .35s ease;
}
.credential-row:hover { padding-left: 14px; background: rgba(16,16,15,.025); }
.credential-no,
.credential-type { font-size: 8px; letter-spacing: .18em; color: var(--muted); }
.credential-row div { display: flex; flex-direction: column; gap: 7px; }
.credential-row strong { font-size: clamp(24px, 2.6vw, 42px); font-weight: 450; letter-spacing: -.045em; }
.credential-row small { color: var(--muted); font-size: 11px; }
.credential-type { text-align: right; }
.credential-arrow { width: 14px; height: 14px; margin-left: 0; }
.credential-row:hover .credential-arrow { transform: translate(3px,-3px); }

.riyal {
  background: var(--dark);
  color: var(--light);
  padding: 46px 0 56px;
}
.riyal-inner { min-height: 94svh; display: flex; flex-direction: column; justify-content: space-between; }
.riyal-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(243,240,233,.19);
  padding-bottom: 14px;
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.riyal-head p { margin: 0; }
.riyal-head span { color: #8e8a82; }
.riyal-word {
  margin: auto 0;
  font-size: clamp(120px, 24.3vw, 390px);
  font-weight: 500;
  line-height: .7;
  letter-spacing: -.095em;
  white-space: nowrap;
}
.riyal-bottom {
  border-top: 1px solid rgba(243,240,233,.19);
  padding-top: 21px;
  display: grid;
  grid-template-columns: 1.4fr 1.2fr auto;
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}
.riyal-statement p { margin: 0; max-width: 470px; font-size: clamp(24px, 2.2vw, 36px); line-height: 1.06; letter-spacing: -.04em; }
.riyal-copy p { margin: 0; max-width: 460px; font-size: 13px; line-height: 1.55; color: #aaa59c; }
.dark-link { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }
.dark-link .external-icon { width: 11px; height: 11px; margin-left: 10px; }

.focus { padding: 150px 0 160px; }
.focus-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: .95fr 1.1fr;
  gap: clamp(70px, 10vw, 160px);
  align-items: end;
}
.focus-list { border-top: 1px solid var(--line); }
.focus-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px 22px;
  padding: 27px 0 29px;
  border-bottom: 1px solid var(--line);
}
.focus-row > span { grid-row: 1 / 3; padding-top: 4px; font-size: 8px; letter-spacing: .18em; color: var(--muted); }
.focus-row h3 { margin: 0; font: italic clamp(30px, 3.2vw, 48px)/1 Georgia, serif; font-weight: 400; }
.focus-row p { margin: 0; max-width: 530px; font-size: 13px; line-height: 1.5; color: var(--muted); }

.contact { padding: 20px 0 120px; }
.contact-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: .95fr 1.15fr;
  gap: clamp(70px, 10vw, 160px);
  align-items: start;
}
.contact-links { border-top: 1px solid var(--line); }
.contact-row {
  display: grid;
  grid-template-columns: 90px 1fr 160px 24px;
  gap: 22px;
  align-items: center;
  min-height: 94px;
  border-bottom: 1px solid var(--line);
}
.contact-row span,
.contact-row small { font-size: 9px; color: var(--muted); }
.contact-row span { letter-spacing: .13em; text-transform: uppercase; }
.contact-row strong { font-size: clamp(22px, 2.2vw, 34px); font-weight: 450; letter-spacing: -.04em; }
.contact-row small { text-align: right; }
.contact-arrow { width: 14px; height: 14px; margin-left: 0; }

.footer {
  min-height: 150px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 30px;
  align-items: center;
}
.footer p { margin: 0; max-width: 690px; font-size: 9px; line-height: 1.55; color: var(--muted); }
.footer > span { font-size: 8px; letter-spacing: .16em; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .9s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible { opacity: 1; transform: none; }
.hero-title .reveal:nth-child(2) { transition-delay: .07s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .loader { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .portrait-scan { display: none; }
  .portrait img { transition: none; }
}

@media (max-width: 1080px) {
  :root { --shell: calc(100vw - 40px); }
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .header-status { justify-self: end; }
  .nav { display: none; }
  .hero { min-height: auto; }
  .hero-stage { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-title { font-size: 23vw; }
  .title-aych { margin-left: 8vw; }
  .portrait { width: min(54vw, 520px); margin-left: auto; }
  .portrait-frame { height: 64svh; }
  .hero-trust { margin-top: 18px; }
  .press-inner { grid-template-columns: 150px 1fr; gap: 40px; }
  .press-logos { grid-template-columns: 1fr 1fr; }
  .press-logo:nth-child(2) { border-right: 0; }
  .press-logo:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .press-forbes { justify-content: center; padding-left: 20px; }
  .press-token { justify-content: center; padding-right: 20px; }
  .press-cct { align-items: center; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-kicker { max-width: 320px; }
  .profile h2 { max-width: 850px; }
  .profile-copy { max-width: 580px; margin-left: auto; }
  .credentials-layout { grid-template-columns: 1fr; }
  .credentials-title { position: static; }
  .credentials-title p { max-width: 520px; }
  .focus-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .focus h2,
  .contact-title h2 { max-width: 760px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 28px); }
  .site-header { height: 68px; }
  .brand-copy { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .header-status { font-size: 8px; }
  .hero { padding-top: 20px; }
  .hero-top { font-size: 8px; }
  .hero-top p:last-child { display: none; }
  .hero-stage { gap: 38px; padding-top: 44px; }
  .hero-title { font-size: 28vw; line-height: .75; margin-bottom: 44px; }
  .title-aych { margin-left: 0; }
  .hero-intro { align-items: start; flex-direction: column; }
  .hero-intro p { font-size: 19px; max-width: 310px; }
  .portrait {
    width: min(100%, 350px);
    max-width: 100%;
    margin: 2px auto 0;
    align-self: center;
  }
  .portrait-frame {
    min-height: 0;
    height: auto;
    aspect-ratio: 7 / 10;
  }
  .portrait img { object-position: 50% 23%; }
  .hero-trust { grid-template-columns: 1fr 1fr; }
  .hero-trust > div { border-bottom: 1px solid var(--line); }
  .hero-trust > div:nth-child(2) { border-right: 0; }
  .hero-trust > div:nth-child(3),
  .hero-trust > div:nth-child(4) { border-bottom: 0; }
  .hero-trust > div:nth-child(3) { padding-left: 0; }

  .press-inner { min-height: auto; grid-template-columns: 1fr; gap: 0; padding: 34px 0 24px; }
  .press-meta { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding-bottom: 24px; margin-bottom: 8px; }
  .press-meta small { max-width: none; }
  .press-logos { grid-template-columns: 1fr 1fr; }
  .press-logo { min-height: 88px; padding: 18px 12px; }
  .press-forbes { justify-content: flex-start; padding-left: 0; font-size: 34px; }
  .press-binance { font-size: 17px; }
  .press-binance i { width: 17px; height: 17px; border-width: 4px; }
  .press-cct { align-items: flex-start; font-size: 15px; padding-left: 0; }
  .press-token { justify-content: flex-end; padding-right: 0; font-size: 20px; }

  .profile { padding: 96px 0 86px; }
  .profile-grid { margin-top: 48px; gap: 30px; }
  .profile h2,
  .credentials-title h2,
  .focus h2,
  .contact-title h2 { font-size: 15.5vw; }
  .profile-copy { margin-left: 0; }
  .signal-grid { margin-top: 70px; grid-template-columns: 1fr 1fr; }
  .signal { min-height: 154px; padding: 18px 18px 18px 0; border-bottom: 1px solid var(--line); }
  .signal:nth-child(2) { border-right: 0; }
  .signal:nth-child(3), .signal:nth-child(4) { border-bottom: 0; }
  .signal:nth-child(3) { padding-left: 0; }
  .signal:not(:first-child):not(:nth-child(3)) { padding-left: 18px; }
  .signal strong { font-size: 24px; }

  .credentials { padding: 70px 0 104px; }
  .credentials-layout { margin-top: 48px; gap: 54px; }
  .credential-row { grid-template-columns: 32px 1fr 20px; min-height: 112px; gap: 14px; }
  .credential-type { display: none; }
  .credential-row strong { font-size: 24px; }
  .credential-row small { font-size: 10px; }

  .riyal { padding: 32px 0 38px; }
  .riyal-inner { min-height: 78svh; }
  .riyal-head span { display: none; }
  .riyal-word { font-size: 27vw; }
  .riyal-bottom { grid-template-columns: 1fr; gap: 28px; }
  .riyal-statement p { font-size: 27px; }

  .focus { padding: 96px 0 106px; }
  .focus-grid { margin-top: 48px; gap: 52px; }
  .focus-row h3 { font-size: 34px; }

  .contact { padding: 12px 0 80px; }
  .contact-grid { margin-top: 48px; gap: 54px; }
  .contact-row { grid-template-columns: 72px 1fr 20px; min-height: 86px; gap: 14px; }
  .contact-row small { display: none; }
  .contact-row strong { font-size: 22px; }

  .footer { grid-template-columns: 52px 1fr; padding: 28px 0; }
  .footer > span { grid-column: 2; }
  .footer-mark { width: 36px; height: 36px; }
}


/* Verified editorial proof */
.press-link {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.press-link-arrow {
  width: .7em;
  height: .7em;
  margin-left: .45rem;
  opacity: .55;
  vertical-align: .04em;
}
.press-link:hover .press-link-arrow { opacity: 1; }
.press-proof {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 24px;
  align-items: baseline;
  color: inherit;
  text-decoration: none;
}
.press-proof span,
.press-proof small {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .55;
}
.press-proof strong {
  font-size: clamp(15px,1.35vw,21px);
  line-height: 1.2;
  font-weight: 500;
}
.press-proof:hover strong { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 760px) {
  .press-proof {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 26px;
    padding-top: 18px;
  }
}
