:root {
  --ink: #222c2b;
  --muted: #56625e;
  --paper: #f8f8f3;
  --white: #fff;
  --line: #d8ddd5;
  --plum: #503656;
  --pale: #e9e3eb;
  --mint: #e8eddf;
  --radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--plum);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #ad72be;
  outline-offset: 4px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
p,
li {
  line-height: 1.65;
}
p {
  margin: 0 0 1.2em;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.045em;
  margin: 0 0 0.55em;
  line-height: 1.08;
}
h1 {
  font-size: clamp(2.7rem, 4.7vw, 5rem);
}
h2 {
  font-size: clamp(2rem, 3.3vw, 3.5rem);
}
h3 {
  font-size: 1.5rem;
  line-height: 1.2;
}
ul {
  padding-left: 1.2rem;
}
.skip {
  position: fixed;
  left: 12px;
  top: -80px;
  padding: 12px;
  background: white;
  z-index: 100;
}
.skip:focus {
  top: 12px;
}
.site-header {
  display: flex;
  align-items: center;
  gap: 3vw;
  padding: 22px 4.5vw;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  min-width: 185px;
}
.brand-sub {
  font-size: 0.59rem;
  letter-spacing: 0.16em;
  display: block;
  margin-top: 5px;
}
.brand-symbol {
  background: var(--plum);
  color: white;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  letter-spacing: -0.07em;
  font-family: Georgia, serif;
}
.site-header > nav {
  display: flex;
  gap: 2.3vw;
  align-items: center;
  margin: auto;
  font-size: 0.88rem;
}
.site-header nav .current {
  color: var(--plum);
  text-decoration: underline;
  text-underline-offset: 7px;
}
.header-cta {
  border: 1px solid var(--ink);
  padding: 13px 17px;
  font-size: 0.82rem;
}
.mobile-nav {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 630px;
}
.hero-copy {
  padding: 80px 4.5vw 55px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
  color: var(--plum);
}
.hero h1 {
  font-size: clamp(3rem, 5.1vw, 5.5rem);
  margin: 0 0 28px;
}
.hero h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--plum);
  letter-spacing: -0.065em;
}
.lead {
  font-size: 1.16rem;
  line-height: 1.6;
  max-width: 640px;
  color: var(--muted);
}
.hero .lead {
  max-width: 475px;
}
.actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 30px 0 40px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: var(--plum);
  color: white;
  border: 1px solid var(--plum);
  padding: 16px 22px;
  font-size: 0.9rem;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
}
.button:hover {
  background: #37233c;
  color: white;
}
.button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.quiet-link,
.text-link {
  font-size: 0.9rem;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  display: inline-block;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  font-size: 0.66rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.hero-points span:before {
  content: "•";
  color: var(--plum);
  margin-right: 7px;
}
.hero-media {
  position: relative;
  background: #e0e3dc;
  padding: 32px 32px 90px;
  display: flex;
  align-items: center;
}
.equipment-photo {
  margin: 0;
}
.equipment-photo img {
  width: 100%;
  object-fit: cover;
}
.hero-media .equipment-photo img {
  aspect-ratio: 1.14;
  object-position: 40% center;
}
.equipment-photo figcaption {
  font-size: 0.65rem;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 10px;
  max-width: 560px;
}
.image-tag {
  position: absolute;
  bottom: 20px;
  right: 32px;
  background: var(--paper);
  padding: 19px 25px;
  width: 58%;
  border-left: 3px solid var(--plum);
}
.image-tag span {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  color: var(--plum);
}
.image-tag strong {
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.035em;
}
.intro-bar {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 25px 4.5vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
}
.intro-bar p {
  margin: 0 auto 0 0;
  color: var(--muted);
}
.intro-bar span {
  white-space: nowrap;
}
.section {
  padding: 75px 4.5vw;
}
.section-heading {
  max-width: 800px;
  margin-bottom: 36px;
}
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 650px;
}
.route-workbench {
  padding: 65px 4.5vw;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 25px 65px;
  border-bottom: 1px solid var(--line);
}
.route-workbench h2 {
  font-size: 2.8rem;
  max-width: 430px;
}
.route-controls {
  display: flex;
  align-self: center;
  gap: 5px;
}
.route-controls button {
  flex: 1;
  min-height: 60px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--line);
  font-size: 0.82rem;
  line-height: 1.4;
}
.route-controls button[aria-pressed="true"] {
  background: var(--plum);
  color: white;
  border-color: var(--plum);
}
.route-result {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 65px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.route-result h3 {
  font-size: 1.7rem;
}
.route-result > div:first-child {
  max-width: 465px;
}
.route-result p {
  color: var(--muted);
}
.flow-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.flow-strip > a {
  padding: 12px 18px;
  border-left: 3px solid var(--plum);
  background: var(--paper);
  font-size: 0.86rem;
}
.flow-strip > span {
  text-align: center;
  color: #8a958a;
  font-size: 0.8rem;
  height: 10px;
  line-height: 10px;
}
.outlets {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  font-size: 0.8rem;
  background: var(--mint);
  padding: 18px;
  margin-top: 8px;
}
.outlets strong {
  max-width: 140px;
}
.outlets ul {
  margin: 0;
}
.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.route-card {
  border-top: 1px solid var(--ink);
  padding: 24px 18px 25px 0;
  display: flex;
  flex-direction: column;
}
.index {
  font-size: 0.67rem;
  letter-spacing: 0.12em;
  color: var(--muted);
  display: block;
  margin-bottom: 34px;
}
.route-card h3 {
  font-size: 1.85rem;
}
.route-card p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 25px;
}
.route-card .text-link {
  align-self: start;
  margin-top: auto;
}
.dark-section {
  background: #263330;
  color: #eef1e8;
}
.dark-section .eyebrow {
  color: #d5badb;
}
.dark-section .section-heading p {
  color: #c0cac1;
}
.dark-section a:hover {
  color: white;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.drawing-panel {
  background: #edf0e8;
  color: #526550;
  padding: 20px;
  text-align: center;
}
.drawing-panel p {
  font-size: 0.7rem;
  margin: 0;
  color: #5d6c5e;
}
.diagram {
  width: 100%;
  max-height: 330px;
  display: block;
}
.diagram text {
  font-size: 10px;
  stroke: none;
  fill: currentColor;
  letter-spacing: 1px;
  font-family: Arial, sans-serif;
}
.diagram .flow {
  stroke: var(--plum);
  stroke-width: 5;
}
.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  border-top: 1px solid #52635a;
  padding: 11px 0;
  font-size: 0.87rem;
}
.check-list li:before {
  content: "↳";
  margin-right: 15px;
  color: #c5b1cd;
}
.light-link {
  color: #e8d1ed;
  border-bottom: 1px solid;
  padding: 10px 0;
  display: inline-block;
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.equipment-card {
  background: white;
  border: 1px solid var(--line);
}
.equipment-card > div {
  padding: 24px;
}
.equipment-visual {
  display: block;
  background: #e8ece4;
  aspect-ratio: 1.4;
  overflow: hidden;
}
.equipment-visual img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.equipment-visual .diagram {
  height: 100%;
  padding: 5px;
}
.equipment-card .eyebrow {
  font-size: 0.62rem;
  margin-bottom: 14px;
}
.equipment-card p {
  font-size: 0.9rem;
  color: var(--muted);
}
.card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.text-button {
  border: 0;
  background: none;
  padding: 4px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-align: right;
  font-size: 0.72rem;
}
.packaging article {
  padding: 30px;
  background: var(--mint);
  display: flex;
  flex-direction: column;
}
.packaging article:nth-child(2) {
  background: var(--pale);
}
.packaging article:nth-child(3) {
  background: #e7e9e5;
}
.packaging h3 {
  font-size: 1.8rem;
}
.packaging .text-link {
  margin-top: auto;
  align-self: start;
}
.editorial {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.editorial > div > p {
  max-width: 540px;
}
.editorial .text-link {
  display: table;
  margin-top: 22px;
}
.note-card {
  background: var(--pale);
  padding: 38px;
}
.note-card h3 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 2.1rem;
  font-weight: 400;
}
.note-card p {
  color: #524657;
}
.breadcrumbs {
  padding: 24px 4.5vw 0;
  font-size: 0.72rem;
  color: var(--muted);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.page-heading {
  padding: 60px 4.5vw;
  max-width: 1050px;
}
.page-heading h1 {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}
.page-heading .lead {
  max-width: 800px;
}
.article-layout {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 70px;
  margin: 0 4.5vw 40px;
}
.sticky-note {
  position: sticky;
  top: 35px;
  align-self: start;
  background: var(--pale);
  padding: 32px;
}
.sticky-note h2 {
  font-size: 2rem;
}
.sticky-note p {
  font-size: 0.9rem;
}
.process-flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-flow li {
  display: flex;
  gap: 25px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.step-number {
  font-size: 0.75rem;
  color: var(--plum);
  padding-top: 6px;
}
.process-flow p {
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.process-flow small {
  line-height: 1.6;
  display: block;
  color: var(--muted);
}
.article-layout .section {
  padding: 35px 0;
}
.outlet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.outlet-list li {
  background: var(--mint);
  padding: 12px 18px;
  font-size: 0.8rem;
}
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: white;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.88rem;
  min-width: 500px;
}
caption {
  text-align: left;
  padding: 18px;
  background: var(--mint);
  font-weight: 600;
}
td,
th {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}
thead th {
  background: #f1f3ed;
}
th {
  font-weight: 500;
}
.detail-hero {
  padding: 0 4.5vw 50px;
}
.detail-hero p {
  color: var(--muted);
}
.io {
  display: grid;
  grid-template-columns: 75px 1fr;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  font-size: 0.85rem;
  line-height: 1.6;
  gap: 15px;
  margin: 20px 0 30px;
}
.io dt {
  color: var(--plum);
  font-weight: 600;
}
.io dd {
  margin: 0;
}
.small-note {
  font-size: 0.77rem !important;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 18px;
}
.connection {
  display: grid;
  grid-template-columns: 1fr 30px 1fr 30px 1fr;
  gap: 20px;
  align-items: center;
  background: var(--mint);
  padding: 30px;
}
.connection span {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: var(--plum);
}
.connection p {
  margin: 12px 0 0;
}
.connection a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.reading {
  max-width: 800px;
  font-size: 1.06rem;
}
.article-body {
  margin: 0 auto;
  padding: 0 25px 70px;
}
.article-body section {
  margin: 0 0 40px;
}
.article-body h2 {
  font-size: 1.85rem;
}
.article-body p {
  line-height: 1.8;
  color: var(--muted);
}
.guide-list {
  padding: 0 4.5vw 70px;
}
.guide-list article {
  display: grid;
  grid-template-columns: 45px 1fr 140px;
  gap: 30px;
  align-items: start;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.guide-list h2 {
  font-size: 1.8rem;
  max-width: 800px;
}
.guide-list .text-link {
  font-size: 0.8rem;
  justify-self: end;
}
.guide-list p {
  color: var(--muted);
  margin: 0;
}
.faq-list {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px 75px;
}
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 25px 0;
}
.faq-list summary {
  font-size: 1.2rem;
  line-height: 1.5;
}
.faq-list p {
  padding-top: 20px;
  color: var(--muted);
  max-width: 780px;
}
.spec-layout,
.enquiry-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 65px;
  padding: 0 4.5vw 70px;
  align-items: start;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  padding: 32px;
}
.panel label {
  display: block;
  font-size: 0.82rem;
  margin: 18px 0 8px;
  line-height: 1.5;
}
.panel input:not([type="checkbox"]),
.panel select,
.panel textarea {
  width: 100%;
  border: 1px solid #aab4a9;
  border-radius: 0;
  background: var(--paper);
  padding: 13px;
  min-height: 46px;
  color: var(--ink);
}
.panel textarea {
  resize: vertical;
}
.panel fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
  min-width: 0;
}
.panel legend {
  font-size: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 0 0 12px;
  width: 100%;
  line-height: 1.4;
}
.spec-summary {
  position: sticky;
  top: 30px;
  padding: 40px;
  background: var(--pale);
}
.spec-summary h2 {
  font-size: 2.5rem;
}
.spec-summary dl {
  font-size: 0.9rem;
}
.spec-summary dt {
  margin-top: 15px;
  color: var(--muted);
}
.spec-summary dd {
  margin: 5px 0 18px;
}
.spec-summary .button {
  margin-top: 20px;
}
.enquiry-layout {
  grid-template-columns: 1.45fr 1fr;
  max-width: 1400px;
  margin: auto;
}
.enquiry-aside {
  padding: 10px 0;
}
.enquiry-aside h2 {
  font-size: 2rem;
}
.enquiry-aside .note-card {
  margin-top: 35px;
  padding: 28px;
}
.enquiry-aside .note-card h3 {
  font-size: 1.8rem;
}
.enquiry-aside ol {
  padding-left: 22px;
}
.two-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.extra-fields {
  margin: 20px 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.extra-fields summary {
  font-size: 0.86rem;
}
.panel .consent {
  display: flex;
  gap: 10px;
  align-items: start;
  margin: 25px 0;
}
.consent input {
  margin: 3px 0 0;
  accent-color: var(--plum);
}
.consent a {
  text-decoration: underline;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(100%);
}
#rfq-status {
  font-size: 0.85rem;
  margin-top: 20px;
}
#rfq-status[data-state="error"],
#spec-error {
  color: #9d2828;
}
#rfq-status[data-state="success"] {
  color: #255832;
}
.closing-cta {
  background: var(--plum);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 65px 4.5vw;
}
.closing-cta .eyebrow {
  color: #e3cce6;
}
.closing-cta h2 {
  font-size: 2.8rem;
}
.closing-cta p:last-child {
  color: #e3d7e6;
  margin: 0;
}
.closing-cta .button {
  background: var(--paper);
  color: var(--plum);
  white-space: nowrap;
}
footer {
  padding: 55px 4.5vw 25px;
  background: #ebeee7;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 45px;
}
.footer-top > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 0.83rem;
}
.footer-brand {
  font-size: 1.5rem;
  letter-spacing: -0.025em;
}
.footer-brand p {
  font-size: 0.82rem;
  letter-spacing: 0;
  color: var(--muted);
  margin-top: 20px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #cbd1c5;
  padding-top: 23px;
  font-size: 0.65rem;
  color: var(--muted);
}
dialog {
  border: 0;
  padding: 45px;
  max-width: 650px;
  width: calc(100% - 35px);
  max-height: 88vh;
  overflow: auto;
  background: var(--paper);
  color: var(--ink);
}
dialog::backdrop {
  background: #1a241dbd;
}
dialog h2 {
  font-size: 2rem;
}
.dialog-close {
  position: absolute;
  right: 14px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 1.8rem;
  min-width: 38px;
  min-height: 38px;
}
dialog ul {
  font-size: 0.92rem;
  line-height: 1.7;
}
dialog .button {
  margin-top: 20px;
}
@media (min-width: 1600px) {
  main {
    max-width: 1600px;
    margin: auto;
  }
  .hero-copy {
    padding-left: 70px;
  }
  .hero {
    min-height: 720px;
  }
}
@media (max-width: 1000px) {
  .site-header > nav {
    gap: 18px;
  }
  .site-header {
    gap: 20px;
  }
  .brand {
    min-width: 160px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    min-height: 550px;
  }
  .hero-copy {
    padding-top: 55px;
  }
  .hero-media {
    padding: 25px 25px 95px;
  }
  .hero h1 {
    font-size: 3.4rem;
  }
  .intro-bar {
    gap: 20px;
    flex-wrap: wrap;
  }
  .intro-bar p {
    width: 100%;
  }
  .route-workbench,
  .route-result {
    gap: 30px;
  }
  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .route-grid {
    gap: 16px;
  }
  .route-card h3 {
    font-size: 1.5rem;
  }
  .packaging article {
    padding: 23px;
  }
  .split {
    gap: 35px;
  }
  .editorial {
    gap: 40px;
  }
  .spec-layout,
  .enquiry-layout {
    gap: 30px;
  }
  .article-layout {
    gap: 30px;
    grid-template-columns: 1fr 1.3fr;
  }
  .closing-cta h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 700px) {
  .site-header {
    padding: 16px 6vw;
    justify-content: space-between;
  }
  .site-header > nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    padding: 12px;
    font-size: 0.8rem;
  }
  .mobile-nav nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 18px 6vw;
    gap: 3px;
  }
  .mobile-nav nav a {
    padding: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 50px 6vw 35px;
  }
  .hero h1 {
    font-size: clamp(2.8rem, 10.5vw, 4rem);
  }
  .hero .lead {
    font-size: 1.05rem;
  }
  .hero-media {
    padding: 20px 6vw 70px;
  }
  .hero-media .equipment-photo img {
    aspect-ratio: 1.65;
    object-fit: cover;
  }
  .image-tag {
    bottom: 13px;
    right: 6vw;
    padding: 14px 18px;
    width: 58%;
  }
  .image-tag strong {
    font-size: 1.1rem;
  }
  .image-tag span {
    margin-bottom: 7px;
  }
  .hero-points {
    font-size: 0.6rem;
  }
  .intro-bar {
    padding: 22px 6vw;
    gap: 13px;
    font-size: 0.64rem;
  }
  .section {
    padding: 50px 6vw;
  }
  .section h2 {
    font-size: 2.2rem;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .route-workbench {
    padding: 45px 6vw;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .route-workbench h2 {
    font-size: 2.4rem;
  }
  .route-result {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .route-controls button {
    font-size: 0.75rem;
    padding: 10px 5px;
  }
  .route-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .route-card {
    padding: 24px 0;
  }
  .route-card .index {
    margin-bottom: 18px;
  }
  .route-card h3 {
    font-size: 1.8rem;
  }
  .route-card p {
    margin-bottom: 15px;
  }
  .equipment-grid {
    grid-template-columns: 1fr;
  }
  .equipment-card h3 {
    font-size: 1.7rem;
  }
  .equipment-card > div {
    padding: 25px;
  }
  .split,
  .editorial {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .drawing-panel {
    padding: 10px;
  }
  .packaging article {
    padding: 30px;
  }
  .editorial .note-card {
    padding: 28px;
  }
  .breadcrumbs {
    padding: 22px 6vw 0;
  }
  .page-heading {
    padding: 42px 6vw;
  }
  .page-heading h1 {
    font-size: 2.75rem;
  }
  .page-heading .lead {
    font-size: 1rem;
  }
  .article-layout {
    display: block;
    margin: 0 6vw 40px;
  }
  .sticky-note {
    position: static;
    margin-bottom: 30px;
  }
  .process-flow li {
    gap: 18px;
  }
  .process-flow h3 {
    font-size: 1.4rem;
  }
  .detail-hero {
    padding: 0 6vw 35px;
  }
  .connection {
    grid-template-columns: 1fr;
    padding: 25px;
    gap: 10px;
  }
  .connection > span {
    transform: rotate(90deg);
    justify-self: center;
  }
  .guide-list {
    padding: 0 6vw 50px;
  }
  .guide-list article {
    grid-template-columns: 25px 1fr;
    gap: 18px;
  }
  .guide-list h2 {
    font-size: 1.6rem;
  }
  .guide-list .text-link {
    grid-column: 2;
    justify-self: start;
  }
  .reading {
    font-size: 1rem;
  }
  .article-body {
    padding: 0 6vw 40px;
  }
  .article-body h2 {
    font-size: 1.7rem;
  }
  .faq-list {
    padding: 0 6vw 45px;
  }
  .faq-list summary {
    font-size: 1.07rem;
  }
  .spec-layout,
  .enquiry-layout {
    grid-template-columns: 1fr;
    padding: 0 6vw 50px;
    gap: 25px;
  }
  .panel {
    padding: 24px 20px;
  }
  .spec-summary {
    position: static;
    padding: 28px;
  }
  .two-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .closing-cta {
    display: block;
    padding: 45px 6vw;
  }
  .closing-cta h2 {
    font-size: 2.2rem;
  }
  .closing-cta .button {
    margin-top: 25px;
    white-space: normal;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  footer {
    padding: 40px 6vw 25px;
  }
  dialog {
    padding: 45px 25px;
  }
  .outlets {
    flex-direction: column;
    gap: 8px;
  }
  .outlets strong {
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
