.home-premium {
  --home-ink: #070a12;
  --home-paper: #ffffff;
  --home-white: #ffffff;
  --home-accent: #168bff;
  --home-blue: #0b62d6;
  --home-blue-deep: #071d3a;
  --home-line: #d8e3f0;
  --home-muted: #4f6175;
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "Manrope", sans-serif;
}

.home-premium .kg-page {
  background: var(--home-paper) !important;
  color: var(--home-ink);
  overflow: clip;
  padding-top: 5rem;
}

.home-premium .kg-page-header {
  background: #000 !important;
  border-bottom-color: rgb(255 255 255 / .12);
  box-shadow: 0 18px 55px rgb(0 0 0 / .55);
}

.home-premium .kg-page-header::before,
.home-premium .kg-page-header::after {
  display: none;
}

.home-premium .kg-brand {
  border-radius: 0;
  color: var(--home-white);
}

.home-premium .kg-brand::before {
  display: none;
}

.home-premium .kg-brand img {
  width: 3.45rem;
  height: 3.45rem;
  filter: drop-shadow(0 0 14px rgb(255 255 255 / .22));
  animation: none;
}

.home-premium .kg-brand span {
  color: var(--home-white) !important;
  -webkit-text-fill-color: var(--home-white) !important;
  background: none;
  color: var(--home-white);
  -webkit-text-fill-color: currentColor;
}

.home-premium .kg-nav-links a {
  border: 0;
  color: rgb(255 255 255 / .68);
  font-size: .86rem;
  font-weight: 700;
}

.home-premium .kg-nav-links a:hover,
.home-premium .kg-nav-links a.is-active {
  color: var(--home-white);
}

.home-premium .kg-shell-client-cta {
  color: rgb(255 255 255 / .76);
}

.home-premium .kg-shell-cta,
.home-premium .kg-shell-mobile-cta {
  border: 1px solid var(--home-ink);
  border-radius: 0;
  background: var(--home-ink);
  color: var(--home-white);
  box-shadow: none;
}

.home-premium .kg-shell-cta:hover,
.home-premium .kg-shell-mobile-cta:hover {
  background: var(--home-blue);
  border-color: var(--home-blue);
}

.home-premium .kg-shell-menu-btn span {
  background: var(--home-ink);
}

.home-premium .kg-shell-menu-btn b {
  color: var(--home-ink);
}

body.home-premium .kg-shell-client-cta,
body.home-premium .kg-shell-mobile-client-cta {
  border-color: rgb(255 255 255 / .22) !important;
  background: transparent !important;
  color: var(--home-white) !important;
  -webkit-text-fill-color: var(--home-white) !important;
}

body.home-premium .kg-shell-mobile-cta {
  border-color: var(--home-ink) !important;
  background: var(--home-ink) !important;
  color: var(--home-white) !important;
  -webkit-text-fill-color: var(--home-white) !important;
}

.home-premium .kg-shell-mobile {
  background: var(--home-paper);
  border-bottom-color: var(--home-line);
}

.home-premium .kg-shell-mobile a {
  color: var(--home-ink);
}

.home-premium .kg-scroll-progress span {
  background: var(--home-blue-deep);
}

.home-wrap {
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
}

.home-hero {
  position: relative;
  display: flex;
  min-height: calc(100svh - 8.5rem);
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: var(--home-ink);
  color: white;
}

.home-hero-media,
.home-hero-media::after {
  position: absolute;
  inset: 0;
}

.home-hero-media {
  z-index: -2;
}

.home-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgb(7 10 18 / .92) 0%, rgb(7 10 18 / .72) 48%, rgb(7 10 18 / .18) 100%), linear-gradient(0deg, rgb(7 10 18 / .64), transparent 52%);
}

.home-hero-inner {
  width: 100%;
  padding-block: 6.5rem 2rem;
}

.home-hero-copy {
  max-width: 880px;
}

.home-status,
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.5rem;
  color: inherit;
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-status::before,
.home-eyebrow::before {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: var(--home-accent);
}

.home-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 4.8rem;
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-hero h1 em {
  color: var(--home-accent);
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

.home-hero-lead {
  max-width: 690px;
  margin: 1.75rem 0 0;
  color: rgb(255 255 255 / .8);
  font-size: 1.15rem;
  line-height: 1.7;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.home-btn {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  border: 1px solid currentColor;
  border-radius: 0;
  padding: .85rem 1.2rem;
  font-size: .88rem;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.home-btn .material-symbols-outlined {
  font-size: 1.15rem;
}

.home-btn.primary {
  border-color: var(--home-blue);
  background: var(--home-blue);
  color: var(--home-white);
}

.home-btn.primary:hover {
  border-color: white;
  background: white;
}

.home-btn.secondary {
  color: white;
}

.home-btn.secondary:hover {
  border-color: white;
  background: white;
  color: var(--home-ink);
}

.home-btn.dark {
  border-color: var(--home-ink);
  background: var(--home-ink);
  color: white;
}

.home-btn.dark:hover {
  border-color: var(--home-blue);
  background: var(--home-blue);
}

.home-btn.outline {
  color: var(--home-ink);
}

.home-btn.outline:hover {
  background: var(--home-ink);
  color: white;
}

.home-hero-foot {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  margin-top: 4.5rem;
  border-top: 1px solid rgb(255 255 255 / .28);
  padding-top: 1.25rem;
}

.home-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 2rem;
  color: rgb(255 255 255 / .76);
  font-size: .82rem;
  font-weight: 700;
}

.home-proof-list span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.home-proof-list span::before {
  content: "";
  width: .38rem;
  height: .38rem;
  background: var(--home-accent);
}

.home-scroll-note {
  color: rgb(255 255 255 / .7);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-strip {
  border-bottom: 1px solid var(--home-line);
  background: white;
}

.home-strip-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3rem;
  min-height: 7rem;
}

.home-strip p {
  color: var(--home-muted);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-client-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.home-section {
  position: relative;
  padding-block: 7.5rem;
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 4rem;
  align-items: end;
  margin-bottom: 4rem;
}

.home-section-head h2,
.home-manifesto h2,
.home-contact-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 3.45rem;
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-section-head h2 em,
.home-manifesto h2 em,
.home-contact-copy h2 em {
  color: var(--home-blue);
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

.home-section-head > div > p,
.home-section-head > p,
.home-manifesto-copy,
.home-contact-copy > p {
  color: var(--home-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.home-manifesto {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 7rem;
  align-items: start;
}

.home-manifesto-copy {
  display: grid;
  gap: 1.25rem;
  padding-top: 3.5rem;
}

.home-manifesto-copy p {
  margin: 0;
}

.home-manifesto-copy strong {
  color: var(--home-ink);
}

.home-work {
  background: var(--home-white);
}

.home-case-list {
  display: grid;
  gap: 1px;
  border-block: 1px solid var(--home-line);
  background: var(--home-line);
}

.home-case {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, .75fr);
  min-height: 470px;
  background: var(--home-white);
  color: var(--home-ink);
}

.home-case-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #e6e5df;
}

.home-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.16, 1, .3, 1);
}

.home-case:hover .home-case-media img {
  transform: scale(1.025);
}

.home-case-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  background: var(--home-blue);
  color: var(--home-white);
  font-size: .76rem;
  font-weight: 900;
}

.home-case-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem;
}

.home-case-label {
  color: var(--home-blue);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-case-copy h3 {
  margin: .75rem 0 1rem;
  font-size: 2rem;
  line-height: 1.1;
}

.home-case-copy p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.7;
}

.home-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1.5rem;
}

.home-tags span {
  border: 1px solid var(--home-line);
  padding: .45rem .65rem;
  color: var(--home-muted);
  font-size: .7rem;
  font-weight: 800;
}

.home-case-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: 2rem;
  border-bottom: 1px solid var(--home-ink);
  padding-bottom: .25rem;
  font-size: .82rem;
  font-weight: 900;
}

.home-case:nth-child(even) .home-case-media {
  order: 2;
}

.home-expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--home-line);
}

.home-expertise {
  min-height: 350px;
  padding: 2.5rem;
}

.home-expertise + .home-expertise {
  border-left: 1px solid var(--home-line);
}

.home-expertise .material-symbols-outlined {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  background: var(--home-accent);
  color: var(--home-white);
  font-size: 1.5rem;
}

.home-expertise:nth-child(2) .material-symbols-outlined {
  background: var(--home-blue);
  color: white;
}

.home-expertise:nth-child(3) .material-symbols-outlined {
  background: var(--home-blue-deep);
  color: var(--home-white);
}

.home-expertise small {
  display: block;
  margin-top: 5rem;
  color: var(--home-muted);
  font-size: .7rem;
  font-weight: 900;
}

.home-expertise h3 {
  margin: .75rem 0 1rem;
  font-size: 1.55rem;
}

.home-expertise p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.7;
}

.home-point-cite {
  margin-top: 2rem;
  padding: 2rem 2.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
  background: var(--home-blue-deep);
  color: var(--home-white);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.home-point-cite:hover {
  background: var(--home-blue);
}

.home-point-cite:focus-visible {
  outline: 3px solid var(--home-accent);
  outline-offset: 4px;
}

.home-point-cite small {
  color: #8bc8ff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.home-point-cite h3 {
  max-width: 780px;
  margin: .7rem 0 .6rem;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  line-height: 1.18;
}

.home-point-cite p {
  margin: 0;
  color: #c8d9ea;
  line-height: 1.6;
}

.home-point-cite-price {
  min-width: 180px;
  display: grid;
  justify-items: end;
  gap: .65rem;
}

.home-point-cite-price strong {
  font-family: "Instrument Serif", serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: .8;
}

.home-point-cite-price em {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  font-style: normal;
  font-weight: 900;
}

.home-point-cite-price .material-symbols-outlined {
  font-size: 1.1rem;
}

@media (max-width: 720px) {
  .home-point-cite {
    padding: 1.6rem 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .home-point-cite-price {
    min-width: 0;
    justify-items: start;
  }
}

.home-method {
  background: var(--home-ink);
  color: white;
}

.home-method .home-eyebrow,
.home-contact .home-eyebrow {
  color: inherit;
}

.home-method-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 4rem;
}

.home-method-head h2 {
  margin: 0;
  font-size: 3.45rem;
  line-height: 1.08;
}

.home-method-head p {
  margin: 0;
  color: rgb(255 255 255 / .65);
  line-height: 1.75;
}

.home-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgb(255 255 255 / .2);
}

.home-step {
  min-height: 260px;
  padding: 2rem 1.5rem;
}

.home-step + .home-step {
  border-left: 1px solid rgb(255 255 255 / .2);
}

.home-step b {
  color: var(--home-accent);
  font-size: .76rem;
}

.home-step h3 {
  margin: 4.5rem 0 .85rem;
  font-size: 1.15rem;
}

.home-step p {
  margin: 0;
  color: rgb(255 255 255 / .62);
  font-size: .88rem;
  line-height: 1.65;
}

.home-contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f3f7fc !important;
  color: var(--home-ink);
  padding-block: clamp(5.5rem, 9vw, 8.5rem);
}

.home-contact::before {
  position: absolute;
  z-index: -1;
  top: -22rem;
  right: -14rem;
  width: 46rem;
  height: 46rem;
  border: 1px solid rgb(11 98 214 / .11);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(22 139 255 / .1), transparent 66%);
  box-shadow: 0 0 0 6rem rgb(11 98 214 / .025), 0 0 0 12rem rgb(11 98 214 / .018);
  content: "";
}

.home-contact-grid {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.18fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d6e1ee;
  background: var(--home-white);
  box-shadow: 0 35px 90px rgb(7 29 58 / .13);
}

.home-contact-copy {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 6%, rgb(22 139 255 / .3), transparent 34%),
    linear-gradient(145deg, #0b2d58 0%, var(--home-blue-deep) 58%, #051326 100%);
  padding: clamp(2.5rem, 4.5vw, 4.75rem);
  color: var(--home-white);
}

.home-contact-copy::after {
  position: absolute;
  right: -8rem;
  bottom: -9rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgb(255 255 255 / .1);
  border-radius: 50%;
  box-shadow: 0 0 0 3.5rem rgb(255 255 255 / .025), 0 0 0 7rem rgb(255 255 255 / .018);
  content: "";
  pointer-events: none;
}

.home-contact .home-eyebrow {
  position: relative;
  z-index: 1;
  color: #8bc8ff;
}

.home-contact-copy h2 {
  position: relative;
  z-index: 1;
  max-width: 8.8em;
  color: var(--home-white);
  font-size: clamp(3rem, 4.4vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.home-contact-copy h2 em {
  display: block;
  color: #74bdff;
}

.home-contact-copy > p:not(.home-eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  margin: 1.75rem 0 0;
  color: rgb(255 255 255 / .7);
  font-size: 1.02rem;
  line-height: 1.75;
}

.home-contact-notes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  margin-top: clamp(4rem, 8vw, 8rem);
  border-block: 1px solid rgb(255 255 255 / .14);
}

.home-contact-notes > span {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: .9rem;
  align-items: center;
  min-height: 4.4rem;
  color: rgb(255 255 255 / .76);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.45;
}

.home-contact-notes > span + span {
  border-top: 1px solid rgb(255 255 255 / .14);
}

.home-contact-notes .material-symbols-outlined {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid rgb(116 189 255 / .38);
  color: #8bc8ff;
  font-size: 1.05rem;
}

.home-form {
  position: relative;
  align-self: stretch;
  background: var(--home-white);
  color: var(--home-ink);
  padding: clamp(2.25rem, 5vw, 5rem);
}

.home-form-mark {
  display: grid;
  grid-template-columns: 2.8rem 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2.75rem;
  color: var(--home-blue);
}

.home-form-mark > span {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  background: #eaf3ff;
  font-size: 1.25rem;
}

.home-form-mark i {
  height: 1px;
  background: var(--home-line);
}

.home-form-mark small {
  color: #718399;
  font-size: .66rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.home-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.home-field {
  margin-bottom: 1.05rem;
}

.home-field label {
  display: block;
  margin-bottom: .55rem;
  color: #26394f;
  font-size: .75rem;
  font-weight: 800;
}

.home-field input,
.home-field select,
.home-field textarea {
  width: 100%;
  border: 1px solid #cfdae7;
  border-radius: 0;
  background: #f8fafc;
  padding: .95rem 1rem;
  color: var(--home-ink);
  font: inherit;
  font-size: .9rem;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-field input,
.home-field select {
  min-height: 3.4rem;
}

.home-field input::placeholder,
.home-field textarea::placeholder {
  color: #738399;
  opacity: 1;
}

.home-field input:hover,
.home-field select:hover,
.home-field textarea:hover {
  border-color: #9fb1c6;
  background: var(--home-white);
}

.home-field input:focus,
.home-field select:focus,
.home-field textarea:focus {
  border-color: var(--home-blue);
  background: var(--home-white);
  box-shadow: 0 0 0 3px rgb(11 98 214 / .12);
}

.home-field textarea {
  min-height: 132px;
  resize: vertical;
}

.home-form button {
  width: 100%;
  min-height: 4rem;
  margin-top: .35rem;
  cursor: pointer;
  background: var(--home-ink);
  color: var(--home-white);
}

.home-form button:hover {
  border-color: var(--home-blue);
  background: var(--home-blue);
}

.home-form button:focus-visible {
  outline: 3px solid rgb(11 98 214 / .28);
  outline-offset: 3px;
}

.home-form button:disabled {
  cursor: wait;
  opacity: .65;
}

.home-form-feedback {
  margin: 1rem 0 0;
  border-left: 3px solid var(--home-blue);
  background: #edf5ff;
  padding: .9rem 1rem;
  color: #26394f;
  font-size: .82rem;
  line-height: 1.5;
}

/* Keep the homepage contact card independent from legacy dark-form theme rules. */
body.home-premium .home-contact form.home-form {
  border: 0;
  border-radius: 0;
  background: var(--home-white);
  box-shadow: none;
  color: var(--home-ink);
}

body.home-premium .home-contact .home-field label {
  color: #26394f;
}

body.home-premium .home-contact .home-field input,
body.home-premium .home-contact .home-field select,
body.home-premium .home-contact .home-field textarea {
  border: 1px solid #cfdae7;
  border-radius: 0;
  background: #f8fafc;
  color: var(--home-ink);
  box-shadow: none;
}

body.home-premium .home-contact .home-field input:hover,
body.home-premium .home-contact .home-field select:hover,
body.home-premium .home-contact .home-field textarea:hover {
  border-color: #9fb1c6;
  background: var(--home-white);
}

body.home-premium .home-contact .home-field input:focus,
body.home-premium .home-contact .home-field select:focus,
body.home-premium .home-contact .home-field textarea:focus {
  border-color: var(--home-blue);
  background: var(--home-white);
  box-shadow: 0 0 0 3px rgb(11 98 214 / .12);
}

.home-hidden {
  position: absolute;
  left: -9999px;
}

.home-footer {
  background: var(--home-ink);
  color: var(--home-white);
  padding-block: 4rem 2rem;
}

.home-footer-main {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3rem;
}

.home-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--home-white);
}

.home-footer-brand img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.home-footer-about p {
  max-width: 360px;
  margin-top: 1rem;
  color: #aebdd0;
  line-height: 1.7;
}

.home-footer-col h2 {
  margin: 0 0 1rem;
  font-size: .75rem;
  text-transform: uppercase;
  color: #58b8ff;
}

.home-footer-col nav {
  display: grid;
  gap: .65rem;
}

.home-footer-col a {
  color: #aebdd0;
  font-size: .86rem;
}

.home-footer-col a:hover {
  color: #58b8ff;
}

.home-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
  border-top: 1px solid rgb(255 255 255 / .16);
  padding-top: 1.5rem;
  color: #8fa2ba;
  font-size: .75rem;
}

@media (max-width: 980px) {
  .home-hero h1,
  .home-section-head h2,
  .home-manifesto h2,
  .home-contact-copy h2,
  .home-method-head h2 {
    font-size: 3.35rem;
  }

  .home-manifesto {
    gap: 3rem;
  }

  .home-case {
    grid-template-columns: 1fr;
  }

  .home-case:nth-child(even) .home-case-media {
    order: 0;
  }

  .home-case-copy {
    min-height: 360px;
  }

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

  .home-expertise {
    min-height: 0;
  }

  .home-expertise + .home-expertise {
    border-top: 1px solid var(--home-line);
    border-left: 0;
  }

  .home-expertise small {
    margin-top: 3rem;
  }

  .home-steps {
    grid-template-columns: 1fr 1fr;
  }

  .home-step:nth-child(3) {
    border-top: 1px solid rgb(255 255 255 / .2);
    border-left: 0;
  }

  .home-step:nth-child(4) {
    border-top: 1px solid rgb(255 255 255 / .2);
  }

  .home-contact-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .home-contact-notes {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3.5rem;
  }

  .home-contact-notes > span {
    padding: .75rem 1rem .75rem 0;
  }

  .home-contact-notes > span + span {
    border-top: 0;
    border-left: 1px solid rgb(255 255 255 / .14);
    padding-left: 1rem;
  }
}

@media (max-width: 720px) {
  .home-premium .kg-page {
  background: var(--home-paper) !important;
  color: var(--home-ink);
    padding-top: 4.35rem;
  }

  .home-premium .kg-page-header .kg-nav {
    height: 4.35rem;
  }

  .home-wrap {
    width: min(100% - 1.4rem, 1280px);
  }

  .home-hero {
    min-height: calc(100svh - 7.4rem);
  }

  .home-hero-media video {
    object-position: 62% center;
  }

  .home-hero-media::after {
    background: linear-gradient(0deg, rgb(7 10 18 / .94) 0%, rgb(7 10 18 / .6) 70%, rgb(7 10 18 / .36) 100%);
  }

  .home-hero-inner {
    padding-block: 5rem 1.5rem;
  }

  .home-hero h1,
  .home-section-head h2,
  .home-manifesto h2,
  .home-contact-copy h2,
  .home-method-head h2 {
    font-size: 2.55rem;
  }

  .home-hero-lead {
    font-size: 1rem;
  }

  .home-actions,
  .home-actions .home-btn {
    width: 100%;
  }

  .home-hero-foot {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .home-scroll-note {
    display: none;
  }

  .home-strip-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 1.6rem;
  }

  .home-client-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: .86rem;
  }

  .home-section {
    padding-block: 5rem;
  }

  .home-section-head,
  .home-manifesto,
  .home-method-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .home-section-head {
    margin-bottom: 2.5rem;
  }

  .home-manifesto-copy {
    padding-top: 0;
  }

  .home-case-media {
    min-height: 260px;
  }

  .home-case-copy {
    min-height: 0;
    padding: 2rem 1.25rem;
  }

  .home-case-copy h3 {
    font-size: 1.65rem;
  }

  .home-expertise {
    padding: 2rem 1rem;
  }

  .home-steps {
    grid-template-columns: 1fr;
  }

  .home-step {
    min-height: 0;
  }

  .home-step + .home-step,
  .home-step:nth-child(3),
  .home-step:nth-child(4) {
    border-top: 1px solid rgb(255 255 255 / .2);
    border-left: 0;
  }

  .home-step h3 {
    margin-top: 2.5rem;
  }

  .home-contact {
    padding-block: 4rem;
  }

  .home-contact-copy {
    padding: 2.5rem 1.35rem;
  }

  .home-contact-notes {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .home-contact-notes > span {
    padding: .55rem 0;
  }

  .home-contact-notes > span + span {
    border-top: 1px solid rgb(255 255 255 / .14);
    border-left: 0;
    padding-left: 0;
  }

  .home-form {
    padding: 1.5rem 1.35rem 1.75rem;
  }

  .home-form-mark {
    margin-bottom: 2rem;
  }

  .home-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .home-footer-about {
    grid-column: 1 / -1;
  }

  .home-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .home-hero h1,
  .home-section-head h2,
  .home-manifesto h2,
  .home-contact-copy h2,
  .home-method-head h2 {
    font-size: 2.2rem;
  }

  .home-client-list,
  .home-footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) and (max-height: 720px) {
  .home-hero-inner { padding-block: 2.5rem 1rem; }
  .home-status { margin-bottom: .7rem; }
  .home-hero h1 { font-size: 2.1rem; }
  .home-hero-lead { margin-top: .85rem; font-size: .9rem; line-height: 1.5; }
  .home-actions { margin-top: 1rem; }
  .home-hero .home-btn { min-height: 3.15rem; }
  .home-hero .home-btn.secondary { display: none; }
  .home-hero-foot { margin-top: 1.5rem; padding-top: .85rem; }
  .home-proof-list { gap: .4rem 1.2rem; font-size: .72rem; }
  .home-proof-list span:nth-child(3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .home-premium *,
  .home-premium *::before,
  .home-premium *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
