:root {
  --navy-950: #031421;
  --navy-900: #061d2d;
  --navy-850: #09263a;
  --navy-800: #0d3047;
  --gold-300: #f5dda0;
  --gold-400: #e8c978;
  --gold-500: #c9a552;
  --cream: #fbf7ec;
  --ink: #0b2435;
  --muted: #66737b;
  --line: rgba(232, 201, 120, .28);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --shadow: 0 30px 70px rgba(1, 16, 27, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.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;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--gold-300);
  color: var(--navy-950);
  border-radius: 4px;
}
.skip-link:focus { top: 16px; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: white;
  border-bottom: 1px solid rgba(245, 221, 160, .16);
  transition: .3s ease;
}
.site-header.scrolled {
  position: fixed;
  background: rgba(3, 20, 33, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .16);
}
.nav-shell {
  width: min(1280px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand img { width: 54px; height: 54px; border-radius: 50%; box-shadow: 0 5px 20px rgba(0, 0, 0, .26); }
.brand span { display: grid; line-height: 1; }
.brand strong {
  font: 700 25px/1 var(--serif);
  letter-spacing: .18em;
}
.brand small {
  margin-top: 5px;
  color: var(--gold-300);
  font-size: 9px;
  letter-spacing: .38em;
  text-transform: uppercase;
}
nav { display: flex; align-items: center; gap: 35px; }
nav a {
  color: rgba(255, 255, 255, .77);
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease;
}
nav a:hover, nav a:focus-visible { color: var(--gold-300); }
.nav-cta {
  padding: 12px 18px;
  color: var(--navy-950);
  background: var(--gold-300);
  border: 1px solid var(--gold-300);
}
.nav-cta:hover, .nav-cta:focus-visible { color: white; background: transparent; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 860px;
  height: 100svh;
  color: white;
  background:
    radial-gradient(circle at 72% 50%, rgba(25, 87, 118, .46), transparent 31%),
    linear-gradient(125deg, var(--navy-950), var(--navy-900) 55%, #071a27);
  overflow: hidden;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  z-index: -1;
  background: linear-gradient(transparent, rgba(1, 12, 21, .42));
}
.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .13;
  background-image:
    linear-gradient(rgba(245, 221, 160, .15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 221, 160, .15) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 75%);
}
.hero-pattern::after {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  right: -180px;
  top: -160px;
  border: 1px solid var(--gold-400);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(232, 201, 120, .12), 0 0 0 140px rgba(232, 201, 120, .08);
}
.hero-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding-top: 90px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--gold-400);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .23em;
  text-transform: uppercase;
}
.eyebrow span { width: 35px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 28px;
  font: 600 clamp(58px, 6vw, 88px)/.91 var(--serif);
  letter-spacing: -.035em;
}
h1 em { color: var(--gold-300); font-weight: 600; }
.hero-lead {
  max-width: 610px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .69);
  font-size: 17px;
  line-height: 1.8;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--navy-950);
  background: linear-gradient(120deg, var(--gold-300), var(--gold-500));
  box-shadow: 0 14px 32px rgba(201, 165, 82, .2);
}
.button-primary:hover, .button-primary:focus-visible { background: var(--gold-300); }
.button-quiet { color: white; border-color: rgba(255, 255, 255, .25); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--gold-300); color: var(--gold-300); }
.hero-notes {
  display: flex;
  gap: 28px;
  margin: 38px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  list-style: none;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}
.hero-notes li { display: flex; align-items: center; gap: 8px; }
.hero-notes i { color: var(--gold-400); font-size: 16px; }

.hero-mark {
  position: relative;
  width: min(47vw, 570px);
  aspect-ratio: 1;
  justify-self: end;
}
.hero-mark img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, .38));
  animation: markIn 1.1s cubic-bezier(.2, .75, .2, 1) both;
}
.mark-glow {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: rgba(238, 209, 134, .16);
  filter: blur(55px);
}
.mark-orbit { position: absolute; border: 1px solid rgba(245, 221, 160, .22); border-radius: 50%; }
.orbit-one { inset: -5%; animation: slowSpin 24s linear infinite; }
.orbit-two { inset: -10%; border-style: dashed; opacity: .48; animation: slowSpin 38s linear infinite reverse; }
.orbit-one::before, .orbit-two::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 18%;
  left: 8%;
  border-radius: 50%;
  background: var(--gold-300);
  box-shadow: 0 0 18px var(--gold-300);
}
.craft-seal {
  position: absolute;
  z-index: 5;
  right: -25px;
  bottom: 40px;
  width: 118px;
  height: 118px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(245, 221, 160, .58);
  border-radius: 50%;
  color: var(--gold-300);
  background: rgba(3, 20, 33, .92);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
  text-transform: uppercase;
}
.craft-seal span { font-size: 8px; letter-spacing: .22em; }
.craft-seal strong { font: 600 23px/1.2 var(--serif); }
.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 26px;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.scroll-cue i { color: var(--gold-400); animation: bob 1.8s ease-in-out infinite; }

.intro { position: relative; }
.intro::before {
  content: "JCL";
  position: absolute;
  right: 3vw;
  top: 30px;
  color: rgba(6, 29, 45, .035);
  font: 700 min(22vw, 300px)/1 var(--serif);
}
.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 55px;
}
.section-heading h2, .buy-copy h2, .contact-copy h2 {
  max-width: 720px;
  margin: 0;
  color: var(--navy-900);
  font: 600 clamp(42px, 4.2vw, 62px)/.98 var(--serif);
  letter-spacing: -.025em;
}
.section-heading > p, .buy-copy > p, .contact-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative;
  min-height: 390px;
  padding: 38px;
  border: 1px solid rgba(11, 36, 53, .11);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 15px 45px rgba(9, 34, 51, .04);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 165, 82, .55);
  box-shadow: 0 25px 55px rgba(9, 34, 51, .1);
}
.service-card.featured {
  color: white;
  background:
    radial-gradient(circle at 100% 0, rgba(232, 201, 120, .16), transparent 36%),
    var(--navy-900);
}
.service-number {
  position: absolute;
  right: 25px;
  top: 20px;
  color: rgba(11, 36, 53, .08);
  font: 700 64px/1 var(--serif);
}
.featured .service-number { color: rgba(255, 255, 255, .06); }
.service-icon {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  margin-bottom: 52px;
  border: 1px solid rgba(201, 165, 82, .4);
  color: var(--gold-500);
  font-size: 25px;
  transform: rotate(45deg);
}
.service-icon i { transform: rotate(-45deg); }
.service-card h3 { font: 600 28px/1.05 var(--serif); }
.service-card p { min-height: 77px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.featured p { color: rgba(255, 255, 255, .62); }
.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: var(--gold-500);
  font-size: 12px;
  font-weight: 700;
}

.buy-section {
  position: relative;
  color: white;
  background: var(--navy-900);
  overflow: hidden;
}
.buy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: radial-gradient(circle, var(--gold-300) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, black, transparent 65%);
}
.buy-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 100px; }
.buy-visual { display: grid; place-items: center; min-height: 520px; }
.dial {
  position: relative;
  width: min(42vw, 465px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 221, 160, .55);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 20px var(--navy-900),
    inset 0 0 0 21px rgba(245, 221, 160, .22),
    inset 0 0 0 66px var(--navy-900),
    inset 0 0 0 67px rgba(245, 221, 160, .12),
    0 0 80px rgba(0, 0, 0, .3);
  background: repeating-conic-gradient(from 0deg, rgba(245, 221, 160, .26) 0 1deg, transparent 1deg 15deg);
}
.dial::after {
  content: "";
  position: absolute;
  inset: 34%;
  border: 1px solid rgba(245, 221, 160, .23);
  border-radius: 50%;
}
.dial-center {
  position: relative;
  z-index: 2;
  width: 47%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 5px;
  border-radius: 50%;
  background: var(--navy-900);
}
.dial-center i { margin-bottom: 9px; color: var(--gold-300); font-size: 34px; }
.dial-center span { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.dial-center strong { font: 600 25px/1 var(--serif); color: var(--gold-300); }
.buy-copy h2, .contact-copy h2 { color: white; margin-bottom: 26px; }
.buy-copy > p { color: rgba(255, 255, 255, .64); max-width: 610px; }
.buy-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 34px 0; }
.buy-list > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(245, 221, 160, .16);
  background: rgba(255, 255, 255, .025);
}
.buy-list i { color: var(--gold-300); font-size: 26px; }
.buy-list span { display: grid; gap: 5px; color: rgba(255, 255, 255, .5); font-size: 11px; }
.buy-list strong { color: white; font-size: 13px; }

.process { background: #f1ecdf; }
.section-heading.compact { margin-bottom: 50px; }
.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.process-grid::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 42px;
  height: 1px;
  background: rgba(201, 165, 82, .5);
}
.process-grid li { position: relative; padding: 0 50px; text-align: center; }
.process-grid li > span {
  position: absolute;
  left: calc(50% + 38px);
  top: 2px;
  color: var(--gold-500);
  font-size: 9px;
  letter-spacing: .12em;
}
.process-grid i {
  position: relative;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: 0 auto 26px;
  border: 1px solid rgba(201, 165, 82, .6);
  border-radius: 50%;
  color: var(--gold-500);
  background: #f1ecdf;
  font-size: 27px;
}
.process-grid h3 { margin-bottom: 9px; font: 600 27px/1 var(--serif); }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact {
  position: relative;
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(33, 90, 119, .4), transparent 31%),
    var(--navy-950);
  overflow: hidden;
}
.contact-texture {
  position: absolute;
  width: 700px;
  height: 700px;
  left: -380px;
  bottom: -390px;
  border: 1px solid rgba(245, 221, 160, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(245, 221, 160, .025), 0 0 0 140px rgba(245, 221, 160, .02);
}
.contact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.contact-grid.phone-only {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
.phone-only .contact-copy { width: min(100%, 880px); }
.phone-only .eyebrow { justify-content: center; }
.phone-only .contact-copy h2 { max-width: 850px; margin-inline: auto; }
.phone-only .contact-copy > p { max-width: 670px; margin-inline: auto; }
.contact-copy > p { color: rgba(255, 255, 255, .62); }
.direct-contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 38px;
  text-align: left;
}
.direct-contacts a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 15px 17px;
  border: 1px solid rgba(245, 221, 160, .18);
  background: rgba(255, 255, 255, .035);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.direct-contacts a:hover, .direct-contacts a:focus-visible {
  transform: translateX(3px);
  border-color: rgba(245, 221, 160, .55);
  background: rgba(245, 221, 160, .06);
}
.direct-contacts > a > i:first-child {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 221, 160, .28);
  border-radius: 50%;
  color: var(--gold-300);
}
.direct-contacts > a > i:last-child { color: var(--gold-400); }
.direct-contacts span { display: grid; gap: 4px; }
.direct-contacts small {
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.direct-contacts strong { color: white; font-size: 14px; }
footer { padding: 58px 0 25px; color: rgba(255, 255, 255, .56); background: #020e17; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 35px; }
.footer-grid > p { margin: 0; text-align: center; font: 500 17px/1.3 var(--serif); color: rgba(255, 255, 255, .62); }
.footer-links { display: flex; justify-content: flex-end; gap: 26px; font-size: 12px; }
.footer-links a:hover { color: var(--gold-300); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 10px;
}
.footer-bottom a { color: var(--gold-400); }
.mobile-contact-bar { display: none; }

@keyframes markIn {
  from { opacity: 0; transform: translateY(25px) scale(.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes slowSpin { to { transform: rotate(360deg); } }
@keyframes bob { 50% { transform: translateY(5px); } }

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

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .hero { height: auto; min-height: 850px; }
  .hero-grid { grid-template-columns: 1fr 400px; gap: 25px; }
  .hero-mark { width: 420px; transform: translateX(30px); }
  .service-card { padding: 30px; }
  .service-card h3 { font-size: 25px; }
  .buy-grid { gap: 55px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 800px) {
  .container, .nav-shell { width: min(100% - 34px, 680px); }
  .nav-shell { height: 76px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(245, 221, 160, .25);
    color: white;
    background: transparent;
  }
  .menu-toggle > span:not(.sr-only) { width: 19px; height: 1px; background: currentColor; transition: .25s ease; }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  nav {
    position: fixed;
    inset: 76px 0 auto;
    height: calc(100dvh - 76px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 40px 24px;
    background: rgba(3, 20, 33, .98);
    transform: translateX(100%);
    transition: transform .3s ease;
  }
  .menu-open nav { transform: translateX(0); }
  nav a { padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font: 600 26px/1 var(--serif); }
  nav .nav-cta { margin-top: 24px; padding: 16px 20px; text-align: center; font: 700 13px/1 var(--sans); }
  .hero { min-height: 970px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 45px; padding: 120px 0 80px; }
  .hero-copy { order: 2; }
  .hero-mark { order: 1; width: min(76vw, 385px); justify-self: auto; align-self: center; transform: none; }
  .hero .eyebrow { margin-bottom: 18px; }
  h1 { font-size: clamp(48px, 12vw, 68px); }
  .hero-lead { font-size: 15px; }
  .craft-seal { width: 95px; height: 95px; right: -15px; bottom: 20px; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .buy-copy h2, .contact-copy h2 { font-size: clamp(40px, 9vw, 55px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .service-icon { margin-bottom: 30px; }
  .buy-grid { grid-template-columns: 1fr; gap: 35px; }
  .buy-visual { min-height: auto; }
  .dial { width: min(75vw, 430px); }
  .buy-copy { text-align: left; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-grid::before { left: 42px; right: auto; top: 40px; bottom: 40px; width: 1px; height: auto; }
  .process-grid li { min-height: 90px; padding: 8px 0 0 115px; text-align: left; }
  .process-grid i { position: absolute; left: 0; top: 0; margin: 0; }
  .process-grid li > span { left: 67px; top: 3px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; gap: 25px; }
  .footer-links { justify-content: center; }
}

@media (max-width: 520px) {
  .container, .nav-shell { width: min(100% - 28px, 480px); }
  .section { padding: 75px 0; }
  .brand img { width: 47px; height: 47px; }
  .brand strong { font-size: 22px; }
  .hero { min-height: 930px; }
  .hero-grid { padding-top: 105px; gap: 36px; }
  .hero-mark { width: min(78vw, 330px); }
  .orbit-two { display: none; }
  .craft-seal { width: 78px; height: 78px; right: -8px; }
  .craft-seal span { font-size: 6px; }
  .craft-seal strong { font-size: 17px; }
  h1 { font-size: clamp(45px, 13.5vw, 61px); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-notes { flex-direction: column; gap: 10px; }
  .service-card { padding: 30px 25px; }
  .buy-list { grid-template-columns: 1fr; }
  .dial { width: min(86vw, 365px); }
  .dial-center strong { font-size: 20px; }
  .section-heading.compact { margin-bottom: 40px; }
  .process-grid li { padding-left: 102px; }
  .process-grid::before { left: 37px; }
  .process-grid i { width: 74px; height: 74px; }
  .process-grid li > span { left: 59px; }
  .direct-contacts { grid-template-columns: 1fr; }
  .footer-links { gap: 20px; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 9px; text-align: center; }
  body { padding-bottom: 61px; }
  .mobile-contact-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 30;
    height: 61px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: var(--navy-950);
    background: var(--gold-300);
    box-shadow: 0 -8px 30px rgba(0, 0, 0, .18);
  }
  .mobile-contact-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 8px;
    font-size: 11px;
    font-weight: 800;
  }
  .mobile-contact-bar a + a { border-left: 1px solid rgba(3, 20, 33, .2); }
}
