/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
:root {
  --ink: #0b0c10;
  --surface: #15171f;
  --line: #2a2e39;
  --paper: #f4f5f7;
  --muted: #9aa0ad;
  --blue: #1c9bd6;
  --blue2: #49b9e8;
  --green: #34d63e;
  --yellow: #f5b50a;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter,system-ui,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select {
  font: inherit;
}
::selection {
  background: var(--green);
  color: #071008;
}
header {
  height: 78px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #ffffff18;
  background: #0b0c10e8;
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.brand>b {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(140deg,var(--blue),var(--green));
  font-size: 21px;
}
.brand span {
  display: grid;
  line-height: 1;
}
.brand strong {
  font-size: 18px;
  letter-spacing: .08em;
}
.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .16em;
}
nav {
  display: flex;
  gap: 28px;
  color: #cfd3da;
  font-size: 13px;
  font-weight: 650;
}
nav a:hover {
  color: var(--green);
}
.outline {
  padding: 11px 16px;
  border: 1px solid #3b404c;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 750;
}
.outline:hover {
  border-color: var(--green);
}
.hero {
  min-height: calc(100vh - 78px);
  padding: 90px 6vw;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 35px;
  position: relative;
  overflow: hidden;
}
.grid {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image: linear-gradient(#ffffff0b 1px,transparent 1px),linear-gradient(90deg,#ffffff0b 1px,transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(#000,transparent);
}
.hero>div:not(.grid) {
  position: relative;
  z-index: 1;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--blue2);
  font: 750 11px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.eyebrow i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}
h1 {
  margin: 0;
  font-size: clamp(62px,7vw,112px);
  line-height: .91;
  letter-spacing: -.065em;
}
h1 em {
  display: block;
  color: var(--green);
  font-family: Georgia,serif;
  font-weight: 400;
}
.lede {
  max-width: 670px;
  margin: 32px 0 0;
  color: #b7bdc8;
  font-size: 19px;
  line-height: 1.7;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--green);
  color: #071008;
  font-size: 14px;
  font-weight: 800;
}
.button.ghost {
  border: 1px solid #3b404c;
  background: #ffffff08;
  color: #fff;
}
.proof {
  margin-top: 54px;
  display: flex;
  gap: 35px;
  color: #777f8e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.proof span {
  display: grid;
  gap: 5px;
}
.proof b {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
}
.visual {
  height: 590px;
  display: grid;
  place-items: center;
}
.ring {
  position: absolute;
  border: 1px solid #343946;
  border-radius: 50%;
}
.ring.one {
  width: 420px;
  height: 420px;
}
.ring.two {
  width: 550px;
  height: 550px;
  border-style: dashed;
}
.core {
  width: 245px;
  height: 245px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #464b59;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%,#242937,#111319 68%);
  box-shadow: 0 30px 80px #0007;
}
.core small {
  color: var(--blue2);
  font: 700 11px ui-monospace,monospace;
  letter-spacing: .24em;
}
.core b {
  font-size: 51px;
}
.core span {
  max-width: 160px;
  text-align: center;
  color: var(--muted);
  font-size: 11px;
}
.bubble {
  position: absolute;
  width: 105px;
  height: 105px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid #343946;
  border-radius: 20px;
  background: #15171fe8;
}
.bubble small {
  color: var(--muted);
  margin-top: 5px;
}
.b1 {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: var(--green);
}
.b2 {
  right: 0;
  top: 42%;
  border-top-color: var(--blue);
}
.b3 {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: var(--yellow);
}
.b4 {
  left: 0;
  top: 42%;
  border-top-color: #f26aa3;
}
.question-strip {
  min-height: 58px;
  padding: 12px 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  background: var(--green);
  color: #071008;
  font-size: 12px;
  font-weight: 750;
}
.question-strip b,.question-strip a {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #0003;
}
.question-strip b {
  font: 800 10px ui-monospace,monospace;
  letter-spacing: .1em;
}
.section {
  padding: 105px 6vw;
}
.light,.color-section,.glossary {
  background: #f1f3f5;
  color: #111319;
}
.title {
  max-width: 820px;
  margin-bottom: 50px;
}
.title h2,.ask h2 {
  margin: 0;
  font-size: clamp(38px,5vw,66px);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.title>p:last-child {
  max-width: 700px;
  margin: 20px 0 0;
  color: #6d7580;
  font-size: 17px;
  line-height: 1.65;
}
.dark .title>p:last-child {
  color: var(--muted);
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.tool {
  min-height: 235px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #d8dce1;
  border-radius: 16px;
  background: #fff;
  transition: .2s;
}
.tool:hover {
  transform: translateY(-4px);
  border-color: var(--blue);
  box-shadow: 0 18px 45px #16202d16;
}
.tool>span,.label {
  color: var(--blue);
  font: 800 10px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.tool h3 {
  margin: 0;
  font-size: 22px;
}
.tool p {
  min-height: 62px;
  color: #68717e;
  line-height: 1.55;
}
.tool div>b {
  font-size: 12px;
}
.matcher {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  overflow: hidden;
  border: 1px solid #2f3440;
  border-radius: 20px;
  background: var(--surface);
}
.controls {
  padding: 34px;
  display: grid;
  gap: 22px;
  border-right: 1px solid #2f3440;
}
.controls label {
  display: grid;
  gap: 9px;
  color: #bfc4cd;
  font-size: 12px;
  font-weight: 700;
}
.controls select {
  padding: 14px 16px;
  color: #fff;
  background: #0e1015;
  border: 1px solid #343a47;
  border-radius: 8px;
}
.result {
  padding: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 100% 0,#1c9bd624,transparent 50%);
}
.result h3 {
  margin: 0;
  font-size: clamp(30px,4vw,48px);
  letter-spacing: -.04em;
}
.result>p:not(.label) {
  color: #bdc3cc;
  font-size: 17px;
  line-height: 1.6;
}
.watch {
  margin: 16px 0 24px;
  padding: 16px;
  display: flex;
  gap: 14px;
  border: 1px solid #4b4129;
  border-radius: 10px;
  background: #f5b50a12;
}
.watch>b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #111;
}
.watch span {
  color: #c8cbd1;
  font-size: 12px;
  line-height: 1.5;
}
.watch strong {
  display: block;
  color: #fff;
}
.result>a {
  color: var(--green);
  font-weight: 800;
  font-size: 13px;
}
.three {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.three article {
  padding: 28px;
  border: 1px solid #2f3440;
  border-radius: 14px;
  background: var(--surface);
}
.three .best {
  border-color: var(--green);
  box-shadow: inset 0 3px var(--green);
}
.three small {
  color: var(--green);
  font: 800 9px ui-monospace,monospace;
  letter-spacing: .12em;
}
.three h3 {
  margin: 12px 0 8px;
}
.three p {
  color: #a9b0bb;
  line-height: 1.5;
}
.ada-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
}
.ada-info,.check-card,.calc {
  padding: 34px;
  border: 1px solid #d8dce1;
  border-radius: 18px;
  background: #fff;
}
.sign {
  min-height: 260px;
  margin-bottom: 30px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 14px;
  background: #0e1115;
  color: #fff;
  position: relative;
}
.sign>b {
  font-size: 38px;
  letter-spacing: .07em;
}
.sign>span {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: .25em;
}
.sign>i {
  position: absolute;
  right: 18px;
  bottom: 15px;
  color: var(--green);
  font: normal 700 10px ui-monospace,monospace;
}
.ada-info h3 {
  font-size: 28px;
}
.ada-info>p:not(.label) {
  color: #6c7480;
  line-height: 1.6;
}
.rules {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 0;
  margin-top: 22px;
  border-top: 1px solid #e0e3e7;
}
.rules b,.rules span {
  padding: 13px 0;
  border-bottom: 1px solid #e0e3e7;
  font-size: 12px;
}
.rules span {
  color: #747c87;
}
.check-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.check-head h3 {
  margin: 0;
}
.check-head>b {
  width: 65px;
  height: 65px;
  display: grid;
  place-items: center;
  border: 7px solid var(--green);
  border-radius: 50%;
  font: 800 11px ui-monospace,monospace;
}
.checks {
  display: grid;
  gap: 9px;
  margin-top: 25px;
}
.checks button {
  padding: 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  text-align: left;
  border: 1px solid #dde0e4;
  border-radius: 9px;
  background: #f9fafb;
  color: #4d5560;
  cursor: pointer;
}
.checks i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #c5cad0;
  border-radius: 5px;
  font-style: normal;
}
.checks .on {
  border-color: #8edc93;
  background: #eefaf0;
  color: #163719;
}
.checks .on i {
  border-color: var(--green);
  background: var(--green);
}
.check-card>small {
  display: block;
  margin-top: 18px;
  color: #89909a;
  line-height: 1.5;
}
.facts {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  overflow: hidden;
  border: 1px solid #d8dce1;
  border-radius: 14px;
  background: #fff;
}
.facts div {
  padding: 23px;
  display: grid;
  gap: 5px;
  border-right: 1px solid #d8dce1;
}
.facts b {
  font-size: 23px;
}
.facts span {
  color: #777f8b;
  font-size: 11px;
}
.sources {
  margin-top: 15px;
  padding: 18px 22px;
  display: flex;
  gap: 25px;
  align-items: center;
  border-radius: 10px;
  background: #12151a;
  color: #fff;
}
.sources span {
  margin-right: auto;
  color: #8e96a3;
  font-size: 12px;
}
.sources a {
  color: var(--blue2);
  font-size: 11px;
  font-weight: 800;
}
.color-section {
  background: #e7eaed;
}
.chart-stats {
  margin-bottom: 22px;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(3,120px) 1fr;
  align-items: center;
  gap: 16px;
  border: 1px solid #cbd0d6;
  border-radius: 14px;
  background: #f7f8f9;
}
.chart-stats div {
  display: grid;
  gap: 3px;
  padding-right: 15px;
  border-right: 1px solid #d4d8dd;
}
.chart-stats b {
  font-size: 27px;
}
.chart-stats span {
  color: #737c88;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.chart-stats p {
  margin: 0;
  color: #626b76;
  font-size: 12px;
  line-height: 1.5;
}
.chart-controls {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 12px;
}
.chart-controls>label {
  display: grid;
  gap: 6px;
  color: #68717d;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.chart-controls select,.chart-search {
  min-height: 50px;
  border: 1px solid #c8cdd3;
  border-radius: 10px;
  background: #fff;
}
.chart-controls select {
  padding: 0 14px;
}
.chart-search {
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chart-search span {
  color: var(--blue);
  font-size: 22px;
}
.chart-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
}
.brand-filters {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.brand-filters button {
  padding: 8px 12px;
  border: 1px solid #c8cdd3;
  border-radius: 99px;
  background: transparent;
  color: #555e69;
  font-size: 11px;
  cursor: pointer;
}
.brand-filters .active {
  background: #111;
  color: #fff;
  border-color: #111;
}
.chart-count {
  margin: 17px 0 10px;
  display: flex;
  justify-content: space-between;
  color: #707984;
  font: 700 10px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.chart-count button {
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 10px;
  cursor: pointer;
}
.chart-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.chart-card {
  min-height: 235px;
  padding: 23px;
  display: flex;
  flex-direction: column;
  border: 1px solid #cdd2d7;
  border-radius: 14px;
  background: #f8f9fa;
  transition: .2s;
}
.chart-card:hover {
  transform: translateY(-3px);
  border-color: var(--blue);
  box-shadow: 0 15px 35px #1b2c3f13;
}
.chart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.chart-top small {
  color: #7b838e;
  font: 700 9px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.maker {
  padding: 6px 8px;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font: 800 9px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.maker-arlon {
  background: #1769a3;
}
.maker-orafol {
  background: #e18b00;
}
.maker-averydennison {
  background: #d42027;
}
.maker-3m {
  background: #e32219;
}
.maker-fdclumina {
  background: #1d64a4;
}
.maker-mactac {
  background: #ef6724;
}
.maker-hexis {
  background: #681c77;
}
.maker-aslan {
  background: #2d7440;
}
.maker-rowmark {
  background: #242b70;
}
.maker-duets {
  background: #007a84;
}
.chart-card h3 {
  margin: 22px 0 9px;
  font-size: 20px;
  letter-spacing: -.02em;
}
.chart-card p {
  margin: 0 0 20px;
  color: #68717c;
  font-size: 12px;
  line-height: 1.55;
}
.chart-card>a {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #d9dde1;
  color: #087cab;
  font-size: 11px;
  font-weight: 800;
}
.empty-charts {
  padding: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px dashed #aeb5bd;
  border-radius: 14px;
  color: #59616b;
}
.empty-charts button {
  padding: 9px 13px;
  border: 0;
  border-radius: 7px;
  background: #111;
  color: #fff;
  cursor: pointer;
}
.caution {
  margin-top: 18px;
  padding: 22px;
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 25px;
  border: 1px solid #cfd3d8;
  border-radius: 12px;
  background: #ffffff88;
  font-size: 12px;
}
.caution span {
  color: #646c76;
  line-height: 1.55;
}
.chart-help {
  margin-top: 15px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-radius: 14px;
  background: #111319;
  color: #fff;
}
.chart-help small {
  color: var(--green);
  font: 800 9px ui-monospace,monospace;
  letter-spacing: .12em;
}
.chart-help h3 {
  margin: 7px 0;
  font-size: 21px;
}
.chart-help p {
  margin: 0;
  color: #929aa6;
  font-size: 12px;
}
.chart-help .button {
  flex: none;
}
.market-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.market-grid article {
  padding: 28px;
  border: 1px solid #303440;
  border-radius: 15px;
  background: var(--surface);
}
.market-grid small {
  color: var(--green);
  font: 800 9px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.market-grid h3 {
  font-size: 22px;
}
.market-grid ul {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style: none;
}
.market-grid li {
  color: #adb4bf;
  font-size: 12px;
}
.market-grid li:before {
  content: "◆";
  margin-right: 7px;
  color: var(--blue);
  font-size: 7px;
}
.market-grid p {
  padding-top: 17px;
  border-top: 1px solid #2e333e;
  color: #858e9b;
  font-size: 12px;
  line-height: 1.55;
}
.market-grid p b {
  display: block;
  margin-bottom: 6px;
  color: #e7eaf0;
  font-size: 10px;
  text-transform: uppercase;
}
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.calc h3 {
  font-size: 25px;
}
.inputs {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin: 27px 0;
}
.two-inputs {
  grid-template-columns: 1fr 1fr;
}
.inputs label {
  display: grid;
  gap: 8px;
  color: #737b86;
  font-size: 10px;
  text-transform: uppercase;
}
.inputs input {
  min-width: 0;
  width: 100%;
  padding: 14px;
  border: 1px solid #cdd2d7;
  border-radius: 8px;
  font-weight: 800;
}
.total {
  padding: 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-radius: 10px;
  background: #111319;
  color: #fff;
}
.total span {
  color: #929aa6;
  font-size: 11px;
}
.total b {
  color: var(--green);
  font-size: 28px;
}
.calc>small {
  display: block;
  margin-top: 12px;
  color: #8b929c;
}
.glossary {
  background: #fff;
}
.search {
  width: min(100%,680px);
  padding: 16px 18px;
  margin-bottom: 32px;
  border: 1px solid #ccd1d7;
  border-radius: 10px;
}
.terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.terms details {
  border-top: 1px solid #d9dde2;
}
.terms summary {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
}
.terms summary span {
  color: var(--blue);
  font-size: 20px;
}
.terms details[open] summary span {
  transform: rotate(45deg);
}
.terms p {
  margin: -5px 0 20px;
  color: #6e7681;
  font-size: 13px;
  line-height: 1.6;
}
.ask {
  padding: 85px 6vw;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  background: linear-gradient(125deg,#0d4473,#176a92 60%,#13703a);
}
.ask>div:first-child {
  max-width: 780px;
}
.ask p:last-child {
  max-width: 680px;
  color: #d9e7ec;
  line-height: 1.6;
}
footer {
  padding: 42px 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #2b303b;
  background: #090a0d;
}
footer p {
  color: #757d89;
  font-size: 11px;
  text-align: center;
}
footer>div {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  color: #a7aeb8;
  font-size: 11px;
}
@media (max-width:1000px) {
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero>div:first-of-type {
    text-align: center;
  }
  .hero .lede {
    margin-left: auto;
    margin-right: auto;
  }
  .hero .actions,.hero .proof {
    justify-content: center;
  }
  .tool-grid,.market-grid,.chart-grid {
    grid-template-columns: 1fr 1fr;
  }
  .matcher,.ada-grid {
    grid-template-columns: 1fr;
  }
  .controls {
    border-right: 0;
    border-bottom: 1px solid #2f3440;
  }
  .chart-stats {
    grid-template-columns: repeat(3,1fr);
  }
  .chart-stats p {
    grid-column: 1/-1;
  }
  .ask {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width:680px) {
  header {
    padding: 0 18px;
  }
  .outline {
    padding: 9px;
  }
  .hero {
    min-height: auto;
    padding: 60px 22px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .lede {
    font-size: 16px;
  }
  .visual {
    height: 400px;
    transform: scale(.75);
    margin: -40px -70px;
  }
  .question-strip {
    justify-content: flex-start;
  }
  .question-strip b {
    display: none;
  }
  .section {
    padding: 75px 22px;
  }
  .title h2,.ask h2 {
    font-size: 39px;
  }
  .tool-grid,.market-grid,.three,.calc-grid,.chart-grid {
    grid-template-columns: 1fr;
  }
  .tool {
    min-height: 205px;
  }
  .controls,.result,.ada-info,.check-card,.calc {
    padding: 23px;
  }
  .rules {
    grid-template-columns: 1fr;
  }
  .rules b {
    padding-bottom: 3px;
    border: 0;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
  }
  .sources {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .sources span {
    margin: 0;
  }
  .chart-stats {
    grid-template-columns: 1fr 1fr;
  }
  .chart-stats div {
    border: 0;
  }
  .chart-stats div:nth-child(3) {
    grid-column: 1/-1;
  }
  .chart-controls {
    grid-template-columns: 1fr;
  }
  .caution {
    grid-template-columns: 1fr;
  }
  .chart-help {
    align-items: flex-start;
    flex-direction: column;
  }
  .terms {
    grid-template-columns: 1fr;
  }
  .ask {
    padding: 65px 22px;
  }
  footer {
    padding: 40px 22px;
    grid-template-columns: 1fr;
    justify-items: start;
  }
  footer p {
    text-align: left;
  }
  footer>div {
    justify-content: flex-start;
  }
}
.ada-learning {
  margin-top: 46px;
}
.learning-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 18px;
}
.learning-head h3,.ada-handoff h3 {
  max-width: 650px;
  margin: 6px 0 0;
  font-size: 30px;
  letter-spacing: -.03em;
}
.learning-head>p {
  max-width: 440px;
  margin: 0;
  color: #69727d;
  font-size: 12px;
  line-height: 1.6;
}
.lesson-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.lesson-grid article {
  min-height: 320px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d8dce1;
  border-radius: 14px;
  background: #fff;
}
.lesson-grid article>span {
  color: var(--blue);
  font: 800 10px ui-monospace,monospace;
  letter-spacing: .12em;
}
.lesson-grid h4 {
  margin: 18px 0 9px;
  font-size: 21px;
  letter-spacing: -.025em;
}
.lesson-grid p {
  margin: 0;
  color: #68717c;
  font-size: 12px;
  line-height: 1.6;
}
.lesson-grid article>div {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #e1e4e8;
  color: #3e4854;
  font-size: 11px;
  line-height: 1.5;
}
.lesson-grid article>div b {
  display: block;
  margin-bottom: 5px;
  color: #111319;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.ada-handoff {
  margin-top: 14px;
  padding: 28px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 35px;
  border-radius: 14px;
  background: #102334;
  color: #fff;
}
.ada-handoff h3 {
  font-size: 25px;
}
.ada-handoff ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 25px;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.ada-handoff li {
  color: #d3e0e8;
  font-size: 12px;
  line-height: 1.45;
}
.ada-handoff li:before {
  content: "✓";
  margin-right: 8px;
  color: var(--green);
  font-weight: 800;
}
@media (max-width:1000px) {
  .lesson-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ada-handoff {
    grid-template-columns: 1fr;
  }
}
@media (max-width:680px) {
  .learning-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .lesson-grid {
    grid-template-columns: 1fr;
  }
  .ada-handoff {
    padding: 23px;
  }
  .ada-handoff ul {
    grid-template-columns: 1fr;
  }
}
.guides {
  background: #0f1219;
  color: #f4f5f7;
}
.guides .title>p:last-child {
  color: #a5adb9;
}
.guide-intro {
  margin-bottom: 18px;
  padding: 25px 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  border: 1px solid #2e3542;
  border-radius: 14px;
  background: #151b25;
}
.guide-intro h3 {
  margin: 7px 0 0;
  font-size: 29px;
  letter-spacing: -.03em;
}
.guide-intro>p {
  max-width: 500px;
  margin: 0;
  color: #aab2bf;
  font-size: 12px;
  line-height: 1.6;
}
.install-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
}
.install-grid article {
  padding: 29px;
  border: 1px solid #2e3542;
  border-radius: 15px;
  background: #151b25;
}
.install-grid h3 {
  margin: 9px 0 20px;
  font-size: 26px;
  letter-spacing: -.03em;
}
.install-grid ol {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: install;
}
.install-grid li {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 9px;
  color: #c4cad4;
  font-size: 12px;
  line-height: 1.5;
  counter-increment: install;
}
.install-grid li:before {
  content: counter(install);
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid #3e4859;
  border-radius: 50%;
  color: var(--green);
  font: 800 9px ui-monospace,monospace;
}
.guide-watch {
  margin-top: 23px;
  padding-top: 16px;
  border-top: 1px solid #2c3440;
  color: #a4adba;
  font-size: 11px;
  line-height: 1.5;
}
.guide-watch b {
  display: block;
  margin-bottom: 5px;
  color: var(--yellow);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.artwork-center {
  margin-top: 14px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  overflow: hidden;
  border: 1px solid #2e3542;
  border-radius: 15px;
  background: #151b25;
}
.artwork-copy {
  padding: 34px;
  border-right: 1px solid #2e3542;
}
.artwork-copy h3 {
  margin: 9px 0 13px;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.artwork-copy>p:not(.label) {
  color: #aab2bf;
  font-size: 13px;
  line-height: 1.6;
}
.artwork-copy a {
  display: inline-block;
  margin-top: 17px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}
.artwork-list {
  padding: 20px 30px;
}
.artwork-list>div {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 13px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid #2b3340;
}
.artwork-list>div:last-child {
  border: 0;
}
.artwork-list span {
  color: var(--blue2);
  font: 800 10px ui-monospace,monospace;
  letter-spacing: .1em;
}
.artwork-list p {
  margin: 0;
  color: #d7dce4;
  font-size: 12px;
  line-height: 1.5;
}
.guide-sources {
  margin-top: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 25px;
  border: 1px solid #2e3542;
  border-radius: 12px;
  background: #121722;
}
.guide-sources span {
  margin-right: auto;
  color: #969fab;
  font-size: 11px;
}
.guide-sources a {
  color: var(--blue2);
  font-size: 11px;
  font-weight: 800;
}
@media (max-width:1000px) {
  .guide-intro {
    align-items: flex-start;
    flex-direction: column;
  }
  .artwork-center {
    grid-template-columns: 1fr;
  }
  .artwork-copy {
    border-right: 0;
    border-bottom: 1px solid #2e3542;
  }
}
@media (max-width:680px) {
  .install-grid {
    grid-template-columns: 1fr;
  }
  .guide-intro,.install-grid article,.artwork-copy,.artwork-list {
    padding: 23px;
  }
  .guide-sources {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .guide-sources span {
    margin: 0;
  }
}
.guide-art-link {
  margin-top: 14px;
  padding: 27px 30px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 20px;
  border: 1px solid #33516a;
  border-radius: 14px;
  background: linear-gradient(105deg,#112638,#0f1826);
  transition: .2s;
}
.guide-art-link:hover {
  transform: translateY(-2px);
  border-color: var(--blue2);
}
.guide-art-link span {
  color: var(--green);
  font: 800 9px ui-monospace,monospace;
  letter-spacing: .1em;
}
.guide-art-link b {
  font-size: 21px;
  letter-spacing: -.02em;
}
.guide-art-link p {
  margin: 0;
  color: #abb8c5;
  font-size: 11px;
  line-height: 1.5;
}
.guide-art-link i {
  grid-column: 2;
  color: var(--blue2);
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}
.artwork-section {
  background: #f7f1e7;
  color: #12151a;
}
.artwork-section .title>p:last-child {
  color: #6a6259;
}
.vector-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
  padding: 36px;
  border-radius: 18px;
  background: #172634;
  color: #fff;
}
.vector-hero h3 {
  margin: 8px 0 13px;
  font-size: clamp(31px,4vw,48px);
  line-height: 1;
  letter-spacing: -.05em;
}
.vector-hero>div>p:not(.label) {
  max-width: 720px;
  margin: 0;
  color: #c8d3db;
  font-size: 14px;
  line-height: 1.65;
}
.vector-mark {
  min-height: 250px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #3d596e;
  border-radius: 14px;
  background: #0f1b26;
}
.vector-mark span {
  position: absolute;
  top: 19px;
  left: 20px;
  color: var(--green);
  font: 800 9px ui-monospace,monospace;
  letter-spacing: .13em;
}
.vector-mark svg {
  width: min(88%,300px);
  overflow: visible;
}
.vector-mark path {
  fill: #38aee533;
  stroke: #57c4f0;
  stroke-width: 3;
}
.vector-mark circle {
  fill: var(--green);
  stroke: #0f1b26;
  stroke-width: 3;
}
.vector-mark small {
  position: absolute;
  bottom: 18px;
  color: #93a6b5;
  font-size: 10px;
}
.file-type-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.file-type-grid article {
  padding: 25px;
  border: 1px solid #d8cfc1;
  border-radius: 14px;
  background: #fffdfa;
}
.file-type-grid article>span {
  color: #147dab;
  font: 800 10px ui-monospace,monospace;
  letter-spacing: .12em;
}
.file-type-grid h3 {
  margin: 16px 0 8px;
  font-size: 23px;
  letter-spacing: -.025em;
}
.file-type-grid b {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 5px;
  background: #e5f7e7;
  color: #18722d;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.file-type-grid p {
  color: #655f57;
  font-size: 12px;
  line-height: 1.6;
}
.artwork-steps {
  margin-top: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 45px;
  border: 1px solid #d8cfc1;
  border-radius: 14px;
  background: #fffdfa;
}
.artwork-steps h3 {
  margin: 8px 0;
  font-size: 30px;
  letter-spacing: -.04em;
}
.artwork-steps ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: art;
}
.artwork-steps li {
  display: grid;
  grid-template-columns: 36px 180px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #ece4d9;
  counter-increment: art;
  font-size: 12px;
  line-height: 1.55;
}
.artwork-steps li:last-child {
  border: 0;
}
.artwork-steps li:before {
  content: counter(art,decimal-leading-zero);
  color: #1683b4;
  font: 800 10px ui-monospace,monospace;
}
.artwork-steps li b {
  color: #22272d;
}
.artwork-steps li span {
  color: #686158;
}
.artwork-warning {
  margin-top: 14px;
  padding: 29px;
  display: grid;
  grid-template-columns: .75fr 1.25fr auto;
  align-items: center;
  gap: 28px;
  border-radius: 14px;
  background: #e5b344;
  color: #17130b;
}
.artwork-warning h3 {
  margin: 7px 0 0;
  font-size: 26px;
  letter-spacing: -.035em;
}
.artwork-warning p:last-of-type {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
.artwork-warning .button {
  min-height: 47px;
  background: #17130b;
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
}
@media (max-width:1000px) {
  .vector-hero,.artwork-steps,.artwork-warning {
    grid-template-columns: 1fr;
  }
  .file-type-grid {
    grid-template-columns: 1fr;
  }
  .guide-art-link {
    grid-template-columns: 1fr;
  }
  .guide-art-link i {
    grid-column: auto;
  }
  .artwork-warning .button {
    justify-self: start;
  }
}
@media (max-width:680px) {
  .vector-hero,.artwork-steps,.artwork-warning {
    padding: 23px;
  }
  .artwork-steps li {
    grid-template-columns: 32px 1fr;
  }
  .artwork-steps li span {
    grid-column: 2;
  }
  .guide-art-link {
    padding: 23px;
  }
  .file-type-grid article {
    padding: 23px;
  }
}
.resolution-center {
  margin-top: 14px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d8cfc1;
  border-radius: 14px;
  background: #fffdfa;
}
.resolution-copy {
  padding: 31px;
  border-right: 1px solid #d8cfc1;
}
.resolution-copy h3 {
  margin: 8px 0 13px;
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.resolution-copy>p:not(.label) {
  color: #655f57;
  font-size: 12px;
  line-height: 1.65;
}
.resolution-example {
  margin-top: 21px;
  padding: 14px;
  border-radius: 9px;
  background: #e7f3f7;
  color: #41505a;
  font-size: 11px;
  line-height: 1.5;
}
.resolution-example b {
  display: block;
  margin-bottom: 5px;
  color: #147dab;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.resolution-table {
  padding: 18px;
}
.resolution-row {
  display: grid;
  grid-template-columns: 1fr .8fr .85fr 1.45fr;
  gap: 12px;
  padding: 14px 10px;
  border-bottom: 1px solid #ece4d9;
  color: #5d584f;
  font-size: 11px;
  line-height: 1.45;
}
.resolution-row:last-child {
  border: 0;
}
.resolution-row.heading {
  padding-top: 6px;
  color: #8a8177;
  font: 800 9px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.resolution-row span:nth-child(3) {
  color: #167ca9;
  font-weight: 800;
}
.raster-vector-examples {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.raster-vector-examples article {
  padding: 27px;
  border: 1px solid #d8cfc1;
  border-radius: 14px;
  background: #fffdfa;
}
.raster-vector-examples h3 {
  margin: 9px 0 16px;
  font-size: 25px;
  letter-spacing: -.03em;
}
.raster-vector-examples>article>p:last-child {
  margin: 18px 0 0;
  color: #655f57;
  font-size: 12px;
  line-height: 1.6;
}
.example-visual {
  height: 140px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.vector-example {
  display: grid;
  place-items: center;
  border: 1px solid #27465c;
  background: #132330;
}
.vector-example span {
  position: relative;
  z-index: 1;
  color: #fff;
  font: 800 70px/1 Inter,sans-serif;
}
.vector-example i {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 3px solid #132330;
  border-radius: 50%;
  background: var(--green);
}
.vector-example i:nth-of-type(1) {
  top: 29px;
  left: 41%;
}
.vector-example i:nth-of-type(2) {
  bottom: 29px;
  left: 50%;
}
.vector-example i:nth-of-type(3) {
  top: 29px;
  right: 41%;
}
.raster-example {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-template-rows: repeat(3,1fr);
  gap: 2px;
  padding: 2px;
  background: #563d63;
}
.raster-example span {
  grid-column: 1/-1;
  display: grid;
  place-items: center;
  background: #ed9e45;
  color: #432e20;
  font: 800 12px ui-monospace,monospace;
  letter-spacing: .18em;
}
.raster-example i:nth-of-type(1) {
  background: #e96170;
}
.raster-example i:nth-of-type(2) {
  background: #ddc055;
}
.raster-example i:nth-of-type(3) {
  background: #54a0bc;
}
.raster-example i:nth-of-type(4) {
  background: #764b97;
}
.raster-example i:nth-of-type(5) {
  background: #e57e4f;
}
.raster-example i:nth-of-type(6) {
  background: #4f9c75;
}
@media (max-width:1000px) {
  .resolution-center {
    grid-template-columns: 1fr;
  }
  .resolution-copy {
    border-right: 0;
    border-bottom: 1px solid #d8cfc1;
  }
}
@media (max-width:680px) {
  .resolution-copy {
    padding: 23px;
  }
  .resolution-table {
    padding: 14px;
  }
  .resolution-row {
    grid-template-columns: 1fr 1fr;
  }
  .resolution-row span:nth-child(4) {
    grid-column: 1/-1;
  }
  .resolution-row.heading span:nth-child(4) {
    display: none;
  }
  .raster-vector-examples {
    grid-template-columns: 1fr;
  }
  .raster-vector-examples article {
    padding: 23px;
  }
}
.artwork-faq {
  margin-top: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 42px;
  border: 1px solid #d8cfc1;
  border-radius: 14px;
  background: #fffdfa;
}
.artwork-faq h3 {
  margin: 9px 0 12px;
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.artwork-faq>div>p:not(.label) {
  color: #655f57;
  font-size: 12px;
  line-height: 1.65;
}
.faq-list {
  border-top: 1px solid #e8dfd4;
}
.faq-list details {
  border-bottom: 1px solid #e8dfd4;
}
.faq-list summary {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  color: #20262c;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}
.faq-list summary span {
  color: #147dab;
  font-size: 19px;
  line-height: .8;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  max-width: 690px;
  margin: -2px 0 17px;
  color: #686158;
  font-size: 12px;
  line-height: 1.65;
}
@media (max-width:1000px) {
  .artwork-faq {
    grid-template-columns: 1fr;
  }
}
@media (max-width:680px) {
  .artwork-faq {
    padding: 23px;
  }
}
.artwork-truth {
  margin-top: 14px;
  padding: 27px 30px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 35px;
  border: 2px solid #d99522;
  border-radius: 14px;
  background: #fff0cb;
}
.artwork-truth h3 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.artwork-truth>p {
  margin: 0;
  color: #584522;
  font-size: 13px;
  line-height: 1.65;
}
.artwork-truth b {
  color: #19140a;
}
@media (max-width:680px) {
  .artwork-truth {
    grid-template-columns: 1fr;
    padding: 23px;
  }
}
.material-quick {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.material-quick span {
  margin-right: 4px;
  color: #aab2bf;
  font: 800 9px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.material-quick button {
  padding: 8px 10px;
  border: 1px solid #394250;
  border-radius: 99px;
  background: #171b24;
  color: #d4d9e1;
  font-size: 10px;
  cursor: pointer;
}
.material-quick button:hover {
  border-color: var(--green);
  color: var(--green);
}
.material-fit {
  margin: 4px 0 15px;
  padding: 13px 15px;
  border-left: 3px solid var(--blue);
  background: #1c9bd612;
  color: #c9d6df;
  font-size: 12px;
  line-height: 1.5;
}
.material-fit b {
  display: block;
  margin-bottom: 3px;
  color: var(--blue2);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.controls {
  gap: 17px;
}
.controls label {
  font-size: 11px;
}
@media (max-width:680px) {
  .material-quick {
    align-items: flex-start;
    flex-direction: column;
  }
  .material-quick span {
    margin-bottom: 3px;
  }
  .material-quick button {
    width: 100%;
    text-align: left;
  }
}
.color-library-compact {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: center;
  border: 1px solid #cbd0d6;
  border-radius: 14px;
  background: #f7f8f9;
}
.compact-stats {
  display: flex;
  gap: 25px;
}
.compact-stats span {
  color: #69727d;
  font-size: 11px;
}
.compact-stats b {
  margin-right: 5px;
  color: #12151a;
  font-size: 22px;
}
.color-library-compact p {
  max-width: 650px;
  margin: 13px 0 0;
  color: #68717c;
  font-size: 12px;
  line-height: 1.55;
}
.open-chart-library {
  min-height: 125px;
  padding: 23px;
  display: grid;
  gap: 5px;
  text-align: left;
  border: 0;
  border-radius: 11px;
  background: #121923;
  color: #fff;
  cursor: pointer;
}
.open-chart-library span {
  color: var(--green);
  font: 800 9px ui-monospace,monospace;
  letter-spacing: .12em;
}
.open-chart-library b {
  font-size: 21px;
  letter-spacing: -.025em;
}
.open-chart-library i {
  color: var(--blue2);
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}
.chart-preview {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}
.chart-preview .chart-card {
  min-height: 215px;
}
.chart-flyout-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  background: #071018aa;
  backdrop-filter: blur(4px);
}
.chart-flyout {
  width: min(940px,100%);
  height: 100%;
  overflow: auto;
  padding: 34px;
  background: #edf0f3;
  color: #111319;
  box-shadow: -20px 0 60px #0005;
}
.flyout-head {
  margin-bottom: 22px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}
.flyout-head h3 {
  margin: 7px 0 0;
  font-size: 34px;
  letter-spacing: -.04em;
}
.flyout-head>button {
  width: 38px;
  height: 38px;
  border: 1px solid #c2c9d0;
  border-radius: 50%;
  background: #fff;
  color: #1b2025;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.chart-flyout .chart-controls {
  grid-template-columns: 1fr;
}
.chart-flyout .chart-grid {
  grid-template-columns: repeat(2,1fr);
}
@media (max-width:1000px) {
  .color-library-compact {
    grid-template-columns: 1fr;
  }
  .chart-preview {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:680px) {
  .color-library-compact,.chart-flyout {
    padding: 23px;
  }
  .chart-preview,.chart-flyout .chart-grid {
    grid-template-columns: 1fr;
  }
  .compact-stats {
    gap: 14px;
  }
  .compact-stats b {
    font-size: 19px;
  }
}
.roll-inputs {
  grid-template-columns: repeat(5,1fr);
}
.panel-inputs {
  grid-template-columns: repeat(3,1fr);
}
@media (max-width:680px) {
  .roll-inputs,.panel-inputs {
    grid-template-columns: 1fr 1fr;
  }
}
.nest-tool {
  margin-top: 16px;
  padding: 32px;
  border: 1px solid #d8dce1;
  border-radius: 18px;
  background: #fff;
}
.nest-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.nest-heading h3 {
  margin: 8px 0;
  font-size: 31px;
  letter-spacing: -.04em;
}
.nest-heading>div>p:not(.label) {
  max-width: 650px;
  margin: 0;
  color: #68717c;
  font-size: 12px;
  line-height: 1.6;
}
.nest-result {
  min-width: 185px;
  padding: 17px 20px;
  display: grid;
  gap: 3px;
  border-radius: 10px;
  background: #111319;
  color: #fff;
}
.nest-result span {
  color: #9ba6b3;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.nest-result b {
  color: var(--green);
  font-size: 42px;
  line-height: 1;
}
.nest-result small {
  color: #c0c7d0;
  font-size: 10px;
}
.nest-inputs {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.nest-inputs label {
  display: grid;
  gap: 8px;
  color: #737b86;
  font-size: 10px;
  text-transform: uppercase;
}
.nest-inputs input {
  min-width: 0;
  width: 100%;
  padding: 14px;
  border: 1px solid #cdd2d7;
  border-radius: 8px;
  font-weight: 800;
}
.nest-note {
  margin-top: 15px;
  padding: 17px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  border-radius: 10px;
  background: #e8f4f8;
  color: #43515d;
  font-size: 12px;
  line-height: 1.55;
}
.nest-note b {
  color: #147dab;
}
.nest-note small {
  grid-column: 1/-1;
  color: #6d7781;
  font-size: 10px;
}
@media (max-width:680px) {
  .nest-tool {
    padding: 23px;
  }
  .nest-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .nest-inputs {
    grid-template-columns: 1fr 1fr;
  }
  .nest-note {
    grid-template-columns: 1fr;
  }
}
.sheet-settings {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}
.sheet-settings label,.cut-size label {
  display: grid;
  gap: 7px;
  color: #737b86;
  font-size: 10px;
  text-transform: uppercase;
}
.sheet-settings input,.cut-size input,.sheet-settings select {
  min-width: 0;
  width: 100%;
  padding: 13px;
  border: 1px solid #cdd2d7;
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}
.calculate-nest {
  margin-top: 18px;
  padding: 14px 18px;
  border: 0;
  border-radius: 8px;
  background: #157eab;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.calculate-nest:hover {
  background: #0e6388;
}
.nest-recommendation {
  margin-top: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #bfdae7;
  border-radius: 11px;
  background: #edf8fc;
}
.nest-recommendation h3 {
  margin: 5px 0;
  color: #15384c;
  font-size: 21px;
}
.nest-recommendation p:not(.label) {
  margin: 0;
  color: #526d7d;
  font-size: 11px;
}
.nest-recommendation>b {
  white-space: nowrap;
  color: #157eab;
  font-size: 20px;
}
.cut-size-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}
.cut-size {
  padding: 14px;
  border: 1px solid #dde1e5;
  border-radius: 10px;
  background: #f8f9fa;
}
.cut-size>b {
  display: block;
  margin-bottom: 12px;
  color: #1c83b1;
  font-size: 11px;
}
.cut-size label {
  margin-top: 7px;
}
.nest-preview {
  margin-top: 17px;
  padding: 22px;
  border-radius: 13px;
  background: #141b25;
  color: #fff;
}
.preview-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}
.preview-head h3 {
  margin: 7px 0 0;
  font-size: 24px;
  letter-spacing: -.03em;
}
.preview-head span {
  color: #aab4c0;
  font-size: 10px;
}
.sheet-preview-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,325px));
  gap: 18px;
}
.sheet-preview-grid figure {
  margin: 0;
}
.sheet-canvas {
  position: relative;
  overflow: hidden;
  border: 2px solid #9eb0c1;
  border-radius: 4px;
  background: #f5f7f9;
}
.cut-block {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 10px;
  min-height: 10px;
  border: 1px solid #12202d;
  color: #11202b;
  font: 800 9px ui-monospace,monospace;
}
.cut-1 {
  background: #42b7e5;
}
.cut-2 {
  background: #76da79;
}
.cut-3 {
  background: #f7c85c;
}
.cut-4 {
  background: #f08b88;
}
.cut-5 {
  background: #b596ec;
}
.sheet-preview-grid figcaption {
  margin-top: 8px;
  color: #aab4c0;
  font-size: 10px;
}
@media (max-width:1000px) {
  .cut-size-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .sheet-preview-grid {
    grid-template-columns: repeat(3,minmax(0,325px));
  }
}
@media (max-width:680px) {
  .sheet-settings {
    grid-template-columns: 1fr;
  }
  .nest-recommendation {
    align-items: flex-start;
    flex-direction: column;
  }
  .cut-size-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sheet-preview-grid {
    grid-template-columns: 1fr;
  }
  .nest-preview {
    padding: 18px;
  }
  .preview-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
.hero-art {
  position: absolute !important;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  background: linear-gradient(90deg,#07090ddd 0%,#07090da8 38%,#07090d35 69%,#07090d8c 100%),linear-gradient(0deg,#0b0c10cc 0%,transparent 42%),url("hero.jpg") center/cover no-repeat;
}
.hero>div.hero-art {
  position: absolute;
  z-index: 0;
}
.hero>div:not(.grid):not(.hero-art) {
  position: relative;
  z-index: 1;
}
.hero .grid {
  z-index: 1;
  opacity: .18;
}
.hero .lede {
  max-width: 600px;
  text-shadow: 0 2px 16px #000;
}
.hero .proof {
  color: #aeb9c4;
  text-shadow: 0 2px 10px #000;
}
@media (max-width:1000px) {
  .hero-art {
    background-position: 57% center;
    background-image: linear-gradient(90deg,#07090de8 0%,#07090d9e 52%,#07090d50 100%),linear-gradient(0deg,#0b0c10d9 0%,transparent 48%),url("hero.jpg");
  }
}
@media (max-width:680px) {
  .hero-art {
    background-position: 62% center;
    background-image: linear-gradient(90deg,#07090df0 0%,#07090da6 74%,#07090d72 100%),linear-gradient(0deg,#0b0c10df 0%,transparent 55%),url("hero.jpg");
  }
}
.hero-copy {
  animation: heroCopyIn .8s cubic-bezier(.2,.8,.2,1) both;
}
.hero-copy h1 {
  animation: heroCopyIn .85s .12s cubic-bezier(.2,.8,.2,1) both;
}
.hero-copy .lede {
  animation: heroCopyIn .85s .26s cubic-bezier(.2,.8,.2,1) both;
}
.hero-copy .actions {
  animation: heroCopyIn .85s .38s cubic-bezier(.2,.8,.2,1) both;
}
.hero-copy .proof {
  animation: heroCopyIn .85s .5s cubic-bezier(.2,.8,.2,1) both;
}
.hero-art {
  animation: heroArtworkIn 1.1s ease-out both;
}
@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroArtworkIn {
  from {
    opacity: 0;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion:reduce) {
  .hero-copy,.hero-copy h1,.hero-copy .lede,.hero-copy .actions,.hero-copy .proof,.hero-art {
    animation: none;
  }
}
.example-visual {
  height: 190px;
  border: 1px solid #c8d1d8;
  background: #102230;
}
.example-visual svg {
  display: block;
  width: 100%;
  height: 100%;
}
.vector-example {
  display: block;
  background: radial-gradient(circle at 50% 48%,#21475b 0%,#112431 65%);
}
.vector-grid {
  stroke: #79a2b61b;
  stroke-width: 1;
}
.vector-cut-path {
  fill: none;
  stroke: url(#vectorGlow);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px #49b9e877);
}
.vector-guide {
  stroke: #b9d8e066;
  stroke-width: 1.25;
  stroke-dasharray: 4 4;
}
.vector-nodes circle {
  fill: #34d63e;
  stroke: #fff;
  stroke-width: 2;
  filter: drop-shadow(0 0 5px #34d63e);
}
.vector-arrow {
  fill: none;
  stroke: #8ce8ff;
  stroke-width: 2;
}
.vector-example text {
  fill: #b7d5e1;
  font: 700 8px ui-monospace,monospace;
  letter-spacing: .12em;
}
.vector-example rect {
  fill: #132e3c;
  stroke: #34d63e66;
}
.vector-example .vector-tag {
  fill: #bdf5c2;
  font-size: 8px;
}
.raster-example {
  display: block;
  background: #173345;
}
.pixel-callout {
  stroke: #fff4bd;
  stroke-width: 1.5;
  stroke-dasharray: 4 4;
}
.pixel-lens {
  fill: none;
  stroke: #fff4bd;
  stroke-width: 2;
}
.raster-example .pixel-label {
  fill: #fff6c5;
  font: 800 8px ui-monospace,monospace;
  letter-spacing: .1em;
}
.visual-caption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border: 1px solid #ffffff24;
  border-radius: 7px;
  background: #0b1620d9;
  color: #dcecf3;
  font-size: 10px;
}
.visual-caption b {
  color: #fff;
}
.visual-caption span {
  color: #a9c1cc;
  font-size: 9px;
}
@media (max-width:680px) {
  .example-visual {
    height: 165px;
  }
  .visual-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
}
.raster-example .visual-caption {
  min-height: 42px;
  background: #07121cfa;
  border-color: #80d3ef66;
}
.raster-example .visual-caption b {
  font-size: 11px;
}
.raster-example .visual-caption span {
  display: block;
  grid-column: auto;
  padding: 0 !important;
  background: transparent !important;
  color: #ecf9ff !important;
  font: 700 11px/1.25 Inter,system-ui,sans-serif !important;
  letter-spacing: 0 !important;
  text-align: right;
}
@media (max-width:680px) {
  .raster-example .visual-caption {
    min-height: 58px;
  }
  .raster-example .visual-caption span {
    text-align: left;
  }
}
.quote-builder {
  grid-column: 1/-1;
}
.quote-builder h3 {
  max-width: 760px;
}
.size-table {
  margin-top: 25px;
  overflow: hidden;
  border: 1px solid #d8dce1;
  border-radius: 11px;
}
.size-table-head,.size-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr .8fr 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
}
.size-table-head {
  background: #edf1f4;
  color: #6f7a86;
  font: 800 9px ui-monospace,monospace;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.size-row {
  min-height: 55px;
  border-top: 1px solid #e5e8eb;
  background: #fff;
}
.size-row b {
  color: #1d7ca5;
  font-size: 11px;
}
.size-row input,.quote-summary input {
  min-width: 0;
  width: 100%;
  padding: 10px 11px;
  border: 1px solid #cdd2d7;
  border-radius: 7px;
  background: #fafbfc;
  color: #18212a;
  font-weight: 800;
}
.size-row span {
  color: #56636e;
  font-size: 11px;
  font-weight: 800;
}
.quote-summary {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}
.quote-summary>label {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px 16px;
  border: 1px solid #d4d9de;
  border-radius: 10px;
  background: #f7f9fa;
  color: #697581;
  font-size: 10px;
  text-transform: uppercase;
}
.quote-summary .total {
  min-height: 100%;
  padding: 17px;
}
.quote-price {
  background: #087cab;
}
.quote-price b {
  color: #d8ff68;
}
.quote-builder>small {
  display: block;
  margin-top: 14px;
  color: #77818c;
  line-height: 1.55;
}
@media (max-width:680px) {
  .size-table {
    overflow-x: auto;
  }
  .size-table-head,.size-row {
    min-width: 610px;
  }
  .quote-summary {
    grid-template-columns: 1fr;
  }
  .quote-summary .total {
    min-height: 76px;
  }
}
.add-size-line {
  margin-top: 11px;
  padding: 10px 13px;
  border: 1px dashed #7b9daf;
  border-radius: 8px;
  background: #f4fafc;
  color: #137ba8;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.add-size-line:hover {
  border-style: solid;
  background: #e7f4f9;
}
.preview-mixed-plan {
  margin-top: 10px;
  padding: 8px 11px;
  border: 1px solid #5ea8ca;
  border-radius: 7px;
  background: #fff;
  color: #137ba8;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}
.preview-mixed-plan:hover {
  background: #137ba8;
  color: #fff;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
/* ── Return-to-site chrome (added when the Academy moved onto digiprintingshop.com).
      Label + target adapt to where the visitor came from: public site or customer portal. ── */
.head-cta{display:flex;align-items:center;gap:10px}
.back-link{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:8px;background:#ffffff12;border:1px solid #ffffff24;color:#e7eaef;font-size:13px;font-weight:750;white-space:nowrap;transition:background .2s,border-color .2s,color .2s}
.back-link:hover{background:#ffffff1f;border-color:var(--green);color:#fff}
.back-link i{font-style:normal;font-size:15px;line-height:1}
footer .back-foot{color:var(--green)}
@media (max-width:680px){
  .head-cta{gap:7px}
  .back-link{padding:9px 12px}
}
/* On phones the return link matters more than the header's Ask-Digi shortcut —
   the contact CTAs further down the page still cover that. */
@media (max-width:520px){
  header .outline{display:none}
  .back-link{padding:9px 12px}
}
.head-login{color:#cfd3da;font-size:13px;font-weight:650;white-space:nowrap;transition:color .2s}
.head-login:hover{color:var(--green)}
@media (max-width:820px){.head-login{display:none}}

/* ── Mobile section menu. The prototype simply hid the nav below 1000px with no
      replacement, so phone visitors lost the section links entirely. ── */
.hamburger{display:none;flex-direction:column;gap:5px;padding:7px 6px;background:none;border:0;cursor:pointer}
.hamburger span{display:block;width:24px;height:2px;border-radius:2px;background:#e7eaef;transition:transform .3s,opacity .2s}
.hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger[aria-expanded="true"] span:nth-child(2){opacity:0}
.hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* Lives inside <header>, which has backdrop-filter and is therefore the containing
   block for fixed children — so size to the viewport explicitly, not with inset:0
   (that would only cover the 78px header strip). Staying inside the header is what
   keeps the drawer (120) painting above this (110); moving it out would trap the
   drawer under it in the header's z-index:30 stacking context. */
.nav-backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:110;background:#05070ab8;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s}
.nav-backdrop.open{opacity:1;visibility:visible;transition:opacity .3s,visibility 0s}

@media (max-width:1000px){
  .hamburger{display:flex}
  header nav{
    display:flex;position:fixed;top:0;right:0;left:auto;
    width:min(82vw,320px);height:100vh;height:100dvh;
    flex-direction:column;align-items:stretch;justify-content:center;gap:4px;
    padding:84px 22px 40px;overflow-y:auto;
    background:#0d0f14f7;backdrop-filter:blur(18px);
    border-left:1px solid var(--line);
    transform:translateX(100%);visibility:hidden;z-index:120;
    transition:transform .38s cubic-bezier(.4,0,.2,1),visibility 0s .38s;
  }
  header nav.open{transform:translateX(0);visibility:visible;transition:transform .38s cubic-bezier(.4,0,.2,1),visibility 0s}
  header nav a{padding:13px 14px;border-radius:10px;font-size:1.05rem;color:#e7eaef}
  header nav a:hover,header nav a:active{background:#ffffff14;color:var(--green)}
}

/* Narrow phones: the brand's long subtitle is the least useful thing in a 375px
   header, so let it yield before the return link or the menu button do. */
@media (max-width:1000px){
  header .brand{min-width:0}
  header .brand span{min-width:0}
  header .brand small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .head-cta{flex:none}
}
@media (max-width:430px){
  header .brand small{display:none}
}
