:root {
  --ink: #203334;
  --muted: #556968;
  --red: #a93625;
  --warm: #f5e8dd;
  --line: #cbd5cf;
  --paper: #f6f7f3;
  --white: #fff;
  --shade: #e7ede7;
  --radius: 4px;
  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: 24px;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: var(--red);
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #a93625;
  outline-offset: 4px;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 600;
}
h1 {
  font-size: clamp(2.7rem, 5.7vw, 5.4rem);
  max-width: 1030px;
}
h2 {
  font-size: clamp(1.8rem, 3.1vw, 3rem);
  margin-bottom: 24px;
}
h3 {
  font-size: 1.35rem;
}
p {
  margin-bottom: 20px;
}
ul {
  padding-left: 22px;
}
li {
  margin-bottom: 10px;
}
small {
  font-size: 0.78rem;
}
.skip {
  position: absolute;
  top: -80px;
  left: 20px;
  padding: 12px;
  background: #fff;
  z-index: 10;
}
.skip:focus {
  top: 5px;
}
.site-header {
  max-width: 1440px;
  padding: 27px 48px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.19em;
  margin-top: 5px;
}
.brand-mark {
  width: 39px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  font-size: 33px;
  border-radius: 50% 50% 50% 12%;
  font-family: Georgia, serif;
}
.site-header nav {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.site-header nav a {
  text-decoration: none;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.nav-cta {
  border: 1px solid var(--ink);
  padding: 8px 16px;
}
.context-strip {
  max-width: 1344px;
  margin: auto;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.context-strip[hidden] {
  display: none;
}
main {
  max-width: 1440px;
  padding: 0 48px;
  margin: auto;
}
section {
  margin: 88px 0;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 65px;
  align-items: center;
  margin: 64px 0 100px;
}
.eyebrow,
.tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  display: block;
  margin-bottom: 20px;
}
.eyebrow {
  color: var(--red);
}
.hero h1 {
  font-size: clamp(3rem, 5.8vw, 5.5rem);
  line-height: 1.04;
  margin: 23px 0 28px;
  letter-spacing: -0.06em;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--red);
  letter-spacing: -0.055em;
}
.lead {
  font-size: 20px;
  line-height: 1.6;
  max-width: 770px;
  color: var(--muted);
}
.hero .lead {
  max-width: 510px;
  font-size: 18px;
}
.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.button,
button[type="submit"],
button.secondary {
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  padding: 13px 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  min-height: 49px;
  border-radius: 2px;
}
.button:hover,
button[type="submit"]:hover {
  background: #882917;
  color: #fff;
}
.button.secondary,
button.secondary {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.button.secondary:hover {
  border-color: var(--red);
}
.hero-caption {
  margin-top: 47px;
  display: flex;
  gap: 23px;
  font-size: 9px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--muted);
}
.hero-board {
  background: var(--shade);
  min-height: 480px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transform: rotate(1deg);
}
.board-top,
.board-bottom {
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--line);
}
.live-dot {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  letter-spacing: 0;
}
.live-dot:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #356452;
}
.board-berry {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
  background-image:
    linear-gradient(#20333408 1px, transparent 1px),
    linear-gradient(90deg, #20333408 1px, transparent 1px);
  background-size: 24px 24px;
}
.board-berry svg {
  width: 100%;
  max-height: 235px;
}
.board-berry span {
  font-size: 10px;
  letter-spacing: 0.25em;
  font-weight: 700;
  margin: 12px;
}
.board-berry small {
  font-size: 9px;
  color: var(--muted);
}
.board-bottom {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  flex-direction: column;
  gap: 4px;
  letter-spacing: 0;
  font-size: 13px;
}
.board-bottom strong {
  font-size: 20px;
  font-weight: 500;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 33px;
}
.section-head h2 {
  margin-bottom: 0;
}
.section-head p {
  color: var(--muted);
  font-size: 13px;
  max-width: 390px;
  margin: 0;
}
.section-head > a {
  font-size: 13px;
  white-space: nowrap;
}
.entry-families {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: var(--white);
}
.entry-families article {
  padding: 36px 40px;
}
.entry-families article + article {
  border-left: 1px solid var(--line);
  background: #f7eee5;
}
.entry-families h3 {
  font-size: 30px;
  margin: 0 0 18px;
}
.entry-families p {
  color: var(--muted);
  max-width: 500px;
}
.entry-families a {
  font-size: 14px;
  font-weight: 700;
}
.pulp-entry {
  border: 1px solid var(--line);
  border-top: 0;
  padding: 22px 32px;
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 13px;
}
.pulp-entry > span {
  flex: 1;
  color: var(--muted);
}
.pulp-entry > a {
  font-weight: 700;
}
.basis-banner {
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 48px;
}
.basis-banner .eyebrow {
  color: #edb7a5;
}
.basis-banner h2 {
  font-size: 44px;
}
.basis-banner p {
  color: #d6e0d9;
  max-width: 570px;
}
.basis-stack {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.basis-stack span {
  padding: 13px 19px;
  border: 1px solid #748782;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
.basis-stack span:after {
  content: "≠";
  font-size: 17px;
  color: #edb7a5;
}
.basis-stack span:last-child:after {
  content: "✓";
}
.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.product-card {
  border-top: 2px solid var(--ink);
  padding: 24px 5px;
}
.product-card h3 {
  font-size: 27px;
  margin: 18px 0;
}
.product-card p,
.decision p {
  font-size: 15px;
  color: var(--muted);
}
.product-card a,
.decision h3 a {
  text-decoration: none;
}
.product-card > a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: 700;
}
.number {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--red);
}
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.equipment-card {
  border: 1px solid var(--line);
  background: #fff;
}
.equipment-card a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.equipment-card img {
  width: 100%;
  background: #e9eeea;
  border-bottom: 1px solid var(--line);
}
.card-content {
  padding: 25px;
}
.card-content h3 {
  font-size: 23px;
  min-height: 52px;
}
.card-content .tag {
  font-size: 9px;
  color: var(--muted);
}
.card-content p {
  font-size: 14px;
  color: var(--muted);
}
.text-link {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 22px;
}
.flow {
  margin: 35px 0;
  background: #edf1eb;
  border: 1px solid var(--line);
  padding: 32px;
}
.flow figcaption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 28px;
}
.flow figcaption span {
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}
.flow-lanes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.flow-lanes a {
  border: 1px solid var(--line);
  background: white;
  padding: 18px;
  text-decoration: none;
}
.flow-lanes strong {
  font-size: 13px;
  display: block;
}
.flow-lanes span {
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-top: 10px;
}
.flow-common {
  display: flex;
  justify-content: space-evenly;
  gap: 16px;
  align-items: center;
  margin: 28px 0;
  padding: 25px;
  background: var(--ink);
  color: white;
  font-size: 15px;
}
.flow-common small {
  font-size: 11px;
  color: #c5d5ca;
}
.flow > p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.closing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: var(--warm);
  padding: 46px;
}
.closing h2 {
  margin-bottom: 15px;
}
.closing p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.closing .button {
  flex-shrink: 0;
}
.page-heading {
  padding: 42px 0 40px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 36px;
}
.page-heading nav {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.page-heading h1 {
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
  max-width: 1100px;
  margin: 20px 0;
}
.page-heading .lead {
  font-size: 19px;
}
.reading {
  max-width: 870px;
  margin: 45px 0 48px;
}
.reading h2 {
  font-size: 29px;
  max-width: 830px;
}
.reading p,
.reading li {
  font-size: 17px;
  color: #394f4f;
}
.reading + .reading {
  padding-top: 38px;
  border-top: 1px solid var(--line);
}
.intake-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 35px 0;
}
.intake-card {
  font-size: 13px;
  padding: 18px;
  border: 1px solid var(--line);
  text-decoration: none;
  background: white;
}
.intake-card[aria-current="page"] {
  background: var(--ink);
  color: white;
}
.decision {
  padding: 25px;
  background: white;
  border-top: 2px solid var(--line);
}
.equipment-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
  margin: 48px 0;
}
.equipment-detail figure {
  margin: 0;
}
.equipment-detail figcaption {
  font-size: 11px;
  color: var(--muted);
  padding-top: 12px;
}
.equipment-detail h2 {
  font-size: 30px;
}
.equipment-detail dt {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.06em;
}
.equipment-detail dd {
  margin: 4px 0 19px;
  font-size: 15px;
}
.equipment-detail p {
  font-size: 15px;
}
.technical-note {
  border-left: 3px solid var(--red);
  padding: 28px 34px;
  background: var(--warm);
  margin: 45px 0;
}
.technical-note h2 {
  font-size: 25px;
}
.technical-note p {
  max-width: 960px;
  font-size: 15px;
}
.related {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  font-size: 13px;
}
.tool {
  padding: 36px;
  background: white;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 45px;
}
.tool h2 {
  font-size: 36px;
}
.tool p {
  font-size: 14px;
  color: var(--muted);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
input:not([type="checkbox"]),
select,
textarea {
  width: 100%;
  border: 1px solid #83958c;
  background: #fff;
  border-radius: 2px;
  padding: 11px 12px;
  color: var(--ink);
  margin-top: 7px;
  min-height: 47px;
}
textarea {
  resize: vertical;
}
input:disabled,
select:disabled,
textarea:disabled {
  background: #edf0ed;
}
select {
  font-size: 14px;
}
label.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
  margin: 20px 0;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 3px 0;
  accent-color: var(--red);
}
fieldset {
  border: 0;
  margin: 0 0 32px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}
legend {
  font-size: 18px;
  font-weight: 600;
  padding-right: 16px;
}
.field-note {
  font-size: 12px;
  color: var(--muted);
}
.quiet {
  border: 0;
  background: none;
  color: var(--ink);
  padding: 12px;
  text-decoration: underline;
}
.table-scroll {
  overflow: auto;
  border: 1px solid var(--line);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 650px;
}
th,
td {
  text-align: left;
  padding: 20px;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
thead {
  background: var(--ink);
  color: white;
}
tbody th {
  width: 26%;
  font-weight: 600;
}
tr:last-child td,
tr:last-child th {
  border-bottom: 0;
}
tbody tr:nth-child(even) {
  background: #edf0e9;
}
pre {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font: 13px/1.7 monospace;
  background: #eaf0e8;
  border: 1px solid var(--line);
  padding: 22px;
  max-width: 100%;
}
.enquiry-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 70px;
  margin: 50px 0;
}
.enquiry-aside {
  align-self: start;
  background: var(--shade);
  padding: 34px;
  position: sticky;
  top: 25px;
}
.enquiry-aside h2 {
  font-size: 32px;
}
.enquiry-aside p,
.enquiry-aside li {
  font-size: 14px;
}
.enquiry-aside a {
  overflow-wrap: anywhere;
}
hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 25px 0;
}
.hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sources {
  font-size: 14px;
  max-width: 950px;
}
.sources h2 {
  font-size: 25px;
}
.sources p {
  font-size: 12px;
  color: var(--muted);
}
footer {
  background: var(--ink);
  color: #e5ede8;
  margin-top: 90px;
  padding: 55px max(48px, calc((100vw - 1344px) / 2)) 24px;
  font-size: 13px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 45px;
  padding-bottom: 42px;
}
.footer-top strong {
  font-size: 16px;
}
.footer-top p {
  color: #bfcfc5;
  margin-top: 18px;
  font-size: 13px;
}
.footer-top a {
  overflow-wrap: anywhere;
}
footer nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.footer-bottom {
  border-top: 1px solid #516361;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #c4d1c9;
  font-size: 11px;
}
.footer-bottom div {
  display: flex;
  gap: 23px;
}
.preview-banner {
  padding: 8px;
  text-align: center;
  background: #efdabc;
  font-size: 12px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1500px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 24px 28px;
    gap: 20px;
  }
  .site-header nav {
    gap: 15px;
    font-size: 12px;
  }
  main {
    padding: 0 28px;
  }
  .hero {
    gap: 32px;
  }
  .hero-board {
    min-height: 420px;
  }
  .hero-caption {
    gap: 12px;
    font-size: 8px;
  }
  .context-strip {
    margin: 0 28px;
  }
  .equipment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tool {
    grid-template-columns: 1fr;
  }
  .enquiry-layout {
    gap: 35px;
  }
  .flow-lanes {
    grid-template-columns: repeat(2, 1fr);
  }
  footer {
    padding: 45px 28px 24px;
  }
}
@media (max-width: 760px) {
  .site-header {
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .brand {
    font-size: 14px;
  }
  .brand-mark {
    width: 32px;
    height: 35px;
    font-size: 26px;
  }
  .site-header nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 5px 20px;
    font-size: 12px;
  }
  .site-header nav a {
    min-height: 34px;
  }
  .nav-cta {
    padding: 4px 10px;
  }
  main {
    padding: 0 20px;
  }
  .context-strip {
    margin: 0 20px;
    flex-wrap: wrap;
  }
  section {
    margin: 58px 0;
  }
  .hero {
    grid-template-columns: 1fr;
    margin: 35px 0 65px;
    gap: 36px;
  }
  .hero h1 {
    font-size: clamp(3rem, 10vw, 4.3rem);
  }
  .hero .lead {
    font-size: 17px;
  }
  .hero-caption {
    font-size: 8px;
    margin-top: 26px;
    justify-content: space-between;
  }
  .hero-board {
    min-height: 340px;
    transform: none;
  }
  .board-berry svg {
    height: 200px;
  }
  .board-top,
  .board-bottom {
    padding: 16px 20px;
  }
  .section-head {
    display: block;
  }
  .section-head > p,
  .section-head > a {
    display: block;
    margin-top: 17px;
  }
  .entry-families {
    grid-template-columns: 1fr;
  }
  .entry-families article {
    padding: 28px;
  }
  .entry-families article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .entry-families h3 {
    font-size: 27px;
  }
  .pulp-entry {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 24px 28px;
  }
  .basis-banner {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 28px;
  }
  .basis-banner h2 {
    font-size: 36px;
  }
  .three-grid,
  .two-grid,
  .equipment-detail,
  .enquiry-layout,
  .footer-top {
    grid-template-columns: 1fr;
  }
  .three-grid {
    gap: 13px;
  }
  .two-grid {
    gap: 25px;
  }
  .equipment-grid {
    grid-template-columns: 1fr;
  }
  .card-content h3 {
    min-height: 0;
  }
  .flow {
    padding: 20px;
  }
  .flow figcaption {
    flex-direction: column;
  }
  .flow-lanes {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .flow-lanes a {
    padding: 12px;
  }
  .flow-common {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
  .flow-common > b {
    transform: rotate(90deg);
    align-self: center;
  }
  .flow-common span {
    text-align: center;
  }
  .closing {
    padding: 29px;
    display: block;
  }
  .closing .button {
    margin-top: 28px;
  }
  .page-heading {
    padding-top: 25px;
  }
  .page-heading nav {
    margin-bottom: 32px;
  }
  .page-heading h1 {
    font-size: 36px;
  }
  .page-heading .lead {
    font-size: 17px;
  }
  .reading {
    margin: 35px 0;
  }
  .reading h2 {
    font-size: 26px;
  }
  .reading p,
  .reading li {
    font-size: 16px;
  }
  .intake-grid {
    grid-template-columns: 1fr 1fr;
  }
  .intake-card {
    padding: 13px;
    font-size: 12px;
  }
  .equipment-detail {
    gap: 28px;
  }
  .tool {
    padding: 24px;
    gap: 18px;
  }
  .tool h2 {
    font-size: 30px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .enquiry-aside {
    position: static;
    padding: 27px;
  }
  .technical-note {
    padding: 23px;
  }
  .related {
    flex-direction: column;
  }
  .footer-top {
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  footer {
    padding: 40px 20px 25px;
  }
  .footer-top strong {
    font-size: 14px;
  }
  .button-row {
    gap: 10px;
  }
  .button,
  button[type="submit"],
  button.secondary {
    font-size: 13px;
    padding: 12px 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
