/* SINATROIT: graphite, amber, native CSS. Layers: content 0; navigation 10; skip link 20. */
:root {
  --s-bg: #0b0e12;
  --s-surface: #12171d;
  --s-text: #f2f2ee;
  --s-muted: #a1a8af;
  --s-line: #293039;
  --s-accent: #ffb85e;
  --s-font: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--s-bg);
  color: var(--s-text);
  font-family: var(--s-font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.12;
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  letter-spacing: -0.045em;
}
h3 {
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}
p {
  color: var(--s-muted);
}
:focus-visible {
  outline: 2px solid var(--s-accent);
  outline-offset: 6px;
}
::selection {
  background: #ffb85e;
  color: #0b0e12;
}
.wp-site-blocks {
  padding: 0;
}
.wp-site-blocks > * {
  margin-block: 0 !important;
}
.s-main > * {
  margin-block-start: 0;
}
.wp-block-group {
  box-sizing: border-box;
}
.s-container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.s-section {
  padding-block: 100px;
}
.s-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--s-accent);
  font-weight: 600;
  margin-bottom: 26px;
}
.s-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 12px;
  background: var(--s-accent);
  color: #111;
  transform: translateY(-150%);
  z-index: 20;
}
.s-skip:focus {
  transform: none;
}
.s-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #ffffff0d;
  background: #0b0e12;
}
.s-header-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.s-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.s-brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--s-accent);
  color: #15191e;
  border-radius: 7px;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.12em;
  padding-right: 4px;
  padding-bottom: 4px;
}
.s-nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
  color: #b2b6bc;
}
.s-nav a,
.s-footer a {
  transition: color 0.2s;
}
.s-nav a:hover,
.s-footer a:hover {
  color: var(--s-accent);
}
.s-header-contact {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.tableads-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: none;
  background: currentColor;
  vertical-align: middle;
  mask: center/contain no-repeat url("../icons/arrow-right.svg");
  -webkit-mask: center/contain no-repeat url("../icons/arrow-right.svg");
}
.s-header-contact .tableads-icon {
  color: var(--s-accent);
  width: 17px;
  height: 17px;
}
.s-menu {
  display: none;
}
.s-hero {
  min-height: 650px;
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  padding-block: 76px 95px;
}
.s-hero-copy {
  position: relative;
  z-index: 1;
  width: 750px;
  max-width: 65vw;
  pointer-events: none;
}
.s-hero-copy a {
  pointer-events: auto;
}
.s-hero h1 {
  font-size: clamp(3rem, 4.6vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
}
.s-hero h1 span {
  color: var(--s-accent);
}
.s-hero-lead {
  max-width: 370px;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 36px;
}
.s-hero-art {
  position: absolute;
  right: -45px;
  top: 45px;
  width: 660px;
  margin: 0;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 13%,
    black 93%,
    transparent
  );
}
.s-hero-art img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.s-actions {
  display: flex;
}
.s-button > a,
.s-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 7px;
  border: 1px solid #ffdba488;
  background: linear-gradient(90deg, #e5aa43 0%, #f2bc58 55%, #ffd073 100%);
  color: #16191c;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  box-shadow:
    0 5px 25px #ffb85e14,
    inset 0 1px 0 #ffe4bc;
  transition:
    transform 0.26s,
    box-shadow 0.26s;
}
.s-button > a:after,
.s-submit:after {
  content: "";
  position: absolute;
  inset: -100% -50%;
  background: linear-gradient(
    110deg,
    transparent 38%,
    #fff8 49%,
    transparent 60%
  );
  transform: translateX(-100%);
  pointer-events: none;
}
.s-button > a:hover,
.s-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px #ffb85e26;
}
.s-button > a:active,
.s-submit:active {
  transform: translateY(1px);
}
.s-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 34px 45px;
  border-top: 1px solid var(--s-line);
  border-bottom: 1px solid var(--s-line);
}
.s-intro-title {
  font-size: 21px;
  line-height: 1.4;
  color: var(--s-text);
  letter-spacing: -0.02em;
}
.s-intro > p:last-child {
  font-size: 14px;
  max-width: 510px;
}
.s-services {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 16px;
  margin-top: 44px;
}
.s-service {
  position: relative;
  min-height: 305px;
  padding: 35px 38px;
  border: 1px solid #ffffff17;
  border-radius: 12px;
  background: linear-gradient(125deg, #1a2029, #10151b 75%);
  box-shadow: inset 0 1px 0 #ffffff08;
  overflow: hidden;
  transition: border-color 0.3s;
}
.s-service-web {
  background:
    radial-gradient(ellipse at 100% 0, #6b4c263e, transparent 65%),
    linear-gradient(125deg, #1a2029, #10151b);
}
.s-service-development {
  background:
    radial-gradient(ellipse at 80% 100%, #8c652025, transparent 65%),
    linear-gradient(125deg, #1a2029, #10151b);
}
.s-service:hover {
  border-color: #ffb85e65;
}
.s-service-number {
  position: absolute;
  right: 32px;
  top: 28px;
  font-family: Consolas, monospace;
  font-size: 12px;
  color: #747d88;
}
.s-service-type {
  font-size: 12px;
  color: var(--s-accent);
  margin-bottom: 30px;
}
.s-service h3 {
  font-size: 27px;
  max-width: 360px;
  margin-bottom: 18px;
}
.s-service-description {
  font-size: 14px;
  max-width: 375px;
  line-height: 1.65;
}
.s-service-tags {
  font-size: 11px;
  margin-top: 28px;
  padding-right: 36px;
  color: #818b96;
}
.s-service-link {
  position: absolute;
  right: 29px;
  bottom: 28px;
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff21;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--s-accent);
  transition: background 0.2s;
}
.s-service-link:hover {
  background: #ffb85e18;
}
.s-service-link .tableads-icon {
  width: 17px;
  height: 17px;
}
.s-approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding-top: 55px;
}
.s-approach-copy > p:not(.s-eyebrow) {
  margin-top: 25px;
  max-width: 480px;
  font-size: 15px;
}
.s-principles {
  display: grid;
  gap: 25px;
  margin-top: 36px;
}
.s-principle {
  padding-left: 18px;
  border-left: 1px solid #ffb85e65;
}
.s-principle h3 {
  font-size: 16px;
  margin-bottom: 7px;
}
.s-principle p {
  font-size: 13px;
}
.s-architecture {
  padding: 50px 25px 30px;
  background: radial-gradient(ellipse at 50% 48%, #ffb85e0a, transparent 70%);
  text-align: center;
}
.s-architecture-top,
.s-architecture-bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.s-architecture-top span,
.s-architecture-bottom span {
  border: 1px solid #ffffff1a;
  border-radius: 5px;
  background: #151a21;
  padding: 13px 15px;
  color: #b8bec6;
  font-size: 11px;
  flex: 1;
}
.s-architecture-line {
  height: 58px;
  width: 1px;
  background: linear-gradient(#ffb85e35, #ffb85e);
  margin: auto;
  position: relative;
}
.s-architecture-line:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 15px;
  left: -2px;
  top: 0;
  background: var(--s-accent);
  box-shadow: 0 0 12px #ffb85e90;
}
.s-architecture-core {
  position: relative;
  padding: 34px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(135deg, #292622bc, #151a21c9);
  border: 1px solid #ffb85e6b;
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 #ffdaa42b,
    0 15px 55px #0004;
  backdrop-filter: blur(12px);
}
.s-architecture-wordmark {
  font-size: 10px;
  letter-spacing: 0.23em;
  color: var(--s-accent);
}
.s-architecture-core strong {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.s-architecture-core > span:last-child {
  font-size: 12px;
  color: #a8aeb6;
}
.s-architecture > p {
  font-size: 10px;
  margin-top: 24px;
  color: #7e8791;
}
.s-process {
  background: linear-gradient(110deg, #141a22, #0e131a);
  border-block: 1px solid #ffffff12;
}
.s-section-lead {
  max-width: 390px;
  font-size: 15px;
  margin-top: 23px;
}
.s-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.s-stage {
  border-top: 1px solid #ffb85e4a;
  padding-top: 22px;
}
.s-stage-number {
  font-family: Consolas, monospace;
  font-size: 12px;
  color: var(--s-accent);
  margin-bottom: 28px;
}
.s-stage h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.s-stage > p:not(.s-stage-number) {
  font-size: 13px;
}
.s-stage-result {
  margin-top: 27px;
  font-size: 11px !important;
  color: #d2d4d6;
}
.s-engagement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border-bottom: 1px solid var(--s-line);
}
.s-large-copy {
  font-size: 20px;
  color: var(--s-text);
  line-height: 1.65;
  letter-spacing: -0.015em;
  margin-bottom: 25px;
}
.s-engagement-copy > p:last-child {
  font-size: 14px;
}
.s-faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 90px;
}
.s-faq h2 {
  font-size: 34px;
}
.s-faq-list details {
  border-bottom: 1px solid var(--s-line);
  padding: 21px 0;
}
.s-faq-list details:first-child {
  padding-top: 0;
}
.s-faq-list summary {
  cursor: pointer;
  font-size: 16px;
  color: #e1e3e5;
  list-style-position: outside;
  margin-left: 17px;
  padding-left: 7px;
}
.s-faq-list summary::marker {
  color: var(--s-accent);
  font-size: 12px;
}
.s-faq-list details p {
  font-size: 14px;
  line-height: 1.7;
  padding: 18px 0 0 24px;
}
.s-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  position: relative;
  padding-top: 70px;
  border-top: 1px solid var(--s-line);
}
.s-contact h2 {
  font-size: clamp(3.5rem, 5.8vw, 5.5rem);
  letter-spacing: -0.055em;
}
.s-contact h2 span {
  color: var(--s-accent);
}
.s-contact-copy > p:not(.s-eyebrow) {
  max-width: 355px;
  margin-top: 28px;
  font-size: 15px;
}
.s-contact-hint {
  font-size: 12px !important;
  max-width: 290px !important;
  color: #808a94;
}
.s-brief-form {
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #ffffff1a;
  background:
    radial-gradient(at 100% 0, #ffb85e0c, transparent 50%),
    linear-gradient(130deg, #191f28, #121820);
  box-shadow: inset 0 1px 0 #ffffff0c;
}
.s-brief-form fieldset {
  border: 0;
  margin: 0 0 25px;
  padding: 0;
}
.s-brief-form legend {
  font-size: 13px;
  margin-bottom: 14px;
}
.s-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.s-choice {
  position: relative;
  cursor: pointer;
}
.s-choice input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.s-choice span {
  display: block;
  font-size: 11px;
  padding: 8px 9px;
  border: 1px solid #ffffff20;
  border-radius: 5px;
  color: #a9b0b9;
  transition:
    color 0.2s,
    border-color 0.2s,
    background 0.2s;
}
.s-choice input:checked + span {
  color: var(--s-accent);
  border-color: #ffb85e6b;
  background: #ffb85e09;
}
.s-choice input:focus-visible + span {
  outline: 2px solid var(--s-accent);
  outline-offset: 3px;
}
.s-choice-consultation {
  flex: 0 0 34px;
  min-width: 0;
}
.s-choice-consultation > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 34px;
  box-sizing: border-box;
  padding: 5px;
}
.s-choice-consultation img {
  display: block;
  width: 22px;
  height: auto;
  max-width: 100%;
  padding: 0;
  background: transparent;
  filter: brightness(1.8);
}
.s-choice-consultation > span {
  border-color: #94702d;
  background: linear-gradient(115deg, #463410, #806020);
  box-shadow: inset 0 1px 0 #ffd77818;
}
.s-choice-consultation:hover > span {
  border-color: #c69b43;
  background: linear-gradient(115deg, #584017, #967029);
}
.s-choice-consultation input:checked + span {
  border-color: #ffd071;
  background: linear-gradient(115deg, #705017, #ac7e27);
  box-shadow: inset 0 0 0 1px #ffd07145, 0 0 12px #d79a2418;
}
.s-field {
  display: block;
  font-size: 13px;
  margin-bottom: 22px;
}
.s-field textarea,
.s-field select {
  display: block;
  resize: vertical;
  width: 100%;
  border: 1px solid #343c46;
  border-radius: 6px;
  background: #0c1118;
  color: var(--s-text);
  padding: 13px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.s-field textarea::placeholder {
  color: #87929f;
  opacity: 1;
}
.s-field textarea {
  min-height: 115px;
}
.s-field select {
  min-height: 46px;
  color-scheme: dark;
}
.s-field select[hidden] { display: none; }
.s-select { position: relative; margin-top: 10px; }
.s-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 48px;
  padding: 13px;
  border: 1px solid #343c46;
  border-radius: 6px;
  background: #0c1118;
  color: #f5f6f7;
  font: inherit;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}
.s-select-trigger:hover, .s-select-trigger[aria-expanded="true"] { border-color: #b68b47; }
.s-select-trigger:focus-visible { outline: 2px solid var(--s-accent); outline-offset: 3px; }
.tableads-select-arrow { flex: 0 0 16px; width: 16px; height: 16px; transform: rotate(90deg); color: var(--s-accent); }
.s-select-trigger[aria-expanded="true"] .tableads-select-arrow { transform: rotate(-90deg); }
.s-select-options {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: min(280px, 45vh);
  overflow-y: auto;
  padding: 6px;
  background: #131a23;
  border: 1px solid #3e4855;
  border-radius: 9px;
  box-shadow: 0 16px 36px #0009;
  color-scheme: dark;
}
.s-select-options[hidden] { display: none; }
.s-select-up .s-select-options { top: auto; bottom: calc(100% + 8px); }
.s-select-option {
  padding: 11px 12px;
  min-height: 42px;
  border-radius: 5px;
  color: #f5f6f7;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}
.s-select-option[aria-selected="true"] { box-shadow: inset 2px 0 var(--s-accent); }
.s-select-option.is-active { background: #ffc35e; color: #11151a; box-shadow: none; }
.s-submit {
  width: 100%;
  justify-content: space-between;
}
.s-form-note {
  font-size: 11px;
  line-height: 1.65;
  margin-top: 16px;
  color: #a1a8af;
}
.s-form-status {
  font-size: 12px;
  color: var(--s-accent);
  margin-top: 10px;
}
.s-form-status:empty {
  display: none;
}
.s-footer {
  border-top: 1px solid var(--s-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 30px 35px;
}
.s-footer .s-brand {
  font-size: 13px;
}
.s-footer .s-brand-mark {
  width: 26px;
  height: 26px;
  font-size: 22px;
}
.s-footer p,
.s-footer > a[href="#top"],
.s-footer > a[href="/#top"] {
  font-size: 11px;
}
.s-footer p {
  color: #818b97;
}
.s-reveal {
  opacity: 1;
  transform: none;
}
/* Shared animation rules are in effects.css. */
@media (min-width: 1500px) {
  .s-hero-art {
    width: 740px;
    right: -55px;
    top: 20px;
  }
  .s-hero {
    min-height: 690px;
  }
}
@media (max-width: 1100px) {
  .s-container {
    width: calc(100% - 64px);
  }
  .s-header-inner {
    gap: 20px;
  }
  .s-nav {
    gap: 18px;
  }
  .s-hero-art {
    width: 570px;
    right: -30px;
    top: 70px;
  }
  .s-hero-copy {
    max-width: 72vw;
  }
  .s-hero {
    min-height: 590px;
  }
  .s-hero h1 {
    font-size: clamp(2.6rem, 5.3vw, 3.6rem);
  }
  .s-hero-lead {
    max-width: 330px;
  }
  .s-approach,
  .s-engagement,
  .s-faq,
  .s-contact {
    gap: 50px;
  }
  .s-service {
    padding: 30px;
  }
  .s-service h3 {
    font-size: 25px;
  }
  .s-architecture {
    padding-inline: 0;
  }
  .s-architecture-top span,
  .s-architecture-bottom span {
    padding: 12px 8px;
    font-size: 10px;
  }
  .s-stages {
    gap: 22px;
  }
  .s-section {
    padding-block: 75px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 30px;
  }
  .s-container {
    width: calc(100% - 40px);
  }
  .s-header-inner {
    height: 72px;
    gap: 16px;
  }
  .s-brand {
    font-size: 14px;
    gap: 9px;
  }
  .s-brand-mark {
    width: 28px;
    height: 28px;
    font-size: 23px;
  }
  .s-header-contact {
    margin-left: auto;
    font-size: 11px;
    gap: 6px;
  }
  .s-header-contact .tableads-icon {
    display: none;
  }
  .s-menu {
    display: block;
    background: none;
    color: #ddd;
    border: 1px solid #ffffff29;
    border-radius: 5px;
    padding: 7px 9px;
    font-size: 11px;
  }
  .s-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 22px;
    background: #151a22;
    border-bottom: 1px solid var(--s-line);
    flex-direction: column;
    gap: 20px;
    display: none;
  }
  .s-nav.s-open {
    display: flex;
  }
  .s-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding-block: 50px 0;
  }
  .s-hero-copy {
    width: 100%;
    max-width: none;
  }
  .s-hero .s-eyebrow {
    font-size: 9px;
    margin-bottom: 23px;
    letter-spacing: 0.13em;
  }
  .s-hero h1 {
    font-size: clamp(2rem, 6.5vw, 3.1rem);
    letter-spacing: -0.048em;
    line-height: 1.15;
  }
  .s-hero-lead {
    font-size: 15px;
    max-width: 350px;
    margin-block: 24px 26px;
  }
  .s-button > a {
    min-height: 50px;
    font-size: 12px;
    gap: 25px;
  }
  .s-hero-art {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% + 40px);
    max-width: none;
    margin: 0 -20px -12px;
    mask-image: linear-gradient(black 80%, transparent);
  }
  .s-hero-art img {
    width: 100%;
    aspect-ratio: 1.65;
    object-fit: cover;
  }
  .s-intro {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-block: 28px;
  }
  .s-intro-title {
    font-size: 21px;
  }
  .s-intro-title br {
    display: none;
  }
  .s-intro > p:last-child {
    font-size: 13px;
  }
  .s-section {
    padding-block: 62px;
  }
  .s-eyebrow {
    margin-bottom: 19px;
    font-size: 10px;
  }
  h2 {
    font-size: 32px;
  }
  .s-services {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 12px;
  }
  .s-service {
    padding: 28px;
    min-height: 290px;
  }
  .s-service h3 {
    font-size: 25px;
    max-width: 290px;
  }
  .s-service-type {
    margin-bottom: 23px;
  }
  .s-service-description {
    font-size: 13px;
  }
  .s-service-tags {
    font-size: 10px;
  }
  .s-approach {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 15px;
  }
  .s-architecture {
    padding: 25px 0 0;
  }
  .s-architecture-core {
    max-width: 300px;
    margin: auto;
  }
  .s-architecture-top span,
  .s-architecture-bottom span {
    font-size: 10px;
    padding: 12px 5px;
  }
  .s-architecture-line {
    height: 42px;
  }
  .s-stages {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
    margin-top: 35px;
  }
  .s-stage-number {
    margin-bottom: 20px;
  }
  .s-stage h3 {
    font-size: 20px;
  }
  .s-stage p {
    font-size: 12px !important;
  }
  .s-stage-result {
    font-size: 10px !important;
  }
  .s-engagement {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .s-large-copy {
    font-size: 18px;
  }
  .s-faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .s-faq h2 {
    font-size: 30px;
  }
  .s-faq-list summary {
    font-size: 15px;
  }
  .s-contact {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .s-contact h2 {
    font-size: 52px;
  }
  .s-contact-copy > p:not(.s-eyebrow) {
    font-size: 14px;
    max-width: 330px;
  }
  .s-contact-hint {
    display: none;
  }
  .s-brief-form {
    padding: 23px 20px;
  }
  .s-footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 28px;
  }
  .s-footer p {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
  .s-footer > a[href="#top"],
.s-footer > a[href="/#top"] {
    margin-left: auto;
    font-size: 10px;
  }
  .s-choice span {
    font-size: 10px;
  }
  .s-section-lead {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .s-reveal.s-pending {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-transparency: reduce) {
  .s-architecture-core {
    background: #1b2027;
    backdrop-filter: none;
  }
}
@media (forced-colors: active) {
  .s-service,
  .s-brief-form,
  .s-architecture-core {
    border: 1px solid CanvasText;
  }
  .s-button > a,
  .s-submit {
    border: 1px solid ButtonText;
    background: ButtonFace;
    color: ButtonText;
  }
  .tableads-icon {
    background: ButtonText;
  }
  .s-hero-art {
    mask-image: none;
  }
}
.editor-styles-wrapper .s-reveal {
  opacity: 1;
  transform: none;
}
.editor-styles-wrapper * {
  animation: none !important;
}
.editor-styles-wrapper .s-container {
  width: calc(100% - 48px);
}
/* Feather the artwork into the page without altering the source asset. */
.s-partners .s-section-lead {
  max-width: 550px;
}
.s-partners-notice {
  max-width: 720px;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 16px;
  color: var(--s-muted);
}
.s-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.s-partner-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  background: linear-gradient(130deg, #1a2029, #10151b 80%);
  box-shadow: inset 0 1px 0 #ffffff09;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}
.s-partner-card:nth-child(4n + 1) {
  background:
    radial-gradient(ellipse at 100% 0, #ffb85e0c, transparent 65%),
    linear-gradient(130deg, #1a2029, #10151b);
}
.s-partner-card:nth-child(4n) {
  background:
    radial-gradient(ellipse at 0 100%, #ffb85e08, transparent 60%),
    linear-gradient(130deg, #1a2029, #10151b);
}
.s-partner-card:hover {
  border-color: #ffb85e65;
  box-shadow:
    inset 0 1px 0 #ffce8819,
    0 12px 35px #0002;
}
.s-partner-identity {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 26px;
}
.s-partner-index {
  flex: none;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #ffb85e30;
  border-radius: 9px;
  color: var(--s-accent);
  font-family: Consolas, monospace;
  font-size: 15px;
  background: linear-gradient(145deg, #ffb85e12, #ffffff03);
}
.s-partner-company h3 {
  font-size: 19px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.s-partner-sector {
  font-size: 12px;
  margin-top: 4px;
  color: var(--s-muted);
}
.s-partner-title {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--s-text);
  margin-bottom: 24px;
  max-width: 420px;
}
.s-partner-story {
  display: grid;
  gap: 19px;
  flex: 1;
}
.s-partner-story p {
  font-size: 13px;
  line-height: 1.7;
}
.s-partner-story .s-partner-label {
  font-size: 11px;
  margin-bottom: 4px;
  color: #d3d8df;
}
.s-partner-solution {
  border-left: 1px solid #ffb85e5a;
  padding-left: 15px;
}
.s-partner-solution .s-partner-label {
  color: var(--s-accent);
}
.s-partner-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ffffff10;
}
.s-partner-meta p {
  font-size: 11px;
  line-height: 1.5;
  color: #a1a8af;
}
.s-partner-meta .s-partner-demo {
  font-size: 10px;
  color: var(--s-accent);
  text-align: right;
}
@media (min-width: 761px) and (max-width: 980px) {
  .s-header-contact {
    display: none;
  }
  .s-nav {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  .s-partner-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 28px;
  }
  .s-partner-card {
    padding: 24px;
  }
  .s-partner-company h3 {
    font-size: 18px;
  }
  .s-partner-title {
    font-size: 22px;
  }
  .s-partner-sector {
    font-size: 11px;
  }
  .s-partner-meta p {
    font-size: 10px;
  }
  .s-partners-notice {
    font-size: 12px;
  }
}
@media (forced-colors: active) {
  .s-partner-card,
  .s-partner-index {
    border: 1px solid CanvasText;
  }
}
.s-contact-details {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--s-line);
  font-style: normal;
  overflow-wrap: anywhere;
}
.s-contact-details .s-contact-name {
  font-size: 17px;
  color: var(--s-text);
  margin-bottom: 10px;
}
.s-contact-details > a {
  display: inline-block;
  color: var(--s-accent);
  font-size: 16px;
}
.s-contact-details .s-business-details {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;
}
.s-hero-art {
  mask-image:
    linear-gradient(to right, transparent, black 8%, black 94%, transparent),
    linear-gradient(to bottom, transparent, black 10%, black 84%, transparent);
  mask-composite: intersect;
}
@media (min-width: 761px) {
  .s-header-inner {
    height: 80px;
  }
  .s-hero {
    align-items: start;
    padding-top: 88px;
    min-height: 595px;
  }
  .s-hero-art {
    top: 25px;
  }
  .s-hero-copy {
    align-self: start;
  }
}
@media (max-width: 760px) {
  .s-hero h1 {
    font-size: clamp(1.6rem, 7.3vw, 3.1rem);
  }
  .s-hero-art {
    margin-top: 14px;
  }
}

.s-footer { flex-wrap: wrap; }
.s-build-row { flex: 0 0 100%; order: 4; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.s-build-info { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; padding: 10px 14px; border: 1px solid #ffb85e30; border-radius: 8px; background: #ffb85e05; color: #9ba5af; font-size: 11px; line-height: 1.4; text-align: right; }
.s-build-info code { padding: 0; background: transparent; color: #e8bb75; font: 11px/1.4 ui-monospace, Consolas, monospace; user-select: text; -webkit-user-select: text; cursor: text; }
@media (max-width: 760px) { .s-build-row { justify-content: flex-start; } .s-build-info { align-items: flex-start; text-align: left; } }

.s-company-details { display: flex; flex-direction: column; gap: 3px; padding: 10px 14px; border: 1px solid #ffb85e30; border-radius: 8px; background: #ffb85e05; color: #9ba5af; font-size: 11px; line-height: 1.4; text-align: left; }
.s-company-details-heading { color: #e8bb75; }
.s-company-inn { font-family: ui-monospace, Consolas, monospace; user-select: text; }
.s-company-details small { color: #9ba5af; font-size: 10px; }
@media (max-width: 760px) { .s-build-row { flex-direction: column; align-items: flex-start; } }
