/* ============================================================
   AlliedNutrition Formulation Workbench
   palette: OAT CREAM #F2EEE4 | BENCH INK #2E2C28
   accent:  DEWBERRY VIOLET #7A2A80 | FLASK SAGE #7E9484
   support: DOSING CARD #FAF7EF | TURMERIC DOT #C8942A | PANTRY NIGHT #2A2622
   ============================================================ */

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Segoe UI", system-ui, -apple-system, Helvetica, Arial, sans-serif;
  line-height: 1.65;
  background: #F2EEE4;
  color: #2E2C28;
  overflow-x: hidden;
}

a {
  color: #7A2A80;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ------------------------------------------------------------
   BEAM BALANCE NAV (.beambalance)
   ------------------------------------------------------------ */
.beambalance {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #F2EEE4;
  border-bottom: 2px solid #7E9484;
}

.benchtop {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  position: relative;
}

.brandrow {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}

.brandplate {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brandname {
  display: inline-block;
  background: #7A2A80;
  color: #F2EEE4;
  font-weight: 900;
  letter-spacing: 0.06em;
  font-size: 1.15rem;
  padding: 8px 16px;
  border-radius: 6px;
}

/* small css balance glyph */
.blglyph {
  position: relative;
  width: 46px;
  height: 34px;
}

.blglyph .pole {
  position: absolute;
  top: 1px;
  left: 22px;
  width: 3px;
  height: 24px;
  background: #7E9484;
}

.blglyph .beam {
  position: absolute;
  top: 0;
  left: 4px;
  width: 38px;
  height: 3px;
  background: #7A2A80;
  border-radius: 2px;
}

.blglyph .btnl,
.blglyph .btnr {
  position: absolute;
  top: 7px;
  width: 3px;
  height: 14px;
  background: #7E9484;
}

.blglyph .btnl {
  left: 8px;
  transform: rotate(-7deg);
  transform-origin: top center;
}

.blglyph .btnr {
  left: 35px;
  transform: rotate(7deg);
  transform-origin: top center;
}

.blglyph .pans {
  position: absolute;
  top: 20px;
  width: 14px;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: #C8942A;
}

.blglyph .pans.panl {
  left: 5px;
}

.blglyph .pans.panr {
  left: 30px;
}

.navlinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 8px 0;
}

.dosecard {
  display: inline-block;
  background: #FAF7EF;
  color: #2E2C28;
  padding: 8px 16px;
  border-radius: 6px;
  border-bottom: 3px solid #7E9484;
  font-weight: 700;
}

.dosecard.dew {
  border-bottom-color: #7A2A80;
}

.dosecard:hover {
  text-decoration: none;
  transform: translateY(-2px);
}

.navcta {
  display: inline-block;
  background: #7A2A80;
  color: #F2EEE4;
  font-weight: 800;
  padding: 9px 18px;
  border-radius: 6px;
  letter-spacing: 0.03em;
}

.navcta:hover {
  text-decoration: none;
  background: #632068;
}

/* beam rule along bar bottom */
.beam-rule {
  height: 4px;
  background: #7E9484;
  position: relative;
}

.beam-rule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7A2A80;
  transform: translateX(-50%);
}

.navtoggle {
  display: none;
  background: #7A2A80;
  color: #F2EEE4;
  border: none;
  font-weight: 800;
  font-size: 1rem;
  padding: 9px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.navdrawer {
  display: none;
  width: 100%;
  background: #FAF7EF;
  border-radius: 8px;
  padding: 12px 14px 16px;
  margin-bottom: 12px;
}

.navdrawer a {
  display: block;
  padding: 10px 8px;
  border-bottom: 2px solid #7E9484;
  color: #2E2C28;
  font-weight: 700;
}

.navdrawer.open {
  display: block;
}

/* ------------------------------------------------------------
   BASE SECTIONS
   ------------------------------------------------------------ */
.pageband {
  background: #F2EEE4;
}

.pageband.sage {
  background: #7E9484;
  color: #F2EEE4;
}

.pagehead {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
}

.pagehead .ribbon {
  display: inline-block;
  background: #7A2A80;
  color: #F2EEE4;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  padding: 6px 14px;
  border-radius: 4px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

h1 {
  font-size: 2.5rem;
  margin: 0 0 16px;
  color: #2E2C28;
}

h2 {
  font-size: 2rem;
  margin: 0 0 14px;
}

h3 {
  font-size: 1.3rem;
  margin: 18px 0 8px;
}

.sectionlabel {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  text-transform: uppercase;
  color: #7E9484;
  margin: 0 0 8px;
}

/* reveal helpers */
.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* ============================================================
   WEIGHING PANS HERO (.weighpans)
   two stacked zones: bench scene (56%) + dosing card (44%)
   ============================================================ */
.weighpans {
  background: #F2EEE4;
  overflow: hidden;
}

.benchscene {
  height: 56vh;
  min-height: 340px;
  position: relative;
  border-bottom: 3px solid #7E9484;
}

/* central beam balance made of css parts */
.balance-rig {
  position: absolute;
  left: 50%;
  top: 8%;
  width: 260px;
  height: 84%;
  transform: translateX(-50%);
}

.balance-rig .stand {
  position: absolute;
  left: 126px;
  top: 0;
  width: 8px;
  height: 100%;
  background: #7E9484;
  border-radius: 4px;
  z-index: 1;
}

.balance-rig .tablet {
  position: absolute;
  left: 88px;
  top: 58%;
  width: 84px;
  height: 12px;
  background: #7A2A80;
  border-radius: 4px;
  z-index: 2;
}

.balance-rig .beam {
  position: absolute;
  top: 6%;
  left: 6px;
  width: 248px;
  height: 9px;
  background: #2E2C28;
  border-radius: 6px;
  z-index: 3;
  transform: rotate(-3deg);
  transform-origin: center;
}

.balance-rig .rope {
  position: absolute;
  top: 10%;
  width: 3px;
  background: #7E9484;
  z-index: 4;
}

.balance-rig .rope.rl {
  left: 38px;
  height: 34%;
}

.balance-rig .rope.rr {
  left: 210px;
  height: 34%;
}

.balance-rig .pan {
  position: absolute;
  top: 43%;
  width: 52px;
  height: 12px;
  border-radius: 0 0 60% 60% / 0 0 100% 100%;
  background: #7A2A80;
  z-index: 5;
}

.balance-rig .pan.pl {
  left: 14px;
}

.balance-rig .pan.pr {
  left: 186px;
}

/* the violet extract cylinder in left pan */
.balance-rig .vial {
  position: absolute;
  top: 34%;
  left: 33px;
  width: 14px;
  height: 46px;
  background: #7A2A80;
  border-radius: 4px 4px 8px 8px;
  z-index: 6;
}

.balance-rig .vial::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -3px;
  width: 20px;
  height: 11px;
  background: #C8942A;
  border-radius: 3px;
}

.balance-rig .flask {
  position: absolute;
  top: 30%;
  left: 196px;
  width: 30px;
  height: 34px;
  background: #7E9484;
  border-radius: 50% 50% 30% 30% / 60% 60% 30% 30%;
  z-index: 6;
}

.balance-rig .flask::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 6px;
  height: 14px;
  background: #7E9484;
}

.balance-rig .ful {
  position: absolute;
  left: 126px;
  top: 24%;
  width: 8px;
  height: 32%;
  background: #C8942A;
  z-index: 2;
}

/* reflux coil silhouette on the right */
.coil-silhouette {
  position: absolute;
  right: 7%;
  top: 18%;
  width: 72px;
  height: 180px;
  border: 6px solid #7E9484;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
}

.coil-silhouette::after,
.coil-silhouette::before {
  content: "";
  position: absolute;
  border: 6px solid #7E9484;
  border-radius: 50%;
}

.coil-silhouette::before {
  inset: 22px;
}

.coil-silhouette::after {
  inset: 44px;
}

.coilstem {
  position: absolute;
  right: 13%;
  top: 8%;
  width: 5px;
  height: 240px;
  background: #7E9484;
}

/* jar shelf line at the left */
.jarshelf {
  position: absolute;
  left: 6%;
  bottom: 3%;
  z-index: 2;
}

.jarshelf .board {
  width: 130px;
  height: 7px;
  background: #7E9484;
  margin-bottom: 8px;
  border-radius: 3px;
}

.jarshelf .jar {
  position: absolute;
  top: -44px;
  width: 22px;
  height: 38px;
  background: #FAF7EF;
  border: 2px solid #C8942A;
  border-radius: 4px;
}

.jarshelf .jar.j1 { left: 8px; }
.jarshelf .jar.j2 { left: 38px; height: 46px; }
.jarshelf .jar.j3 { left: 68px; height: 30px; }
.jarshelf .jar.j4 { left: 96px; height: 40px; }
.jarshelf .jar::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 22px;
  height: 6px;
  background: #7A2A80;
  border-radius: 2px;
}

.dosingcard {
  background: #FAF7EF;
  min-height: 44vh;
  display: flex;
  align-items: center;
}

.dosingcard-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 24px 40px;
  position: relative;
}

.dosingcard-inner .ruleredge {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 6px;
  display: flex;
  gap: 6px;
}

.dosingcard-inner .ruleredge span {
  flex: 0 0 18px;
  height: 6px;
  background: #7A2A80;
}

.dosingcard-inner .ruleredge span.mid {
  background: #C8942A;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #7A2A80;
  margin: 0 0 10px;
}

.h1row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.blendmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7A2A80;
  box-shadow: 0 0 0 5px #C8942A;
}

.heropan {
  color: #7A2A80;
  font-weight: 800;
}

.lead {
  font-size: 1.15rem;
  color: #2E2C28;
  max-width: 56ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.btn-dew {
  background: #7A2A80;
  color: #F2EEE4;
}

.btn-dew:hover {
  background: #632068;
  text-decoration: none;
}

.btn-ink {
  background: transparent;
  color: #2E2C28;
  border: 2px solid #2E2C28;
}

.btn-ink:hover {
  background: #2E2C28;
  color: #F2EEE4;
  text-decoration: none;
}

.btn-card {
  background: #FAF7EF;
  color: #7A2A80;
}

.btn-card:hover {
  background: #2E2C28;
  color: #FAF7EF;
  text-decoration: none;
}

/* ============================================================
   BLEND SPLIT ROWS (.blendsplit)
   movement one: six split rows sharing a center seam
   ============================================================ */
.blendsplit {
  background: #F2EEE4;
  padding: 70px 24px;
}

.stageintro {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
}

.stageintro p {
  max-width: 60ch;
  margin: 0 auto;
}

.blendrow {
  display: flex;
  max-width: 1240px;
  margin: 0 auto 34px;
  border-radius: 12px;
  overflow: hidden;
}

.blendrow .scene {
  flex: 1 1 50%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blendrow .scene.sage {
  background: #7E9484;
}

.blendrow .scene.card {
  background: #FAF7EF;
}

.blendrow .scene.tint {
  background: #C8942A;
}

.blendrow .copy {
  flex: 1 1 50%;
  background: #FAF7EF;
  padding: 40px;
}

.blendrow .copy h3 {
  margin-top: 0;
}

.blendrow .copy p {
  margin: 0 0 14px;
}

.blendrow:nth-child(odd) .scene {
  order: 1;
}

.blendrow:nth-child(odd) .copy {
  order: 2;
}

.blendrow:nth-child(even) .scene {
  order: 2;
}

.blendrow:nth-child(even) .copy {
  order: 1;
}

.detailslink {
  display: inline-block;
  font-weight: 800;
  color: #7A2A80;
  border-bottom: 2px solid #C8942A;
  padding-bottom: 2px;
}

/* simple css extract scenes */
.extract-cyl {
  width: 60px;
  height: 130px;
  background: #7A2A80;
  border-radius: 6px 6px 14px 14px;
  position: relative;
}

.extract-cyl::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 36px;
  height: 16px;
  background: #2E2C28;
  border-radius: 3px;
}

.extract-drops {
  display: flex;
  gap: 12px;
}

.extract-drops span {
  width: 22px;
  height: 28px;
  background: #7A2A80;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.extract-drops span:nth-child(2) {
  height: 40px;
}

.extract-mound {
  width: 160px;
  height: 90px;
  background: #FAF7EF;
  border-radius: 50% 50% 12px 12px;
  transform: translateY(20px);
}

.extract-jar {
  width: 70px;
  height: 110px;
  background: #C8942A;
  border-radius: 6px;
  position: relative;
}

.extract-jar::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  width: 54px;
  height: 12px;
  background: #2E2C28;
  border-radius: 3px;
}

.extract-coil {
  width: 90px;
  height: 140px;
  border: 5px solid #7A2A80;
  border-radius: 50%;
}

.extract-coil::after {
  content: "";
  position: absolute;
}

.extract-grain {
  width: 20px;
  height: 30px;
  background: #C8942A;
  border-radius: 50% 50% 50% 50% / 65% 65% 35% 35%;
  margin: 0 6px;
}

.grainline {
  display: flex;
}

/* dewberry blend arrow crossing the seam */
.arrow-cross {
  position: absolute;
  left: 50%;
  bottom: -14px;
  z-index: 8;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #7A2A80;
}

.blendrow:nth-child(even) .arrow-cross {
  transform: translateX(-50%) scaleX(-1);
}

/* ============================================================
   REFLUX LINE (.refluxline)
   movement two: circulation circuit on pantry night band
   ============================================================ */
.refluxline {
  background: #2A2622;
  color: #F2EEE4;
  padding: 70px 24px;
}

.refluxhead {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
  color: #F2EEE4;
}

.refluxhead h2 {
  color: #FAF7EF;
}

.circuit {
  position: relative;
  max-width: 1240px;
  margin: 0 auto 70px;
  height: 300px;
}

.pipe {
  position: absolute;
  border: 6px solid #7E9484;
  border-radius: 34px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.flowdash {
  position: absolute;
  inset: 10px;
  border: 4px dashed #7A2A80;
  border-radius: 24px;
  box-sizing: border-box;
  animation: circulate 16s linear infinite;
}

@keyframes circulate {
  0% { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 0 0 0); }
}

.flowmover {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, #C8942A 0 14px, transparent 14px 40px);
  clip-path: inset(16px 16px 16px 16px round 18px);
  animation: dashflow 18s linear infinite;
  opacity: 1;
}

@keyframes dashflow {
  0% { transform: translateX(0); }
  100% { transform: translateX(40px); }
}

.stagepad {
  position: absolute;
  background: #FAF7EF;
  color: #2E2C28;
  border-radius: 8px;
  padding: 16px 18px;
  width: 210px;
  z-index: 5;
  border-top: 6px solid #7A2A80;
}

.stagepad h4 {
  margin: 0 0 6px;
  font-family: Georgia, serif;
  font-size: 1.15rem;
  color: #7A2A80;
}

.stagepad p {
  margin: 0;
  font-size: 0.95rem;
}

.stagepad.tl { top: 16px; left: 30px; }
.stagepad.tr { top: 16px; right: 30px; }
.stagepad.bl { bottom: 16px; left: 30px; }
.stagepad.br { bottom: 16px; right: 30px; }

/* ============================================================
   ACCENT / BOOKING BAND (.accentstrip)
   split: deweberry 60% + sage 40%
   ============================================================ */
.accentstrip {
  display: flex;
}

.accentstrip .win {
  flex: 0 0 60%;
  background: #7A2A80;
  color: #F2EEE4;
  padding: 54px 40px;
}

.accentstrip .win h2 {
  color: #F2EEE4;
  margin: 0 0 12px;
}

.accentstrip .win p {
  max-width: 48ch;
  color: #F2EEE4;
}

.accentstrip .facts {
  flex: 1 1 40%;
  background: #7E9484;
  color: #2E2C28;
  padding: 54px 40px;
}

.accentstrip .facts strong {
  color: #2E2C28;
}

.fact {
  margin-bottom: 18px;
}

.fact .label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  display: block;
}

.accentstrip .facts a {
  color: #2E2C28;
  font-weight: 700;
}

/* ============================================================
   TWO-SHELF FOOTER (.twoshelf)
   ============================================================ */
.twoshelf {
  background: #2A2622;
  color: #F2EEE4;
}

.shelfcap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 24px 10px;
}

.shelvents {
  border-bottom: 8px solid #7A2A80;
  max-width: 1240px;
  margin: 0 auto;
}

.shelfrow {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jarbox {
  flex: 1 1 240px;
  margin: 0 6px 20px;
  border-radius: 8px 8px 0 0;
  padding: 22px 22px 30px;
  position: relative;
}

.jarbox .boxtag {
  position: absolute;
  bottom: -8px;
  left: 22px;
  right: 22px;
  height: 8px;
  border-radius: 0 0 4px 4px;
}

.jarbox.dew {
  background: #7A2A80;
  color: #F2EEE4;
}

.jarbox.sage {
  background: #7E9484;
  color: #2E2C28;
}

.jarbox.oats {
  background: #F2EEE4;
  color: #2E2C28;
}

.jarbox h5 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
  font-family: Georgia, serif;
}

.jarbox a {
  display: block;
  padding: 4px 0;
  font-weight: 700;
}

.jarbox.dew a { color: #F2EEE4; }
.jarbox.sage a { color: #2E2C28; }
.jarbox.oats a { color: #7A2A80; }

.jarbox .jardot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.jarbox.dew .jardot { background: #C8942A; }
.jarbox.sage .jardot { background: #7A2A80; }
.jarbox.oats .jardot { background: #7A2A80; }

.labelstrip {
  position: relative;
  z-index: 1;
}

.labelstrip-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px 24px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
  color: #F2EEE4;
  font-size: 0.95rem;
}

.labelstrip-in .coyname {
  font-weight: 900;
  letter-spacing: 0.04em;
}

.labelstrip-in a {
  color: #F2EEE4;
  text-decoration: underline;
}

.copyright {
  margin-left: auto;
}

/* ============================================================
   SERVICES / CONTACT / MISC LAYOUT
   ============================================================ */
.servicesrow {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.svcblock {
  flex: 1 1 48%;
}

.svcscene {
  height: 120px;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.svccard {
  background: #FAF7EF;
  border-radius: 10px;
  overflow: hidden;
}

.svctext {
  padding: 26px;
}

.processsteps {
  background: #7E9484;
  color: #2E2C28;
}

.process-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}

.process-step {
  flex: 1 1 200px;
  background: #FAF7EF;
  border-radius: 8px;
  padding: 22px;
  border-top: 5px solid #C8942A;
}

.process-step h4 {
  margin: 0 0 8px;
  color: #7A2A80;
  font-family: Georgia, serif;
}

.process-step p {
  margin: 0;
  font-size: 0.95rem;
}

/* form */
.contactform-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: flex-start;
}

.formcard {
  flex: 1 1 300px;
  background: #FAF7EF;
  border-radius: 10px;
  padding: 28px;
  border-top: 6px solid #7A2A80;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-weight: 800;
  margin-bottom: 6px;
  color: #2E2C28;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 2px solid #7E9484;
  border-radius: 6px;
  background: #F2EEE4;
  color: #2E2C28;
  font-size: 1rem;
  font-family: inherit;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.contactfacts {
  flex: 1 1 260px;
}

.factcard {
  background: #FAF7EF;
  border-radius: 8px;
  padding: 20px 22px;
  margin-bottom: 16px;
}

/* faq accordions */
.faqlist {
  max-width: 900px;
  margin: 0 auto;
}

.faqitem {
  margin-bottom: 12px;
}

.faqq {
  background: #7A2A80;
  border: none;
  width: 100%;
  text-align: left;
  color: #F2EEE4;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 14px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}

.faqa {
  background: #FAF7EF;
  border-radius: 6px;
  margin-top: 2px;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #2E2C28;
}

.faqitem.open .faqa {
  padding: 18px;
  max-height: 400px;
}

/* responsive */
@media (max-width: 900px) {
  h1 { font-size: 2rem; }
  .navlinks { display: none; }
  .navtoggle { display: inline-block; }
  .blendrow { flex-direction: column; }
  .blendrow:nth-child(even) .scene { order: 1; }
  .blendrow:nth-child(even) .copy { order: 2; }
  .blendrow .scene { min-height: 140px; }
  .arrow-cross { left: 50%; transform: translateX(-50%) rotate(90deg); }
  .blendrow:nth-child(even) .arrow-cross { transform: translateX(-50%) rotate(90deg) scaleX(-1); }
  .accentstrip { flex-direction: column; }
  .accentstrip .win { flex: 1 1 auto; }
  .benchscene { height: 40vh; }
  .stagepad { width: 160px; font-size: 0.85rem; }
  .weighpans .dosingcard { min-height: auto; }
  .labelstrip-in { flex-direction: column; }
  .copyright { margin-left: 0; }
  .copy { padding: 24px; }
}

/* narrative work-plate band */
.workplate {
  background: #F2EEE4;
  border-top: 3px solid #7E9484;
  border-bottom: 3px solid #7E9484;
}

.peptext {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px;
}

.peptext h2 {
  color: #2E2C28;
  margin: 6px 0 22px;
}

.peptext p {
  color: #2E2C28;
  margin: 0 0 18px;
  font-size: 1.05rem;
}

.peptext p::first-letter {
  color: #7A2A80;
}

.no-js .reveal,
html.no-js .reveal {
  opacity: 1;
  transform: none;
}
