body.page-about-studio {
  --about-ink: #10242a;
  --about-muted: #607078;
  --about-line: rgba(16, 36, 42, 0.12);
  --about-soft: #f5f8f7;
  --about-deep: #06272b;
  --about-teal: #1e7169;
  --about-lime: #d8f36f;
  --about-shadow: 0 18px 54px rgba(7, 33, 38, 0.1);
  background:
    linear-gradient(90deg, rgba(16, 36, 42, 0.032) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(16, 36, 42, 0.028) 1px, transparent 1px) 0 0 / 72px 72px,
    #fbfcfa;
  color: var(--about-ink);
}

body.page-about-studio .about-studio-page {
  overflow-x: clip;
}

body.page-about-studio .about-studio-page *,
body.page-about-studio .about-studio-page *::before,
body.page-about-studio .about-studio-page *::after {
  box-sizing: border-box;
}

body.page-about-studio .about-studio-page :where(h1, h2, h3, p, ul) {
  margin-top: 0;
}

body.page-about-studio .about-studio-page :where(p, li, a, span, strong, summary) {
  overflow-wrap: anywhere;
}

body.page-about-studio .about-studio-page a {
  color: inherit;
}

body.page-about-studio .about-studio-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

body.page-about-studio .about-studio-page .btn-primary {
  background: var(--about-lime);
  border-color: var(--about-lime);
  color: var(--about-ink);
  box-shadow: 0 14px 34px rgba(216, 243, 111, 0.2);
}

body.page-about-studio .about-studio-page .btn-primary:hover,
body.page-about-studio .about-studio-page .btn-primary:focus-visible {
  background: #e4f895;
  border-color: #e4f895;
  transform: translateY(-2px);
}

body.page-about-studio .about-studio-page .btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #f6fbf7;
  background: rgba(255, 255, 255, 0.08);
}

body.page-about-studio .about-studio-page .btn-ghost:hover,
body.page-about-studio .about-studio-page .btn-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

body.page-about-studio .about-hero {
  position: relative;
  isolation: isolate;
  min-height: 790px;
  padding: calc(var(--header-offset, 96px) + 94px) 0 92px;
  overflow: hidden;
  color: #f6fbf7;
  background:
    linear-gradient(135deg, rgba(216, 243, 111, 0.1), transparent 36%),
    linear-gradient(180deg, #061f24 0%, #082c31 48%, #103d3c 100%);
}

body.page-about-studio .about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.26));
}

body.page-about-studio .about-hero-grid {
  position: absolute;
  inset: auto 0 0 0;
  z-index: -1;
  height: 230px;
  opacity: 0.72;
  background:
    linear-gradient(90deg, transparent, rgba(216, 243, 111, 0.12), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 34px);
  clip-path: polygon(0 58%, 18% 44%, 34% 54%, 51% 28%, 69% 50%, 86% 34%, 100% 42%, 100% 100%, 0 100%);
}

body.page-about-studio .about-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.66fr);
  gap: 66px;
  align-items: center;
}

body.page-about-studio .about-hero-content {
  max-width: 790px;
}

body.page-about-studio .about-hero h1 {
  max-width: 850px;
  margin-bottom: 26px;
  color: #ffffff;
  font-family: "Newsreader", Georgia, serif;
  font-size: 66px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

body.page-about-studio .about-hero-lead {
  max-width: 720px;
  margin-bottom: 32px;
  color: rgba(246, 251, 247, 0.82);
  font-size: 20px;
  line-height: 1.72;
}

body.page-about-studio .about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 40px;
}

body.page-about-studio .about-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.page-about-studio .about-hero-proof span {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(246, 251, 247, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

body.page-about-studio .about-hero-proof strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 16px;
}

body.page-about-studio .about-operator-card {
  position: relative;
  width: min(100%, 454px);
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(8, 34, 38, 0.86);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

body.page-about-studio .about-operator-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  pointer-events: none;
}

body.page-about-studio .about-operator-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 22px;
}

body.page-about-studio .about-operator-head img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

body.page-about-studio .about-operator-head strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 21px;
}

body.page-about-studio .about-operator-head span {
  display: block;
  color: rgba(246, 251, 247, 0.66);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.page-about-studio .about-operator-lines {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

body.page-about-studio .about-line-item {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.06);
}

body.page-about-studio .about-line-item span {
  color: #d8f36f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.page-about-studio .about-line-item strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

body.page-about-studio .about-signal-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 18px;
}

body.page-about-studio .about-signal-board span {
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 18px 18px,
    rgba(255, 255, 255, 0.05);
}

body.page-about-studio .about-signal-board span.is-good {
  background:
    linear-gradient(90deg, rgba(216, 243, 111, 0.25) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(180deg, rgba(216, 243, 111, 0.2) 1px, transparent 1px) 0 0 / 18px 18px,
    rgba(26, 169, 120, 0.14);
}

body.page-about-studio .about-signal-board span.is-warning {
  background: rgba(216, 166, 63, 0.18);
}

body.page-about-studio .about-position,
body.page-about-studio .about-principles,
body.page-about-studio .about-process,
body.page-about-studio .about-collaboration,
body.page-about-studio .about-focus,
body.page-about-studio .about-faq {
  padding: 92px 0;
}

body.page-about-studio .about-position {
  padding: 0;
  margin-top: -46px;
  position: relative;
  z-index: 4;
}

body.page-about-studio .about-position-panel {
  max-width: 1090px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--about-shadow);
}

body.page-about-studio .about-section-label {
  width: fit-content;
  margin-bottom: 14px;
  border: 1px solid rgba(30, 113, 105, 0.18);
  border-radius: 4px;
  padding: 6px 9px;
  color: var(--about-teal);
  background: rgba(30, 113, 105, 0.07);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.page-about-studio .about-position h2,
body.page-about-studio .about-section-head h2,
body.page-about-studio .about-focus-copy h2,
body.page-about-studio .about-cta h2 {
  color: var(--about-ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: 0;
}

body.page-about-studio .about-position h2 {
  max-width: 860px;
  margin-bottom: 16px;
}

body.page-about-studio .about-position p,
body.page-about-studio .about-section-head p,
body.page-about-studio .about-focus-copy p,
body.page-about-studio .about-cta p {
  color: var(--about-muted);
  font-size: 18px;
  line-height: 1.76;
}

body.page-about-studio .about-position p {
  max-width: 830px;
  margin-bottom: 0;
}

body.page-about-studio .about-principles {
  padding-top: 112px;
}

body.page-about-studio .about-section-head {
  max-width: 900px;
  margin-bottom: 36px;
}

body.page-about-studio .about-section-head h2 {
  margin-bottom: 14px;
}

body.page-about-studio .about-section-head p {
  max-width: 760px;
  margin-bottom: 0;
}

body.page-about-studio .about-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-about-studio .about-principle-card {
  min-height: 100%;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(7, 33, 38, 0.055);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.page-about-studio .about-principle-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 113, 105, 0.28);
  box-shadow: var(--about-shadow);
}

body.page-about-studio .about-card-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #def1ea;
  color: var(--about-teal);
  font-weight: 900;
}

body.page-about-studio .about-principle-card h3,
body.page-about-studio .about-process-step h3,
body.page-about-studio .about-focus-card h3 {
  margin-bottom: 10px;
  color: var(--about-ink);
  font-size: 23px;
  line-height: 1.2;
}

body.page-about-studio .about-principle-card p,
body.page-about-studio .about-process-step p,
body.page-about-studio .about-focus-card p {
  margin-bottom: 0;
  color: var(--about-muted);
  font-size: 15.5px;
  line-height: 1.72;
}

body.page-about-studio .about-process {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(180deg, #061f24 0%, #0b3235 100%);
}

body.page-about-studio .about-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: start;
}

body.page-about-studio .about-process .about-section-head {
  position: sticky;
  top: calc(var(--header-offset, 96px) + 28px);
  margin-bottom: 0;
}

body.page-about-studio .about-process .about-section-label {
  border-color: rgba(216, 243, 111, 0.24);
  background: rgba(216, 243, 111, 0.09);
  color: #d8f36f;
}

body.page-about-studio .about-process .about-section-head h2,
body.page-about-studio .about-process .about-section-head p {
  color: #ffffff;
}

body.page-about-studio .about-process .about-section-head p {
  color: rgba(246, 251, 247, 0.76);
}

body.page-about-studio .about-process-list {
  display: grid;
  gap: 14px;
}

body.page-about-studio .about-process-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.07);
}

body.page-about-studio .about-process-step span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--about-lime);
  color: var(--about-ink);
  font-weight: 900;
}

body.page-about-studio .about-process-step h3 {
  color: #ffffff;
}

body.page-about-studio .about-process-step p {
  color: rgba(246, 251, 247, 0.74);
}

body.page-about-studio .about-collaboration {
  background: linear-gradient(180deg, #edf4f1 0%, #fbfcfa 100%);
}

body.page-about-studio .about-collab-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

body.page-about-studio .about-collab-list {
  display: grid;
  gap: 12px;
}

body.page-about-studio .about-collab-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
  border: 1px solid var(--about-line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 24px rgba(7, 33, 38, 0.045);
}

body.page-about-studio .about-collab-row strong {
  color: var(--about-ink);
  font-size: 16px;
  line-height: 1.35;
}

body.page-about-studio .about-collab-row span {
  color: var(--about-muted);
  line-height: 1.64;
}

body.page-about-studio .about-focus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: 52px;
  align-items: start;
}

body.page-about-studio .about-focus-copy h2 {
  max-width: 820px;
  margin-bottom: 18px;
}

body.page-about-studio .about-focus-copy p {
  max-width: 780px;
  margin-bottom: 16px;
}

body.page-about-studio .about-focus-copy p:last-child {
  margin-bottom: 0;
}

body.page-about-studio .about-focus-card {
  position: sticky;
  top: calc(var(--header-offset, 96px) + 28px);
  border: 1px solid var(--about-line);
  border-radius: 8px;
  padding: 26px;
  background: #ffffff;
  box-shadow: var(--about-shadow);
}

body.page-about-studio .about-focus-card .btn {
  width: 100%;
  margin-top: 22px;
  color: var(--about-ink);
  border-color: var(--about-line);
  background: var(--about-soft);
}

body.page-about-studio .about-focus-card .btn:hover,
body.page-about-studio .about-focus-card .btn:focus-visible {
  border-color: rgba(30, 113, 105, 0.3);
  background: #edf6f2;
}

body.page-about-studio .about-faq .about-section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-about-studio .about-faq .about-section-label {
  margin-left: auto;
  margin-right: auto;
}

body.page-about-studio .about-faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

body.page-about-studio .faq-item {
  border: 1px solid var(--about-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(7, 33, 38, 0.05);
  overflow: hidden;
}

body.page-about-studio .faq-item summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 68px;
  padding: 20px 22px;
  color: var(--about-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.42;
  list-style: none;
}

body.page-about-studio .faq-item summary::-webkit-details-marker {
  display: none;
}

body.page-about-studio .faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--about-deep);
  font-size: 18px;
  line-height: 1;
  transform: none;
}

body.page-about-studio .faq-item[open] summary::after {
  content: "-";
}

body.page-about-studio .faq-body {
  padding: 0 22px 22px;
  color: var(--about-muted);
  font-size: 16px;
  line-height: 1.72;
}

body.page-about-studio .about-cta {
  position: relative;
  isolation: isolate;
  padding: 98px 0;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(180deg, #09282c, #051b20);
}

body.page-about-studio .about-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(216, 243, 111, 0.18) 16% 17%, transparent 17%),
    linear-gradient(180deg, transparent 0 62%, rgba(216, 243, 111, 0.12) 62% 63%, transparent 63%);
  opacity: 0.82;
}

body.page-about-studio .about-cta-inner {
  max-width: 860px;
}

body.page-about-studio .about-cta h2 {
  max-width: 820px;
  margin-bottom: 16px;
  color: #ffffff;
}

body.page-about-studio .about-cta p {
  max-width: 730px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.76);
}

body.page-about-studio .about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

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

@media (max-width: 1180px) {
  body.page-about-studio .about-hero h1 {
    font-size: 56px;
  }

  body.page-about-studio .about-principle-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  body.page-about-studio .about-hero {
    min-height: auto;
    padding: calc(var(--header-offset, 92px) + 70px) 0 76px;
  }

  body.page-about-studio .about-hero-layout,
  body.page-about-studio .about-process-layout,
  body.page-about-studio .about-collab-grid,
  body.page-about-studio .about-focus-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  body.page-about-studio .about-operator-card {
    width: 100%;
    margin: 0;
  }

  body.page-about-studio .about-hero-proof {
    grid-template-columns: 1fr;
  }

  body.page-about-studio .about-process .about-section-head,
  body.page-about-studio .about-focus-card {
    position: static;
  }
}

@media (max-width: 720px) {
  body.page-about-studio .about-hero {
    padding: calc(var(--header-offset, 86px) + 48px) 0 62px;
  }

  body.page-about-studio .about-hero h1 {
    font-size: 42px;
    line-height: 1.04;
  }

  body.page-about-studio .about-hero-lead,
  body.page-about-studio .about-position p,
  body.page-about-studio .about-section-head p,
  body.page-about-studio .about-focus-copy p,
  body.page-about-studio .about-cta p {
    font-size: 16px;
  }

  body.page-about-studio .about-position h2,
  body.page-about-studio .about-section-head h2,
  body.page-about-studio .about-focus-copy h2,
  body.page-about-studio .about-cta h2 {
    font-size: 34px;
    line-height: 1.12;
  }

  body.page-about-studio .about-position,
  body.page-about-studio .about-principles,
  body.page-about-studio .about-process,
  body.page-about-studio .about-collaboration,
  body.page-about-studio .about-focus,
  body.page-about-studio .about-faq {
    padding: 64px 0;
  }

  body.page-about-studio .about-position {
    padding: 0;
    margin-top: -28px;
  }

  body.page-about-studio .about-position-panel,
  body.page-about-studio .about-principle-card,
  body.page-about-studio .about-process-step,
  body.page-about-studio .about-collab-row,
  body.page-about-studio .about-focus-card {
    padding: 20px;
  }

  body.page-about-studio .about-collab-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.page-about-studio .about-process-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 460px) {
  body.page-about-studio .about-hero h1 {
    font-size: 36px;
  }

  body.page-about-studio .about-hero-actions,
  body.page-about-studio .about-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-about-studio .about-studio-page .btn {
    width: 100%;
    text-align: center;
  }

  body.page-about-studio .about-operator-card {
    padding: 16px;
  }

  body.page-about-studio .about-operator-head {
    align-items: flex-start;
  }

  body.page-about-studio .about-signal-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-about-studio .faq-item summary {
    padding: 18px;
    font-size: 16px;
  }

  body.page-about-studio .faq-body {
    padding: 0 18px 18px;
  }
}
