:root {
  --ink: #252323;
  --muted: #5d5a57;
  --paper: #faf8f4;
  --line: #ddd8d1;
  --apricot: #f2baa0;
  --lilac: #dcd8ed;
  --olive: #e5e7d7;
  --white: #fff;
  --radius: 3px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.65 Arial,
    Helvetica,
    sans-serif;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
button,
summary {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #895038;
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(40px, 5.1vw, 74px);
}
h2 {
  font-size: clamp(28px, 3.1vw, 43px);
}
h3 {
  font-size: 24px;
}
p {
  color: var(--muted);
  max-width: 72ch;
}
svg {
  display: block;
  width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin: auto;
}
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.eyebrow {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.small {
  font-size: 12px;
  line-height: 1.65;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: 10px;
  z-index: 100;
  background: white;
  padding: 10px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.header-row {
  min-height: 94px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  line-height: 1.05;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.brand > span:first-child {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-family: Georgia, serif;
  font-size: 37px;
  font-weight: 400;
  padding-bottom: 7px;
}
.brand small {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 6px;
  font-weight: 400;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
}
.desktop-nav a,
.mobile-nav a {
  text-decoration: none;
}
.desktop-nav a > span {
  display: none;
}
.desktop-nav .current {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.nav-cta {
  background: var(--ink);
  color: white;
  padding: 12px 17px;
}
.mobile-nav {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  padding: 15px 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  min-height: 48px;
  max-width: 100%;
}
.button > span {
  font-size: 21px;
  font-weight: 400;
}
.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #a39a91;
}
.button.light {
  background: var(--apricot);
  color: var(--ink);
  border-color: var(--apricot);
}
.text-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
.text-link > span {
  margin-left: 14px;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.accent-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  background: #97563d;
  border-radius: 50%;
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 8%;
  padding-top: 85px;
  padding-bottom: 100px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(42px, 5.2vw, 75px);
  line-height: 1.05;
  margin-bottom: 27px;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.hero-copy > p:not(.small) {
  font-size: 17px;
  max-width: 470px;
  margin-bottom: 32px;
}
.hero-note {
  margin-top: 30px;
}
.hero-dossier {
  background: var(--lilac);
  padding: 24px;
  transform: rotate(1deg);
}
.dossier-top {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}
.texture-art {
  height: 236px;
  position: relative;
  overflow: hidden;
  background: #c5c0d9;
  isolation: isolate;
}
.texture-art i {
  position: absolute;
  width: 85%;
  height: 90px;
  border-radius: 50%;
  background: #e4cbba;
  box-shadow: inset 0 -15px 35px #bc977e;
  transform: rotate(-18deg);
  top: 26px;
  left: -10%;
  z-index: -1;
}
.texture-art i:nth-child(2) {
  top: 70px;
  left: 25%;
  transform: rotate(24deg);
  background: #eabca0;
}
.texture-art i:nth-child(3) {
  top: 126px;
  left: 4%;
  transform: rotate(-17deg);
  background: #f2d4bd;
}
.texture-art span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #372d2b;
}
.dossier-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0 12px;
  border-bottom: 1px solid #b7b1ca;
  padding: 20px 0;
}
.dossier-row > span {
  font-size: 10px;
  grid-row: span 2;
  padding-top: 2px;
}
.dossier-row strong {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.dossier-row small {
  font-size: 12px;
  color: #555065;
}
.hero-dossier > p {
  font-size: 10px;
  margin: 14px 0 0;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 35px;
}
.section-heading h2 {
  margin-bottom: 0;
  max-width: 670px;
}
.section-heading > p {
  max-width: 290px;
  font-size: 14px;
  margin-bottom: 0;
}
.section-heading > .text-link {
  flex-shrink: 0;
}
.texture-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}
.texture-lanes article {
  padding: 35px;
  border-right: 1px solid var(--line);
}
.texture-lanes article:nth-child(2) {
  background: var(--olive);
}
.texture-lanes article:last-child {
  border: 0;
  background: #f1e4db;
}
.texture-lanes h3 {
  margin: 42px 0 17px;
}
.texture-lanes p {
  font-size: 14px;
  min-height: 96px;
}
.lane-number {
  font-family: Georgia, serif;
  font-size: 18px;
}
.quality-band {
  background: var(--ink);
  color: var(--paper);
  padding: 75px 0;
}
.quality-band p {
  color: #d4cfca;
}
.quality-band .small {
  margin-top: 25px;
  margin-bottom: 0;
}
.quality-path {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #716d66;
  padding-top: 30px;
  gap: 28px;
}
.quality-path > div > span {
  font-size: 11px;
  color: var(--apricot);
}
.quality-path h3 {
  font-size: 23px;
  margin: 35px 0 15px;
}
.quality-path p {
  font-size: 13px;
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.equipment-card {
  border: 1px solid var(--line);
  background: var(--white);
  display: flex;
  flex-direction: column;
}
.equipment-picture {
  background: #eae7df;
  position: relative;
  padding: 10px 20px;
  color: #5b5147;
}
.equipment-picture > span {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 10px;
}
.equipment-card:nth-child(3n + 2) .equipment-picture {
  background: #e3e1ec;
  color: #575064;
}
.equipment-card:nth-child(3n + 3) .equipment-picture {
  background: #f0ddd2;
  color: #704e3f;
}
.equipment-card-copy {
  padding: 27px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.equipment-card h3 {
  font-size: 24px;
}
.equipment-card h3 a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.equipment-card p {
  font-size: 13px;
}
.equipment-card .eyebrow {
  font-size: 9px;
  margin-bottom: 12px;
}
.card-actions {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.text-button {
  background: none;
  padding: 8px 0;
  border: 0;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 12px;
}
.card-actions .text-link {
  font-size: 12px;
}
.media-note {
  margin-top: 20px;
}
.editor-promo {
  background: var(--apricot);
  padding: 60px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10%;
  align-items: center;
}
.editor-promo p {
  font-size: 15px;
  color: #4d3c35;
}
.brief-outline {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b18a76;
}
.brief-outline li {
  padding: 23px 0;
  border-bottom: 1px solid #b18a76;
  display: flex;
  gap: 22px;
  font-size: 16px;
}
.brief-outline span {
  font-size: 10px;
  padding-top: 5px;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.guide-grid article {
  padding: 26px 0;
  border-top: 1px solid #a8a09a;
}
.guide-grid h2,
.guide-grid h3 {
  font-size: 25px;
}
.guide-grid h2 a,
.guide-grid h3 a {
  text-decoration: none;
}
.guide-grid p {
  font-size: 14px;
}
.closing {
  background: #ddd9ea;
  padding: 65px 0;
}
.closing > .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.closing h2 {
  margin: 0;
}
.site-footer {
  padding-top: 60px;
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 15%;
}
.site-footer .footer-domain {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.site-footer p {
  font-size: 12px;
  margin: 18px 0;
  max-width: 490px;
}
.site-footer nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 12px;
  font-size: 12px;
}
.site-footer nav > a:last-child {
  grid-column: 1/-1;
  overflow-wrap: anywhere;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
}
.page-heading {
  padding-top: 45px;
  padding-bottom: 20px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 45px;
}
.page-heading > h1 {
  max-width: 920px;
  margin-bottom: 24px;
}
.page-heading > p {
  font-size: 19px;
  max-width: 800px;
}
.page-heading + .section {
  padding-top: 38px;
}
.equipment-spread {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 7%;
  align-items: center;
}
.detail-figure {
  margin: 0;
  background: var(--lilac);
  padding: 35px;
  color: #625768;
}
.detail-figure figcaption {
  font-size: 11px;
}
.equipment-outcome p {
  font-size: 17px;
}
.equipment-outcome ol {
  font-size: 13px;
  padding-left: 20px;
  margin-top: 30px;
  line-height: 2;
}
.duty-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 70px;
  margin-top: 65px;
}
.duty-sections section {
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.duty-sections h2 {
  font-size: 28px;
}
.duty-sections p {
  font-size: 16px;
}
.duty-sections section:last-child {
  background: var(--olive);
  padding: 30px;
  grid-column: 1/-1;
}
.related-band {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 40px;
}
.related-band h2 {
  font-size: 29px;
}
.related-band .text-link {
  margin-left: 25px;
}
.reading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 12%;
}
.reading-section {
  margin-bottom: 48px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 25px;
}
.reading-section h2 {
  font-size: 33px;
}
.reading-section p {
  font-size: 18px;
}
.reading-section ul {
  padding-left: 22px;
  color: var(--muted);
}
.reading-section li {
  padding: 5px;
}
.reading-aside {
  align-self: start;
  border-top: 1px solid var(--ink);
  padding-top: 25px;
}
.reading-aside nav {
  display: grid;
  gap: 20px;
  margin-bottom: 35px;
  font-size: 13px;
}
.reading-aside > .text-link {
  margin-top: 20px;
}
.source-note {
  background: var(--olive);
  padding: 28px;
  font-size: 12px;
}
.source-note h2 {
  font-size: 23px;
}
.source-note p {
  margin-bottom: 20px;
}
.source-note a {
  overflow-wrap: anywhere;
}
.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 6%;
}
.scope-panel,
.target-panel {
  padding: 30px;
  border: 1px solid var(--line);
  margin: 0 0 30px;
  min-width: 0;
}
.scope-panel {
  background: var(--olive);
}
.scope-panel h2 {
  font-size: 30px;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.field-grid label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  min-width: 0;
}
.field-grid .wide {
  grid-column: 1/-1;
}
.field-grid input,
.field-grid select,
.field-grid textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #a29b91;
  border-radius: 0;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.field-grid textarea {
  resize: vertical;
}
.field-grid input::placeholder,
.field-grid textarea::placeholder {
  color: #716b64;
  font-size: 12px;
}
.scope-panel button {
  margin-top: 25px;
}
.target-panel legend {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0 8px;
}
.target-panel p {
  font-size: 14px;
}
.target-panel > .small {
  margin: 20px 0 0;
  font-size: 12px;
}
.scope-summary {
  background: var(--lilac);
  padding: 28px;
}
.scope-summary h2 {
  font-size: 28px;
}
.scope-summary dl {
  font-size: 13px;
}
.scope-summary dl > div {
  border-top: 1px solid #bbb4cc;
  padding: 12px 0;
}
.scope-summary dt {
  font-size: 10px;
  color: #635b70;
}
.scope-summary dd {
  margin: 4px 0 0;
}
.scope-summary .text-link {
  margin-top: 15px;
}
.aside-note {
  margin-top: 30px;
  padding: 0 10px;
}
.aside-note h3 {
  font-size: 24px;
}
.aside-note p {
  font-size: 13px;
}
.aside-note .text-link {
  display: block;
  margin: 18px 0;
}
.review-actions {
  margin-top: 25px;
}
.message,
[data-scope-error] {
  padding: 18px;
  background: #f5e0d6;
  color: #762f20;
  border-left: 3px solid #98482d;
  font-size: 14px;
}
.spec-result {
  padding: 30px;
  background: #e9e6ef;
  margin-top: 35px;
}
.spec-result h2 {
  font-size: 28px;
}
.spec-result p {
  font-size: 13px;
}
.spec-result pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font:
    13px/1.8 Arial,
    sans-serif;
  color: #4b4456;
}
.spec-delivery {
  margin-top: 28px;
  align-items: stretch;
  gap: 12px;
}
.spec-delivery .button {
  font-size: 12px;
  padding: 14px 18px;
  flex: 1;
}
.flow-list {
  margin-top: 45px;
}
.flow-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding: 38px 0;
}
.flow-number {
  font-family: Georgia, serif;
  font-size: 37px;
}
.flow-list h2 {
  font-size: 31px;
}
.flow-list h2 a {
  text-decoration: none;
}
.flow-list p {
  font-size: 17px;
  max-width: 75ch;
}
.scope-warning {
  background: #f0dfd3;
  padding: 20px;
  font-size: 15px;
  max-width: none;
}
.privacy-copy {
  max-width: 820px;
}
.privacy-copy section {
  margin-bottom: 40px;
}
.privacy-copy h2 {
  font-size: 29px;
}
.privacy-copy a {
  overflow-wrap: anywhere;
}
dialog {
  border: 1px solid var(--line);
  padding: 45px;
  width: min(650px, calc(100% - 30px));
  max-height: 85vh;
  color: var(--ink);
  background: var(--paper);
  overflow: auto;
}
dialog::backdrop {
  background: #221a196b;
}
.dialog-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: transparent;
  border: 0;
  font-size: 30px;
  padding: 3px 10px;
}
dialog h2 {
  font-size: 33px;
}
dialog h3 {
  font-size: 19px;
  margin-top: 25px;
}
dialog p {
  font-size: 14px;
}
dialog .button {
  margin-top: 25px;
}
[hidden] {
  display: none !important;
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 60px);
  }
  .desktop-nav {
    gap: 15px;
    font-size: 11px;
  }
  .header-row {
    gap: 20px;
  }
  .brand {
    font-size: 20px;
  }
  .hero {
    gap: 6%;
  }
  .hero-dossier {
    padding: 20px;
  }
  .equipment-card-copy {
    padding: 22px;
  }
  .equipment-grid {
    gap: 20px;
  }
  .workspace-grid {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 4%;
  }
  .reading-grid {
    gap: 8%;
    grid-template-columns: minmax(0, 1fr) 240px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    list-style: none;
    font-size: 13px;
    border: 1px solid #aea69c;
    padding: 8px 14px;
    min-height: 40px;
  }
  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav summary > span {
    margin-left: 16px;
  }
  .mobile-nav nav {
    position: absolute;
    z-index: 5;
    top: 77px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 25px 30px;
    display: grid;
    gap: 20px;
    font-size: 14px;
  }
  .mobile-nav:not([open]) nav {
    display: none;
  }
  .header-row {
    min-height: 78px;
  }
  .hero {
    padding-top: 55px;
    gap: 5%;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero-copy > p:not(.small) {
    font-size: 15px;
  }
  .hero .actions {
    gap: 20px;
  }
  .hero .button {
    padding: 14px 17px;
    font-size: 12px;
  }
  .hero-dossier {
    padding: 18px;
  }
  .texture-art {
    height: 190px;
  }
  .dossier-row {
    padding: 16px 0;
  }
  .dossier-row strong {
    font-size: 17px;
  }
  .texture-lanes article {
    padding: 25px;
  }
  .texture-lanes p {
    min-height: 150px;
  }
  .equipment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .equipment-grid .equipment-card:last-child:nth-child(3) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .editor-promo {
    padding: 40px;
    gap: 6%;
  }
  .quality-path {
    gap: 18px;
  }
  .quality-path h3 {
    font-size: 20px;
  }
  .guide-grid {
    gap: 24px;
  }
  .workspace-grid {
    grid-template-columns: 1fr;
  }
  .workspace-grid > aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .aside-note {
    margin-top: 0;
  }
  .reading-grid {
    grid-template-columns: 1fr;
  }
  .reading-aside {
    display: none;
  }
  .equipment-spread {
    gap: 5%;
  }
  .equipment-outcome p {
    font-size: 15px;
  }
  .equipment-outcome h2 {
    font-size: 29px;
  }
  .site-footer {
    gap: 30px 7%;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 30px;
    gap: 35px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -0.045em;
  }
  .hero-copy > p:not(.small) {
    font-size: 16px;
  }
  .hero-note {
    margin-top: 23px;
  }
  .hero-dossier {
    transform: none;
    padding: 22px;
  }
  .texture-art {
    height: 215px;
  }
  .dossier-row {
    grid-template-columns: 25px 1fr;
  }
  .dossier-row strong {
    font-size: 20px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: none;
  }
  .section-heading > .text-link {
    margin-top: 20px;
  }
  .texture-lanes {
    grid-template-columns: 1fr;
  }
  .texture-lanes article {
    padding: 25px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .texture-lanes h3 {
    margin-top: 20px;
  }
  .texture-lanes p {
    min-height: 0;
    margin-bottom: 24px;
  }
  .quality-band {
    padding: 55px 0;
  }
  .quality-path {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 0;
  }
  .quality-path > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 0 15px;
    border-bottom: 1px solid #716d66;
    padding: 20px 0;
  }
  .quality-path > div > span {
    grid-row: span 2;
    padding-top: 3px;
  }
  .quality-path h3 {
    margin: 0 0 8px;
    font-size: 25px;
  }
  .quality-path p {
    margin: 0;
  }
  .equipment-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .equipment-grid .equipment-card:last-child:nth-child(3) {
    display: flex;
    grid-column: auto;
  }
  .equipment-picture {
    padding: 12px 25px;
  }
  .equipment-card-copy {
    padding: 25px;
  }
  .equipment-card h3 {
    font-size: 27px;
  }
  .equipment-card p {
    font-size: 14px;
  }
  .editor-promo {
    padding: 35px 25px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .editor-promo h2 br {
    display: none;
  }
  .brief-outline li {
    padding: 18px 0;
    font-size: 15px;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .guide-grid article {
    padding-top: 23px;
    padding-bottom: 4px;
  }
  .closing {
    padding: 50px 0;
  }
  .closing > .wrap {
    display: block;
  }
  .closing .button {
    margin-top: 30px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    padding-top: 45px;
    gap: 25px;
  }
  .footer-bottom {
    display: grid;
    gap: 8px;
  }
  .page-heading {
    padding-top: 30px;
  }
  .breadcrumbs {
    margin-bottom: 28px;
  }
  .page-heading h1 {
    font-size: 41px;
  }
  .page-heading > p {
    font-size: 17px;
  }
  .page-heading + .section {
    padding-top: 20px;
  }
  .equipment-spread {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .detail-figure {
    padding: 20px;
  }
  .equipment-outcome h2 {
    font-size: 31px;
  }
  .duty-sections {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 40px;
  }
  .duty-sections section:last-child {
    grid-column: auto;
    padding: 25px;
  }
  .duty-sections p {
    font-size: 16px;
  }
  .related-band .text-link {
    display: block;
    margin: 25px 0 0;
  }
  .reading-section {
    padding-bottom: 25px;
    margin-bottom: 32px;
  }
  .reading-section h2 {
    font-size: 29px;
  }
  .reading-section p {
    font-size: 17px;
  }
  .scope-panel,
  .target-panel {
    padding: 22px 18px;
    margin-bottom: 25px;
  }
  .field-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .target-panel legend {
    font-size: 16px;
  }
  .field-grid input,
  .field-grid select,
  .field-grid textarea {
    font-size: 16px;
    min-height: 46px;
  }
  .workspace-grid > aside {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .scope-summary {
    padding: 24px;
  }
  .spec-result {
    padding: 22px;
  }
  .spec-delivery {
    display: grid;
  }
  .spec-delivery .button {
    font-size: 13px;
  }
  .flow-list article {
    grid-template-columns: 35px 1fr;
    gap: 16px;
    padding: 27px 0;
  }
  .flow-number {
    font-size: 28px;
  }
  .flow-list h2 {
    font-size: 26px;
  }
  .flow-list p {
    font-size: 15px;
  }
  dialog {
    padding: 40px 24px 28px;
  }
  dialog h2 {
    font-size: 29px;
  }
  .button {
    gap: 18px;
  }
  .mobile-nav nav {
    padding: 23px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
  .site-header,
  .site-footer,
  .closing,
  button,
  .actions,
  .reading-aside {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .section {
    padding: 15px 0;
  }
  .workspace-grid,
  .reading-grid {
    display: block;
  }
  .spec-result {
    background: white;
  }
  .spec-result pre {
    font-size: 11px;
  }
  body {
    background: white;
  }
  .equipment-grid {
    grid-template-columns: 1fr 1fr;
  }
  .equipment-card {
    break-inside: avoid;
  }
}

/* Project enquiry: scope, optional target record, contact and receipt. */
#rfq-form fieldset {
  border: 1px solid var(--line, #ddd7cf);
  padding: 1.5rem;
  margin: 0 0 1.4rem;
  border-radius: 12px;
  min-width: 0;
}
#rfq-form legend {
  padding: 0 0.5rem;
  font-weight: 600;
}
#rfq-form .field-grid {
  margin-top: 1rem;
}
#rfq-form .optional {
  font-size: 0.75rem;
  font-weight: 400;
  color: #665e55;
}
.rfq-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  line-height: 1.6;
  margin: 1.2rem 0;
}
.consent input {
  width: 1.1rem;
  flex: 0 0 1.1rem;
  margin-top: 0.25rem;
}
#puree-verification-widget {
  min-height: 72px;
  max-width: 100%;
  margin: 1rem 0;
}
.specification-attachment {
  border: 1px solid #c1b5ce;
  background: #f2edf6;
  padding: 1.5rem;
  border-radius: 12px;
  margin: 1.5rem 0;
}
.specification-attachment pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 0.85rem;
  line-height: 1.7;
}
#rfq-form details summary {
  cursor: pointer;
  padding: 0.8rem 0;
  font-weight: 600;
}
#rfq-form .rfq-more label {
  margin: 1rem 0;
}
#form-status {
  line-height: 1.6;
}
#rfq-form [data-new-project] {
  padding: 0.7rem 1rem;
  border: 1px solid currentColor;
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
}
.receipt-explanation {
  margin-top: 1.5rem;
}
.enquiry-workspace .contact-email {
  overflow-wrap: anywhere;
}
.enquiry-workspace [hidden] {
  display: none !important;
}
@media (max-width: 600px) {
  #rfq-form fieldset {
    padding: 1rem;
  }
  .specification-attachment {
    padding: 1rem;
  }
}
