:root {
  --loom-type-micro: 12px;
  --loom-type-link: 13px;
  --loom-type-control: 14px;
  --loom-type-card: clamp(14px, 1vw, 15px);
  --loom-type-body: 16px;
}

.language-sal .k,
.language-sal .kd {
  color: #e47755;
  font-weight: 600;
}

.language-sal .kr,
.language-sal .kt,
.language-sal .nb,
.language-sal .nc,
.language-sal .nf {
  color: #d5ab68;
}

.language-sal .kp,
.language-sal .nl {
  color: #c2b49e;
}

.language-sal .nn,
.language-sal .na {
  color: #8fb9c7;
}

.language-sal .nv,
.language-sal .n {
  color: #d7d5ce;
}

.language-sal .s,
.language-sal .s2,
.language-sal .se {
  color: #a8c494;
}

.language-sal .kc,
.language-sal .no,
.language-sal .m,
.language-sal .mi,
.language-sal .mf {
  color: #d8c17e;
}

.language-sal .o {
  color: #ecc276;
  font-weight: 600;
}

.language-sal .p {
  color: #979b92;
}

.language-sal .c,
.language-sal .c1,
.language-sal .cm {
  color: #747970;
  font-style: italic;
}

html {
  background: #f4f1e9;
}

body {
  background-color: #f4f1e9;
  background-image: linear-gradient(rgba(23, 24, 22, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 24, 22, 0.025) 1px, transparent 1px);
  background-size: 24px 24px;
  color: #171816;
  font-family: "Helvetica Neue", "Aptos", Arial, sans-serif;
  letter-spacing: -0.008em;
}

.side-bar {
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), #171816;
  background-size: 24px 24px;
  border-right: 1px solid #33342f;
}

.site-header {
  border-bottom: 1px solid #343530;
}

.site-title {
  position: relative;
  color: #f3f0e9;
  font-size: 17px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.site-title::before {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 0.7rem;
  background: #bd4f32;
  content: "";
  -webkit-mask: url("../images/loomle-toolbar-icon.png") center/contain no-repeat;
  mask: url("../images/loomle-toolbar-icon.png") center/contain no-repeat;
  vertical-align: -3px;
}

.site-nav {
  padding-top: 1.25rem;
}

.nav-list .nav-list-item .nav-list-link {
  min-height: 2.25rem;
  color: #aaa99f;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: var(--loom-type-control);
  letter-spacing: 0.025em;
}

.nav-list .nav-list-item .nav-list-link:hover,
.nav-list .nav-list-item .nav-list-link.active {
  background: rgba(255, 255, 255, 0.055);
  color: #f5f1e8;
}

.nav-list .nav-list-item .nav-list-link.active {
  box-shadow: inset 2px 0 0 #bd4f32;
}

.nav-list-expander {
  color: #75776f;
}

.site-footer {
  border-top-color: #343530;
  color: #777970;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro) !important;
  letter-spacing: 0.04em;
}

.site-footer a {
  color: #b7b7ae;
}

.main-header {
  background: rgba(244, 241, 233, 0.96);
  border-bottom: 1px solid #c9c2b5;
}

.search-input {
  background: transparent;
  color: #171816;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-control);
}

.search-input::placeholder {
  color: #77766f;
}

.search-results {
  background: #f4f1e9;
}

.search-result {
  border-bottom-color: #c9c2b5;
}

.aux-nav .site-button {
  color: #171816;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-link);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.main-content {
  padding-top: 3.25rem;
}

.main-content main > h1:first-child {
  margin-bottom: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.55rem, 5vw, 4.15rem) !important;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

body:not(:has(.loomle-home)) .main-content h2 {
  margin-top: 3.5rem;
  padding-top: 1rem;
  border-top: 1px solid #c9c2b5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 32px) !important;
  font-weight: 400;
  letter-spacing: -0.025em;
}

body:not(:has(.loomle-home)) .main-content h3 {
  font-size: 22px !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

body:not(:has(.loomle-home)) .main-content p,
body:not(:has(.loomle-home)) .main-content li {
  font-size: var(--loom-type-body);
  line-height: 1.72;
}

.main-content a {
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

.main-content code {
  border: 1px solid #d2cabd;
  border-radius: 2px;
  background: #e4ded2;
  color: #8f3723;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.86em;
}

.main-content div.highlighter-rouge {
  position: relative;
  margin: 1.75rem 0;
  border: 1px solid #383a35;
  border-radius: 0;
  background: #171816;
  box-shadow: 7px 7px 0 #d2cbbf;
}

.main-content div.highlighter-rouge::before {
  display: block;
  height: 30px;
  padding: 0 0.9rem;
  border-bottom: 1px solid #383a35;
  color: #888a82;
  content: "TEXT / MACHINE INSTRUCTION";
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.08em;
  line-height: 30px;
}

.main-content div.language-sal.highlighter-rouge::before {
  color: #c49a5f;
  content: "SAL / PROGRAM TEXT";
}

.main-content div.highlighter-rouge .highlight {
  background: transparent;
}

.main-content div.highlighter-rouge pre {
  margin: 0;
  padding: 1.1rem 1.25rem 1.25rem;
  background: transparent;
  color: #dedbd3;
}

.main-content div.highlighter-rouge pre code {
  border: 0;
  background: transparent;
  color: inherit;
  font-size: var(--loom-type-control);
  line-height: 1.7;
}

.main-content .table-wrapper {
  margin: 1.75rem 0;
  box-shadow: 7px 7px 0 #ddd6ca;
}

.main-content table {
  border-collapse: collapse;
  background: rgba(249, 247, 241, 0.75);
  font-size: var(--loom-type-control);
}

.main-content th {
  background: #171816;
  color: #e9e5dc;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.main-content th,
.main-content td {
  border-color: #c9c2b5;
}

.main-content blockquote {
  position: relative;
  margin: 1.75rem 0;
  padding: 1.25rem 1.5rem 1.25rem 3.25rem;
  border: 1px solid #c7bfb1;
  border-left: 4px solid #bd4f32;
  background: #e7e0d4;
  box-shadow: none;
}

.main-content blockquote::before {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  color: #bd4f32;
  content: "!";
  font-family: "SFMono-Regular", Consolas, monospace;
  font-weight: 700;
}

.main-content blockquote p:first-child {
  margin-top: 0;
}

.main-content blockquote p:last-child {
  margin-bottom: 0;
}

.btn {
  border: 1px solid #171816;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #171816;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-control) !important;
  letter-spacing: 0.02em;
}

.btn:hover {
  background: #171816;
  color: #f4f1e9;
}

.btn-primary {
  border-color: #bd4f32;
  background: #bd4f32;
  color: #fff8ef;
}

.btn-primary:hover {
  border-color: #8f3723;
  background: #8f3723;
}

hr {
  border-bottom-color: #c9c2b5;
}

body:has(.loomle-home) {
  overflow-x: hidden;
  background: #171816;
}

body:has(.loomle-home) > .side-bar,
body:has(.loomle-home) > .main > .main-header,
body:has(.loomle-home) > .main .search-overlay,
body:has(.loomle-home) > .main .main-content > hr,
body:has(.loomle-home) > .main .main-content > footer {
  display: none;
}

body:has(.loomle-home) > .main {
  width: 100%;
  max-width: none;
  margin-left: 0;
}

body:has(.loomle-home) > .main > .main-content-wrap {
  width: 100%;
  padding: 0;
  background: #171816;
}

body:has(.loomle-home) .main-content {
  width: 100%;
  max-width: none;
  padding: 0;
}

body:has(.loomle-home) .main-content main {
  max-width: none;
}

.loomle-home {
  min-height: 100vh;
  background: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px), #171816;
  background-size: 32px 32px;
  color: #ece8df;
  font-family: "Helvetica Neue", "Aptos", Arial, sans-serif;
}

.loomle-home *,
.loomle-home *::before,
.loomle-home *::after {
  box-sizing: border-box;
}

.loomle-home a {
  color: inherit;
  text-decoration: none;
}

.loom-topbar,
.loom-main > section,
.loom-footer {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-right: clamp(1.25rem, 4vw, 4.5rem);
  padding-left: clamp(1.25rem, 4vw, 4.5rem);
}

.loom-topbar {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #343630;
  border-left: 1px solid #343630;
}

.loom-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.loom-mark {
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background: #bd4f32;
  -webkit-mask: url("../images/loomle-toolbar-icon.png") center/contain no-repeat;
  mask: url("../images/loomle-toolbar-icon.png") center/contain no-repeat;
}

.loom-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 2.75rem);
  color: #aaa99f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-link);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.loom-nav a:hover {
  color: #fff;
}

.loom-mobile-menu {
  display: none;
}

.loom-main {
  border-top: 1px solid #343630;
}

.loom-hero {
  display: grid;
  min-height: 690px;
  padding-top: clamp(4rem, 8vw, 7.5rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: center;
  border-right: 1px solid #343630;
  border-left: 1px solid #343630;
}

.loom-hero-copy {
  min-width: 0;
}

.loom-index,
.loom-section-label {
  color: #979990;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.1em;
}

.loom-index {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.loom-index-line {
  display: inline-block;
  width: 2.75rem;
  height: 1px;
  background: #bd4f32;
}

.loom-hero h1 {
  max-width: 780px;
  margin: 1.5rem 0 1.6rem !important;
  color: #f3f0e9;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(3.15rem, 5.9vw, 6.4rem) !important;
  font-weight: 400 !important;
  letter-spacing: -0.058em !important;
  line-height: 0.92 !important;
}

.loom-lede {
  max-width: 620px;
  margin: 0;
  color: #aaa99f;
  font-size: clamp(17px, 1.5vw, 20px);
  letter-spacing: -0.018em;
  line-height: 1.55 !important;
}

.loom-actions {
  display: flex;
  margin-top: 2.4rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.loom-actions .loom-button {
  padding: 0 1.5rem;
  font-size: var(--loom-type-control);
}

.loom-button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 1.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #555750;
  color: #e5e1d8 !important;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-control);
  letter-spacing: 0.025em;
}

.loom-button:hover {
  border-color: #86887f;
  background: #252621;
}

.loom-button-primary {
  border-color: #bd4f32;
  background: #bd4f32;
  color: #fff9f0 !important;
}

.loom-button-primary:hover {
  border-color: #d45d3d;
  background: #d45d3d;
}

.loom-release {
  display: flex;
  margin-top: 1.4rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  color: #7d7f77;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.035em;
}

.loom-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fbc8f;
  box-shadow: 0 0 0 3px rgba(159, 188, 143, 0.13);
}

.loom-machine,
.loom-specimen {
  min-width: 0;
  border: 1px solid #42443e;
  background: #11120f;
  box-shadow: 13px 13px 0 #0c0d0b, 14px 14px 0 #30322d;
}

.loom-machine figure.highlight,
.loom-sal-example figure.highlight,
.loom-specimen figure.highlight {
  margin: 0;
  background: transparent;
}

.loom-machine-head,
.loom-specimen-head {
  display: flex;
  min-height: 39px;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3a3c36;
  color: #85877f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.075em;
}

.loom-machine-head span:last-child {
  color: #b18a52;
}

.loom-punch-row {
  display: grid;
  padding: 0.8rem 1rem;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.55rem;
  border-bottom: 1px solid #292b27;
}

.loom-punch-row i {
  display: block;
  aspect-ratio: 1;
  border: 1px solid #474943;
  border-radius: 50%;
  background: #252621;
}

.loom-punch-row i.is-open {
  border-color: #bd4f32;
  background: #bd4f32;
}

.loom-machine pre,
.loom-specimen pre {
  min-height: 340px;
  margin: 0;
  padding: 1.55rem 1.5rem;
  overflow: auto;
  border: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), transparent;
  background-size: 100% 27px;
}

.loom-machine code,
.loom-specimen code {
  border: 0;
  background: transparent;
  color: #d4d2ca;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(12px, 0.9vw, 13px);
  line-height: 1.72;
}

.loom-machine-foot {
  display: grid;
  min-height: 54px;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #3a3c36;
}

.loom-machine-foot span {
  display: flex;
  padding: 0.65rem;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #30322d;
  color: #777970;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.055em;
}

.loom-machine-foot span:last-child {
  border-right: 0;
}

.loom-machine-foot b {
  margin-bottom: 0.18rem;
  color: #484a45;
  font-weight: 400;
}

.loom-machine-foot .is-ready {
  background: #182017;
  color: #9fbc8f;
}

.loom-machine-foot .is-ready b {
  color: #667a60;
}

.loom-principle {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  border: 1px solid #c9c2b5;
  border-bottom: 0;
  background: radial-gradient(circle, rgba(23, 24, 22, 0.16) 0 1px, transparent 1.5px) right 4rem top 4rem/18px 18px no-repeat, #e9e4d9;
  color: #171816;
}

.loom-principle-grid {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(3rem, 8vw, 9rem);
}

.loom-principle h2,
.loom-sal h2,
.loom-interface h2,
.loom-skills h2,
.loom-oasium h2,
.loom-start h2 {
  margin: 0;
  padding-top: 0;
  border-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.65vw, 38px) !important;
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 1.1;
}

.loom-principle p,
.loom-interface-intro p,
.loom-skills-intro p {
  margin: 0;
  color: #5f615b;
  font-size: 1rem;
  line-height: 1.75;
}

.loom-heading-title,
.loom-heading-description {
  display: block;
}

.loom-heading-description {
  margin-top: 0.32em;
}

.loom-sal {
  padding-top: clamp(5rem, 8vw, 7.5rem);
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
  border: 1px solid #c9c2b5;
  border-bottom: 0;
  background: radial-gradient(circle, rgba(23, 24, 22, 0.14) 0 1px, transparent 1.5px) right 4rem top 4rem/18px 18px no-repeat, #e9e4d9;
  color: #171816;
}

.loom-sal-intro {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.loom-sal h2 {
  max-width: 820px;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 1.1;
}

.loom-sal-intro p {
  margin: 0;
  color: #5f615b;
  font-size: var(--loom-type-body);
  line-height: 1.78;
}

.loom-sal-examples {
  display: grid;
  margin-top: clamp(4rem, 7vw, 6rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #3a3c36;
  border-left: 1px solid #3a3c36;
  background: #171816;
  box-shadow: 12px 12px 0 #d8d1c4;
}

.loom-sal-example {
  min-width: 0;
  border-right: 1px solid #3a3c36;
  border-bottom: 1px solid #3a3c36;
  background: #11120f;
}

.loom-sal-object {
  grid-column: 1/-1;
}

.loom-sal-example-head {
  display: flex;
  min-height: 42px;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid #3a3c36;
  color: #8a8c84;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.075em;
}

.loom-sal-example-head span:first-child {
  color: #b18a52;
}

.loom-sal-example-head span:last-child {
  text-align: right;
}

.loom-sal-example pre {
  min-height: 190px;
  margin: 0;
  padding: 1.5rem;
  overflow-x: auto;
  border: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), transparent;
  background-size: 100% 27px;
}

.loom-sal-object pre {
  min-height: 250px;
}

.loom-sal-example code {
  border: 0;
  background: transparent;
  color: #d4d2ca;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(12px, 0.9vw, 13px);
  line-height: 1.72;
  white-space: pre;
}

.loom-cycle {
  display: grid;
  padding-right: 0 !important;
  padding-left: 0 !important;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid #c9c2b5;
  border-left: 1px solid #c9c2b5;
  background: #f4f1e9;
  color: #171816;
}

.loom-cycle article {
  position: relative;
  min-height: 390px;
  padding: 2rem clamp(1.5rem, 3vw, 3rem);
  overflow: hidden;
  border-right: 1px solid #c9c2b5;
}

.loom-cycle article:last-child {
  border-right: 0;
}

.loom-step-head {
  display: flex;
  padding-bottom: 1rem;
  justify-content: space-between;
  border-bottom: 1px solid #c9c2b5;
  color: #6d6f68;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.08em;
}

.loom-cycle h3 {
  margin: 2.2rem 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem) !important;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.loom-cycle p {
  max-width: 360px;
  color: #686963;
  font-size: var(--loom-type-card);
  line-height: 1.7;
}

.loom-thread {
  position: absolute;
  right: -1rem;
  bottom: 0;
  left: -1rem;
  display: grid;
  height: 72px;
  grid-template-columns: repeat(4, 1fr);
  transform: skewX(-20deg);
}

.loom-thread i {
  border-right: 1px solid rgba(189, 79, 50, 0.24);
  border-top: 1px solid rgba(189, 79, 50, 0.24);
}

.loom-interface {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  border: 1px solid #343630;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.065) 0 1px, transparent 1.6px) right 4rem top 4rem/18px 18px no-repeat, #22231f;
}

.loom-interface-intro {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: 1.05fr 0.65fr;
  gap: clamp(3rem, 8vw, 10rem);
}

.loom-interface h2 {
  color: #f3f0e9;
  line-height: 1.1;
}

.loom-interface-intro p {
  color: #9a9b94;
  font-size: var(--loom-type-body);
}

.loom-call-grid {
  display: grid;
  margin-top: 4.5rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid #3b3d37;
  background: #3b3d37;
}

.loom-call-grid a {
  display: grid;
  min-height: 150px;
  padding: 1.2rem;
  grid-template-columns: 2rem 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 1rem;
  background: #2a2b27;
}

.loom-call-grid a:hover {
  background: #30312d;
}

.loom-call-grid span {
  color: #bd4f32;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
}

.loom-call-grid strong {
  color: #e2e1dc;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 15px;
  font-weight: 500;
}

.loom-call-grid small {
  grid-column: 2;
  align-self: end;
  color: #a7a8a2;
  font-size: var(--loom-type-card);
  line-height: 1.55;
}

.loom-call-grid small code {
  border-color: #474943;
  background: #242521;
  color: #d1d2cc;
}

.loom-skills {
  padding-top: clamp(5rem, 8vw, 7.5rem);
  padding-bottom: clamp(5rem, 8vw, 7.5rem);
  border-right: 1px solid #c9c2b5;
  border-left: 1px solid #c9c2b5;
  background: radial-gradient(circle, rgba(23, 24, 22, 0.14) 0 1px, transparent 1.5px) right 4rem top 4rem/18px 18px no-repeat, #e9e4d9;
  color: #171816;
}

.loom-skills-intro {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: 1.05fr 0.65fr;
  gap: clamp(3rem, 8vw, 10rem);
}

.loom-skills-intro p {
  font-size: var(--loom-type-body);
}

.loom-skill-proofs {
  display: grid;
  margin-top: clamp(4rem, 7vw, 6rem);
  gap: 2rem;
}

.loom-skill-proof {
  margin: 0;
}

.loom-skill-proof figcaption {
  display: flex;
  min-height: 48px;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid #3a3c36;
  border-bottom: 0;
  background: #171816;
  color: #d8d6cf;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-control);
}

.loom-skill-proof figcaption span {
  color: #bd4f32;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.08em;
}

.loom-skill-proof figcaption strong {
  font-weight: 400;
}

.loom-skill-proof-frame {
  overflow: hidden;
  aspect-ratio: 1393/445;
  border: 1px solid #3a3c36;
  background: #171815;
  box-shadow: 12px 12px 0 #d8d1c4;
}

.loom-skill-proof-frame img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(-38.66%);
}

.loom-skill-proof-after .loom-skill-proof-frame {
  box-shadow: 12px 12px 0 rgba(189, 79, 50, 0.2);
}

.loom-oasium {
  display: grid;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  border-right: 1px solid #c9c2b5;
  border-left: 1px solid #c9c2b5;
  background: #f4f1e9;
  color: #171816;
}

.loom-oasium h2 {
  margin-top: 2.5rem;
  line-height: 1.1;
}

.loom-oasium-visual {
  display: block;
  overflow: hidden;
  border: 1px solid #171816;
  background: #171816;
  box-shadow: 12px 12px 0 #d8d1c4;
}

.loom-oasium-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.loom-text-link {
  display: inline-block;
  margin-top: 1.6rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #171816;
  color: #171816 !important;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-control);
  letter-spacing: 0.025em;
}

.loom-text-link-dark {
  border-color: #9a9b94;
  color: #d8d6cf !important;
}

.loom-specimen {
  background: #171816;
}

.loom-specimen pre {
  min-height: 330px;
}

.loom-specimen-key {
  display: grid;
  min-height: 48px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #3a3c36;
}

.loom-specimen-key span {
  display: flex;
  padding: 0.7rem;
  align-items: center;
  border-right: 1px solid #3a3c36;
  color: #74766f;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.045em;
}

.loom-specimen-key span:last-child {
  border-right: 0;
}

.loom-start {
  display: grid;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: end;
  border: 1px solid #343630;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0 1px, transparent 1.5px) 0 0/18px 18px, #8f3723;
}

.loom-start .loom-section-label {
  color: #d4a592;
}

.loom-start h2 {
  max-width: 780px;
  margin-top: 2.2rem;
  color: #fff7ed;
}

.loom-start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.loom-button-light {
  border-color: #fff8ef;
  background: #fff8ef;
  color: #8f3723 !important;
}

.loom-button-light:hover {
  border-color: #171816;
  background: #171816;
  color: #fff !important;
}

.loom-button-outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
}

.loom-button-outline-light:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.loom-footer {
  display: grid;
  min-height: 92px;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  border-right: 1px solid #343630;
  border-left: 1px solid #343630;
  color: #6f716a;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.055em;
}

.loom-footer-products {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-self: center;
}

.loom-footer-products a:hover {
  color: #fff;
}

.loom-footer > span:last-child {
  justify-self: end;
  text-align: right;
}

.loom-nav a[aria-current=page],
.loom-mobile-menu-nav a[aria-current=page] {
  color: #fff;
}

.loom-blog-main {
  border-top: 1px solid #343630;
  background: #f4f1e9;
  color: #171816;
}

.loom-blog-index-hero,
.loom-blog-list {
  width: min(100%, 1440px);
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #c9c2b5;
  border-left: 1px solid #c9c2b5;
}

.loom-blog-index-hero {
  padding: clamp(2.75rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 4.5rem) clamp(2.25rem, 4vw, 3.5rem);
  background: linear-gradient(rgba(23, 24, 22, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 24, 22, 0.035) 1px, transparent 1px), #f4f1e9;
  background-size: 32px 32px;
}

.loom-blog-index-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 4.75rem) !important;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.loom-blog-list {
  padding: 0 clamp(1.25rem, 4vw, 4.5rem) clamp(5rem, 9vw, 8rem);
}

.loom-blog-card {
  display: grid;
  padding: clamp(2.5rem, 4vw, 4rem) 0;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  border-top: 1px solid #c9c2b5;
}

.loom-blog-card-cover,
.loom-blog-cover {
  display: block;
  overflow: hidden;
  background: #171816;
}

.loom-blog-card-cover {
  border: 1px solid #2e302b;
  box-shadow: 12px 12px 0 #d8d1c4;
}

.loom-blog-card-cover img,
.loom-blog-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.loom-blog-card-copy {
  max-width: 760px;
  padding-right: clamp(0rem, 3vw, 3rem);
}

.loom-blog-card-meta,
.loom-blog-meta,
.loom-blog-back,
.loom-blog-read {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: var(--loom-type-micro);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.loom-blog-card-meta,
.loom-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: #777970;
}

.loom-blog-card-meta {
  justify-content: space-between;
  border-bottom: 1px solid #c9c2b5;
  padding-bottom: 0.85rem;
}

.loom-blog-card-meta span:first-child {
  color: #8f3723;
}

.loom-blog-card h2 {
  margin: 1.6rem 0 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.3vw, 3.35rem) !important;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.loom-blog-card h2 a:hover {
  color: #8f3723;
}

.loom-blog-card p {
  margin: 0 0 1.8rem;
  color: #55574f;
  font-size: 17px;
  line-height: 1.68;
}

.loom-blog-read,
.loom-blog-back {
  display: inline-block;
  color: #8f3723 !important;
}

.loom-blog-read {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(143, 55, 35, 0.42);
}

.loom-blog-read:hover,
.loom-blog-back:hover {
  color: #171816 !important;
}

.loom-blog-post {
  width: min(100%, 1440px);
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #c9c2b5;
  border-left: 1px solid #c9c2b5;
  background: linear-gradient(rgba(23, 24, 22, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 24, 22, 0.022) 1px, transparent 1px), #f4f1e9;
  background-size: 32px 32px;
}

.loom-blog-post-header,
.loom-blog-post-cover,
.loom-blog-prose {
  width: min(100% - 2.5rem, 1120px);
  margin-right: auto;
  margin-left: auto;
}

.loom-blog-post-header {
  padding: clamp(3.25rem, 6vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.loom-blog-back {
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.loom-blog-post-header h1 {
  margin: 1.8rem 0 1.7rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.05rem, 7vw, 6.4rem) !important;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.loom-blog-subtitle {
  max-width: 880px;
  margin: 0 0 2.4rem;
  color: #55574f;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.loom-blog-meta {
  padding-top: 1rem;
  border-top: 1px solid #c9c2b5;
}

.loom-blog-post-cover {
  padding: 0 0 clamp(2rem, 4vw, 3rem);
  overflow: visible;
  background: transparent;
}

.loom-blog-post-cover img {
  border: 1px solid #2e302b;
  box-shadow: 12px 12px 0 #d8d1c4;
}

.loom-blog-prose {
  padding: 0 0 clamp(6rem, 11vw, 10rem);
}

.loom-blog-prose > * {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.loom-blog-prose > p:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.7vw, 30px);
  letter-spacing: -0.015em;
  line-height: 1.48;
}

.loom-blog-prose h2 {
  margin-top: clamp(2.25rem, 4vw, 3rem);
  margin-bottom: 1.6rem;
  padding-top: 1.15rem;
  border-top: 1px solid #c9c2b5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.5vw, 3.65rem) !important;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.loom-blog-prose p,
.loom-blog-prose li {
  color: #34362f;
  font-size: 18px;
  line-height: 1.78;
}

.loom-blog-prose p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.loom-blog-prose ul,
.loom-blog-prose ol {
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  padding-left: 1.4rem;
}

.loom-blog-prose li + li {
  margin-top: 0.5rem;
}

.loom-blog-prose strong {
  color: #171816;
}

.loom-blog-prose a {
  color: #8f3723;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.loom-blog-prose code {
  font-size: 0.86em;
}

.loom-blog-prose div.highlighter-rouge {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  box-shadow: 10px 10px 0 #d8d1c4;
}

.loom-blog-prose div.highlighter-rouge pre {
  overflow-x: auto;
}

@media (max-width: 900px) {
  .loom-nav {
    gap: 1rem;
  }
  .loom-nav a:nth-child(2),
  .loom-nav a:nth-child(3) {
    display: none;
  }
  .loom-hero {
    grid-template-columns: 1fr;
  }
  .loom-machine {
    width: min(100%, 660px);
  }
  .loom-principle-grid,
  .loom-sal-intro,
  .loom-interface-intro,
  .loom-skills-intro,
  .loom-oasium {
    grid-template-columns: 1fr;
  }
  .loom-cycle,
  .loom-call-grid {
    grid-template-columns: 1fr;
  }
  .loom-cycle article {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid #c9c2b5;
  }
  .loom-cycle article:last-child {
    border-bottom: 0;
  }
  .loom-call-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .loom-start {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .loom-blog-card {
    grid-template-columns: 1fr;
  }
  .loom-blog-card-copy {
    max-width: 760px;
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  .loom-topbar {
    position: relative;
    min-height: 66px;
  }
  .loom-nav {
    display: none;
  }
  .loom-mobile-menu {
    display: block;
  }
  .loom-mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    margin-right: -0.6rem;
    place-items: center;
    cursor: pointer;
    list-style: none;
  }
  .loom-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .loom-mobile-menu-icon {
    display: grid;
    width: 20px;
    gap: 4px;
  }
  .loom-mobile-menu-icon i {
    display: block;
    height: 1px;
    background: #d4d1c9;
  }
  .loom-mobile-menu-nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    border-top: 1px solid #343630;
    border-bottom: 1px solid #343630;
    background: #171815;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
    color: #c5c4bd;
    font-family: "SFMono-Regular", Consolas, monospace;
    font-size: var(--loom-type-control);
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .loom-mobile-menu-nav a {
    min-height: 48px;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2d2f2a;
  }
  .loom-mobile-menu-nav a:last-child {
    border-bottom: 0;
  }
  .loom-mobile-menu-nav a:hover {
    background: #22231f;
    color: #fff;
  }
  .loom-hero {
    min-height: auto;
    padding-top: 4rem;
  }
  .loom-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4rem) !important;
  }
  .loom-actions,
  .loom-start-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .loom-button {
    width: 100%;
  }
  .loom-machine {
    box-shadow: 7px 7px 0 #0c0d0b, 8px 8px 0 #30322d;
  }
  .loom-machine pre,
  .loom-specimen pre {
    padding: 1.2rem 1rem;
  }
  .loom-machine-foot {
    grid-template-columns: repeat(2, 1fr);
  }
  .loom-machine-foot span:nth-child(2) {
    border-right: 0;
  }
  .loom-machine-foot span:nth-child(-n+2) {
    border-bottom: 1px solid #30322d;
  }
  .loom-principle,
  .loom-sal,
  .loom-interface,
  .loom-skills,
  .loom-oasium,
  .loom-start {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
  .loom-sal-examples {
    grid-template-columns: 1fr;
    box-shadow: 7px 7px 0 #d8d1c4;
  }
  .loom-sal-object {
    grid-column: auto;
  }
  .loom-sal-example-head span:last-child {
    display: none;
  }
  .loom-sal-example pre,
  .loom-sal-object pre {
    min-height: 0;
    padding: 1.2rem 1rem;
  }
  .loom-call-grid {
    grid-template-columns: 1fr;
  }
  .loom-call-grid a {
    min-height: 125px;
  }
  .loom-skill-proof figcaption {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.35rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .loom-skill-proof-frame {
    box-shadow: 7px 7px 0 #d8d1c4;
  }
  .loom-skill-proof-after .loom-skill-proof-frame {
    box-shadow: 7px 7px 0 rgba(189, 79, 50, 0.2);
  }
  .loom-specimen-key {
    grid-template-columns: 1fr;
  }
  .loom-specimen-key span {
    border-right: 0;
    border-bottom: 1px solid #3a3c36;
  }
  .loom-specimen-key span:last-child {
    border-bottom: 0;
  }
  .loom-footer {
    min-height: 148px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    column-gap: 1rem;
    row-gap: 1.4rem;
    font-size: var(--loom-type-micro);
  }
  .loom-footer-products {
    display: flex;
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: center;
    font-size: var(--loom-type-micro);
  }
  .loom-footer > span:first-child {
    grid-column: 1;
    grid-row: 2;
  }
  .loom-footer > span:last-child {
    grid-column: 2;
    grid-row: 2;
  }
  .loom-blog-index-hero h1,
  .loom-blog-post-header h1 {
    font-size: clamp(2.7rem, 13vw, 4.1rem) !important;
  }
  .loom-blog-card-cover,
  .loom-blog-post-cover img,
  .loom-blog-prose div.highlighter-rouge {
    box-shadow: 7px 7px 0 #d8d1c4;
  }
  .loom-blog-card-meta {
    align-items: flex-start;
    flex-direction: column;
  }
  .loom-blog-prose p,
  .loom-blog-prose li {
    font-size: 17px;
  }
  .loom-blog-prose div.highlighter-rouge {
    width: 100%;
    margin-left: 0;
  }
}

/*# sourceMappingURL=loomle.css.map */