/* Shared Learning Studio treatment for Architecture, Evals, and For Teachers. */

body.theme-studio.subpage {
  overflow-x: clip;
  background: var(--paper);
}

.theme-studio.subpage [data-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

.theme-studio.subpage .wrap {
  width: min(86rem, 100%);
  max-width: 86rem;
  margin-inline: auto;
  padding-inline: 40px;
}

.theme-studio.subpage main > header {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--ink);
  background:
    radial-gradient(circle at 93% 24%, rgba(255, 98, 54, 0.18), transparent 19%),
    radial-gradient(circle at 55% 8%, rgba(35, 72, 216, 0.13), transparent 13%),
    linear-gradient(180deg, #fff6d6 0%, #fff1c5 100%);
}

.theme-studio.subpage main > header::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -52px;
  top: 105px;
  width: 215px;
  height: 215px;
  border-radius: 47% 53% 65% 35% / 53% 41% 59% 47%;
  background: var(--burgundy);
  opacity: 0.16;
  transform: rotate(23deg);
}

.theme-studio.subpage main > header::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 72px;
  width: 88px;
  height: 88px;
  border: 7px solid #2348d8;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-24deg);
}

.theme-studio.subpage main > header > .wrap,
.theme-studio.subpage main > header.wrap {
  position: relative;
  z-index: 2;
}

.theme-studio.subpage .hero,
.theme-studio.subpage .ev-hero {
  padding: clamp(82px, 8vw, 122px) 0 clamp(100px, 9vw, 142px);
}

.theme-studio.subpage .hero-grid,
.theme-studio.subpage .ev-hero-grid {
  gap: clamp(54px, 6vw, 96px);
  align-items: center;
}

.theme-studio.subpage .section-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  padding: 8px 13px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 253, 244, 0.82);
  box-shadow: 3px 3px 0 #bce6ff;
  color: var(--ink);
  font-size: 11.5px;
  line-height: 1.4;
}

.theme-studio.subpage .section-mark::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--burgundy);
}

.theme-studio.subpage main > header h1 {
  max-width: 840px;
  margin-top: 29px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(62px, 6.4vw, 99px);
  font-weight: 740;
  font-variation-settings:
    "opsz" 72,
    "wdth" 92;
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.theme-studio.subpage main > header h1 em,
.theme-studio.subpage .section-head h2 em,
.theme-studio.subpage .section-copy h2 em,
.theme-studio.subpage .section h2 em {
  position: relative;
  display: inline-block;
  color: var(--burgundy);
  font-style: normal;
}

.theme-studio.subpage main > header h1 em::after,
.theme-studio.subpage .section-head h2 em::after,
.theme-studio.subpage .section-copy h2 em::after,
.theme-studio.subpage .section h2 em::after {
  content: "";
  position: absolute;
  left: -1%;
  right: -2%;
  bottom: -0.04em;
  border-bottom: 4px solid #2348d8;
  border-radius: 50%;
  transform: rotate(-1deg);
}

.theme-studio.subpage main > header .lede {
  max-width: 750px;
  margin-top: 32px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.7;
}

.theme-studio.subpage main > header .fig .frame,
.theme-studio.subpage main > header .corner-card,
.theme-studio.subpage main > header .browser-frame {
  border: 2px solid var(--ink);
  border-radius: 24px;
  background: #fffdf4;
  box-shadow: 12px 14px 0 var(--ink);
}

.theme-studio.subpage main > header .fig {
  position: relative;
  z-index: 2;
}

.theme-studio.subpage main > header .fig figcaption {
  margin-top: 20px;
  font-size: 13px;
}

.theme-studio.subpage main > .section {
  position: relative;
  padding-top: clamp(104px, 9vw, 146px) !important;
  padding-bottom: clamp(104px, 9vw, 146px) !important;
  border-top: 0 !important;
  border-bottom: 2px solid rgba(23, 29, 75, 0.12);
}

.theme-studio.subpage main > .section::before {
  display: none;
}

.theme-studio.subpage .section-head {
  margin-bottom: 62px;
}

.theme-studio.subpage .section-head h2,
.theme-studio.subpage .section-copy h2,
.theme-studio.subpage .section > .wrap > h2,
.theme-studio.subpage .t-chat-copy h2 {
  max-width: 980px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 730;
  font-variation-settings:
    "opsz" 72,
    "wdth" 93;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.theme-studio.subpage .section-head > p:not(.section-mark),
.theme-studio.subpage .section-copy > p,
.theme-studio.subpage .section p {
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
}

.theme-studio.subpage .card,
.theme-studio.subpage .corner-card,
.theme-studio.subpage .fig .frame,
.theme-studio.subpage .browser-frame {
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: #fffdf4;
  box-shadow: 7px 8px 0 var(--ink);
}

.theme-studio.subpage .card,
.theme-studio.subpage .corner-card {
  padding: clamp(24px, 2.7vw, 38px);
}

.theme-studio.subpage .fig .frame {
  padding: clamp(18px, 2.4vw, 30px);
}

.theme-studio.subpage .fig figcaption {
  margin-top: 18px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.65;
  letter-spacing: 0;
}

.theme-studio.subpage .fig figcaption .k {
  color: var(--burgundy);
  font-family: var(--font-mono);
}

.theme-studio.subpage .fig,
.theme-studio.subpage .browser-frame,
.theme-studio.subpage .browser-frame .url {
  min-width: 0;
}

.theme-studio.subpage .ledger {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background: #fffdf4;
  box-shadow: 6px 7px 0 var(--ink);
}

.theme-studio.subpage .ledger > div {
  min-height: 112px;
  padding: 22px 19px;
  border-right: 1.5px solid var(--ink);
}

.theme-studio.subpage .ledger .num {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 760;
}

.theme-studio.subpage .ledger .lbl {
  margin-top: 9px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.015em;
}

.theme-studio.subpage .panel-dark {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--ink-deep);
  color: #fffdf4;
  box-shadow: 7px 8px 0 #2348d8;
}

.theme-studio.subpage .browser-frame {
  overflow: hidden;
  padding: 0;
}

.theme-studio.subpage .browser-frame .chrome {
  border-bottom: 2px solid var(--ink);
  background: #bce6ff;
}

.theme-studio.subpage .browser-frame img {
  background: white;
}

.theme-studio.subpage .cta-primary {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--burgundy);
  color: white;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 6px 7px 0 var(--ink);
}

.theme-studio.subpage .cta-primary:hover {
  background: #ff7a52;
  transform: translate(-2px, -2px);
  box-shadow: 8px 9px 0 var(--ink);
}

.theme-studio.subpage .cta-ghost {
  color: var(--ink);
  border-bottom: 2px solid currentColor;
  font-size: 14px;
  font-weight: 750;
}

/* Architecture */
.theme-studio.subpage-architecture main > header::after {
  display: none;
}

.theme-studio.subpage-architecture .privacy-flow {
  display: none;
}

.theme-studio.subpage-architecture .hero .fig .frame {
  background: #bce6ff;
}

.theme-studio.subpage-architecture #turn {
  background: #bce6ff;
}

.theme-studio.subpage-architecture #adaptive-core {
  background: #fffdf4;
}

.theme-studio.subpage-architecture #non-spoiling {
  background: #fff6d6;
}

.theme-studio.subpage-architecture #graph {
  background: #d9ffd2;
}

.theme-studio.subpage-architecture #production {
  background: #fffdf4;
}

.theme-studio.subpage-architecture #privacy {
  background: #ffd3e4;
}

.theme-studio.subpage-architecture .pipe-card,
.theme-studio.subpage-architecture .ac-frame,
.theme-studio.subpage-architecture .diff-card,
.theme-studio.subpage-architecture .cm-frame {
  background: #fffdf4;
}

.theme-studio.subpage-architecture .nse-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.theme-studio.subpage-architecture .nse-block {
  min-width: 0;
}

.theme-studio.subpage-architecture .nse-block .scroll-x {
  width: 100%;
  max-width: 100%;
}

.theme-studio.subpage-architecture .sysmap .box,
.theme-studio.subpage-architecture .sysmap .box--sat {
  stroke: var(--ink);
}

.theme-studio.subpage-architecture #contact {
  overflow: hidden;
  border: 0 !important;
  background: #2348d8;
  color: #fffdf4;
  text-align: center;
}

.theme-studio.subpage-architecture #contact::before {
  display: block;
  top: -135px;
  left: auto;
  right: -70px;
  width: 390px;
  height: 390px;
  border: 76px solid #ffd254;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transform: none;
}

.theme-studio.subpage-architecture #contact h2,
.theme-studio.subpage-architecture #contact h2 em {
  color: #fffdf4;
}

.theme-studio.subpage-architecture #contact h2 em {
  color: #ffd254;
}

.theme-studio.subpage-architecture #contact p {
  max-width: 700px;
  margin-inline: auto;
  color: #e9ecff;
  font-size: 18px;
}

.theme-studio.subpage-architecture #contact h2 + p {
  color: #e9ecff !important;
}

.theme-studio.subpage-architecture #contact .section-mark {
  border-color: #fffdf4;
  background: transparent;
  color: #fffdf4;
  box-shadow: 3px 3px 0 var(--burgundy);
}

.theme-studio.subpage-architecture #contact .actions {
  justify-content: center;
}

.theme-studio.subpage-architecture #contact .cta-primary {
  background: #ffd254;
  color: var(--ink);
}

.theme-studio.subpage-architecture #contact .cta-ghost {
  color: white;
}

/* Evals */
.theme-studio.subpage-evals .ev-hero-grid {
  grid-template-columns: 1.03fr 0.97fr;
}

.theme-studio.subpage-evals .ev-qcard {
  padding: 28px;
  transform: rotate(0.55deg);
}

.theme-studio.subpage-evals .ev-qcard-head {
  margin: -28px -28px 22px;
  padding: 18px 20px;
  border-bottom: 2px solid var(--ink);
  background: #bce6ff;
}

.theme-studio.subpage-evals .ev-qblock {
  border: 1.5px solid var(--ink);
  border-radius: 14px;
  background: #fff6d6;
}

.theme-studio.subpage-evals .ev-qblock:nth-of-type(2) {
  background: #d9ffd2;
}

.theme-studio.subpage-evals .ev-meter {
  border-color: var(--ink);
  border-radius: 999px;
  background: white;
}

.theme-studio.subpage-evals .ev-meter i {
  background: #2348d8;
}

.theme-studio.subpage-evals .ev-stamp {
  border-color: var(--burgundy);
  color: var(--burgundy);
}

.theme-studio.subpage-evals .ev-hero-ledger {
  margin-top: 42px;
}

.theme-studio.subpage-evals .grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-studio.subpage-evals table.visually-hidden {
  position: absolute !important;
  display: block !important;
  width: 1px !important;
  min-width: 0 !important;
  max-width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.theme-studio.subpage-evals main > .section:nth-of-type(1) {
  background: #bce6ff;
}

.theme-studio.subpage-evals main > .section:nth-of-type(2) {
  background: #fffdf4;
}

.theme-studio.subpage-evals main > .section:nth-of-type(3) {
  background: #d9ffd2;
}

.theme-studio.subpage-evals main > .section:nth-of-type(4) {
  background: #fff6d6;
}

.theme-studio.subpage-evals main > .section:nth-of-type(5) {
  background: #ffd3e4;
}

.theme-studio.subpage-evals main > .section:last-of-type {
  overflow: hidden;
  background: #2348d8;
  color: #fffdf4;
}

.theme-studio.subpage-evals main > .section:last-of-type .section-mark {
  border-color: white;
  background: transparent;
  color: white;
  box-shadow: 3px 3px 0 var(--burgundy);
}

.theme-studio.subpage-evals main > .section:last-of-type h2,
.theme-studio.subpage-evals main > .section:last-of-type h2 em {
  color: #fffdf4;
}

.theme-studio.subpage-evals main > .section:last-of-type h2 em {
  color: #ffd254;
}

.theme-studio.subpage-evals main > .section:last-of-type .panel-dark {
  border-color: white;
  box-shadow: 7px 8px 0 var(--burgundy);
}

.theme-studio.subpage-evals main > .section:last-of-type .cta-primary {
  background: #ffd254;
  color: var(--ink);
}

.theme-studio.subpage-evals main > .section:last-of-type .cta-ghost {
  color: white;
}

/* Teacher platform */
.theme-studio.subpage-teacher .t-hero {
  width: min(86rem, calc(100% - 48px));
  max-width: 86rem;
  padding-top: clamp(82px, 8vw, 116px);
  padding-bottom: clamp(102px, 9vw, 142px);
}

.theme-studio.subpage-teacher main {
  background:
    radial-gradient(circle at 93% 10%, rgba(255, 98, 54, 0.16), transparent 16%),
    linear-gradient(180deg, #fff6d6 0 1220px, transparent 1220px);
}

.theme-studio.subpage-teacher .t-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -25px;
  top: 115px;
  width: 190px;
  height: 190px;
  border-radius: 47% 53% 65% 35% / 53% 41% 59% 47%;
  background: var(--burgundy);
  opacity: 0.15;
}

.theme-studio.subpage-teacher .t-hero::after {
  content: none;
  display: none;
}

.theme-studio.subpage-teacher .t-hero > * {
  position: relative;
  z-index: 2;
}

.theme-studio.subpage-teacher .t-hero h1 {
  max-width: 1050px;
  margin-top: 28px;
  font-size: clamp(68px, 7.5vw, 112px);
}

.theme-studio.subpage-teacher .t-hero .lede {
  max-width: 760px;
}

.theme-studio.subpage-teacher .t-hero-frame {
  margin-top: 66px;
}

.theme-studio.subpage-teacher .t-hero-frame .browser-frame {
  box-shadow: 12px 14px 0 var(--ink);
  transform: rotate(-0.35deg);
}

.theme-studio.subpage-teacher .t-hero-ledger {
  margin-top: 58px;
}

.theme-studio.subpage-teacher #see-the-class {
  background: #bce6ff;
}

.theme-studio.subpage-teacher .crypto-aside .pull-quote {
  max-width: 18ch;
  font-size: clamp(30px, 3.8vw, 46px) !important;
  font-style: normal;
  line-height: 1.08 !important;
}

.theme-studio.subpage-teacher .crypto-aside .pull-quote::before {
  content: none;
  display: none;
}

.theme-studio.subpage-teacher #assign-the-path {
  background: #fff6d6;
}

.theme-studio.subpage-teacher #build-the-material {
  background: #fffdf4;
}

.theme-studio.subpage-teacher #chat-of-your-own {
  background:
    radial-gradient(circle at 90% 20%, rgba(35, 72, 216, 0.34), transparent 26%),
    var(--ink-deep);
  color: #fffdf4;
}

.theme-studio.subpage-teacher #chat-of-your-own h2,
.theme-studio.subpage-teacher #chat-of-your-own h2 em {
  color: #fffdf4;
}

.theme-studio.subpage-teacher #chat-of-your-own h2 em {
  color: #69f2c1;
}

.theme-studio.subpage-teacher #chat-of-your-own p {
  color: #c8d0e5;
}

.theme-studio.subpage-teacher #chat-of-your-own .section-mark {
  border-color: #fffdf4;
  background: #69f2c1;
  color: var(--ink-deep);
  box-shadow: 3px 3px 0 var(--burgundy);
}

.theme-studio.subpage-teacher #chat-of-your-own .section-mark::before {
  background: var(--burgundy);
}

.theme-studio.subpage-teacher #chat-of-your-own .browser-frame {
  border-color: #fffdf4;
  box-shadow: 7px 8px 0 #2348d8;
}

.theme-studio.subpage-teacher #stewardship {
  background: #d9ffd2;
}

.theme-studio.subpage-teacher .steward-card {
  background: #fffdf4;
}

.theme-studio.subpage-teacher #pilot {
  overflow: hidden;
  border: 0;
  background: #2348d8;
  color: #fffdf4;
  text-align: center;
}

.theme-studio.subpage-teacher #pilot::after {
  content: "";
  position: absolute;
  top: -135px;
  right: -70px;
  width: 390px;
  height: 390px;
  border: 76px solid #ffd254;
  border-radius: 50%;
}

.theme-studio.subpage-teacher #pilot > .wrap {
  position: relative;
  z-index: 2;
}

.theme-studio.subpage-teacher #pilot .section-mark {
  margin-inline: auto;
  border-color: white;
  background: transparent;
  color: white;
  box-shadow: 3px 3px 0 var(--burgundy);
}

.theme-studio.subpage-teacher #pilot h2,
.theme-studio.subpage-teacher #pilot h2 em {
  margin-inline: auto;
  color: #fffdf4;
}

.theme-studio.subpage-teacher #pilot h2 em {
  color: #ffd254;
}

.theme-studio.subpage-teacher #pilot p {
  max-width: 720px;
  margin-inline: auto;
  color: #e9ecff;
  font-size: 18px;
}

.theme-studio.subpage-teacher #pilot h2 + p {
  color: #e9ecff !important;
}

.theme-studio.subpage-teacher #pilot .actions {
  justify-content: center;
}

.theme-studio.subpage-teacher #pilot .cta-primary {
  background: #ffd254;
  color: var(--ink);
}

.theme-studio.subpage-teacher #pilot .cta-ghost {
  color: white;
}

.theme-studio.subpage .site-footer {
  border-top: 2px solid var(--ink);
}

@media (max-width: 980px) {
  .theme-studio.subpage .hero-grid,
  .theme-studio.subpage .ev-hero-grid {
    grid-template-columns: 1fr;
  }

  .theme-studio.subpage main > header::after {
    left: auto;
    right: 18%;
  }

  .theme-studio.subpage-architecture .nse-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) and (min-width: 641px) {
  .theme-studio.subpage-evals .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .theme-studio.subpage-architecture .category-table {
    display: block;
    width: 100%;
  }

  .theme-studio.subpage-architecture .category-table caption {
    display: block;
    width: 100%;
    padding: 11px 13px;
    white-space: normal;
    line-height: 1.45;
  }

  .theme-studio.subpage-architecture .category-table thead {
    display: none;
  }

  .theme-studio.subpage-architecture .category-table tbody {
    display: grid;
    gap: 10px;
    margin-top: 14px;
  }

  .theme-studio.subpage-architecture .category-table tr {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px 10px;
    padding: 14px;
    border: 1px solid var(--hairline-strong);
    border-radius: 14px;
    background: rgba(255, 253, 244, 0.76);
  }

  .theme-studio.subpage-architecture .category-table td {
    min-width: 0;
    padding: 0;
    border: 0;
    overflow-wrap: anywhere;
  }

  .theme-studio.subpage-architecture .category-table td:first-child {
    grid-row: 1 / span 2;
    color: var(--burgundy);
    font-weight: 700;
  }

  .theme-studio.subpage-architecture .category-table td:nth-child(2) {
    line-height: 1.5;
  }

  .theme-studio.subpage-architecture .category-table td:last-child {
    grid-column: 2;
  }

  .theme-studio.subpage-architecture .privacy-figure .seq-svg {
    display: none;
  }

  .theme-studio.subpage-architecture .privacy-flow {
    display: grid;
    gap: 10px;
  }

  .theme-studio.subpage-architecture .privacy-flow__step {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    border: 1.5px solid var(--ink);
    border-radius: 15px;
    background: #fffdf4;
  }

  .theme-studio.subpage-architecture .privacy-flow__step--server {
    background: #d9ffd2;
  }

  .theme-studio.subpage-architecture .privacy-flow__number {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--burgundy);
  }

  .theme-studio.subpage-architecture .privacy-flow h3 {
    margin: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.3;
    color: var(--ink);
  }

  .theme-studio.subpage-architecture .privacy-flow p {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ink-soft);
  }

  .theme-studio.subpage-architecture .privacy-flow__arrow {
    justify-self: center;
    font-size: 20px;
    line-height: 1;
    color: var(--burgundy);
  }
}

@media (max-width: 640px) {
  .theme-studio.subpage .wrap {
    padding-inline: 22px;
  }

  .theme-studio.subpage main > header::after {
    top: 30px;
    width: 62px;
    height: 62px;
  }

  .theme-studio.subpage .hero,
  .theme-studio.subpage .ev-hero {
    padding: 62px 0 88px;
  }

  .theme-studio.subpage main > header h1,
  .theme-studio.subpage-teacher .t-hero h1 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .theme-studio.subpage main > header .lede {
    font-size: 17px;
  }

  .theme-studio.subpage main > header .fig .frame,
  .theme-studio.subpage main > header .corner-card,
  .theme-studio.subpage main > header .browser-frame,
  .theme-studio.subpage .card,
  .theme-studio.subpage .corner-card,
  .theme-studio.subpage .fig .frame,
  .theme-studio.subpage .browser-frame,
  .theme-studio.subpage .ledger {
    border-radius: 17px;
    box-shadow: 5px 6px 0 var(--ink);
  }

  .theme-studio.subpage main > .section {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .theme-studio.subpage .section-head {
    margin-bottom: 46px;
  }

  .theme-studio.subpage .section-head h2,
  .theme-studio.subpage .section-copy h2,
  .theme-studio.subpage .section > .wrap > h2,
  .theme-studio.subpage .t-chat-copy h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .theme-studio.subpage .section-mark {
    font-size: 10px;
  }

  .theme-studio.subpage-evals .grid-3 {
    grid-template-columns: 1fr;
  }

  .theme-studio.subpage .ledger > div {
    border-right: 0;
    border-bottom: 1.5px solid var(--ink);
  }

  .theme-studio.subpage .ledger > div:last-child {
    border-bottom: 0;
  }

  .theme-studio.subpage-teacher .t-hero {
    width: 100%;
    padding: 62px 22px 88px;
  }

  .theme-studio.subpage-teacher .t-hero-frame {
    margin-top: 50px;
  }

  .theme-studio.subpage-teacher #pilot::after,
  .theme-studio.subpage-architecture #contact::before {
    width: 250px;
    height: 250px;
    border-width: 50px;
  }
}
