/* [project]/app/globals.css [app-client] (css) */
.analytics-consent {
  z-index: 20;
  border: 1px solid var(--line);
  background: #fff;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 20px;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 5%;
  right: 5%;
  box-shadow: 0 4px 24px #172c3620;
}

.analytics-consent p {
  flex: 1;
  min-width: 220px;
  margin: 0;
  font-size: .85rem;
}

:root {
  --ink: #172c33;
  --paper: #f6f5f0;
  --white: #fff;
  --muted: #56666c;
  --line: #d9dfdc;
  --orange: #006b68;
  --accent: #006b68;
  --blue: #dce7eb;
  --display: "Barlow Condensed", "Bahnschrift Condensed", sans-serif;
  --body: "DM Sans", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-underline-offset: 5px;
}

button, input, select, textarea {
  font: inherit;
}

button, .button {
  background: var(--accent);
  color: #fff;
  border: 1px solid var(--accent);
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  min-height: 48px;
  padding: 13px 22px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

button:hover, .button:hover {
  background: #005652;
}

button:disabled {
  opacity: .5;
  cursor: wait;
}

button.secondary, .button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: none;
}

input, select, textarea {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #a2b0b3;
  border-radius: 10px;
  min-height: 48px;
  padding: 12px;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

label {
  font-size: .9rem;
  font-weight: 500;
  display: block;
}

label input, label select, label textarea {
  margin-top: 7px;
}

input[type="checkbox"], input[type="radio"] {
  width: 20px;
  min-height: 20px;
  accent-color: var(--ink);
  flex-shrink: 0;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2, h3 {
  line-height: 1.07;
}

h1, h2 {
  font-family: var(--display);
  letter-spacing: -.02em;
  font-weight: 600;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 5.6vw, 5.5rem);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 3.3vw, 3.4rem);
}

h3 {
  font-size: 1.3rem;
  line-height: 1.25;
}

p {
  margin-bottom: 20px;
}

em {
  color: var(--orange);
  font-style: normal;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip {
  z-index: 10;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: -100px;
}

.skip:focus {
  top: 0;
}

.topbar {
  background: var(--ink);
  color: #fff;
  letter-spacing: .12em;
  gap: 30px;
  padding: 9px 5%;
  font-size: .75rem;
  display: flex;
}

.topbar span {
  opacity: .85;
  letter-spacing: .02em;
}

.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  align-items: center;
  gap: 3%;
  padding: 26px 5%;
  display: flex;
}

.wordmark {
  align-items: center;
  gap: 9px;
  max-width: 225px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.mark {
  color: var(--orange);
  font-size: 3rem;
  line-height: 1;
}

nav {
  gap: 25px;
  margin: auto;
  display: flex;
}

nav a, .account-link {
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
}

.hero {
  grid-template-columns: 1.25fr 1fr;
  gap: 6%;
  max-width: 1600px;
  margin: auto;
  padding: 62px 5% 50px;
  display: grid;
}

.eyebrow {
  letter-spacing: .14em;
  margin-bottom: 22px;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.hero-copy > p {
  max-width: 510px;
  color: var(--muted);
  font-size: 1.05rem;
}

.button-row {
  align-items: center;
  gap: 26px;
  margin-top: 30px;
  display: flex;
}

.text-link {
  font-size: .9rem;
  font-weight: 600;
}

.hero-foot {
  letter-spacing: .1em;
  color: var(--muted);
  gap: 28px;
  margin-top: 45px;
  font-size: .65rem;
  display: flex;
}

.material-study {
  background: #dbe6e8;
  flex-direction: column;
  justify-content: space-between;
  min-height: 395px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.study-image {
  object-fit: cover;
}

.study-label, .study-caption {
  color: #172c36;
}

.study-caption {
  background: #f6f7f4e8;
  margin: 0 -8px -8px;
  padding: 10px 14px;
}

.study-caption small {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: .62rem;
  display: block;
}

.material-tile-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: calc(100% + 44px);
  max-width: none;
  height: auto;
  margin: 18px -22px;
}

.material-card-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.material-detail-image {
  margin: 0 0 32px;
}

.material-detail-image img {
  object-fit: contain;
  background: #ecebea;
  width: 100%;
  height: auto;
  max-height: 430px;
}

.material-detail-image figcaption {
  color: var(--muted);
  margin-top: 8px;
  font-size: .72rem;
}

.category-intro {
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 6%;
  margin-bottom: 35px;
  display: grid;
}

.category-intro figure {
  margin: 0;
}

.category-intro img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.category-intro figcaption {
  color: var(--muted);
  margin-top: 8px;
  font-size: .7rem;
}

.category-guide {
  border-top: 1px solid var(--line);
  grid-template-columns: 230px minmax(0, 740px);
  gap: 7%;
  margin-top: 65px;
  padding-top: 40px;
  display: grid;
}

.guide-index {
  flex-direction: column;
  align-self: start;
  gap: 15px;
  font-size: .85rem;
  display: flex;
  position: sticky;
  top: 30px;
}

.guide-body section {
  margin-bottom: 38px;
  scroll-margin-top: 35px;
}

.guide-body h2 {
  font-size: 2rem;
}

.guide-body p {
  line-height: 1.8;
}

.guide-sources {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: .85rem;
}

@media (max-width: 700px) {
  .category-intro, .category-guide {
    grid-template-columns: 1fr;
  }

  .guide-index {
    margin-bottom: 32px;
    position: static;
  }
}

.study-label, .study-caption {
  z-index: 1;
  letter-spacing: .12em;
  justify-content: space-between;
  font-size: .65rem;
  display: flex;
  position: relative;
}

.study-caption {
  letter-spacing: 0;
  align-items: end;
  font-size: .8rem;
}

.crosshair {
  font-size: 2rem;
}

.contours {
  position: absolute;
  inset: 70px 13% 85px;
  transform: rotate(-24deg);
}

.contours span {
  border: 2px solid #34545e;
  border-radius: 33% 48% 30% 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px #ffffff70;
}

.contours span:nth-child(4n) {
  border-color: var(--orange);
}

.intro-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1.4fr .6fr;
  align-items: center;
  gap: 8%;
  margin: 0 5%;
  padding: 34px 0;
  display: grid;
}

.intro-strip h2 {
  margin: 0;
  font-size: 2.2rem;
}

.intro-strip p {
  color: var(--muted);
  margin: 0;
  font-size: .95rem;
}

.edition {
  text-align: right;
  letter-spacing: .1em;
  font-size: .7rem;
}

.section {
  padding: 65px 5%;
}

.section-head {
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-bottom: 28px;
  display: flex;
}

.section-head h2 {
  margin-bottom: 0;
}

.section-head > a {
  font-size: .85rem;
}

.section-head .eyebrow {
  margin-bottom: 13px;
}

.material-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}

.material-tile {
  background: #e7eae5;
  flex-direction: column;
  min-height: 260px;
  padding: 22px;
  text-decoration: none;
  transition: background-color .24s;
  display: flex;
}

.material-tile:hover {
  background: #e0e7e2;
}

.tile-petg {
  background: #dfe9ed;
}

.tile-asa {
  background: #e4ded7;
}

.tile-tpu {
  background: #e5e2e8;
}

.tile-no {
  letter-spacing: .12em;
  font-size: .62rem;
}

.line-sample {
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
  background: repeating-linear-gradient(135deg, #0000 0 7px, #52676a 8px 10px, #0000 11px);
  width: 100%;
  height: 70px;
  margin: 28px 0;
}

.tile-petg .line-sample {
  clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

.tile-asa .line-sample {
  clip-path: none;
  border-radius: 100%;
}

.tile-tpu .line-sample {
  clip-path: none;
  border-radius: 50% 0;
}

.material-tile h3 {
  font-family: var(--display);
  margin: 0 0 7px;
  font-size: 2.2rem;
}

.material-tile div > span {
  font-size: .78rem;
}

.small {
  font-size: .8rem;
}

.muted {
  color: var(--muted);
}

.section > .small {
  margin-top: 20px;
}

.approach {
  background: var(--ink);
  color: #fff;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding: 65px 7%;
  display: grid;
}

.approach p {
  opacity: .8;
  font-size: .95rem;
}

.approach ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach li {
  border-bottom: 1px solid #ffffff30;
  gap: 24px;
  padding: 24px 0;
  display: flex;
}

.approach li:first-child {
  padding-top: 0;
}

.approach li > span {
  color: #ff9b75;
  font-size: .8rem;
}

.approach h3 {
  margin-bottom: 10px;
}

.approach li p {
  margin: 0;
}

.launch-section {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 16%;
  padding: 70px 10%;
  display: grid;
}

.launch-section > div > p {
  color: var(--muted);
}

.action-form {
  gap: 16px;
  display: grid;
}

.check {
  align-items: flex-start;
  gap: 10px;
  font-size: .78rem;
  font-weight: 400;
  display: flex;
}

.check input {
  margin-top: 3px;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.form-error {
  color: #a12316;
  background: #fff0ec;
  padding: 12px;
  font-size: .9rem;
}

.form-success {
  color: #245443;
  background: #e7f4ea;
  padding: 12px;
  font-size: .9rem;
}

footer {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 44px 5% 24px;
  display: grid;
}

.footer-brand {
  font-weight: 700;
  text-decoration: none;
}

footer p {
  color: var(--muted);
  margin-top: 10px;
  font-size: .85rem;
}

.footer-links {
  flex-wrap: wrap;
  align-content: start;
  gap: 10px 25px;
  font-size: .85rem;
  display: flex;
}

.footer-note {
  border-top: 1px solid var(--line);
  color: var(--muted);
  grid-column: 1 / -1;
  justify-content: space-between;
  padding-top: 22px;
  font-size: .75rem;
  display: flex;
}

.page {
  max-width: 1400px;
  min-height: 60vh;
  margin: auto;
  padding: 50px 5% 75px;
}

.page.narrow {
  max-width: 850px;
}

.page-heading {
  max-width: 830px;
  margin-bottom: 38px;
}

.page-heading h1 {
  font-size: clamp(2.8rem, 4vw, 4.3rem);
}

.breadcrumbs {
  color: var(--muted);
  margin-bottom: 25px;
  font-size: .8rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.panel, .empty-state {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  padding: 28px;
}

.empty-state {
  max-width: 850px;
  padding: 48px;
}

.empty-state h2 {
  font-size: 2.4rem;
}

.empty-state p {
  max-width: 620px;
  color: var(--muted);
}

.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 25px;
  text-decoration: none;
  display: block;
}

.card h2 {
  font-size: 2rem;
}

.card p {
  color: var(--muted);
}

.badge {
  letter-spacing: .03em;
  background: #eaf0ed;
  margin-bottom: 15px;
  padding: 4px 8px;
  font-size: .7rem;
  display: inline-block;
}

.badge.warn {
  color: #765014;
  background: #fff0de;
}

.steps {
  border: 1px solid var(--line);
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.steps li {
  color: var(--muted);
  border-right: 1px solid var(--line);
  flex-direction: column;
  padding: 16px 20px;
  font-size: .8rem;
  display: flex;
}

.steps li span:first-child {
  margin-bottom: 6px;
  font-size: .65rem;
}

.steps li[aria-current] {
  background: var(--ink);
  color: #fff;
}

.finder {
  max-width: 1000px;
  margin: auto;
}

.finder-body {
  border: 1px solid var(--line);
  background: #fff;
  border-top: 0;
  min-height: 380px;
  padding: 44px;
}

.finder-body h2 {
  font-size: 2.7rem;
}

.finder-body > label {
  max-width: 600px;
}

.finder-body > .muted {
  margin-top: 20px;
  font-size: .9rem;
}

.finder-actions {
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.choices {
  border: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  display: grid;
}

.choices label {
  border: 1px solid var(--line);
  text-transform: capitalize;
  cursor: pointer;
  align-items: center;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.choices label.selected {
  border-color: var(--ink);
  background: #e8f0f2;
}

.choices input {
  margin: 0;
}

.finder-result {
  max-width: 760px;
  margin: auto;
}

.finder-result .action-form {
  margin: 28px 0;
}

.selection-summary {
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0;
  display: flex;
}

.selection-summary span {
  border: 1px solid var(--line);
  padding: 6px 12px;
  font-size: .8rem;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

details {
  border-block: 1px solid var(--line);
  margin: 20px 0;
  padding: 15px 0;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

details p {
  margin-top: 15px;
}

.prose {
  max-width: 820px;
}

.prose h2 {
  margin-top: 35px;
  font-size: 2.2rem;
}

.callout {
  background: var(--blue);
  border-left: 3px solid var(--ink);
  padding: 20px;
}

.table-scroll {
  overflow: auto;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  font-size: .85rem;
}

td, th {
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  padding: 14px 16px;
}

th {
  letter-spacing: .03em;
  background: #eaf0ef;
  font-size: .75rem;
}

td code {
  overflow-wrap: anywhere;
  font-size: .75rem;
}

dl > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 10px 0;
  display: grid;
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
}

pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #eef1f0;
  padding: 15px;
  font-size: .78rem;
}

.admin-nav {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  display: flex;
}

.admin-nav a {
  border: 1px solid var(--line);
  padding: 8px 12px;
  font-size: .8rem;
  text-decoration: none;
}

.admin-nav a[aria-current] {
  background: var(--ink);
  color: #fff;
}

.stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 30px;
  display: grid;
}

.stat {
  border: 1px solid var(--line);
  background: #fff;
  padding: 22px;
}

.stat strong {
  font-family: var(--display);
  font-size: 2.4rem;
  display: block;
}

.stat span {
  color: var(--muted);
  font-size: .8rem;
}

.editor {
  grid-template-columns: minmax(280px, 1fr) minmax(350px, 1.5fr);
  gap: 30px;
  display: grid;
}

.editor-list {
  align-content: start;
  gap: 10px;
  display: grid;
}

.editor-list button {
  color: var(--ink);
  text-align: left;
  border-color: var(--line);
  overflow-wrap: anywhere;
  background: #fff;
  justify-content: start;
  gap: 10px;
}

.editor-list button.selected {
  border-color: var(--ink);
  background: #e8eff0;
}

.resource-form {
  border: 1px solid var(--line);
  background: #fff;
  gap: 16px;
  padding: 24px;
  display: grid;
}

.resource-form textarea {
  font-family: monospace;
  font-size: .8rem;
}

.resource-form .field-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.notice {
  border-left: 3px solid var(--orange);
  background: #fff1e9;
  margin-bottom: 25px;
  padding: 15px 20px;
  font-size: .9rem;
}

.search-form {
  gap: 12px;
  margin-bottom: 30px;
  display: flex;
}

.search-form input {
  max-width: 550px;
}

.inline-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.inline-actions .action-form {
  display: block;
}

.inline-actions button {
  padding: 8px 12px;
  font-size: .8rem;
}

.order-row {
  margin-bottom: 22px;
}

.order-row header {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

.auth {
  max-width: 480px;
  margin: auto;
}

.auth h1 {
  font-size: 3rem;
}

.auth .action-form {
  margin: 30px 0;
}

.spacer {
  margin-top: 35px;
}

.product-layout {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  display: grid;
}

.product-image {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 500px;
}

.product-no-image {
  min-height: 280px;
  color: var(--muted);
  background: #e4e9e8;
  place-content: center;
  display: grid;
}

@media (max-width: 1000px) {
  .site-header {
    flex-wrap: wrap;
  }

  .site-header nav {
    order: 3;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 20px 0 0;
  }

  .account-link {
    margin-left: auto;
  }

  .hero {
    gap: 4%;
    padding-top: 40px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .material-study {
    min-height: 350px;
  }

  .hero-foot {
    gap: 15px;
  }

  .button-row {
    flex-wrap: wrap;
    gap: 16px;
  }

  .material-grid {
    gap: 12px;
  }

  .material-tile {
    padding: 16px;
  }

  .launch-section {
    gap: 8%;
    padding-inline: 7%;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .editor {
    grid-template-columns: 1fr;
  }

  .editor-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .topbar {
    gap: 12px;
    font-size: .65rem;
  }

  .topbar span {
    max-width: 240px;
  }

  .site-header {
    padding: 17px 5%;
  }

  .wordmark {
    max-width: 205px;
  }

  .site-header nav {
    justify-content: start;
    gap: 22px;
    padding-bottom: 5px;
    overflow: auto;
  }

  .site-header nav a {
    white-space: nowrap;
    font-size: .8rem;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 35px;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .hero-foot {
    margin-top: 28px;
  }

  .material-study {
    min-height: 260px;
  }

  .contours {
    inset: 35px 20% 65px;
  }

  .hero-copy > p {
    font-size: 1rem;
  }

  .intro-strip {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .edition, .intro-strip h2 br {
    display: none;
  }

  .intro-strip h2 {
    font-size: 2rem;
  }

  .section {
    padding-block: 40px;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .material-grid {
    grid-template-columns: 1fr 1fr;
  }

  .material-tile {
    min-height: 225px;
  }

  .approach, .launch-section {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px 5%;
  }

  .approach h2 {
    font-size: 2.7rem;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .page {
    padding-top: 30px;
  }

  .empty-state {
    padding: 25px;
  }

  .grid, .grid.two {
    grid-template-columns: 1fr;
  }

  .steps li {
    padding: 10px 5px;
    font-size: .66rem;
  }

  .finder-body {
    padding: 25px 18px;
  }

  .finder-body h2 {
    font-size: 2.3rem;
  }

  .choices {
    grid-template-columns: 1fr 1fr;
  }

  .choices label {
    padding: 11px;
    font-size: .8rem;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .stat {
    padding: 15px;
  }

  .resource-form .field-grid {
    grid-template-columns: 1fr;
  }

  .resource-form {
    padding: 18px;
  }

  .editor-list, .product-layout {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 12px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.material-study, .category-intro img, .material-detail-image img {
  border-radius: 18px;
}

.material-tile {
  border-radius: 14px;
  overflow: hidden;
}

.material-tile-image {
  margin-bottom: -22px;
  transition: scale .42s cubic-bezier(.2, .7, .2, 1);
  scale: 1;
}

.material-card-image {
  border-radius: 10px;
}

.intro-strip {
  border: 0;
  grid-template-columns: 1fr 1.4fr;
  padding-block: 48px;
}

.page-heading {
  padding-block: 12px;
}

button, .button {
  transition: background-color .2s, border-color .2s;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .material-tile:hover .material-tile-image {
    scale: 1.025;
  }
}

@media (prefers-reduced-motion: reduce) {
  .material-tile-image, .material-tile, button, .button {
    transition: none;
  }
}

@media (max-width: 700px) {
  .intro-strip {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* [project]/node_modules/@fontsource/barlow-condensed/600.css [app-client] (css) */
@font-face {
  font-family: Barlow Condensed;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/barlow-condensed-vietnamese-600-normal.43ud19ilw2-pl.woff2") format("woff2"), url("../media/barlow-condensed-vietnamese-600-normal.0csyzgbq6oph-.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Barlow Condensed;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/barlow-condensed-latin-ext-600-normal.0_w6c_5g3mtxc.woff2") format("woff2"), url("../media/barlow-condensed-latin-ext-600-normal.40rgster27fo6.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Barlow Condensed;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/barlow-condensed-latin-600-normal.289y3avl9x-vx.woff2") format("woff2"), url("../media/barlow-condensed-latin-600-normal.0gvkp1c3flf_w.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/dm-sans/400.css [app-client] (css) */
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/dm-sans-latin-ext-400-normal.0fqyy_rzir8wk.woff2") format("woff2"), url("../media/dm-sans-latin-ext-400-normal.2wgrmp5e19scw.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/dm-sans-latin-400-normal.0471snlmja818.woff2") format("woff2"), url("../media/dm-sans-latin-400-normal.40quu04grbhf8.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/dm-sans/500.css [app-client] (css) */
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/dm-sans-latin-ext-500-normal.3kt-ux4qy_ne2.woff2") format("woff2"), url("../media/dm-sans-latin-ext-500-normal.3exo923874x5t.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/dm-sans-latin-500-normal.0brn-8r9pdr2e.woff2") format("woff2"), url("../media/dm-sans-latin-500-normal.0jcw8phz0eanr.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/dm-sans/600.css [app-client] (css) */
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/dm-sans-latin-ext-600-normal.2h9q_0618j3sz.woff2") format("woff2"), url("../media/dm-sans-latin-ext-600-normal.2uv0s9c16r-jh.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/dm-sans-latin-600-normal.0oone78si629l.woff2") format("woff2"), url("../media/dm-sans-latin-600-normal.40ad7xuawyzt9.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/dm-sans/700.css [app-client] (css) */
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/dm-sans-latin-ext-700-normal.2hzb0w6rbfwop.woff2") format("woff2"), url("../media/dm-sans-latin-ext-700-normal.3l0fp675b56tl.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/dm-sans-latin-700-normal.1a6kzvi7en7g-.woff2") format("woff2"), url("../media/dm-sans-latin-700-normal.33in7pwjke59p.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*# sourceMappingURL=_0nceowa._.css.map*/