/* Shared studio system. Product imagery supplies the colour and personality. */
:root {
  --paper: #f7f3eb;
  --ice: #eee9e0;
  --ice-deep: #e5e9ed;
  --ink: #182b43;
  --text: #526073;
  --muted: #707783;
  --blue: #24486b;
  --navy: #182b43;
  --line: #182b4326;
  --radius: 2px;
}
body,
.idea-lab,
.product-section,
.games-case,
.about-section,
.faq-section,
footer {
  background: var(--paper);
}
.container {
  width: min(1240px, calc(100% - 10%));
}
.section {
  padding-block: 100px;
}
.header {
  padding-inline: 32px;
  background: #f7f3ebf7;
  border-color: var(--line);
}
.header .brand {
  font-size: 21px;
  font-weight: 600;
}
.header .brand img {
  width: 38px;
  height: auto;
}
.desktop-nav {
  gap: 28px;
}
.desktop-nav a {
  font-size: 12px;
}
.button,
.button.compact,
.button.small {
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0;
}
.button:hover {
  transform: none;
  box-shadow: none;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.lab-intro h2,
.section-heading h2,
.about-layout h2,
.faq-layout h2,
.nord-story h2 {
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.lab-intro h2 span,
.section-heading h2 em,
.section-heading .blue,
.nord-story h2 em {
  color: #95613c;
  font-weight: 400;
}
.lab-intro,
.section-heading {
  align-items: end;
  margin-bottom: 42px;
  gap: 45px;
}
.lab-intro > p,
.section-heading > p {
  font-size: 15px;
  line-height: 1.8;
  max-width: 380px;
}
.studio-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  padding: 65px 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  align-items: start;
}
.studio-line > p {
  font-family: var(--display);
  font-size: clamp(28px, 2.9vw, 43px);
  line-height: 1.15;
  color: var(--ink);
}
.studio-line > p em {
  color: #95613c;
}
.studio-line > .studio-intro {
  display: block;
  max-width: 460px;
  margin: 0;
}
.studio-intro > p {
  font-size: 15px;
  line-height: 1.8;
}
.studio-line .text-button {
  margin-top: 13px;
  font-size: 12px;
  min-height: 44px;
  display: inline-flex;
  gap: 25px;
  color: var(--ink);
}
.lab-controls #idea-name {
  border: 0;
  border-bottom: 1px solid #9b8b77;
  border-radius: 0;
  background: transparent;
  padding-inline: 0;
  font-family: var(--display);
  font-size: 30px;
}
.lab-choice-list > label {
  border-radius: 2px;
  background: transparent;
  border-color: var(--line);
}
.lab-choice-list > label:has(input:checked) {
  background: #f0e5d4;
  border-color: #9b8b77;
}
.choice-symbol {
  background: transparent !important;
  color: var(--ink) !important;
  border-radius: 0;
}
.lab-result {
  box-shadow: none;
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: clip;
}
.sketch-toolbar {
  background: #eae7df;
}
.sketch-caption {
  background: transparent;
  border-top: 1px solid var(--line);
}
.lab-delivery {
  border-color: var(--line);
}
.lab-label > span {
  background: transparent;
  border: 0;
  color: var(--muted);
}
.product-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.product-tabs {
  gap: 0;
  border-bottom: 1px solid var(--line);
  margin-bottom: 24px;
}
.product-tabs button,
.product-tabs button:hover {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  min-height: 86px;
  padding-inline: 18px;
}
.product-tabs button[aria-selected='true'] {
  background: #e6ebf1;
  border: 0;
  border-bottom: 2px solid var(--ink);
  box-shadow: none;
}
.product-tabs strong {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.product-tabs small {
  font-size: 11px;
  color: var(--muted);
}
.product-tabs .tab-icon {
  color: var(--ink);
  background: transparent;
  border-radius: 0;
  font-size: 22px;
}
.tab-arrow {
  color: var(--muted);
}
.demo-panel {
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  background: var(--ink);
}
.demo-surface {
  border-radius: 0;
}
.demo-story {
  padding: 38px 30px;
}
.demo-story h3 {
  font-size: 39px;
}
.demo-story > p {
  font-size: 14px;
  line-height: 1.85;
}
.demo-kicker {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #f1c690;
}
.method-lines {
  display: none;
}
.method-output {
  padding: 0;
  border-radius: 0;
  background: none;
  color: #e7c39a;
}
.method-number {
  border-color: #fff3;
}
.method-grid article {
  background: none;
}
.game-image {
  border-radius: 2px;
}
.game-open {
  border-radius: 2px;
  box-shadow: none;
  background: #f7f3ebed;
  border: 1px solid #fff8;
}
.game-copy li {
  background: none;
  padding: 0 15px 0 0;
  border-radius: 0;
  border-right: 1px solid var(--line);
}
.game-copy li:last-child {
  border: 0;
  padding: 0;
}
.game-copy ul {
  gap: 15px;
}
.game-copy .eyebrow {
  font-size: 9px;
}
.game-copy h3 {
  font-size: 39px;
}
.games-more .text-button {
  font-size: 12px;
}
.games-footer {
  border-color: var(--line);
}
.about-section {
  border-bottom: 1px solid var(--line);
}
.faq-list summary > span {
  background: transparent;
  border-radius: 0;
  color: var(--ink);
}
.contact-section {
  background: var(--ink);
}
.contact-layout h2 {
  font-size: clamp(75px, 9vw, 130px);
}
.contact-dialog,
.case-dialog,
.sketch-dialog {
  border-radius: 3px;
}
.case-details > div {
  background: #eeebe5;
  border-radius: 2px;
}
@media (max-width: 1100px) {
  .header {
    padding-inline: 24px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .demo-story {
    padding: 28px 24px;
  }
  .demo-story h3 {
    font-size: 34px;
  }
}
@media (max-width: 800px) {
  .container {
    width: 88%;
  }
  .section {
    padding-block: 72px;
  }
  .studio-line {
    gap: 35px;
    padding-block: 46px;
  }
  .studio-line > p {
    font-size: 31px;
  }
  .studio-intro > p {
    font-size: 14px;
  }
  .lab-intro,
  .section-heading {
    gap: 28px;
    margin-bottom: 34px;
  }
  .lab-intro > p,
  .section-heading > p {
    font-size: 14px;
  }
  .product-tabs button {
    padding-inline: 12px;
  }
  .product-tabs strong {
    font-size: 14px;
  }
  .product-tabs small {
    font-size: 10px;
  }
  .product-tabs .tab-icon {
    display: none;
  }
  .demo-story {
    padding: 30px;
  }
  .demo-story h3 {
    font-size: 37px;
  }
  .lab-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .container {
    width: calc(100% - 44px);
  }
  .header {
    padding-inline: 22px;
  }
  .header .brand {
    font-size: 20px;
  }
  .header .brand img {
    width: 34px;
  }
  .section {
    padding-block: 62px;
  }
  .studio-line {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-block: 40px;
  }
  .studio-line > p {
    font-size: 32px;
  }
  .studio-line > .studio-intro {
    max-width: none;
  }
  .studio-intro > p {
    font-size: 14px;
  }
  .lab-intro h2,
  .section-heading h2,
  .about-layout h2,
  .faq-layout h2,
  .nord-story h2 {
    font-size: 43px;
  }
  .lab-intro,
  .section-heading {
    gap: 24px;
    margin-bottom: 30px;
  }
  .product-tabs button {
    min-height: 74px;
    padding: 11px 13px;
  }
  .product-tabs strong {
    font-size: 14px;
  }
  .product-tabs small {
    font-size: 10px;
  }
  .demo-story {
    padding: 27px 23px;
  }
  .demo-story h3 {
    font-size: 35px;
  }
  .game-copy h3 {
    font-size: 35px;
  }
  .game-copy ul {
    gap: 10px;
  }
  .game-copy li {
    padding-right: 10px;
    font-size: 10px;
  }
}

/* Make the workshop's task, live example and next step explicit. */
.idea-lab .lab-intro > p {
  max-width: 400px;
}
.lab-controls .lab-type {
  margin-top: 0;
}
.lab-controls .lab-name {
  margin-top: 27px;
}
.lab-label {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.lab-label > span {
  font-size: 10px;
}
.lab-choice-list > label {
  gap: 12px;
  min-height: 78px;
  padding: 13px;
}
.lab-choice-list > label > span:nth-of-type(2) {
  font-size: 13px;
  font-weight: 500;
}
.lab-choice-list small {
  font-size: 11px;
  line-height: 1.55;
  margin-top: 4px;
}
.lab-name .lab-label {
  margin-bottom: 8px;
}
.lab-controls #idea-name {
  padding-block: 8px 12px;
  font-size: 29px;
}
#idea-name-help {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 8px;
  color: var(--muted);
}
.lab-controls .lab-palette {
  margin-top: 25px;
}
.lab-palette > label {
  font-size: 12px;
}
.sketch-toolbar {
  height: 53px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding-inline: 18px;
}
.sketch-toolbar > span:first-child {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.sketch-toolbar button {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  min-height: 44px;
  color: var(--ink);
}
.sketch-toolbar button span {
  font-size: 22px;
}
.sketch-caption {
  padding: 14px 18px;
  border: 0;
  border-top: 1px solid var(--line);
}
.sketch-caption p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--text);
  max-width: 560px;
}
.lab-delivery > .lab-next {
  display: block;
  margin: 0;
}
.lab-next h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.15;
}
.lab-next p {
  font-size: 13px;
  line-height: 1.8;
}
.lab-delivery > .lab-actions {
  display: flex;
  gap: 25px;
}
.lab-actions .button {
  font-size: 13px;
}
.lab-actions .text-button {
  font-size: 12px;
}
@media (max-width: 1100px) and (min-width: 801px) {
  .lab-choice-list > label > span:nth-of-type(2) {
    font-size: 12px;
  }
  .lab-choice-list small {
    font-size: 10px;
  }
  .lab-choice-list > label {
    padding: 11px;
    gap: 8px;
  }
}
@media (max-width: 800px) {
  .mobile-sketch-jump {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    width: 100%;
    margin-top: 16px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    font-size: 13px;
  }
  .lab-delivery {
    align-items: flex-start;
    gap: 25px;
  }
  .lab-delivery > .lab-actions {
    gap: 15px;
  }
}
@media (max-width: 540px) {
  .lab-controls .lab-name {
    margin-top: 25px;
  }
  .lab-controls #idea-name {
    font-size: 28px;
  }
  .lab-choice-list > label {
    padding: 13px;
    min-height: 79px;
  }
  .lab-choice-list > label > span:nth-of-type(2) {
    font-size: 13px;
  }
  .lab-choice-list small {
    font-size: 11px;
  }
  .lab-label {
    font-size: 12px;
  }
  .sketch-toolbar {
    padding-inline: 13px;
  }
  .sketch-caption {
    padding: 13px;
  }
  .sketch-caption p {
    font-size: 11px;
  }
  .lab-next h3 {
    font-size: 28px;
  }
  .lab-next p {
    font-size: 13px;
  }
  .lab-delivery > .lab-actions {
    margin-top: 20px;
  }
  .lab-actions .button {
    order: -1;
  }
}

.footer-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
.footer-pages a:hover {
  text-decoration: underline;
}
.studio-noscript {
  padding-top: 100px;
  padding-bottom: 20px;
}
.brief-actions {
  flex-wrap: wrap;
}

.studio-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 100px;
}
#contact-fallback[hidden] {
  display: none;
}
