@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/instrument-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/instrument-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/instrument-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/instrument-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Lora";
  src: url("assets/fonts/lora-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Lora";
  src: url("assets/fonts/lora-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --ink: #121218;
  --text: #44454c;
  --muted: #94979e;
  --line: rgba(18, 18, 24, 0.08);
  --soft-line: rgba(18, 18, 24, 0.05);
  --paper: #fbfbfc;
  --white: #ffffff;
  --hero: #edeef1;
  --dark: #18181e;
  --max: 1280px;
  --content: 1080px;
  --article-head: 800px;
  --article: 800px;
  --article-media: 800px;
  --shadow: 0 8px 24px rgba(18, 18, 24, 0.08);
  --shadow-strong: 0 20px 48px rgba(18, 18, 24, 0.16);
  --sans: "Instrument Sans", Arial, sans-serif;
  --serif: "Lora", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--paper);
  background-image: repeating-linear-gradient(135deg, rgba(18, 18, 24, 0.025) 0, rgba(18, 18, 24, 0.025) 1px, transparent 1px, transparent 4px);
  color: var(--text);
  font: 400 16px/1.5 var(--sans);
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.18;
}

h3,
h4 {
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0;
}

.hidden {
  display: none !important;
}

.section-frame {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  padding-inline: 24px;
}

.section-space {
  padding-top: 108px;
  padding-bottom: 108px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  height: 84px;
  pointer-events: none;
}

.header-shell {
  display: flex;
  width: min(var(--max), calc(100% - 48px));
  height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-inline: auto;
  padding-inline: 24px;
  pointer-events: auto;
  transition: width 260ms ease, height 260ms ease, margin-top 260ms ease, padding 260ms ease, background 260ms ease, border-radius 260ms ease, box-shadow 260ms ease;
}

.is-scrolled .header-shell {
  width: 672px;
  height: 52px;
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px 8px 6px 14px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
}

.brand img {
  width: 26px;
  height: 26px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.site-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav-list.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.site-nav-item,
.site-nav-list.nav-menu > .menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav-link,
.site-nav-list.nav-menu > .menu-item > .menu-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.site-nav-link,
.header-cta,
.button,
.project-card,
.feature-card-solution,
.services .feature-card,
.journal-card-link {
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.site-nav-link:hover,
.site-nav-link.current,
.site-nav-list.nav-menu > .menu-item.current > .menu-link,
.site-nav-list.nav-menu > .menu-item > .menu-link:hover {
  opacity: 0.58;
}

.header-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(18, 18, 24, 0.12);
  border-radius: 8px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}

.header-cta,
.button-dark {
  border-color: var(--dark);
  background: var(--dark);
  color: var(--white);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.12), 0 3px 8px rgba(18, 18, 24, 0.2);
}

.button-light {
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
}

.dark-card .button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.is-scrolled .brand {
  font-size: 15px;
}

.is-scrolled .brand img {
  width: 22px;
  height: 22px;
}

.is-scrolled .site-nav-list {
  gap: 24px;
}

.is-scrolled .site-nav-link {
  font-size: 13px;
}

.is-scrolled .header-cta {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 13px;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  padding-top: 62px;
}

.hero-card {
  position: relative;
  height: 610px;
  overflow: visible;
  border: 1px solid rgba(18, 18, 24, 0.025);
  border-radius: 30px;
  background: var(--hero);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 55%;
  padding: 100px 0 0 96px;
}

.hero-copy h1 {
  margin-bottom: 22px;
  font-size: 56px;
  line-height: 1.14;
}

.hero-copy h1 span {
  color: #67686f;
}

.hero-copy > p {
  width: 430px;
  margin-bottom: 26px;
  color: #404148;
  font-size: 17px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 10px;
}

.hero-actions .button {
  min-width: 136px;
}

.hero-stats {
  display: flex;
  gap: 48px;
  margin-top: 94px;
}

.hero-stats div {
  display: grid;
  gap: 2px;
}

.hero-stats strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-stats small {
  color: #56575e;
  font-size: 14px;
}

.hero-portrait {
  position: absolute;
  right: -50px;
  top: -42px;
  z-index: 1;
  width: 64%;
  max-width: none;
  height: 118%;
  object-fit: contain;
  object-position: right bottom;
}

@media (min-width: 810px) {
  .hero-portrait {
    right: 0;
    top: -90px;
    width: 50%;
    height: calc(100% + 90px);
    object-fit: cover;
    object-position: center center;
    border-radius: 0 0 30px;
  }
}

.availability-card {
  position: absolute;
  right: 49px;
  bottom: 48px;
  z-index: 3;
  display: grid;
  width: 357px;
  min-height: 156px;
  grid-template-columns: 1fr 52px;
  grid-template-rows: auto auto 1fr;
  column-gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 26px 24px;
  background: rgba(28, 28, 34, 0.82);
  box-shadow: var(--shadow-strong);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.availability-card > span:first-child {
  color: #b6b8bd;
  font-size: 13px;
}

.availability-card strong {
  grid-column: 1;
  margin-top: 3px;
  font-weight: 500;
}

.availability-card p {
  grid-column: 1;
  margin: 6px 0 0;
  color: #d5d7db;
  font-size: 13px;
  line-height: 1.4;
}

.arrow-button {
  display: grid;
  grid-column: 2;
  grid-row: 2 / span 2;
  width: 50px;
  height: 50px;
  place-items: center;
  align-self: center;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.brand-marquee {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  overflow: hidden;
  padding: 38px 0 20px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

.brand-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 30s linear infinite;
  will-change: transform;
}

.brand-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
}

.brand-track img {
  width: auto;
  max-width: 128px;
  height: 24px;
  object-fit: contain;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333333%); }
}

.section-intro {
  max-width: 660px;
}

.section-intro.centered {
  margin-inline: auto;
  text-align: center;
}

.section-intro > p,
.split-heading > p,
.process-copy > p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
}

.section-pill {
  display: inline-flex;
  width: fit-content;
  align-self: flex-start;
  min-height: 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin-bottom: 22px;
  padding: 4px 14px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
}

.section-intro.centered .section-pill {
  align-self: center;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.section-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #e0e2e6;
  border-radius: 8px;
  background: linear-gradient(180deg, #f7f7f8 0%, #edeef1 100%);
  box-shadow: inset 0 2px 0 0 #ffffff, 0 2px 4px -2px #c9cdd2, 0 4px 8px -4px #e0e2e6;
  color: #121218;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.section-more-button:hover {
  transform: translateY(-1px);
  border-color: #d5d9de;
  box-shadow: inset 0 2px 0 0 #ffffff, 0 4px 10px -4px rgba(201, 205, 210, 0.9), 0 8px 18px -10px rgba(224, 226, 230, 0.95);
}

.feature-card,
.why-card,
.expertise-grid article,
.testimonial-card,
.price-card,
.faq-item,
.service-list article,
.service-visual {
  border: 1px solid var(--soft-line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(18, 18, 24, 0.025);
}

.feature-card {
  min-height: 320px;
  border-radius: 16px;
  padding: 8px;
}

.benefit-grid-solution {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card-solution {
  position: relative;
  min-height: 0;
  padding: 8px;
  overflow: hidden;
}

.feature-card-solution:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.feature-card-solution:focus-visible {
  outline: 2px solid rgba(18, 18, 24, 0.72);
  outline-offset: 4px;
}

.feature-visual {
  height: 260px;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f6;
}

.feature-card-solution .feature-visual {
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 14px;
}

.feature-card-solution .feature-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(180deg, rgba(18, 18, 24, 0.04) 10%, rgba(18, 18, 24, 0.12) 42%, rgba(18, 18, 24, 0.54) 100%);*/
}

.feature-card-solution-overlay {
  overflow: hidden;
}

.feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 22px 22px 22px 24px;
}

.feature-copy-overlay {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 3;
  width: min(80%, 300px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  justify-content: flex-end;
}

.feature-copy-shell {
  --overlay-bg: rgba(255, 255, 255, 1);
  --overlay-radius: 16px;
  --overlay-notch: 16px;
  --overlay-shadow-x: -15px;
  --overlay-shadow-y: 15px;
  --overlay-shadow-spread: 15px;
  position: relative;
  display: block;
  padding: 16px 16px 12px;
  border-radius: 0 var(--overlay-radius) 0 0;
  background: var(--overlay-bg);
}

.feature-copy-shell::before,
.feature-copy-shell::after {
  content: "";
  position: absolute;
  width: var(--overlay-notch);
  height: var(--overlay-notch);
  background: transparent;
  pointer-events: none;
}

.feature-copy-shell::before {
  left: 0;
  bottom: 100%;
  z-index: -1;
  border-bottom-left-radius: var(--overlay-radius);
  box-shadow: var(--overlay-shadow-x) var(--overlay-shadow-y) 0 var(--overlay-shadow-spread) var(--overlay-bg);
}

.feature-copy-shell::after {
  left: 100%;
  bottom: 0;
  border-bottom-left-radius: var(--overlay-radius);
  box-shadow: var(--overlay-shadow-x) var(--overlay-shadow-y) 0 var(--overlay-shadow-spread) var(--overlay-bg);
}

.feature-card h3,
.feature-card p {
  margin-inline: 12px;
}

.feature-card-solution h3,
.feature-card-solution p {
  margin-inline: 0;
}

.feature-card h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 18px;
}

.services .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.services .feature-card:focus-within {
  outline: 2px solid rgba(18, 18, 24, 0.72);
  outline-offset: 4px;
}

.feature-card-solution h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #16161d;
  font-size: 26px;
  line-height: 1.2;
}

.feature-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.feature-card-solution p {
  color: rgba(22, 22, 29, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.project-card {
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 16px;
  background: var(--white);
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.project-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 8px;
}

.project-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.project-title {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  border-top: 1px solid var(--soft-line);
}

.project-title strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 500;
}

.project-title > span {
  font-size: 21px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 480px;
  align-items: end;
  gap: 80px;
}

.split-heading h2 {
  max-width: 650px;
  margin-bottom: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 210px 210px;
  gap: 16px;
  margin-top: 54px;
}

.why-card {
  border-radius: 16px;
  padding: 24px;
}

.clients-card {
  grid-column: span 2;
}

.avatar-stack {
  display: flex;
  margin-bottom: 24px;
}

.avatar-stack img {
  width: 40px;
  height: 40px;
  border: 3px solid var(--white);
  border-radius: 50%;
  margin-right: -10px;
  object-fit: cover;
}

.clients-card > strong {
  display: block;
  color: var(--ink);
  font-size: 40px;
  font-weight: 500;
}

.clients-card p {
  max-width: 300px;
  margin: 8px 0 0;
  color: var(--text);
  font-size: 14px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.stat-card strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}

.stat-card strong > span {
  font-size: 54px;
}

.stat-card .stat-unit {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.stat-card span {
  color: var(--text);
  font-size: 14px;
}

.why-grid .dark-card {
  grid-column: 3 / span 2;
  grid-row: 1 / span 2;
}

.dark-card {
  border-color: rgba(255, 255, 255, 0.06);
  background: var(--dark);
  color: #c9cdd2;
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.04), var(--shadow);
}

.why-grid .dark-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}

.why-grid .dark-card p {
  max-width: 390px;
  color: #c9cdd2;
  font-size: 16px;
}

.why-grid .dark-card > div {
  display: grid;
  gap: 14px;
}

.why-grid .dark-card > div > span {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.why-grid .dark-card strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: 58px;
}

.why-grid .dark-card small {
  margin-left: 14px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
}

.services-layout {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 16px;
  margin-top: 60px;
}

.service-list {
  display: grid;
  gap: 10px;
}

.service-list article {
  min-height: 176px;
  border-radius: 16px;
  padding: 30px 28px;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.service-list article:not(.active) {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.service-list article:hover,
.service-list article:focus-visible {
  transform: translateY(-1px);
}

.service-list article:focus-visible {
  outline: 2px solid rgba(18, 18, 24, 0.45);
  outline-offset: 2px;
}

.service-list article > span {
  display: block;
  margin-bottom: 20px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.service-list h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.service-list p {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--text);
  font-size: 14px;
}

.service-visual {
  position: relative;
  min-height: 548px;
  overflow: hidden;
  border-radius: 16px;
  background: #f4f4f5;
}

.service-visual-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  transition: opacity 360ms ease, transform 360ms ease;
}

.service-visual-panel.active {
  opacity: 1;
  transform: scale(1);
}

.service-layer {
  position: absolute;
  right: 50%;
  width: 50%;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid rgba(18, 18, 24, 0.08);
  background: #f7f7f8;
  box-shadow: 0 24px 28px rgba(18, 18, 24, 0.08);
  object-fit: cover;
  transform: translateX(50%) perspective(1100px) rotateX(58deg) rotateZ(30deg);
  transform-origin: center;
}

.layer-front {
  top: 22px;
  z-index: 3;
}

.layer-middle {
  top: 126px;
  z-index: 2;
  opacity: 0.68;
}

.layer-back {
  top: 230px;
  z-index: 1;
  opacity: 0.4;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

.process-copy {
  position: sticky;
  top: 130px;
  height: fit-content;
}

.process-copy h2 {
  max-width: 430px;
}

.process-list {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0 0 0 54px;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 23px;
  width: 1px;
  background: var(--line);
  content: "";
}

.process-list li {
  position: relative;
  min-height: 142px;
  border: 1px solid var(--soft-line);
  border-radius: 16px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.7);
}

.process-list li::before {
  position: absolute;
  top: 27px;
  left: -44px;
  width: 17px;
  height: 17px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--line);
  content: "";
}

.process-list h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.process-list p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 14px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px 10px;
  margin-top: 58px;
}

.expertise-grid article {
  position: relative;
  display: flex;
  min-height: 268px;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 16px;
  padding: 28px 96px 28px 28px;
}

.expertise-grid article:nth-child(4) {
  grid-column: span 2;
  border-color: rgba(255, 255, 255, 0.06);
  background: var(--dark);
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.04), var(--shadow);
}

.expertise-grid article:nth-child(6) {
  grid-column: span 2;
}

.mini-icon {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: grid;
  width: auto;
  height: auto;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(18, 18, 24, 0.88);
  font-size: 58px;
  line-height: 1;
}

.expertise-grid h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.expertise-grid p {
  max-width: 260px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.expertise-grid article:nth-child(4) .mini-icon {
  color: rgba(255, 255, 255, 0.9);
}

.expertise-grid article:nth-child(4) h3 {
  color: var(--white);
}

.expertise-grid article:nth-child(4) p {
  color: #9fa2a9;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  grid-template-rows: minmax(320px, auto);
  gap: 16px;
  margin-top: 56px;
}

.testimonial-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 30px;
}

.testimonial-card:first-child,
.testimonial-card:nth-child(2) {
  grid-row: 1;
}

.testimonial-card:first-child {
  grid-column: 1;
}

.testimonial-card:nth-child(2) {
  grid-column: 2;
}

.testimonial-cta {
  justify-self: end;
  width: auto;
  min-width: 152px;
}

.testimonial-card:last-child {
  grid-column: 3;
  grid-row: 1;
}

.testimonial-card blockquote {
  position: relative;
  margin: 0 0 28px;
  color: var(--text);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.48;
}

.testimonial-card blockquote::before {
  content: "“";
  display: block;
  height: 50px;
  margin-bottom: 12px;
  color: rgba(18, 18, 24, 0.16);
  font-family: var(--serif);
  font-size: 84px;
  line-height: 0.8;
}

.testimonial-card.dark-card blockquote {
  color: #e8eaee;
}

.testimonial-card.dark-card blockquote::before {
  color: rgba(255, 255, 255, 0.22);
}

.rating {
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
  color: #f4c76b;
  font-size: 14px;
  line-height: 1;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.testimonial-card .profile {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.testimonial-card footer .profile {
  display: flex;
}

.testimonial-card footer img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card footer .profile > span {
  display: grid;
}

.testimonial-card footer strong {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-card footer small {
  color: var(--muted);
  font-size: 13px;
}

.pricing-grid {
  display: grid;
  max-width: 792px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 58px auto 0;
}

.pricing .section-intro {
  max-width: 820px;
}

.price-card {
  min-height: 630px;
  border-radius: 16px;
  padding: 32px;
}

.price-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  color: var(--ink);
  font-size: 20px;
}

.dark-card .price-icon {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--white);
}

.price-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.price-card > p {
  min-height: 68px;
  color: var(--muted);
  font-size: 14px;
}

.price {
  display: flex;
  align-items: baseline;
  margin: 26px 0 24px;
}

.price sup,
.price strong {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 600;
}

.dark-card .price sup,
.dark-card .price strong,
.dark-card h3,
.dark-card h4 {
  color: var(--white);
}

.price sup {
  margin-right: 5px;
  font-size: 32px;
}

.price strong {
  font-size: 52px;
}

.price small {
  margin-left: auto;
  color: var(--muted);
}

.price-card .button {
  width: 100%;
}

.price-card h4 {
  margin: 0 0 18px;
  font-size: 14px;
}

.feature-list {
  margin-top: 30px;
  border: 1px solid var(--soft-line);
  border-radius: 12px;
  padding: 24px;
  background: #f6f6f7;
}

.dark-card .feature-list {
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.025);
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 26px;
  color: var(--text);
  font-size: 14px;
}

.dark-card li {
  color: #c9cdd2;
}

.price-card li::before {
  position: absolute;
  left: 0;
  content: "\2713";
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: stretch;
  gap: 16px;
}

.contact-copy,
.contact-form {
  border: 1px solid var(--soft-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(18, 18, 24, 0.025);
}

.contact-copy {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px;
}

.contact-copy h2 {
  max-width: 560px;
  margin-top: 18px;
}

.contact-copy p {
  max-width: 560px;
  color: var(--text);
  font-size: 17px;
}

.contact-notes {
  display: grid;
  gap: 10px;
}

.contact-notes span {
  border: 1px solid var(--soft-line);
  border-radius: 12px;
  padding: 14px 16px;
  /*background: #f6f6f7;*/
  color: var(--ink);
  font-size: 14px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 32px;
}

.contact-form label {
  display: grid;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.contact-form .wide,
.contact-form .button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 15px;
  background: #f8f8f9;
  color: var(--ink);
  outline: 0;
}

.contact-form textarea {
  min-height: 132px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a7aab0;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(18, 18, 24, 0.32);
  background: var(--white);
}

.contact-page-button {
  align-self: flex-start;
  margin-top: 28px;
}

.contact-section .contact-layout {
  display: block;
}

.contact-section .contact-copy {
  min-height: auto;
}

.contact-section .contact-notes {
  max-width: 680px;
}

.contact-section .contact-page-button {
  margin-top: 28px;
}

.faq-list {
  display: grid;
  max-width: 820px;
  gap: 12px;
  margin: 58px auto 0;
}

.faq-item {
  overflow: hidden;
  border-radius: 16px;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 0 24px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.faq-plus {
  font-size: 22px;
  line-height: 1;
  transition: transform 180ms ease;
}

.faq-item button[aria-expanded="true"] .faq-plus {
  transform: rotate(45deg);
}

.faq-item button:focus-visible {
  outline: 2px solid rgba(18, 18, 24, 0.45);
  outline-offset: -2px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  opacity: 0;
  transition: max-height 260ms ease, padding 260ms ease, opacity 180ms ease;
}

.faq-answer.is-open {
  padding-bottom: 28px;
  opacity: 1;
}

.faq-answer p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  width: min(var(--max), calc(100% - 48px));
  margin: 80px auto 24px;
  border-radius: 20px;
  padding: 56px 56px 26px;
  background: var(--dark);
  color: #c9cdd2;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) repeat(4, minmax(130px, 170px));
  justify-content: space-between;
  align-items: start;
  gap: 36px;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand img {
  filter: invert(1);
}

.footer-brand p {
  max-width: 240px;
  margin-top: 22px;
  color: #94979e;
}

.footer-main > div:not(.footer-brand) {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column {
  min-width: 0;
}

.footer-contact {
  justify-self: end;
}

.footer-contact-name {
  line-height: 1.6;
}

.footer-qrcodes {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-qrcodes img {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
}

.footer-main h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 14px;
}

.footer-main a {
  color: #c9cdd2;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  color: #777a81;
  font-size: 12px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-reveal].project-card,
[data-reveal].feature-card-solution,
.services [data-reveal].feature-card,
[data-reveal].journal-card .journal-card-link {
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

[data-reveal].project-card:hover,
[data-reveal].feature-card-solution:hover,
.services [data-reveal].feature-card:hover,
[data-reveal].journal-card:hover .journal-card-link {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.inner-shell {
  min-height: 70vh;
  padding: 100px 0;
}

.archive-list {
  display: grid;
  gap: 16px;
  margin-top: 50px;
}

.post-list-item,
.post-shell,
.page-shell,
.article-detail-shell {
  border: 1px solid var(--soft-line);
  border-radius: 16px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.82);
}

.comments-shell {
  width: min(var(--article), 100%);
  margin: 40px auto 0;
  border: 1px solid var(--soft-line);
  border-radius: 16px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.post-title {
  color: var(--ink);
  font-family: var(--serif);
}

.post-meta {
  display: flex;
  gap: 18px;
  padding: 0;
  color: var(--muted);
  font-size: 13px;
  list-style: none;
}

.journal-page {
  width: min(var(--content), 100%);
  padding-top: 68px;
}

.journal-hero {
  display: block;
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}

.journal-hero-copy {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.journal-hero .section-pill {
  margin-bottom: 6px;
}

.journal-hero h2 {
  margin: 0;
  color: rgba(18, 18, 24, 0.4);
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.journal-hero h1 {
  margin: 0;
  max-width: 620px;
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1.14;
  font-weight: 600;
}

.journal-hero p {
  margin: 0 0 6px;
  max-width: 368px;
  color: rgba(68, 69, 76, 0.9);
  font-size: 16px;
  line-height: 1.65;
}

.journal-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.journal-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(18, 18, 24, 0.08);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(18, 18, 24, 0.76);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.journal-filter.is-active {
  background: #14151b;
  border-color: #14151b;
  color: var(--white);
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 16px;
}

.archive-pagination-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 56px;
}

.archive-pagination {
  display: inline-flex;
  justify-content: center;
}

.journal-card {
  min-width: 0;
}

.journal-card-link {
  display: block;
  height: 100%;
  border: 1px solid var(--soft-line);
  border-radius: 16px;
  padding: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 2px 8px rgba(18, 18, 24, 0.025);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.journal-card-link:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 18, 24, 0.1);
  box-shadow: var(--shadow);
}

.journal-card-media {
  display: block;
  aspect-ratio: 365 / 272;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f6;
}

.journal-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-card-body {
  display: block;
  min-height: 0;
  padding: 0;
}

.journal-meta-dot,
.article-meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(18, 18, 24, 0.24);
}

.journal-card-title {
  display: block;
  margin: 16px 12px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.article-detail {
  width: min(var(--content), calc(100% - 48px));
  margin: 0 auto;
  padding-top: 68px;
}

.article-detail-hero {
  display: grid;
  justify-items: center;
  row-gap: 24px;
}

.article-detail-head {
  width: min(var(--article-head), 100%);
  display: grid;
  justify-items: center;
  text-align: center;
}

.article-backlink {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(18, 18, 24, 0.54);
  font-size: 14px;
  font-weight: 500;
}

.article-detail-title {
  margin: 0 0 16px;
  max-width: var(--article);
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: justify;
}

.article-detail-intro {
  max-width: var(--article);
  margin: 0;
  color: rgba(68, 69, 76, 0.92);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}

.article-detail-meta-wrap {
  width: min(var(--article), 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.article-detail-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(18, 18, 24, 0.5);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.article-author-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.article-author-chip img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.article-cover-shell {
  width: min(var(--article-media), 100%);
  margin: 32px auto 0;
  border-radius: 12px;
  overflow: hidden;
  background: #e7e9ee;
}

.article-cover-image {
  width: 100%;
  aspect-ratio: 2.18 / 1;
  object-fit: cover;
}

/* Article detail body typography start */
.article-content-shell {
  display: grid;
  justify-items: center;
  padding-top: 40px;
}

.article-detail-body,
.post-content {
  font-size: 16px;
  line-height: 1.5;
}

.article-detail-body {
  width: min(var(--article), 100%);
}

.article-detail-body p,
.post-content p {
  margin: 0 0 1.15em;
  color: rgba(28, 30, 36, 0.86);
}

.article-detail-body ul,
.post-content ul,
.article-detail-body ol,
.post-content ol {
  padding-left: 1.25rem;
  color: rgba(28, 30, 36, 0.86);
}

.article-detail-body h2,
.article-detail-body h3,
.post-content h2,
.post-content h3 {
  margin-top: 1.8em;
}

.article-detail-body blockquote,
.post-content blockquote {
  margin: 1.6em auto;
  border-left: 4px solid rgba(18, 18, 24, 0.22);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  background: rgba(18, 18, 24, 0.035);
  color: rgba(28, 30, 36, 0.82);
}

.article-detail-body blockquote p,
.post-content blockquote p {
  margin-bottom: 0.8em;
}

.article-detail-body blockquote p:last-child,
.post-content blockquote p:last-child {
  margin-bottom: 0;
}

.article-detail-body :not(pre) > code,
.post-content :not(pre) > code {
  border: 1px solid rgba(18, 18, 24, 0.1);
  border-radius: 6px;
  padding: 0.12em 0.38em;
  background: rgba(18, 18, 24, 0.055);
  color: #1d1f27;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.9em;
}

.article-detail-body pre,
.post-content pre {
  max-width: 100%;
  margin: 1.6em auto;
  border: 1px solid rgba(18, 18, 24, 0.12);
  border-radius: 12px;
  padding: 18px 20px;
  overflow-x: auto;
  background: #171922;
  color: #eef0f4;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  line-height: 1.65;
  -webkit-overflow-scrolling: touch;
}

.article-detail-body pre code,
.post-content pre code {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}
/* Article detail body typography end */

.article-detail-body img,
.post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: 12px;
}

.article-detail-body table,
.post-content table {
  --article-table-line: rgba(18, 18, 24, 0.16);
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 1.6em auto;
  border-collapse: collapse;
  border: 1px solid var(--article-table-line);
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 1px var(--article-table-line);
  color: rgba(28, 30, 36, 0.86);
  font-size: 15px;
  line-height: 1.5;
  -webkit-overflow-scrolling: touch;
}

.article-detail-body th,
.article-detail-body td,
.post-content th,
.post-content td {
  min-width: 120px;
  border: 1px solid var(--article-table-line, rgba(18, 18, 24, 0.16));
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.article-detail-body th,
.post-content th {
  background: rgba(18, 18, 24, 0.04);
  color: var(--ink);
  font-weight: 600;
}

.article-detail-body tr:nth-child(even) td,
.post-content tr:nth-child(even) td {
  background: rgba(18, 18, 24, 0.018);
}

.article-post-nav {
  width: min(var(--article), 100%);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--soft-line);
  color: rgba(18, 18, 24, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.article-post-nav-prev,
.article-post-nav-next {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.article-post-nav-next {
  align-items: end;
  text-align: right;
}

.article-post-nav a {
  color: var(--ink);
  transition: opacity 180ms ease;
}

.article-post-nav a:hover {
  opacity: 0.62;
}

.article-kicker {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comments-panel {
  display: grid;
  gap: 24px;
}

.comments-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.comments-title,
.comments-form-title {
  margin: 0;
  font-size: 24px;
}

.comments-form {
  display: grid;
  gap: 18px;
}

.comments-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.comments-form-full {
  grid-column: 1 / -1;
}

.respond label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.respond .text,
.respond .textarea {
  width: 100%;
  border: 1px solid var(--soft-line);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

.respond .textarea {
  min-height: 180px;
  resize: vertical;
}

.respond .submit {
  min-width: 140px;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  background: var(--dark);
  color: var(--white);
  font-weight: 600;
}

.comment-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-body {
  border: 1px solid var(--soft-line);
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.comment-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(18, 18, 24, 0.08);
  color: var(--ink);
  font-weight: 600;
}

.comment-content {
  color: rgba(28, 30, 36, 0.86);
  line-height: 1.8;
}

.comment-actions a {
  color: var(--muted);
  font-size: 14px;
}

.page-navigator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-navigator > * {
  margin: 0;
}

.page-navigator span {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.page-navigator a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  padding: 0 14px;
  border: 1px solid rgba(18, 18, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(18, 18, 24, 0.76);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  box-sizing: border-box;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.page-navigator a:hover {
  border-color: rgba(18, 18, 24, 0.14);
  background: rgba(255, 255, 255, 1);
  color: var(--ink);
  transform: translateY(-1px);
}

.page-navigator .current a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-color: #14151b;
  background: #14151b;
  color: var(--white);
  aspect-ratio: 1 / 1;
}

@media (max-width: 1199px) {
  .site-nav-list {
    gap: 24px;
  }

  .hero-copy {
    padding-left: 64px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .availability-card {
    right: 28px;
    width: 330px;
  }

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

@media (max-width: 1024px) and (max-height: 520px) {
  .site-footer {
    padding: 42px 44px 26px;
  }

  .footer-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    max-width: 620px;
  }

  .footer-contact {
    justify-self: auto;
  }

  .footer-qrcodes img {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }
}

@media (max-width: 809px) {
  h2 {
    font-size: 36px;
    line-height: 1.22;
  }

  .section-frame,
  .site-footer {
    width: calc(100% - 32px);
    padding-inline: 16px;
  }

  .section-space {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .journal-hero,
  .article-detail-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .journal-hero h2,
  .article-detail-title {
    font-size: 46px;
    line-height: 1.06;
  }

  .journal-hero h1 {
    font-size: 16px;
  }

  .journal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .journal-card-title {
    font-size: 19px;
  }

  .article-detail {
    width: calc(100% - 32px);
    padding-top: 24px;
  }

  .article-detail-intro {
    max-width: 100%;
  }

  .article-detail-head,
  .article-detail-meta-wrap,
  .article-detail-body,
  .comments-shell {
    width: 100%;
  }

  .article-detail-meta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-detail-meta {
    justify-content: flex-start;
  }

  .comments-form-grid {
    grid-template-columns: 1fr;
  }

  .article-detail-body {
    width: 100%;
  }

  .site-header {
    height: 66px;
  }

  .header-shell,
  .is-scrolled .header-shell {
    width: calc(100% - 32px);
    height: 66px;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding: 0 16px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .brand,
  .is-scrolled .brand {
    font-size: 17px;
  }

  .brand img,
  .is-scrolled .brand img {
    width: 26px;
    height: 26px;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: grid;
    width: 32px;
    height: 32px;
    place-content: center;
    gap: 6px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    top: 15px;
    left: 6px;
    width: 20px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-toggle span:first-child {
    transform: translateY(-3.5px);
  }

  .menu-toggle span:last-child {
    transform: translateY(3.5px);
  }

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

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

  .menu-toggle:focus-visible {
    border-radius: 4px;
    outline: 2px solid rgba(18, 18, 24, 0.45);
    outline-offset: 2px;
  }

  .mobile-menu {
    position: fixed;
    top: 58px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-strong);
    pointer-events: auto;
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-list.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-item,
  .mobile-menu-list.nav-menu > .menu-item {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-link,
  .mobile-menu-list.nav-menu > .menu-item > .menu-link {
    display: block;
    border-bottom: 1px solid var(--soft-line);
    padding: 13px 6px;
    color: var(--ink);
  }

  .mobile-menu-link.current,
  .mobile-menu-list.nav-menu > .menu-item.current > .menu-link {
    opacity: 0.58;
  }

  .mobile-menu .button {
    margin-top: 14px;
  }

  .hero {
    padding-top: 2px;
  }

  .hero-card {
    height: 836px;
    overflow: hidden;
    border-radius: 32px;
  }

  .hero-copy {
    width: 100%;
    padding: 55px 31px 0;
    text-align: center;
  }

  .hero-copy h1 {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 48px;
  }

  .hero-copy > p {
    width: auto;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-actions {
    display: grid;
    gap: 8px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 40px;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 40px;
    row-gap: 16px;
    margin-top: 64px;
    text-align: left;
  }

  .hero-stats strong {
    font-size: 32px;
    line-height: 48px;
  }

  .hero-stats div {
    gap: 0;
  }

  .hero-stats small {
    font-size: 15.36px;
    line-height: 24px;
  }

  .hero-portrait {
    right: -101px;
    top: auto;
    bottom: -1px;
    width: calc(100% + 15px);
    height: 333px;
    object-fit: cover;
  }

  .availability-card {
    right: 23px;
    bottom: 23px;
    left: 23px;
    width: auto;
    min-height: 112px;
    grid-template-columns: 1fr 48px;
    grid-template-rows: 20px 28px;
    column-gap: 16px;
    border: 0;
    padding: 28px 32px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    color: var(--ink);
  }

  .availability-card > span:first-child {
    color: #61646b;
    font-size: 14px;
    line-height: 20px;
  }

  .availability-card strong {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .availability-card p {
    display: none;
  }

  .availability-card .arrow-button {
    width: 48px;
    height: 48px;
    grid-row: 1 / span 2;
  }

  .brand-marquee {
    height: 182px;
    width: calc(100% - 32px);
    padding-top: 48px;
    padding-bottom: 110px;
  }

  .brand-group {
    gap: 48px;
    padding-right: 48px;
  }

  .benefit-grid,
  .project-grid,
  .testimonial-grid,
  .pricing-grid,
  .contact-layout,
  .services-layout,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid-solution {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 410px;
  }

  .feature-card-solution .feature-visual {
    width: 100%;
    min-height: 220px;
    height: 260px;
  }

  .feature-copy {
    padding: 20px 18px 18px;
  }

  .feature-copy-overlay {
    left: 8px;
    bottom: 8px;
    width: min(86%, 360px);
    max-width: calc(100% - 16px);
    padding: 0;
  }

  .feature-copy-shell {
    --overlay-radius: 22px;
    --overlay-notch: 24px;
    --overlay-shadow-x: -12px;
    --overlay-shadow-y: 12px;
    --overlay-shadow-spread: 12px;
    padding: 14px 16px 16px;
  }

  .project-grid {
    gap: 12px;
  }

  .project-title {
    min-height: 64px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .clients-card,
  .why-grid .dark-card {
    grid-column: span 2;
  }

  .why-grid .dark-card {
    grid-row: auto;
    min-height: 370px;
  }

  .stat-card {
    min-height: 190px;
  }

  .service-visual {
    min-height: 420px;
  }

  .service-layer {
    width: 72%;
  }

  .process-grid {
    gap: 54px;
  }

  .process-copy {
    position: static;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .expertise-grid article {
    min-height: 180px;
    padding: 26px 88px 26px 26px;
  }

  .expertise-grid article:nth-child(4),
  .expertise-grid article:nth-child(6) {
    grid-column: auto;
  }

  .mini-icon {
    right: 22px;
    bottom: 22px;
    margin-bottom: 0;
    font-size: 52px;
  }

  .testimonial-grid {
    grid-template-rows: auto;
  }

  .testimonial-card:first-child,
  .testimonial-card:nth-child(2),
  .testimonial-card:last-child,
  .testimonial-cta {
    grid-column: auto;
    grid-row: auto;
  }

  .testimonial-card {
    min-height: 300px;
  }

  .testimonial-cta {
    justify-self: stretch;
    width: 100%;
  }

  .price-card {
    min-height: 0;
  }

  .contact-copy {
    min-height: 0;
    gap: 32px;
    padding: 30px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .site-footer {
    margin-top: 40px;
    border-radius: 16px;
    padding: 36px 24px 24px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .footer-brand {
    grid-column: span 2;
  }

  .footer-contact {
    justify-self: auto;
  }

  .footer-qrcodes img {
    width: 76px;
    height: 76px;
    flex-basis: 76px;
  }

  .footer-bottom {
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 430px) {
  h2 {
    font-size: 32px;
  }

  .hero-card {
    height: 836px;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-card-body {
    min-height: 0;
  }

  .journal-hero h2,
  .article-detail-title {
    font-size: 38px;
  }

  .journal-hero h1 {
    font-size: 14px;
  }

  .hero-copy {
    padding: 55px 31px 0;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .hero-stats {
    margin-top: 64px;
  }

  .hero-portrait {
    right: -101px;
    width: 358px;
    height: 333px;
  }

  .availability-card {
    bottom: 23px;
  }

  .feature-visual {
    height: 240px;
  }

  .project-title strong {
    font-size: 18px;
  }

  .why-grid {
    gap: 10px;
  }

  .why-card {
    padding: 20px;
  }

  .why-grid .dark-card strong {
    font-size: 48px;
  }

  .service-visual {
    min-height: 340px;
  }

  .process-list {
    padding-left: 42px;
  }

  .process-list li::before {
    left: -36px;
  }

  .price {
    flex-wrap: wrap;
  }

  .price strong {
    font-size: 46px;
  }
}

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

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