:root {
  --ink: #12110f;
  --coal: #171512;
  --coal-2: #211f1a;
  --graphite: #3f3d38;
  --muted: #6d685f;
  --paper: #f4efe5;
  --paper-soft: #fffaf0;
  --gold: #c98f31;
  --gold-strong: #9a6716;
  --line: rgba(18, 17, 15, 0.14);
  --line-dark: rgba(255, 255, 255, 0.16);
  --display: "Libre Baskerville", Georgia, serif;
  --body: "DM Sans", "Helvetica Neue", sans-serif;
  --max: 1410px;
  --gutter: clamp(16px, 3vw, 42px);
  --section: clamp(58px, 6vw, 92px);
  --radius-lg: 44px;
  --radius-md: 26px;
  --radius-sm: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper-soft);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-tap-highlight-color: rgba(201, 143, 49, 0.18);
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
ul,
ol,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

button,
a {
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.x-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--coal);
  background: var(--gold);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.x-skip:focus {
  transform: translateY(0);
}

.x-header-wrap {
  position: sticky;
  z-index: 50;
  top: 0;
  padding: 12px var(--gutter) 0;
  pointer-events: none;
}

.x-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  width: min(var(--max), 100%);
  min-height: 78px;
  margin: 0 auto;
  padding: 10px 14px 10px 22px;
  color: var(--paper-soft);
  background: rgba(23, 21, 18, 0.97);
  border: 1px solid var(--line-dark);
  border-radius: 24px;
  box-shadow: 0 12px 0 rgba(201, 143, 49, 0.23);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.x-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  text-decoration: none;
}

.x-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 9px;
}

.x-brand strong {
  font-size: clamp(1.05rem, 1.45vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.x-brand b {
  font-weight: 900;
}

.x-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.3vw, 38px);
}

.x-nav a {
  position: relative;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

.x-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.x-nav a:hover::after,
.x-nav a:focus-visible::after {
  transform: scaleX(1);
}

.x-header-cta,
.x-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.x-header-cta {
  color: var(--coal);
  background: var(--paper-soft);
}

.x-header-cta:hover {
  color: var(--coal);
  background: var(--gold);
}

.x-header-cta:active,
.x-button:active {
  transform: translateY(2px);
}

.x-menu {
  display: none;
}

.x-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.78fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: start;
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  min-height: 660px;
  margin: 24px auto 0;
  padding: clamp(20px, 2.4vw, 31px) clamp(28px, 5vw, 68px) 118px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(201, 143, 49, 0.35), transparent 19rem),
    linear-gradient(135deg, var(--coal) 0%, #11100e 72%, var(--coal-2) 100%);
  border-radius: var(--radius-lg);
}

.x-hero::before {
  position: absolute;
  right: -180px;
  bottom: -250px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.035),
    0 0 0 90px rgba(255, 255, 255, 0.025);
}

.x-orbit {
  position: absolute;
  border: 1px solid rgba(201, 143, 49, 0.3);
  border-radius: 50%;
  pointer-events: none;
}

.x-orbit-one {
  top: -150px;
  left: -160px;
  width: 420px;
  height: 420px;
}

.x-orbit-two {
  top: -115px;
  left: -125px;
  width: 350px;
  height: 350px;
}

.x-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 770px;
}

.x-pill-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--paper-soft);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.x-pill-label svg {
  width: 22px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.x-hero h1 {
  max-width: 780px;
  margin-top: 26px;
  font-family: var(--display);
  font-size: clamp(2.55rem, 3.7vw, 3.9rem);
  line-height: 1.13;
  letter-spacing: -0.025em;
}

.x-hero-lede {
  max-width: 690px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(1rem, 1.28vw, 1.18rem);
}

.x-hero-visual {
  position: relative;
  z-index: 2;
  align-self: start;
  min-width: 0;
}

.x-photo-frame {
  position: relative;
  height: 540px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 220px 220px 42px 42px;
}

.x-photo-frame::after {
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(18, 17, 15, 0.45));
}

.x-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
}

.x-float-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  color: var(--coal);
  background: var(--paper-soft);
  border-radius: 999px;
  box-shadow: 0 9px 0 rgba(18, 17, 15, 0.24);
  font-size: 0.78rem;
  font-weight: 900;
}

.x-tag-one {
  top: 24%;
  left: -42px;
}

.x-tag-two {
  top: 37%;
  right: -26px;
  color: var(--coal);
  background: var(--gold);
}

.x-tag-three {
  top: 58%;
  left: -24px;
}

.x-hero-proof {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 5vw, 74px);
  bottom: 24px;
  left: clamp(28px, 5vw, 74px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 760px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(10px);
}

.x-hero-proof > div {
  min-width: 0;
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.x-hero-proof > div:last-child {
  border-right: 0;
}

.x-hero-proof strong {
  display: block;
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.x-hero-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.x-capabilities {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 0 clamp(34px, 6vw, 90px);
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  margin: clamp(42px, 5vw, 72px) auto 0;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.05), transparent 42%),
    var(--coal-2);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
}

.x-capabilities dl {
  grid-column: 2;
  margin: 0;
}

.x-capabilities dl > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.3fr) minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-top: 1px solid var(--line-dark);
}

.x-capabilities dt {
  font-weight: 900;
  text-transform: uppercase;
}

.x-capabilities dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.25vw, 1.18rem);
}

.x-section {
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  margin: 0 auto;
  padding: var(--section) 0;
}

.x-kicker {
  color: var(--gold-strong);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.x-kicker::before {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background: currentColor;
}

.x-about h2,
.x-contact h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.x-section-title {
  margin-bottom: clamp(26px, 3vw, 42px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.x-section-title h2 {
  font-family: var(--display);
  font-size: clamp(1.85rem, 2.5vw, 2.7rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.x-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 5vw, 72px);
}

.x-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(130px, 0.45fr) minmax(0, 1fr) 44px;
  gap: 18px;
  align-items: center;
  min-height: 148px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, padding-left 180ms ease;
}

.x-service-card:hover {
  color: var(--gold-strong);
  padding-left: 8px;
}

.x-service-card > span {
  color: var(--gold-strong);
  font-size: 0.84rem;
  font-weight: 900;
}

.x-service-card h3 {
  font-family: var(--display);
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  line-height: 1.16;
}

.x-service-card p {
  color: var(--graphite);
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.55;
}

.x-service-card > a {
  display: grid;
  width: 44px;
  height: 44px;
  justify-self: end;
  color: var(--coal);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 50%;
  text-decoration: none;
  place-items: center;
}

.x-about {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: center;
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  margin: 0 auto;
  padding: clamp(42px, 5vw, 68px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(201, 143, 49, 0.22), transparent 24rem),
    var(--coal);
  border-radius: var(--radius-lg);
}

.x-about-shape {
  position: absolute;
  right: -180px;
  bottom: -230px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.025);
}

.x-about-media,
.x-about-copy {
  position: relative;
  z-index: 2;
}

.x-about-media {
  min-height: 500px;
}

.x-about-media > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 48% center;
  border-radius: 180px 30px 30px 30px;
}

.x-about-badge {
  position: absolute;
  right: -30px;
  bottom: 28px;
  display: grid;
  grid-template-columns: auto minmax(0, 160px);
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  color: var(--coal);
  background: var(--gold);
  border-radius: 18px;
  box-shadow: 0 12px 0 rgba(0, 0, 0, 0.2);
}

.x-about-badge strong {
  font-family: var(--display);
  font-size: 2.4rem;
  line-height: 1;
}

.x-about-badge span {
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.x-kicker-light {
  color: var(--gold);
}

.x-about h2 {
  max-width: 720px;
  margin-top: 22px;
}

.x-about-copy > p:not(.x-kicker) {
  max-width: 680px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
}

.x-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.x-about-stats > div {
  padding: 22px 16px 22px 0;
}

.x-about-stats > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--line-dark);
}

.x-about-stats strong {
  display: block;
  color: var(--gold);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2.4rem);
  font-variant-numeric: tabular-nums;
}

.x-about-stats span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.x-highlights {
  margin-top: 28px;
  border-bottom: 1px solid var(--line-dark);
}

.x-highlights summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font-weight: 900;
}

.x-highlights summary::-webkit-details-marker {
  display: none;
}

.x-highlights summary span {
  color: var(--gold);
  font-size: 1.3rem;
}

.x-highlights[open] summary span {
  transform: rotate(45deg);
}

.x-highlights p {
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
}

.x-deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 5vw, 72px);
}

.x-deliverable-grid article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 8px 18px;
  align-content: center;
  min-height: 158px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, padding-left 180ms ease;
}

.x-deliverable-grid article:hover {
  color: var(--gold-strong);
  padding-left: 8px;
}

.x-deliverable-grid span {
  grid-row: 1 / span 2;
  align-self: start;
  padding-top: 4px;
  color: var(--gold-strong);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.x-deliverable-grid h3 {
  font-size: clamp(1.22rem, 1.4vw, 1.4rem);
  line-height: 1.16;
}

.x-deliverable-grid p {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.05vw, 1.05rem);
  line-height: 1.55;
}

.x-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
  padding: var(--section) max(var(--gutter), calc((100vw - var(--max)) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 10% 100%, rgba(201, 143, 49, 0.18), transparent 26rem),
    var(--coal);
}

.x-contact h2 {
  max-width: 780px;
  margin-top: 22px;
}

.x-contact-copy > p:not(.x-kicker) {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.02rem;
}

.x-button-paper {
  color: var(--coal);
  background: var(--paper-soft);
}

.x-contact .x-button {
  margin-top: 30px;
}

.x-button-paper:hover {
  background: var(--gold);
  transform: translateY(-2px);
}

.x-contact-channels {
  border-top: 1px solid var(--line-dark);
}

.x-contact-channels a {
  display: grid;
  gap: 5px;
  min-height: 88px;
  align-content: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-dark);
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.x-contact-channels a:hover {
  padding-left: 14px;
  color: var(--gold);
}

.x-contact-channels span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.x-contact-channels strong {
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.x-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px max(var(--gutter), calc((100vw - var(--max)) / 2));
  color: rgba(255, 255, 255, 0.56);
  background: var(--coal-2);
  border-top: 1px solid var(--line-dark);
  font-size: 0.72rem;
}

.x-brand-footer {
  color: #fff;
}

.x-brand-footer img {
  width: 38px;
  height: 38px;
}

.x-footer > span {
  text-align: right;
}

.x-top {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 64px;
  height: 64px;
  padding: 0;
  color: var(--coal);
  background: var(--gold);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  place-items: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.x-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1100px) {
  .x-nav {
    gap: 18px;
  }

  .x-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  }

  .x-hero h1 {
    font-size: clamp(2.45rem, 4.2vw, 3.55rem);
  }

  .x-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .x-about {
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 86px;
  }

  .x-header-wrap {
    padding: 8px 10px 0;
  }

  .x-header {
    grid-template-columns: 1fr auto;
    min-height: 68px;
    padding: 8px 10px 8px 16px;
    border-radius: 20px;
  }

  .x-brand img {
    width: 42px;
    height: 42px;
  }

  .x-menu {
    display: grid;
    gap: 7px;
    align-content: center;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: var(--coal);
    background: var(--paper);
    border: 0;
    border-radius: 50%;
  }

  .x-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .x-menu[aria-expanded="true"] span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .x-menu[aria-expanded="true"] span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .x-nav {
    position: fixed;
    top: 88px;
    right: 12px;
    left: 12px;
    display: grid;
    gap: 0;
    padding: 18px;
    visibility: hidden;
    background: rgba(23, 21, 18, 0.98);
    border: 1px solid var(--line-dark);
    border-radius: 26px;
    box-shadow: 0 18px 44px rgba(18, 17, 15, 0.16);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .x-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .x-nav a {
    min-height: 54px;
    color: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid var(--line-dark);
    line-height: 54px;
  }

  .x-header-cta {
    display: none;
  }

  .x-hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 128px;
  }

  .x-hero-copy {
    max-width: 760px;
  }

  .x-hero-visual {
    width: min(580px, 100%);
    margin: 0 auto;
  }

  .x-photo-frame {
    height: 540px;
  }

  .x-about,
  .x-contact {
    grid-template-columns: 1fr;
  }

  .x-capabilities {
    grid-template-columns: 1fr;
  }

  .x-capabilities dl {
    grid-column: 1;
  }

  .x-capabilities dl {
    margin-top: 26px;
  }

  .x-about-media {
    width: min(620px, 100%);
  }

  .x-service-grid {
    grid-template-columns: 1fr;
  }

  .x-deliverable-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 660px) {
  :root {
    --gutter: 14px;
    --section: 56px;
    --radius-lg: 28px;
    --radius-md: 22px;
  }

  .x-brand {
    gap: 8px;
  }

  .x-brand strong {
    font-size: 0.88rem;
  }

  .x-hero {
    min-height: 0;
    margin-top: 16px;
    padding: 28px 20px 118px;
    border-radius: 28px;
  }

  .x-pill-label {
    min-height: 38px;
    font-size: 0.62rem;
  }

  .x-hero h1 {
    font-size: clamp(2.05rem, 9vw, 2.55rem);
  }

  .x-photo-frame {
    height: 430px;
    border-radius: 150px 150px 28px 28px;
  }

  .x-float-tag {
    min-height: 36px;
    font-size: 0.7rem;
  }

  .x-tag-one {
    left: -4px;
  }

  .x-tag-two {
    right: -4px;
  }

  .x-tag-three {
    left: 8px;
  }

  .x-hero-proof {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .x-hero-proof > div {
    padding: 16px 10px;
  }

  .x-hero-proof strong {
    font-family: var(--body);
    font-size: 1rem;
    font-weight: 900;
  }

  .x-hero-proof span {
    font-size: 0.54rem;
  }

  .x-capabilities {
    padding: 28px 22px;
  }

  .x-capabilities dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .x-capabilities dd {
    font-size: 0.94rem;
  }

  .x-about h2,
  .x-contact h2 {
    font-size: clamp(1.75rem, 7vw, 2.2rem);
  }

  .x-service-grid {
    grid-template-columns: 1fr;
  }

  .x-service-card {
    grid-template-columns: 32px minmax(0, 1fr) 44px;
    gap: 8px 14px;
    min-height: 132px;
    padding: 20px 0;
  }

  .x-service-card p {
    grid-column: 2 / 4;
  }

  .x-service-card > a {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .x-about {
    padding: 24px 18px 50px;
  }

  .x-about-media {
    min-height: 390px;
  }

  .x-about-media > img {
    height: 390px;
    border-radius: 130px 22px 22px 22px;
  }

  .x-about-badge {
    right: 10px;
    bottom: 18px;
    grid-template-columns: auto minmax(0, 130px);
    padding: 14px 16px;
  }

  .x-about-badge strong {
    font-size: 2rem;
  }

  .x-about-stats {
    grid-template-columns: 1fr;
  }

  .x-about-stats > div + div {
    padding-left: 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .x-deliverable-grid {
    grid-template-columns: 1fr;
  }

  .x-deliverable-grid article {
    min-height: 0;
    padding: 20px 0;
  }

  .x-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .x-footer {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .x-footer > span {
    text-align: left;
  }

  .x-top {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
