:root {
  --ink: #302024;
  --red: #a92a2a;
  --dark: #3d161d;
  --cream: #f7f3ed;
  --line: #d8cfc5;
  --muted: #6f5b5e;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:hover {
  color: var(--red);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0 0 1rem;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(2.5rem, 5.2vw, 5.1rem);
  font-weight: 600;
  max-width: 1000px;
}
h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.55rem);
  font-weight: 550;
}
h3 {
  font-size: 1.27rem;
}
h1 em {
  color: var(--red);
  font-weight: 450;
  font-family: Georgia, serif;
}
p {
  max-width: 74ch;
}
ul,
ol {
  padding-left: 1.4rem;
}
li {
  margin: 0.5rem 0;
}
.wrap {
  width: min(1300px, calc(100% - 64px));
  margin-inline: auto;
}
.section {
  padding-block: 70px;
}
.page-intro {
  padding-block: 65px 42px;
}
.kicker {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lead {
  font-size: 1.17rem;
  line-height: 1.7;
  max-width: 68ch;
}
.subtle,
figcaption {
  color: var(--muted);
  font-size: 0.82rem;
}
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 20px;
}
header {
  border-bottom: 1px solid var(--line);
  background: #fffdf9;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.15;
  text-decoration: none;
  font-size: 0.87rem;
  flex-shrink: 0;
}
.brand small {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}
.brand-mark {
  font:
    italic 2.5rem Georgia,
    serif;
  color: var(--red);
}
nav {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  font-size: 0.8rem;
}
nav a {
  text-decoration: none;
}
nav a span {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 22px;
  background: var(--red);
  color: white;
  border: 1px solid var(--red);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}
.button:hover {
  background: var(--dark);
  color: white;
}
.button.light {
  background: var(--cream);
  color: var(--dark);
  border-color: var(--cream);
}
.hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 45px;
  align-items: center;
  padding-block: 65px;
}
.hero .lead {
  max-width: 44ch;
}
.actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 25px 0;
}
.actions > a:not(.button) {
  font-size: 0.85rem;
}
.photo {
  margin: 0;
}
.photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #e7e1d8;
}
.photo figcaption {
  padding: 10px 0;
  line-height: 1.5;
}
.hero .photo img {
  aspect-ratio: 16/9;
}
.band {
  background: var(--dark);
  color: #f8e8df;
}
.band .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 14px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.config {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  padding: 40px;
  background: #fffdf9;
  border: 1px solid var(--line);
}
.config label,
label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  margin: 18px 0 6px;
}
input:not([type="checkbox"]),
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px;
  border: 1px solid #a79294;
  background: white;
  color: var(--ink);
  border-radius: 0;
}
textarea {
  resize: vertical;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
.check input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 4px;
  accent-color: var(--red);
}
.config .button {
  margin-top: 20px;
}
.sequence {
  list-style: none;
  padding: 0;
  counter-reset: stage;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
.sequence li {
  counter-increment: stage;
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  font-size: 0.84rem;
  line-height: 1.45;
  display: flex;
  gap: 8px;
}
.sequence li:before {
  content: counter(stage, decimal-leading-zero);
  font-size: 0.65rem;
  color: var(--red);
  padding-top: 2px;
}
.sequence a {
  text-decoration: none;
}
.route-notes {
  font-size: 0.8rem;
  border-left: 2px solid var(--red);
  padding-left: 15px;
}
.route-notes p {
  margin-bottom: 8px;
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.machine {
  background: #fffdf9;
  border: 1px solid var(--line);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.machine > p {
  font-size: 0.9rem;
}
.machine .small-link {
  margin-top: auto;
}
.machine h3 a {
  text-decoration: none;
}
.machine .drawing {
  margin-bottom: 20px;
}
.drawing {
  background: #eee7df;
  padding: 10px 18px;
  color: #72393f;
}
.drawing svg {
  width: 100%;
}
.drawing figcaption {
  font-size: 0.68rem;
  line-height: 1.35;
}
.small-link {
  font-size: 0.81rem;
  font-weight: 700;
}
.split,
.equipment-detail,
.article-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
.equipment-detail {
  grid-template-columns: 0.7fr 1fr;
  align-items: start;
}
.equipment-detail .drawing {
  margin-bottom: 20px;
}
.equipment-detail h2 {
  font-size: 1.7rem;
}
.route-links {
  display: grid;
}
.route-links a {
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  font-size: 1.6rem;
  text-decoration: none;
}
.route-links span {
  float: right;
}
.cta {
  padding: 45px;
  margin-block: 60px;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  align-items: center;
  background: var(--dark);
  color: white;
}
.cta .kicker {
  color: #ffb1a6;
}
.cta p {
  max-width: 60ch;
}
.cta .button {
  flex-shrink: 0;
}
.table-wrap {
  overflow-x: auto;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.92rem;
}
th,
td {
  padding: 18px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
thead {
  background: var(--dark);
  color: white;
}
caption {
  text-align: left;
  margin-bottom: 16px;
  font-weight: bold;
}
tbody th {
  min-width: 140px;
}
.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.three h2 {
  font-size: 1.6rem;
}
.process-list article {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 25px;
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.process-list h2 {
  font-size: 1.4rem;
}
.number {
  font:
    italic 2rem Georgia,
    serif;
  color: var(--red);
}
.prose {
  max-width: 850px;
}
.prose h2,
.article-grid h2 {
  font-size: 1.7rem;
  margin-top: 35px;
}
.article-grid {
  grid-template-columns: 1.15fr 0.85fr;
}
.article-grid aside {
  align-self: start;
  background: #eee7df;
  padding: 24px;
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.guide-grid article {
  border-top: 2px solid var(--red);
  padding-top: 20px;
}
.guide-grid h2 {
  font-size: 1.5rem;
}
.guide-grid p {
  font-size: 0.9rem;
}
.rfq-layout {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
}
.rfq-layout form {
  padding: 32px;
  background: #fffdf9;
  border: 1px solid var(--line);
}
.rfq-layout aside {
  font-size: 0.9rem;
}
.rfq-layout h2 {
  font-size: 1.65rem;
}
.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
summary {
  cursor: pointer;
  font-weight: 700;
  padding: 6px 0;
}
details p {
  margin-top: 15px;
}
#form-status {
  margin-top: 18px;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}
#verification {
  margin: 20px 0;
  max-width: 100%;
}
output {
  display: block;
  font-size: 1.7rem;
  line-height: 1.4;
  color: var(--red);
  margin: 20px 0;
}
.breadcrumb {
  padding-top: 20px;
  font-size: 0.75rem;
  color: var(--muted);
}
dt {
  font-weight: bold;
  font-size: 0.8rem;
  color: var(--red);
  margin-top: 14px;
}
dd {
  margin: 3px 0 18px;
}
.note {
  border-left: 2px solid var(--red);
  padding-left: 16px;
}
footer {
  margin-top: 80px;
  padding-block: 45px 25px;
  background: #e9e1d8;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer-grid > div > a {
  display: block;
  margin-bottom: 14px;
  font-size: 0.84rem;
}
.footer-grid p {
  font-size: 0.87rem;
}
.domain {
  overflow-wrap: anywhere;
}
.skip {
  position: absolute;
  left: 20px;
  top: -80px;
  background: white;
  padding: 15px;
  z-index: 10;
}
.skip:focus {
  top: 15px;
}
:focus-visible {
  outline: 3px solid #176b7a;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
input:disabled,
select:disabled,
textarea:disabled {
  background: #eee7df;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media (max-width: 1050px) {
  .top {
    flex-wrap: wrap;
  }
  nav {
    order: 3;
    width: 100%;
    gap: 22px;
  }
  .hero {
    gap: 28px;
  }
  .config {
    gap: 30px;
  }
  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .top {
    gap: 15px;
    padding-block: 14px;
  }
  .top > .button {
    padding: 9px 14px;
  }
  .brand {
    font-size: 0.73rem;
  }
  nav {
    gap: 12px 18px;
    font-size: 0.76rem;
  }
  .hero,
  .split,
  .equipment-detail,
  .article-grid,
  .rfq-layout,
  .config {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero {
    padding-block: 35px;
  }
  .hero .photo img {
    aspect-ratio: 16/9;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .page-intro {
    padding-block: 35px 25px;
  }
  .section {
    padding-block: 40px;
  }
  .config {
    padding: 24px;
  }
  .band .wrap {
    flex-wrap: wrap;
    gap: 8px 20px;
  }
  .sequence {
    grid-template-columns: 1fr;
  }
  .equipment-grid,
  .guide-grid,
  .three {
    grid-template-columns: 1fr;
  }
  .machine {
    padding: 22px;
  }
  .drawing svg {
    max-height: 240px;
  }
  .cta {
    padding: 28px;
    display: block;
    margin-block: 40px;
  }
  .cta .button {
    margin-top: 15px;
  }
  .two {
    grid-template-columns: 1fr;
  }
  .rfq-layout form {
    padding: 22px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .process-list article {
    grid-template-columns: 35px 1fr;
    gap: 15px;
  }
  .actions {
    gap: 15px;
    flex-wrap: wrap;
  }
  h1 {
    overflow-wrap: anywhere;
  }
  .table-wrap table {
    min-width: 600px;
  }
  .equipment-detail .table-wrap table {
    min-width: 0;
  }
  #verification {
    min-height: 65px;
  }
  footer {
    margin-top: 45px;
  }
}
