:root {
  color-scheme: light;
  --bg: #ffffff;
  --paper: #ffffff;
  --ink: #111113;
  --muted: #6e6e73;
  --line: rgba(32, 40, 54, 0.1);
  --gold: #b9915a;
  --dark: #101011;
  --sky: #eceef2;
  --glass: rgba(255,255,255,.52);
  --glass-strong: rgba(255,255,255,.74);
  --glass-line: rgba(255,255,255,.7);
  --shadow: 0 24px 70px rgba(24, 28, 35, .12);
  --radius: 8px;
  --max: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
section[id] { scroll-margin-top: 58px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 0 18px;
  background: rgba(245, 245, 247, 0.82);
  border-bottom: 1px solid rgba(0,0,0,0.04);
  box-shadow: none;
  backdrop-filter: saturate(180%) blur(20px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.brand-dot {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(17,17,19,0.12);
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  font-weight: 700;
}
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 13px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.nav-toggle {
  display: inline-grid;
  gap: 5px;
  place-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
}
.nav-toggle span { width: 18px; height: 1px; background: var(--ink); }
.qike-page-back {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  top: calc(56px + env(safe-area-inset-top));
  z-index: 2147483645;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(0, 113, 227, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #06c;
  box-shadow: 0 8px 24px rgba(25, 34, 52, .12);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  touch-action: manipulation;
}
.qike-page-back:active {
  transform: scale(.97);
  background: rgba(244, 248, 255, .94);
}
.qike-swipe-hint {
  position: fixed;
  left: max(8px, env(safe-area-inset-left));
  top: 50%;
  z-index: 2147483643;
  width: 28px;
  height: 62px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-10px, -50%) scale(.96);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
  backdrop-filter: blur(18px) saturate(180%);
  transition: opacity .18s ease, transform .18s ease;
}
.qike-swipe-hint span {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-left: 2px solid rgba(0,113,227,.88);
  border-bottom: 2px solid rgba(0,113,227,.88);
  transform: translateY(-50%) rotate(45deg);
}
.qike-swipe-hint.is-active {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}
.site-nav {
  position: fixed;
  inset: 44px 0 auto;
  display: none;
  grid-template-columns: 1fr;
  padding: 12px 24px 24px;
  background: rgba(251, 251, 253, 0.97);
  border-bottom: 1px solid var(--line);
}
.site-nav.is-open { display: grid; }
.site-nav a { padding: 13px 0; color: rgba(17,17,19,0.76); font-size: 16px; }
.site-nav a[href="#process"] { display: none; }
.site-nav a,
.button,
.link-button,
.quick-link,
.entry-card,
.work-tile {
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}
.site-nav a:hover,
.site-nav a.is-active { color: var(--ink); }

.is-clickable-section .screen-inner {
  cursor: pointer;
}

.is-clickable-section a,
.is-clickable-section button,
.is-clickable-section .horizontal-rail,
.is-clickable-section .rail-controls {
  cursor: auto;
}

.screen {
  min-height: 520px;
  display: grid;
  align-items: start;
  padding: 72px 23px 34px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  opacity: 1;
  transform: none;
  transition: opacity .72s ease, transform .72s ease;
}
.js-enabled .screen {
  opacity: 1;
  transform: none;
}
.screen.is-visible,
.hero { opacity: 1; transform: none; }
.screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: none;
}
.screen:nth-of-type(odd) {
  background: #ffffff;
}
.screen-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2 { margin: 0; font-weight: 720; line-height: 1.05; letter-spacing: 0; }
h1 { font-size: clamp(32px, 8.8vw, 58px); }
h2 { font-size: clamp(36px, 10.5vw, 66px); }
.section-copy, .hero-text {
  margin: 18px 0 0;
  max-width: 620px;
  color: rgba(17,17,19,0.67);
  font-size: 18px;
  line-height: 1.72;
}
.button, .link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 15px;
  white-space: nowrap;
}
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.primary { background: var(--ink); color: white; }
.ghost, .link-button {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.66);
  box-shadow: 0 10px 34px rgba(25,34,52,.08), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
}
.link-button { margin-top: 30px; }
.button:hover,
.link-button:hover,
.quick-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 46px rgba(24, 32, 50, .13), inset 0 1px 0 rgba(255,255,255,.9);
}

.hero {
  position: relative;
  align-items: center;
  overflow: hidden;
  background: #f1f1f3;
}
.hero::before {
  opacity: .95;
  background:
    radial-gradient(circle at 14% 22%, rgba(255,255,255,.62) 0 1px, transparent 3px),
    radial-gradient(circle at 28% 74%, rgba(255,255,255,.48) 0 1px, transparent 3px),
    radial-gradient(circle at 76% 14%, rgba(255,255,255,.42) 0 1px, transparent 3px),
    radial-gradient(circle at 92% 56%, rgba(255,255,255,.52) 0 1px, transparent 3px),
    radial-gradient(circle at 54% 28%, rgba(255,255,255,.68) 0 2px, transparent 5px),
    linear-gradient(120deg, rgba(255,255,255,.42), transparent 55%);
}
.hero-bg { display: none; position: absolute; inset: 0; }
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 48%, rgba(255,255,255,.28) 100%),
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 52%, rgba(245,245,247,.35) 100%);
}
.hero-bg img {
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  filter: grayscale(.08) saturate(.82) contrast(.94) brightness(1.05);
  opacity: .58;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  text-align: left;
}
.hero-inner::before {
  content: "";
  position: absolute;
  left: -42px;
  right: -42px;
  top: -36px;
  bottom: -50px;
  z-index: -1;
  border-radius: 34px;
  background: transparent;
}
.hero-logo {
  width: 68px;
  margin: 0 0 14px;
}
.hero .section-copy,
.hero-text { text-wrap: pretty; }

.quick-dock {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  width: min(100%, 760px);
  max-width: 760px;
}
.quick-link {
  min-width: 0;
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.035);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,.035);
}
.quick-link strong {
  font-size: 18px;
  line-height: 1.12;
}
.quick-link small {
  color: rgba(52,52,58,.58);
  font-size: 12px;
}
.hero .action-row { display: none; }
.mini-metrics {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.mini-metrics span {
  padding: 16px 18px;
  background: #f5f5f7;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  color: var(--muted);
}
.mini-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 22px;
}

.dark-screen, .contact-screen {
  background: #ffffff !important;
  color: var(--ink);
}
.dark-screen::before,
.contact-screen::before {
  display: none;
}
.dark-screen .section-copy,
.contact-screen .section-copy { color: rgba(17,17,19,.68); }
.light {
  color: #06c;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.service-list a {
  padding: 22px 24px;
  border: 0;
  border-radius: 28px;
  background: #f5f5f7;
  font-size: 22px;
  font-weight: 650;
}
.service-list a:hover {
  transform: translateY(-2px);
  color: rgba(17,17,19,.78);
}

.mobile-work-stack {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.work-category-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.work-category-card {
  min-height: 86px;
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 10px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,.025), 0 10px 28px rgba(25,34,52,.045);
}

.work-category-card img {
  width: 76px;
  height: 66px;
  border-radius: 16px;
  object-fit: cover;
}

.work-category-card span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.work-category-card strong {
  font-size: 18px;
  line-height: 1.2;
}

.work-category-card small {
  color: #06c;
  font-size: 13px;
}

.works-screen .screen-inner {
  overflow: visible !important;
}

.works-screen h2 {
  margin-left: -4px;
  padding: 0 6px 4px;
  line-height: 1.14;
}

.summary-panel {
  width: 100%;
  max-width: 620px;
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 22px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,.025), 0 10px 28px rgba(25,34,52,.045);
}

.summary-panel span,
.summary-panel div {
  min-width: 0;
}

.mini-metrics.summary-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-metrics.summary-panel span {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.mini-metrics.summary-panel strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 26px;
}

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

.service-list.summary-panel span {
  padding: 12px 0;
  border-bottom: 1px solid rgba(17,17,19,.08);
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.service-list.summary-panel span:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.price-list.summary-panel {
  grid-template-columns: 1fr;
  gap: 14px;
}

.price-list.summary-panel div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17,17,19,.08);
}

.price-list.summary-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.price-list.summary-panel span {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.price-list.summary-panel strong {
  font-size: 18px;
  line-height: 1.1;
}

.price-list.summary-panel small {
  grid-column: 1 / -1;
  color: rgba(17,17,19,.58);
}

.price-list.summary-panel {
  position: relative;
  overflow: hidden;
}

.price-list.summary-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 78%);
  pointer-events: none;
}

.price-list.summary-panel div:nth-last-child(-n + 2) {
  opacity: .42;
}

.service-list.summary-panel {
  position: relative;
  overflow: hidden;
}

.service-list.summary-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 82%);
  pointer-events: none;
}

.service-list.summary-panel span:nth-last-child(-n + 2) {
  opacity: .45;
}

.contact-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 18px 18px 18px 20px;
  border-radius: 24px;
  background: #f5f5f7;
}

.contact-item + .contact-item {
  margin-top: 10px;
}

.contact-item p {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: rgba(17,17,19,.88);
  font-size: 18px;
  line-height: 1.35;
}

.contact-item span {
  display: block;
  margin-bottom: 6px;
  color: rgba(17,17,19,.46);
  font-size: 12px;
}

.contact-item button {
  width: 70px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #0071e3;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 113, 227, .16);
}

.contact-item button.is-copied {
  background: #111113;
}

@media (max-width: 759px) {
  .contact-item {
    padding: 15px 14px 15px 16px;
    border-radius: 20px;
  }

  .contact-item p {
    font-size: 15px !important;
  }

  .contact-item button {
    width: 64px;
    height: 32px;
    font-size: 12px;
  }
}

/* Desktop height balancing for media-heavy lower sections. */
@media (min-width: 760px) {
  .partners-screen .entry-card,
  .team-screen .entry-card {
    min-height: 148px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .partners-screen .section-photo,
  .team-screen .section-photo,
  .contact-screen .section-photo {
    height: 220px !important;
    margin-top: 16px !important;
  }

  .partners-screen .link-button,
  .team-screen .link-button,
  .contact-screen .link-button {
    margin-top: 22px !important;
  }
}

/* Works cards without thumbnails. */
.work-category-card img {
  display: none !important;
}

.work-category-card {
  align-content: center !important;
}

.work-category-card span {
  align-self: center !important;
}

@media (min-width: 760px) {
  .works-screen .work-category-card {
    min-height: 150px !important;
    padding: 30px 28px !important;
  }

  .works-screen .work-category-list {
    margin-top: 24px !important;
  }
}

@media (max-width: 759px) {
  .work-category-card {
    min-height: 82px !important;
    grid-template-columns: 1fr !important;
    padding: 18px 20px !important;
  }
}

/* Final works no-image sizing. */
@media (min-width: 760px) {
  .works-screen .work-category-card {
    min-height: 150px !important;
    height: 150px !important;
    padding: 28px !important;
  }
}

.entry-card.compact-entry {
  max-width: none !important;
}

@media (max-width: 759px) {
  .contact-screen .screen-inner {
    gap: 12px !important;
  }

  .contact-screen .section-photo {
    height: 150px !important;
    margin-top: 6px !important;
  }

  .contact-list .contact-item {
    padding: 13px 12px 13px 15px !important;
  }

  .contact-list .contact-item + .contact-item {
    margin-top: 8px !important;
  }

  .contact-list .contact-item p {
    font-size: 15px !important;
  }
}

@media (min-width: 760px) {
  body .works-screen .work-category-card {
    min-height: 150px !important;
    height: 150px !important;
    padding: 28px !important;
  }

  body .works-screen .work-category-list {
    align-items: start !important;
  }
}

/* Absolute final works cards: text only, compact. */
@media (min-width: 760px) {
  .works-screen .work-category-card {
    min-height: 150px !important;
    height: 150px !important;
    padding: 28px !important;
  }

  .works-screen .work-category-list {
    align-items: start !important;
  }
}

/* Final button rhythm: aligned positions, smaller mobile pills, roomier desktop work cards. */
@media (max-width: 759px) {
  main > .screen:not(.hero) .screen-inner {
    position: relative !important;
    padding-bottom: 86px !important;
  }

  main > .screen:not(.hero) .link-button,
  main > .screen:not(.hero) .link-button.light {
    position: absolute !important;
    left: 24px !important;
    bottom: 30px !important;
    width: auto !important;
    min-width: 96px !important;
    min-height: 36px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    box-shadow: 0 7px 18px rgba(0, 113, 227, .16) !important;
  }
}

@media (min-width: 760px) {
  main > .screen:not(.hero) .screen-inner {
    min-height: 520px !important;
    position: relative !important;
    padding-bottom: 74px !important;
  }

  main > .screen:not(.hero) .link-button,
  main > .screen:not(.hero) .link-button.light {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
  }

  .works-screen .screen-inner {
    width: min(100%, 860px) !important;
  }

  .work-category-list {
    width: min(100%, 860px) !important;
    gap: 22px !important;
  }

  .work-category-card {
    min-height: 246px !important;
    padding: 24px !important;
    gap: 18px !important;
    border-radius: 34px !important;
  }

  .work-category-card img {
    height: 126px !important;
    border-radius: 24px !important;
  }

  .work-category-card strong {
    font-size: 24px !important;
  }
}

@media (max-width: 759px) {
  .summary-panel {
    max-width: none;
    padding: 20px;
    border-radius: 24px;
  }

  .mini-metrics.summary-panel,
  .service-list.summary-panel,
  .price-list.summary-panel {
    display: grid !important;
    width: 100% !important;
    margin-top: 24px !important;
    overflow: visible !important;
    cursor: default !important;
  }

  .mini-metrics.summary-panel {
    grid-template-columns: 1fr;
  }

  .mini-metrics.summary-panel span {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 10px;
    color: rgba(17,17,19,.62);
  }

  .mini-metrics.summary-panel strong {
    margin: 0;
    font-size: 22px;
  }

  .service-list.summary-panel {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-list.summary-panel span {
    min-height: auto !important;
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(17,17,19,.08);
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px !important;
  }

  .service-list.summary-panel span:last-child {
    border-bottom: 0;
  }
}

/* Clearer Apple-style detail buttons. */
.link-button,
.link-button.light {
  width: 112px !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #0071e3 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0, 113, 227, .18) !important;
  font-size: 14px !important;
  font-weight: 600;
  white-space: nowrap;
}

.link-button:hover,
.link-button.light:hover {
  background: #0077ed !important;
  color: #ffffff !important;
}

@media (max-width: 759px) {
  .link-button,
  .link-button.light {
    width: 104px !important;
    min-height: 36px !important;
    padding: 0 !important;
    font-size: 13px !important;
  }
}
.work-tile {
  position: relative;
  height: 138px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 18px;
  background: #ddd;
  box-shadow: 0 18px 46px rgba(25,34,52,.1);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.work-tile img { height: 100%; object-fit: cover; }
.work-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.62), rgba(0,0,0,0));
}
.work-tile span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.work-tile:hover { transform: translateY(-3px); }

.partner-scroll {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  width: 100%;
  overflow: hidden;
}
.partner-scroll img {
  height: 82px;
  object-fit: contain;
  border-radius: var(--radius);
  background: #111;
}

.entry-card {
  margin-top: 28px;
  width: 100%;
  display: grid;
  align-content: start;
  padding: 22px;
  background: #f5f5f7;
  border: 0;
  border-radius: 30px;
  box-shadow: none;
}
.compact-entry { max-width: 420px; }
.entry-card span, .entry-card small { color: var(--muted); }
.entry-card strong {
  display: block;
  margin: 8px 0;
  font-size: 28px;
}
.entry-card:hover { transform: translateY(-3px); }
.section-photo {
  height: 132px;
  margin: 18px 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 30px;
  background: #f5f5f7;
  box-shadow: none;
}
.section-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-screen .section-photo img { object-position: center 35%; }
.home-photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f7;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.home-photo-partners {
  background-image: url("assets/images/home-partners-bg-20260606.jpg");
}
.home-photo-team {
  background-image: url("assets/images/home-team-bg-20260606.jpg");
  background-position: center 35%;
}
.home-photo-contact {
  background-image: url("assets/images/home-contact-bg-20260606.jpg");
}
.dark-photo {
  border: 1px solid rgba(255,255,255,.14);
  opacity: .9;
}
.step-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.step-pills span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  color: rgba(17,17,19,.72);
}

.step-pills .step-more {
  min-width: 54px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-left: 16px;
  padding-right: 16px;
  opacity: .82;
  overflow: hidden;
  position: relative;
}

.step-pills .step-more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(245,245,247,.76));
  pointer-events: none;
}

.step-pills .step-more i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(17,17,19,.54);
}
.contact-list {
  margin-top: 22px;
}
.contact-list p {
  margin: 0;
  padding: 20px 22px;
  border-bottom: 0;
  border-radius: 24px;
  background: #f5f5f7;
  color: rgba(17,17,19,.88);
  font-size: 20px;
}
.contact-list p + p { margin-top: 10px; }
.contact-list span {
  display: block;
  margin-bottom: 8px;
  color: rgba(17,17,19,.46);
  font-size: 13px;
}

.detail-page { background: var(--bg); }
.detail-hero {
  padding: 98px 23px 36px;
  background: white;
}
.detail-hero .back-link { color: var(--muted); font-size: 14px; }
.detail-hero h1 { margin-top: 30px; }
.detail-wrap {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 24px 23px 70px;
}
.detail-card {
  margin-bottom: 14px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.detail-card h2, .detail-card h3 { margin: 0; font-size: 28px; line-height: 1.16; }
.detail-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.75; }
.team-slide, .license-image {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}
.team-slide img, .license-image img { width: 100%; height: auto; }

.works-entry-list {
  display: grid;
  gap: 14px;
}

.works-entry-card {
  min-height: 160px;
  display: grid;
  align-content: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,.025), 0 12px 30px rgba(25,34,52,.045);
}

.works-entry-card span,
.works-entry-card small {
  color: var(--muted);
}

.works-entry-card strong {
  display: block;
  margin: 8px 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.1;
}

.live-link-list {
  display: grid;
  gap: 12px;
}

.live-link-card {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,.025), 0 10px 26px rgba(25,34,52,.04);
}

.live-link-card strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.38;
}

.live-link-card small {
  color: #6e6e73;
  font-size: 13px;
  font-weight: 400;
}

.live-link-card:hover {
  transform: translateY(-2px);
}

.live-invite-card {
  border-style: dashed;
  text-align: center;
}

.photo-category-list {
  display: grid;
  gap: 14px;
}

.photo-category-card {
  min-height: 132px;
}

.video-gallery-grid {
  display: grid;
  gap: 16px;
}

.video-card {
  display: grid;
  gap: 12px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.025), 0 16px 34px rgba(25,34,52,.055);
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 23px;
  background: #111;
}

.video-card strong {
  padding: 0 10px 8px;
  font-size: 16px;
  color: var(--ink);
}

.video-gallery-plain .video-card {
  gap: 0;
  padding-bottom: 8px;
}

.video-card.is-portrait {
  max-width: 460px;
  margin-inline: auto;
}

.video-card.is-portrait video {
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.photo-gallery-grid {
  display: grid;
  gap: 16px;
}

.photo-gallery-item {
  display: grid;
  gap: 12px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  color: var(--ink);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0,0,0,.025), 0 16px 34px rgba(25,34,52,.055);
}

.photo-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 23px;
  background: #f5f5f7;
}

.photo-gallery-item.is-portrait img {
  aspect-ratio: 3 / 4;
}

.photo-gallery-item.is-portrait img,
.photo-type-portrait .photo-gallery-item img {
  object-position: center top;
}

.photo-only-item {
  cursor: zoom-in;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, .82);
}

.photo-lightbox.is-open {
  display: grid;
}

.photo-lightbox img {
  max-width: min(100%, 1180px);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 18px;
  object-fit: contain;
  background: #111;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.photo-lightbox button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.photo-gallery-item strong {
  padding: 0 4px 4px;
  font-size: 17px;
}

.photo-empty-card {
  min-height: 220px;
  display: grid;
  align-content: center;
}

@media (min-width: 760px) {
  .works-entry-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .works-entry-card {
    min-height: 220px;
    padding: 38px;
    border-radius: 34px;
  }

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

  .photo-category-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .photo-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .live-link-card {
    min-height: 118px;
    align-content: center;
    padding: 24px 26px;
  }
}

@media (max-width: 759px) {
  .photo-gallery-grid {
    gap: 18px;
  }

  .photo-gallery-item {
    border-radius: 30px;
  }

  .photo-gallery-item img {
    border-radius: 25px;
  }
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.partner-grid img {
  height: 86px;
  object-fit: contain;
  background: #111;
  border-radius: var(--radius);
}
.clean-logo-grid article {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 16px 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}
.clean-logo-grid img {
  width: 82%;
  height: 44px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  filter: grayscale(1);
}
.clean-logo-grid strong {
  font-size: 20px;
  line-height: 1.15;
}
.clean-logo-grid small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.mobile-action-bar {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 18;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 22px;
  background: rgba(248,250,253,.78);
  box-shadow: 0 18px 54px rgba(22,31,52,.18), inset 0 1px 0 rgba(255,255,255,.88);
  backdrop-filter: blur(24px) saturate(180%);
}
.mobile-action-bar a {
  min-width: 0;
  min-height: 38px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: rgba(17,17,19,.74);
  font-size: 13px;
}
.mobile-action-bar a.is-active,
.mobile-action-bar a:hover {
  background: rgba(17,17,19,.9);
  color: white;
}

.rail-controls {
  display: none;
}

@media (min-width: 760px) {
  main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 12px 12px;
    background: #ffffff;
  }
  main > .hero {
    grid-column: 1 / -1;
    margin: 0 -12px;
  }
  main > .screen:not(.hero):not(#process) {
    min-height: 430px;
    align-items: start;
    padding: 46px 44px 26px;
    background: #f5f5f7;
    border-radius: 0;
  }
  main > .screen:not(.hero) .screen-inner {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  main > .screen:not(.hero) .section-copy {
    max-width: 520px;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 1.45;
  }
  main > .screen:not(.hero) h2 {
    font-size: 44px;
    line-height: 1.06;
  }
  main > .screen:not(.hero) .eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }
  .site-header { height: 44px; padding: 0 64px; }
  .nav-toggle { display: none; }
  .site-nav {
    position: static;
    display: flex;
    gap: 28px;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .site-nav a { padding: 0; font-size: 12px; }
  .screen { padding: 92px 80px 70px; }
  .hero {
    min-height: 620px;
    padding-top: 92px;
  }
  .hero-inner {
    max-width: 960px;
  }
  .hero-logo { width: 86px; }
  .quick-dock { grid-template-columns: repeat(4, 1fr); max-width: 760px; }
  .mini-metrics { grid-template-columns: repeat(3, 1fr); max-width: 720px; }
  .service-list { grid-template-columns: repeat(2, 1fr); gap: 0 34px; max-width: 760px; }
  .mobile-work-stack { grid-template-columns: repeat(3, 1fr); }
  .work-tile { height: 260px; }
  .section-photo {
    width: min(100%, 620px);
    max-width: 620px;
    height: 176px;
    margin-top: 18px;
  }
  .mini-metrics { margin-top: 18px; }
  .mini-metrics span { padding: 13px 16px; }
  .mini-metrics strong { font-size: 19px; }
  .service-list { margin-top: 20px; }
  .service-list a {
    padding: 13px 0;
    font-size: 18px;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(17,17,19,.12);
  }
  .mobile-work-stack { margin-top: 20px; }
  .work-tile { height: 186px; }
  .entry-card {
    margin-top: 18px;
    padding: 18px;
  }
  .entry-card strong { font-size: 24px; }
  .partner-scroll { grid-template-columns: repeat(6, 1fr); }
  .partner-grid { grid-template-columns: repeat(4, 1fr); }
  .mobile-action-bar { display: none; }
}

@media (max-width: 759px) {
  body { padding-bottom: 74px; }
  .site-nav {
    background: rgba(247,249,253,.86);
    backdrop-filter: blur(24px) saturate(180%);
  }
  .site-header {
    height: 56px;
    justify-content: space-between;
    padding: 0 22px;
  }
  .brand {
    gap: 0;
  }
  .brand-dot {
    width: 30px;
    height: 30px;
  }
  .brand strong,
  .brand small { display: none; }
  .screen {
    min-height: auto;
    padding: 22px 14px 42px;
    background: #ffffff;
  }
  .screen-inner {
    width: 100%;
    padding: 0 24px;
  }
  .hero {
    min-height: 620px;
    padding: 86px 0 58px;
    align-items: start;
    background: #f1f1f3;
    margin-bottom: 22px;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .hero .screen-inner {
    width: min(100%, 390px);
    padding: 0 34px;
  }
  .hero-inner::before {
    left: 0;
    right: 0;
    top: -26px;
    bottom: -34px;
    border-radius: 32px;
  }
  .hero-logo { width: 54px; }
  h1 { font-size: clamp(32px, 10.4vw, 40px); }
  h2 { font-size: clamp(34px, 11vw, 46px); }
  .section-copy, .hero-text {
    font-size: 16px;
    line-height: 1.66;
  }
  .quick-dock {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }
  .quick-link {
    min-height: 54px;
    padding: 10px 16px;
    border-radius: 16px;
  }
  .quick-link strong { font-size: 16px; }
  .mobile-action-bar {
    left: 10px;
    right: 10px;
    width: min(370px, calc(100vw - 20px));
    max-width: min(370px, calc(100vw - 20px));
    bottom: 10px;
    gap: 4px;
    padding: 7px;
  }
  .mobile-action-bar a {
    font-size: 12px;
  }

  .profile-screen,
  .works-screen,
  .partners-screen,
  .team-screen,
  .contact-screen {
    background: #fff;
  }

  .dark-screen {
    background: #fff !important;
    color: var(--ink);
  }
  .dark-screen::before { display: none; }
  .dark-screen .section-copy { color: rgba(17,17,19,.68); }
  .dark-screen .eyebrow { color: var(--gold); }

  .screen:not(.hero) h2 {
    font-size: 42px;
    line-height: 1.08;
  }

  .screen:not(.hero) .screen-inner {
    min-height: 560px;
    padding: 32px 24px 28px;
    border-radius: 34px;
    background: #f5f5f7;
    overflow: hidden;
  }

  .screen:not(.hero) .section-copy {
    max-width: 330px;
    margin-top: 12px;
  }

  .service-list,
  .mobile-work-stack {
    display: flex;
    gap: 14px;
    width: calc(100% + 24px);
    margin-top: 28px;
    padding: 0 24px 14px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
    user-select: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .mini-metrics {
    cursor: grab;
    user-select: none;
    touch-action: pan-x;
  }
  .service-list.is-dragging,
  .mobile-work-stack.is-dragging,
  .mini-metrics.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }
  .service-list::-webkit-scrollbar,
  .mobile-work-stack::-webkit-scrollbar { display: none; }

  .service-list a,
  .work-tile {
    flex: 0 0 76vw;
    max-width: 300px;
    min-height: 430px;
    scroll-snap-align: start;
    border: 0;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: none;
  }

  .service-list a {
    display: flex;
    align-items: flex-start;
    padding: 34px 28px;
    color: var(--ink);
    font-size: 30px;
    line-height: 1.12;
    font-weight: 720;
    white-space: normal;
    background:
      radial-gradient(circle at 80% 88%, rgba(200,200,205,.45), transparent 38%),
      #ffffff;
  }
  .service-list a:nth-child(1) {
    color: var(--ink);
    background:
      radial-gradient(circle at 78% 82%, rgba(210,210,215,.6), transparent 36%),
      #ffffff;
  }
  .service-list a:hover { padding-left: 28px; color: inherit; }

  .work-tile {
    height: 430px;
    overflow: hidden;
  }
  .work-tile img {
    height: 100%;
    object-fit: cover;
  }
  .work-tile::after {
    background: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,0) 44%);
  }
  .work-tile span {
    left: 28px;
    top: 28px;
    bottom: auto;
    max-width: 220px;
    font-size: 28px;
    line-height: 1.15;
  }

  .entry-card {
    border: 0;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: none;
    min-height: 210px;
    padding: 32px 28px;
  }
  .entry-card strong {
    font-size: 34px;
    line-height: 1.12;
  }
  .section-photo {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 30px;
    margin-top: 18px;
    box-shadow: none;
  }

  .mini-metrics {
    display: flex;
    gap: 14px;
    width: calc(100% + 24px);
    padding: 0 24px 12px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .mini-metrics::-webkit-scrollbar { display: none; }
  .mini-metrics span {
    flex: 0 0 76vw;
    max-width: 300px;
    min-height: 220px;
    padding: 32px 28px;
    border: 0;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: none;
    scroll-snap-align: start;
  }
  .mini-metrics strong {
    font-size: 38px;
    line-height: 1.05;
  }

  .rail-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 0;
  }
  .rail-controls span {
    margin-right: auto;
    color: rgba(17,17,19,.34);
    font-size: 12px;
  }
  .rail-arrow {
    width: 34px;
    height: 34px;
    position: relative;
    border: 0;
    border-radius: 50%;
    background: #ececf0;
    color: rgba(17,17,19,.56);
    flex: 0 0 34px;
  }
  .rail-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform-origin: center;
  }
  .rail-arrow-prev::before {
    transform: translate(-38%, -50%) rotate(-135deg);
  }
  .rail-arrow-next::before {
    transform: translate(-62%, -50%) rotate(45deg);
  }
  .rail-arrow:active {
    background: #d8d8df;
    transform: scale(.96);
  }

  .link-button {
    margin-top: 18px;
    background: transparent;
    border: 0;
    color: #06c;
    box-shadow: none;
    padding: 0;
    min-height: 32px;
  }

  .contact-screen .screen-inner {
    display: grid;
    align-content: start;
    gap: 18px;
  }
  .contact-screen .section-photo {
    order: 2;
    margin-top: 0;
  }
  .contact-list {
    order: 3;
    display: grid;
    gap: 8px;
    margin-top: 0;
  }
  .contact-list p {
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 18px;
    line-height: 1.45;
  }
}

.hero {
  background: #f5f5f7 !important;
}

.quick-link {
  background: #ffffff !important;
}

/* Latest layout polish: stacked desktop, compact mobile, fully clickable cards. */
.brand-dot {
  display: none !important;
}

.brand {
  gap: 0;
}

.brand strong,
.brand small {
  display: block !important;
}

.mini-metrics a {
  padding: 16px 18px;
  background: #f5f5f7;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  color: var(--muted);
}

.mini-metrics a:hover {
  transform: translateY(-2px);
}

.mini-metrics a strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 22px;
}

.price-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.price-list a {
  min-height: 160px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px;
  border: 0;
  border-radius: 28px;
  background: #f5f5f7;
  color: var(--ink);
  box-shadow: none;
}

.price-list a:hover {
  transform: translateY(-2px);
}

.price-list span {
  color: var(--muted);
  font-size: 14px;
}

.price-list strong {
  font-size: 30px;
  line-height: 1.05;
}

.price-list small {
  color: rgba(17,17,19,.58);
  font-size: 13px;
  line-height: 1.55;
}

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

.detail-list li {
  padding: 14px 16px;
  border-radius: 18px;
  background: #f5f5f7;
  color: rgba(17,17,19,.72);
  line-height: 1.65;
}

@media (min-width: 760px) {
  main {
    display: block;
    padding: 0;
    background: #ffffff;
  }

  main > .hero {
    margin: 0;
  }

  main > .screen:not(.hero):not(#process) {
    min-height: 560px;
    display: grid;
    align-items: center;
    margin: 0 0 12px;
    padding: 72px 80px;
    background: #f5f5f7;
    border-radius: 0;
  }

  main > .screen:not(.hero) .screen-inner {
    display: grid;
    justify-items: start;
    text-align: left;
  }

  main > .screen:not(.hero) .section-copy {
    max-width: 680px;
    margin: 14px 0 0;
    font-size: 18px;
    line-height: 1.65;
  }

  main > .screen:not(.hero) h2 {
    font-size: clamp(48px, 5vw, 72px);
  }

  main > .screen:not(.hero) .eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .site-header {
    justify-content: center;
  }

  .brand {
    min-width: 112px;
  }

  .mini-metrics,
  .service-list,
  .price-list,
  .mobile-work-stack {
    width: 100%;
    max-width: 940px;
    margin-top: 28px;
  }

  .mini-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mini-metrics a {
    min-height: 118px;
    padding: 24px;
  }

  .mini-metrics a strong {
    font-size: 30px;
  }

  .service-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .service-list a {
    min-height: 168px;
    display: flex;
    align-items: flex-start;
    padding: 28px;
    border: 0;
    border-radius: 30px;
    background: #ffffff;
    font-size: 24px;
    line-height: 1.18;
  }

  .price-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .price-list a {
    min-height: 190px;
    background: #ffffff;
  }

  .mobile-work-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .work-category-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 940px);
  }

  .work-category-card {
    min-height: 180px;
    grid-template-columns: 1fr;
    align-content: start;
    padding: 14px;
    border-radius: 30px;
  }

  .work-category-card img {
    width: 100%;
    height: 110px;
    border-radius: 22px;
  }

  .work-category-card strong {
    font-size: 22px;
  }

  .work-tile {
    height: 280px;
    border-radius: 30px;
  }

  .entry-card {
    width: min(100%, 520px);
    min-height: 190px;
    display: grid;
    align-content: center;
    padding: 34px;
    background: #ffffff;
  }

  .entry-card strong {
    font-size: 36px;
  }

  .section-photo {
    width: min(100%, 720px);
    max-width: 720px;
    height: 260px;
  }

  .contact-list {
    width: min(100%, 720px);
  }
}

@media (max-width: 759px) {
  .site-header {
    padding: 0 18px;
  }

  .brand {
    align-items: center;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand small {
    margin-top: 2px;
    font-size: 9px;
  }

  .price-list {
    display: flex;
    gap: 14px;
    width: calc(100% + 24px);
    margin-top: 28px;
    padding: 0 24px 14px 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
    user-select: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .price-list::-webkit-scrollbar {
    display: none;
  }

  .price-list.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  .price-list a {
    flex: 0 0 76vw;
    max-width: 300px;
    min-height: 360px;
    padding: 32px 28px;
    border-radius: 30px;
    background: #ffffff;
    scroll-snap-align: start;
  }

  .price-list strong {
    font-size: 36px;
  }

  .service-list,
  .mobile-work-stack {
    width: calc(100% + 24px);
  }

  .mini-metrics a {
    flex: 0 0 76vw;
    max-width: 300px;
    min-height: 220px;
    padding: 32px 28px;
    border-radius: 30px;
    background: #ffffff;
    scroll-snap-align: start;
  }

  .mini-metrics a strong {
    font-size: 38px;
    line-height: 1.05;
  }

  .mini-metrics span {
    display: none;
  }

  .pricing-screen .screen-inner {
    min-height: 520px;
  }
}

.quick-link,
.mini-metrics a,
.service-list a,
.price-list a,
.work-tile,
.entry-card {
  box-shadow: 0 1px 2px rgba(0,0,0,.025), 0 10px 28px rgba(25,34,52,.045);
}

@media (max-width: 759px) {
  .quick-link,
  .mini-metrics a,
  .service-list a,
  .price-list a,
  .work-tile,
  .entry-card {
    box-shadow: 0 1px 2px rgba(0,0,0,.02), 0 12px 30px rgba(25,34,52,.04);
  }
}

/* Compact cards requested for company, services and pricing. Works keeps the swipe gallery. */
.mini-metrics + .rail-controls,
.service-list + .rail-controls,
.price-list + .rail-controls {
  display: none !important;
}

@media (max-width: 759px) {
  .profile-screen .screen-inner,
  .dark-screen .screen-inner,
  .pricing-screen .screen-inner {
    min-height: auto !important;
    padding-bottom: 30px !important;
  }

  .mini-metrics,
  .service-list,
  .price-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: none !important;
    margin-top: 24px !important;
    padding: 0 !important;
    overflow: visible !important;
    cursor: default !important;
    user-select: auto !important;
    touch-action: auto !important;
    scroll-snap-type: none !important;
  }

  .mini-metrics a,
  .service-list a,
  .price-list a {
    width: 100% !important;
    max-width: none !important;
    min-height: 62px !important;
    display: grid !important;
    align-content: center !important;
    border-radius: 16px !important;
    padding: 13px 16px !important;
    background: #ffffff !important;
    scroll-snap-align: none !important;
    flex: none !important;
  }

  .mini-metrics a {
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    align-items: center;
    color: rgba(17,17,19,.58);
  }

  .mini-metrics a strong {
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .service-list a {
    min-height: 58px !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  .price-list a {
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
  }

  .price-list span {
    font-size: 15px !important;
    font-weight: 700;
    color: var(--ink);
  }

  .price-list strong {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }

  .price-list small {
    grid-column: 1 / -1;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
}

/* Final mobile layout for overview, services and pricing. */
@media (max-width: 759px) {
  .profile-screen,
  .dark-screen,
  .pricing-screen {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .profile-screen .screen-inner,
  .dark-screen .screen-inner,
  .pricing-screen .screen-inner {
    min-height: clamp(520px, 78svh, 640px) !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 34px 24px !important;
  }

  .profile-screen .section-copy,
  .dark-screen .section-copy,
  .pricing-screen .section-copy {
    max-width: 300px !important;
    margin-top: 12px !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
  }

  .summary-panel {
    width: 100% !important;
    margin-top: 26px !important;
    padding: 24px !important;
    border-radius: 28px !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.02), 0 16px 42px rgba(25,34,52,.055) !important;
  }

  .mini-metrics.summary-panel {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .mini-metrics.summary-panel span {
    min-height: auto !important;
    display: grid !important;
    grid-template-columns: 96px 1fr;
    align-items: center;
    gap: 14px;
    color: rgba(17,17,19,.58);
    font-size: 14px;
  }

  .mini-metrics.summary-panel strong {
    margin: 0 !important;
    color: var(--ink);
    font-size: 26px !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .service-list.summary-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .service-list.summary-panel span {
    min-height: 76px !important;
    display: flex !important;
    align-items: center;
    padding: 16px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #f5f5f7 !important;
    color: var(--ink);
    font-size: 15px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
  }

  .price-list.summary-panel {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .price-list.summary-panel div {
    min-height: 66px !important;
    display: grid !important;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    align-items: center;
    padding: 14px 16px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: #f5f5f7;
  }

  .price-list.summary-panel span {
    color: var(--ink);
    font-size: 15px !important;
    font-weight: 700;
  }

  .price-list.summary-panel strong {
    color: var(--ink);
    font-size: 17px !important;
  }

  .price-list.summary-panel small {
    grid-column: 1 / -1;
    color: rgba(17,17,19,.56);
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .profile-screen .link-button,
  .dark-screen .link-button,
  .pricing-screen .link-button {
    align-self: flex-start;
    margin-top: 22px !important;
  }
}

/* Clean single-panel layout: no nested gray cards in overview, services or pricing. */
@media (max-width: 759px) {
  .mini-metrics.summary-panel {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .mini-metrics.summary-panel span {
    grid-template-columns: 104px 1fr !important;
    gap: 12px !important;
  }

  .mini-metrics.summary-panel strong {
    min-width: 104px;
    font-size: 24px !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
  }

  .service-list.summary-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 20px !important;
    padding: 26px 24px !important;
  }

  .service-list.summary-panel span {
    min-height: auto !important;
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
  }

  .price-list.summary-panel {
    gap: 14px !important;
    padding: 24px !important;
  }

  .price-list.summary-panel div {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}

/* Keep mobile home sections close to one-screen length. */
@media (max-width: 759px) {
  .works-screen .screen-inner,
  .partners-screen .screen-inner,
  .team-screen .screen-inner,
  .contact-screen .screen-inner {
    min-height: clamp(560px, 78svh, 660px) !important;
    padding: 34px 24px !important;
  }

  .partners-screen .entry-card,
  .team-screen .entry-card {
    min-height: 132px !important;
    padding: 24px !important;
  }

  .partners-screen .entry-card strong,
  .team-screen .entry-card strong {
    font-size: 28px !important;
  }

  .partners-screen .section-photo,
  .team-screen .section-photo,
  .contact-screen .section-photo {
    height: 190px !important;
    margin-top: 16px !important;
  }

  .contact-list p {
    font-size: 16px !important;
  }
}

/* Final contact copy rows. */
.contact-list {
  width: min(100%, 720px);
}

.contact-list .contact-item {
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  padding: 16px 16px 16px 18px !important;
  border-radius: 22px !important;
  background: #f5f5f7 !important;
}

.contact-list .contact-item + .contact-item {
  margin-top: 10px !important;
}

.contact-list .contact-item p {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(17,17,19,.88);
  font-size: 16px !important;
  line-height: 1.36 !important;
}

.contact-list .contact-item span {
  display: block;
  margin: 0 0 5px !important;
  color: rgba(17,17,19,.46);
  font-size: 12px !important;
}

.contact-list .contact-item button {
  width: 64px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #0071e3;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 113, 227, .16);
}

.contact-list .contact-item button.is-copied {
  background: #111113;
}

/* Final folded preview for service and pricing panels. */
.service-list.summary-panel,
.price-list.summary-panel {
  position: relative !important;
  overflow: hidden !important;
}

.service-list.summary-panel::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 72px !important;
  border-radius: 0 0 28px 28px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 82%) !important;
  pointer-events: none !important;
}

.price-list.summary-panel::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 84px !important;
  border-radius: 0 0 28px 28px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 78%) !important;
  pointer-events: none !important;
}

/* Final service preview: stacked rows with a soft fade. */
.service-list.summary-panel {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding-bottom: 34px !important;
}

.service-list.summary-panel span {
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

/* Final pricing spacing and easier contact tap targets. */
.price-list.summary-panel {
  padding-left: clamp(30px, 8vw, 54px) !important;
  padding-right: clamp(30px, 8vw, 54px) !important;
}

.price-list.summary-panel div {
  grid-template-columns: minmax(0, 1fr) auto !important;
  column-gap: 18px !important;
}

.price-list.summary-panel span {
  padding-left: 2px !important;
}

.price-list.summary-panel strong {
  justify-self: end !important;
  padding-right: 2px !important;
}

.process-list.summary-panel {
  position: relative !important;
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  padding-bottom: 34px !important;
}

.process-list.summary-panel span {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--ink) !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.process-list.summary-panel strong {
  min-width: 28px !important;
  color: rgba(17,17,19,.36) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}

.process-list.summary-panel span:nth-last-child(-n + 2) {
  opacity: .45 !important;
}

.process-list.summary-panel::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 72px !important;
  border-radius: 0 0 28px 28px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 82%) !important;
  pointer-events: none !important;
}

.contact-list .contact-item {
  padding: 15px 14px 15px 18px !important;
}

.contact-list .contact-item button {
  width: 72px !important;
  height: 38px !important;
  border-radius: 999px !important;
  border: 1px solid #0071e3 !important;
  background: #f5f5f7 !important;
  color: #0071e3 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.contact-list .contact-item button:hover {
  background: #0071e3 !important;
  color: #fff !important;
}

/* Desktop polish: equal section rhythm, clearer buttons and aligned media blocks. */
@media (min-width: 760px) {
  main {
    background: #ffffff !important;
  }

  .partners-screen .home-photo-partners {
    background: #f5f5f7 url("assets/images/home-partners-bg-20260606.jpg") center / cover no-repeat !important;
  }

  .team-screen .home-photo-team {
    background: #f5f5f7 url("assets/images/home-team-bg-20260606.jpg") center 35% / cover no-repeat !important;
  }

  .contact-screen .home-photo-contact {
    background: #f5f5f7 url("assets/images/home-contact-bg-20260606.jpg") center / cover no-repeat !important;
  }

  main > .screen {
    min-height: clamp(640px, calc(100vh - 44px), 760px) !important;
    margin: 0 !important;
    border-bottom: 12px solid #ffffff !important;
    box-sizing: border-box !important;
  }

  main > .hero {
    display: grid !important;
    align-items: center !important;
    background: #f5f5f7 !important;
  }

  main > .screen:not(.hero):not(#process) {
    min-height: clamp(640px, calc(100vh - 44px), 760px) !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .hero-inner {
    width: min(100%, 920px) !important;
  }

  .quick-dock {
    width: min(100%, 860px) !important;
    max-width: 860px !important;
    gap: 16px !important;
    margin-top: 30px !important;
  }

  .quick-link {
    min-height: 96px !important;
    display: grid !important;
    align-content: center !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 7px !important;
    padding: 20px 18px !important;
    border-radius: 24px !important;
  }

  .quick-link strong {
    font-size: 21px !important;
    line-height: 1.15 !important;
  }

  .quick-link small {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .link-button,
  .link-button.light {
    width: auto !important;
    min-width: 128px !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    box-shadow: 0 10px 26px rgba(0, 113, 227, .20) !important;
  }

  .works-screen .screen-inner,
  .partners-screen .screen-inner,
  .team-screen .screen-inner,
  .contact-screen .screen-inner {
    width: min(100%, 720px) !important;
  }

  .work-category-list {
    width: min(100%, 720px) !important;
    gap: 18px !important;
  }

  .work-category-card {
    min-height: 210px !important;
    padding: 20px !important;
    border-radius: 32px !important;
  }

  .work-category-card img {
    height: 104px !important;
    border-radius: 22px !important;
  }

  .work-category-card span {
    padding: 0 2px 2px !important;
  }

  .entry-card,
  .section-photo,
  .contact-list {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
  }

  .entry-card {
    min-height: 172px !important;
    padding: 34px 38px !important;
    border-radius: 32px !important;
  }

  .section-photo {
    height: 250px !important;
    border-radius: 32px !important;
  }
}

/* Mobile final rhythm: keep every home section close to the same page length. */
@media (max-width: 759px) {
  main > .screen {
    min-height: 724px !important;
    display: grid !important;
    align-items: center !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    margin: 0 !important;
  }

  main > .hero {
    min-height: 724px !important;
    align-items: center !important;
    padding-top: 72px !important;
    padding-bottom: 42px !important;
    margin-bottom: 14px !important;
  }

  main > .screen:not(.hero) .screen-inner {
    min-height: 638px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .works-screen .screen-inner,
  .partners-screen .screen-inner,
  .team-screen .screen-inner,
  .contact-screen .screen-inner {
    min-height: 638px !important;
    padding: 34px 24px !important;
  }

  .link-button,
  .link-button.light {
    width: auto !important;
    min-width: 112px !important;
    min-height: 40px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: #0071e3 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    box-shadow: 0 8px 22px rgba(0, 113, 227, .18) !important;
  }

  .contact-list .contact-item button {
    background: #f5f5f7 !important;
    color: #0071e3 !important;
    box-shadow: none !important;
  }
}

/* Desktop works final: bigger cards with more air around images. */
@media (min-width: 760px) {
  .works-screen .screen-inner {
    width: min(100%, 880px) !important;
  }

  .works-screen .work-category-list {
    width: min(100%, 880px) !important;
    max-width: 880px !important;
    gap: 24px !important;
  }

  .works-screen .work-category-card {
    min-height: 260px !important;
    padding: 26px !important;
    gap: 20px !important;
    border-radius: 36px !important;
  }

  .works-screen .work-category-card img {
    height: 132px !important;
    border-radius: 26px !important;
  }

  .works-screen .work-category-card strong {
    font-size: 24px !important;
    line-height: 1.16 !important;
  }
}

/* Mobile button final: smaller, aligned pills. */
@media (max-width: 759px) {
  main > .screen:not(.hero) .link-button,
  main > .screen:not(.hero) .link-button.light {
    position: absolute !important;
    left: 24px !important;
    bottom: 30px !important;
    width: auto !important;
    min-width: 96px !important;
    min-height: 36px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    line-height: 36px !important;
  }
}

/* Desktop lower sections: keep height closer to the main section rhythm. */
@media (min-width: 760px) {
  .partners-screen .entry-card,
  .team-screen .entry-card {
    min-height: 136px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .partners-screen .section-photo,
  .team-screen .section-photo {
    height: 190px !important;
  }

  .contact-screen .section-photo {
    height: 150px !important;
    margin-top: 14px !important;
  }

  .contact-list .contact-item {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .contact-list .contact-item + .contact-item {
    margin-top: 8px !important;
  }

  .contact-list .contact-item p {
    font-size: 15px !important;
  }
}

/* Absolute EOF works cards: text only, compact. */
@media (min-width: 760px) {
  body .works-screen .work-category-card {
    min-height: 150px !important;
    height: 150px !important;
    padding: 28px !important;
  }

  body .works-screen .work-category-list {
    align-items: start !important;
  }
}

/* Stable Chinese glyph rendering for headings. */
h1,
h2,
.detail-card h2,
.work-category-card strong,
.service-list.summary-panel span {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif !important;
  font-weight: 700 !important;
}

.works-screen h2 {
  line-height: 1.14 !important;
  padding: 0 .06em .02em .02em !important;
  margin-left: -.02em !important;
  overflow: visible !important;
}

.works-screen .work-category-card span {
  width: 100% !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  box-sizing: border-box !important;
}

.works-screen .work-category-card strong {
  display: block !important;
  width: calc(100% - 2px) !important;
  overflow: visible !important;
  text-align: left !important;
  word-break: keep-all !important;
  padding-right: .16em !important;
  line-height: 1.22 !important;
  font-size: clamp(20px, 5.2vw, 23px) !important;
}

/* Team detail page: extracted portraits with enough room around each person. */
.team-profile-grid {
  display: grid;
  gap: 14px;
  max-width: 1040px;
}

.team-person-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 28px;
  box-shadow: 0 14px 34px rgba(25, 34, 52, .06);
}

.team-person-card img {
  width: 112px;
  height: 144px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #f5f5f7;
  border-radius: 22px;
}

.team-person-card span {
  display: block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.team-person-card h2 {
  margin: 6px 0 0;
  font-size: 25px;
  line-height: 1.08;
}

.team-person-card p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.team-person-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 12px;
  padding: 0 16px;
  border: 1px solid #0071e3;
  border-radius: 999px;
  background: #ffffff;
  color: #0071e3;
  font-size: 13px;
  font-weight: 700;
}

.partner-invite {
  border-style: dashed !important;
}

/* Landscape/desktop final: keep process visible and show home illustrations uncropped. */
@media (min-width: 760px) {
  main > #process.process-screen {
    display: grid !important;
    min-height: clamp(640px, calc(100vh - 44px), 760px) !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background: #f5f5f7 !important;
    border-bottom: 12px solid #ffffff !important;
  }

  .partners-screen .section-photo,
  .team-screen .section-photo,
  .contact-screen .section-photo {
    width: min(100%, 720px) !important;
    max-width: 720px !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 32px !important;
    background: #ffffff !important;
  }

  .partners-screen .section-photo img,
  .team-screen .section-photo img,
  .contact-screen .section-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

.member-detail-list {
  display: grid;
  gap: 16px;
}

.member-detail-card {
  scroll-margin-top: 86px;
}

.member-detail-card h3 {
  margin-bottom: 4px;
}

.member-role {
  margin: 0 0 18px !important;
  color: var(--gold) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .08em;
}

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

.member-detail-card li {
  padding: 12px 14px;
  border-radius: 16px;
  background: #f5f5f7;
  color: rgba(17,17,19,.78);
  line-height: 1.5;
}

.member-detail-card .resume-more {
  text-align: center;
  color: rgba(17,17,19,.38);
  font-size: 22px;
  letter-spacing: .12em;
}

.member-detail-card:target {
  box-shadow: 0 0 0 2px rgba(0,113,227,.16), 0 18px 46px rgba(25,34,52,.08);
}

@media (min-width: 760px) {
  .team-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .team-person-card {
    grid-template-columns: 156px 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 34px;
  }

  .team-person-card img {
    width: 156px;
    height: 204px;
    border-radius: 26px;
  }

  .team-person-card h2 {
    font-size: 32px;
  }

  .team-person-card p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .team-person-card {
    grid-template-columns: 98px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .team-person-card img {
    width: 98px;
    height: 130px;
  }

  .team-person-card h2 {
    font-size: 22px;
  }
}

/* Final fallback for home illustrations on browsers that delay image painting. */
.partners-screen .home-photo-partners {
  background: #f5f5f7 url("assets/images/home-partners-bg-20260606.jpg") center / cover no-repeat !important;
}

.team-screen .home-photo-team {
  background: #f5f5f7 url("assets/images/home-team-bg-20260606.jpg") center 35% / cover no-repeat !important;
}

.contact-screen .home-photo-contact {
  background: #f5f5f7 url("assets/images/home-contact-bg-20260606.jpg") center / cover no-repeat !important;
}
