:root {
  --exam-mint: #EFF4F1;
  --frame-ink: #242A28;
  --pip-teal: #12707C;
  --case-shore: #FFFFFF;
  --fit-cream: #F7F4EA;
  --tung-steel: #45525A;
  --well-deep: #1C2624;
  --chart-red: #C03A2E;
  --chart-green: #2E7D46;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #EFF4F1;
  color: #242A28;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: #12707C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  color: #242A28;
}

.wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ TRIAL LENS FRAME NAVIGATION ============ */
.trialframe {
  background-color: #45525A;
  padding: 18px 0 22px;
  box-shadow: 0 4px 0 #1C2624;
}

.trialframe-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.brandplate {
  background-color: #F7F4EA;
  border: 2px solid #1C2624;
  border-radius: 6px;
  padding: 8px 18px 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%, 0 78%);
}

.brandplate-glyph {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #12707C;
  background-color: #FFFFFF;
  display: inline-block;
  position: relative;
}

.brandplate-glyph::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #12707C;
  transform: translate(-50%, -50%);
}

.brandplate-name {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #242A28;
}

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

.lens {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.lens-disc {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #242A28;
  text-align: center;
  border: 4px solid #12707C;
  position: relative;
  line-height: 1.1;
  padding: 4px;
}

.lens-disc-ink {
  border-color: #45525A;
}

.lens-disc-red {
  border-color: #C03A2E;
  border-width: 2px;
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #45525A;
}

.lens-disc-steel {
  border-color: #45525A;
}

.lens-disc::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 50%;
  width: 2px;
  height: 9px;
  background-color: #45525A;
  transform: translateX(-50%);
}

.lens:hover .lens-disc {
  background-color: #F7F4EA;
}

.lens:hover {
  text-decoration: none;
}

/* ============ HERO PHOROPTER WALL SCENE ============ */
.phoropterwall {
  position: relative;
  background-color: #EFF4F1;
  padding: 54px 0 0;
  overflow-x: hidden;
}

.phoropterwall-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 34px;
  align-items: center;
  min-height: 460px;
}

.wallplaque {
  background-color: #F7F4EA;
  border: 2px solid #45525A;
  border-radius: 8px;
  padding: 34px 30px;
  box-shadow: 8px 8px 0 #1C2624;
}

.wallplaque h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}

.plaque-cal {
  color: #12707C;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}

.wallplaque p {
  font-size: 16px;
  color: #242A28;
  margin-bottom: 24px;
}

.plaque-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pipbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background-color: #12707C;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border: 6px solid #1C2624;
  line-height: 1.2;
  padding: 12px;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}

.pipbtn:hover {
  background-color: #45525A;
  text-decoration: none;
}

.textlink-cal {
  font-weight: 700;
  color: #12707C;
  border-bottom: 2px solid #12707C;
}

/* the instrument */
.instrument {
  position: relative;
  height: 430px;
}

.chartscreen {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 150px;
  background-color: #1C2624;
  border: 5px solid #45525A;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chartscreen-letter {
  color: #FFFFFF;
  font-size: 92px;
  font-weight: 800;
  font-family: Georgia, serif;
  line-height: 1;
}

.phoropter-body {
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  background-color: #45525A;
  border: 5px solid #1C2624;
  border-radius: 14px;
  padding: 16px 14px;
}

.lensbank {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 9px;
  background-color: #1C2624;
  border-radius: 8px;
  padding: 8px;
}

.lensbank:last-child {
  margin-bottom: 0;
}

.bank-disc {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 3px solid #12707C;
}

.bank-disc-alt {
  border-color: #FFFFFF;
  background-color: #45525A;
}

.eyepieces {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 62px;
}

.eyepiece {
  width: 66px;
  height: 54px;
  border-radius: 12px;
  background-color: #FFFFFF;
  border: 5px solid #1C2624;
  position: relative;
}

.eyepiece::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1C2624;
  transform: translate(-50%, -50%);
}

.chinarm {
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 20px;
  border-bottom: 8px solid #45525A;
  border-left: 8px solid #45525A;
  border-right: 8px solid #45525A;
  border-radius: 0 0 40px 40px;
}

.knob {
  position: absolute;
  top: 196px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #45525A;
  border: 4px solid #1C2624;
}

.knob::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 20px;
  background-color: #F7F4EA;
  transform: translate(-50%, -50%);
}

.knob-left { left: 4px; }
.knob-right { right: 4px; }

.chairrail {
  height: 22px;
  background-color: #45525A;
  border-top: 5px solid #1C2624;
  margin-top: -30px;
}

/* ============ CHART STEP FIELD ============ */
.chartfield {
  padding: 70px 0 80px;
  background-color: #EFF4F1;
}

.chartfield-head {
  text-align: center;
  margin-bottom: 44px;
}

.chartfield-head h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.chartfield-head p {
  max-width: 720px;
  margin: 0 auto;
  color: #242A28;
}

.chartsteps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  align-items: end;
}

.chartstep {
  display: flex;
  flex-direction: column;
}

.chartstep-card {
  background-color: #FFFFFF;
  border: 2px solid #45525A;
  border-radius: 8px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 150px;
}

.step-1 .chartstep-card { min-height: 108px; }
.step-2 .chartstep-card { min-height: 140px; }
.step-3 .chartstep-card { min-height: 172px; }
.step-4 .chartstep-card { min-height: 204px; }
.step-5 .chartstep-card { min-height: 236px; }
.step-6 .chartstep-card { min-height: 268px; }

.snellen-row {
  font-family: Georgia, serif;
  font-weight: 800;
  color: #242A28;
  text-align: center;
  line-height: 1.15;
}

.snellen-row span { display: block; font-size: 26px; }
.snellen-row .smaller { font-size: 18px; }
.snellen-row .smallest { font-size: 13px; }

.tumbling-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.tumbling-cell {
  font-size: 22px;
  color: #242A28;
  text-align: center;
  font-weight: 700;
}

.numeric-row {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  color: #242A28;
  text-align: center;
  letter-spacing: 3px;
}

.contrast-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.contrast-cell {
  aspect-ratio: 1;
  border-radius: 3px;
  border: 1px solid #45525A;
}

.cc-1 { background-color: #1C2624; }
.cc-2 { background-color: #45525A; }
.cc-3 { background-color: #12707C; }
.cc-4 { background-color: #F7F4EA; }

.dotalign {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #242A28;
}

.dot-mid { background-color: #C03A2E; }

.nearpara {
  font-size: 11px;
  color: #242A28;
  line-height: 1.5;
}

.duoaccents {
  text-align: center;
  font-family: Georgia, serif;
  font-weight: 800;
  font-size: 24px;
}

.duoaccents .red-letter { color: #C03A2E; }
.duoaccents .green-letter { color: #2E7D46; }

.chartstep-cap {
  margin-top: 14px;
  padding: 12px 12px 14px;
  background-color: #FFFFFF;
  border: 2px solid #45525A;
  border-top: 6px solid #12707C;
  border-radius: 6px;
  flex-grow: 1;
}

.stamp-step .chartstep-cap {
  border-top-color: #12707C;
  box-shadow: inset 0 0 0 3px #F7F4EA, 0 0 0 2px #12707C;
}

.c-tag {
  display: inline-block;
  background-color: #12707C;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 2px 9px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.chartstep-cap h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 7px;
}

.chartstep-cap p {
  font-size: 13px;
  color: #242A28;
  margin-bottom: 9px;
}

.calstamp {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #12707C;
  border: 2px solid #12707C;
  border-radius: 4px;
  padding: 2px 7px;
}

.cap-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #12707C;
}

/* ============ DUOCHROME STRIP ============ */
.duochrome {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #EFF4F1;
}

.duochrome-red {
  background-color: #C03A2E;
  padding: 48px 40px;
  text-align: right;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
}

.duochrome-green {
  background-color: #2E7D46;
  padding: 48px 40px;
  text-align: left;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 700;
}

.duochrome-red p,
.duochrome-green p {
  max-width: 420px;
}

.duochrome-red p { margin-left: auto; }
.duochrome-green p { margin-right: auto; }

/* ============ SERVICE WOVEN COPY ============ */
.serviceweave {
  padding: 76px 0;
  background-color: #F7F4EA;
}

.serviceweave-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.serviceweave h2 {
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 8px;
}

.serviceweave-intro {
  font-size: 17px;
  margin-bottom: 30px;
  color: #242A28;
}

.weave-block {
  margin-bottom: 26px;
  padding-left: 20px;
  border-left: 5px solid #12707C;
}

.weave-block h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.weave-block p {
  color: #242A28;
}

/* ============ INSIGHT / CREDENTIAL SECTION ============ */
.insights {
  padding: 76px 0;
  background-color: #EFF4F1;
}

.insights-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}

.insights-main h2 {
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 16px;
}

.insights-main p {
  margin-bottom: 16px;
  color: #242A28;
}

.recessed {
  background-color: #1C2624;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 30px 28px;
}

.recessed h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
}

.recessed ul {
  list-style: none;
}

.recessed li {
  color: #FFFFFF;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid #45525A;
  position: relative;
  font-size: 15px;
}

.recessed li:last-child {
  border-bottom: none;
}

.recessed li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
}

/* ============ CTA BAND ============ */
.ctaband {
  background-color: #12707C;
  padding: 60px 0;
}

.ctaband-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.ctaband h2 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ctaband p {
  color: #FFFFFF;
  max-width: 620px;
}

.ctaband-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: #FFFFFF;
  color: #12707C;
  font-weight: 800;
  font-size: 16px;
  border-radius: 40px;
  border: 4px solid #1C2624;
}

.ctaband-link:hover {
  background-color: #F7F4EA;
  text-decoration: none;
}

/* ============ LENS CASE FOOTER ============ */
.lenscase {
  background-color: #EFF4F1;
  padding-top: 10px;
}

.lenscase-lid {
  background-color: #45525A;
  border-top: 6px solid #1C2624;
  padding: 40px 0 30px;
}

.lenscase-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.caseplate {
  background-color: #F7F4EA;
  border: 2px solid #1C2624;
  border-radius: 8px;
  padding: 22px 24px;
  max-width: 380px;
}

.caseplate-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #242A28;
}

.caseplate p {
  font-size: 14px;
  color: #242A28;
}

.wellrow {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6px;
}

.well {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 5px solid #1C2624;
  box-shadow: inset 0 0 0 5px #45525A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #242A28;
  line-height: 1.1;
  padding: 6px;
}

.well a {
  color: #242A28;
  font-weight: 700;
}

.well-seated {
  background-color: #12707C;
  box-shadow: inset 0 0 0 5px #1C2624;
}

.well-seated .welllens {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 3px solid #12707C;
}

.lenscase-base {
  background-color: #45525A;
  border-top: 4px solid #1C2624;
  padding: 20px 0;
}

.lenscase-base-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
}

.base-item {
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.base-item a {
  color: #FFFFFF;
  font-weight: 700;
}

.base-glyph {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #FFFFFF;
  display: inline-block;
}

/* ============ SCROLL REVEAL ============ */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============ SUBPAGE HERO ============ */
.subhero {
  background-color: #45525A;
  padding: 54px 0 46px;
  border-bottom: 6px solid #1C2624;
}

.subhero-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.subhero h1 {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 12px;
}

.subhero p {
  color: #FFFFFF;
  font-size: 17px;
  max-width: 780px;
}

/* ============ SERVICES DETAIL ============ */
.servicedetail {
  padding: 70px 0;
  background-color: #EFF4F1;
}

.servicedetail-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.svc-article {
  background-color: #FFFFFF;
  border: 2px solid #45525A;
  border-left: 8px solid #12707C;
  border-radius: 8px;
  padding: 30px 30px;
  margin-bottom: 26px;
}

.svc-article h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 12px;
}

.svc-article p {
  color: #242A28;
  margin-bottom: 12px;
}

.svc-article p:last-child {
  margin-bottom: 0;
}

.svc-num {
  display: inline-block;
  background-color: #F7F4EA;
  color: #12707C;
  font-weight: 800;
  font-size: 13px;
  border: 2px solid #12707C;
  border-radius: 20px;
  padding: 2px 12px;
  margin-bottom: 12px;
}

/* process */
.process {
  padding: 70px 0;
  background-color: #F7F4EA;
}

.process-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.process h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 12px;
}

.process p.lead {
  margin-bottom: 30px;
  font-size: 17px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-card {
  background-color: #FFFFFF;
  border: 2px solid #45525A;
  border-top: 6px solid #12707C;
  border-radius: 8px;
  padding: 22px 20px;
}

.process-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

.process-card p {
  font-size: 14px;
  color: #242A28;
}

/* ============ CONTACT ============ */
.contactbody {
  padding: 70px 0;
  background-color: #EFF4F1;
}

.contact-inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: start;
}

.contactform {
  background-color: #FFFFFF;
  border: 2px solid #45525A;
  border-radius: 8px;
  padding: 30px 28px;
}

.contactform h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  font-size: 15px;
  font-family: inherit;
  padding: 11px 12px;
  border: 2px solid #45525A;
  border-radius: 6px;
  background-color: #EFF4F1;
  color: #242A28;
}

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

.formsubmit {
  display: inline-block;
  background-color: #12707C;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 16px;
  padding: 14px 34px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}

.formsubmit:hover {
  background-color: #45525A;
}

.formnote {
  margin-top: 14px;
  font-size: 13px;
  color: #242A28;
}

.contactside {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contactcard {
  background-color: #F7F4EA;
  border: 2px solid #45525A;
  border-radius: 8px;
  padding: 24px 24px;
}

.contactcard h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
}

.contactcard p {
  font-size: 15px;
  margin-bottom: 6px;
  color: #242A28;
}

.contactcard a {
  font-weight: 700;
}

.faqsection {
  padding: 0 0 80px;
  background-color: #EFF4F1;
}

.faq-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-inner h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 22px;
}

.faq-item {
  background-color: #FFFFFF;
  border: 2px solid #45525A;
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #FFFFFF;
  border: none;
  font-family: inherit;
  font-size: 17px;
  font-weight: 800;
  color: #242A28;
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.faq-q:hover {
  background-color: #F7F4EA;
}

.faq-mark {
  color: #12707C;
  font-weight: 800;
}

.faq-a {
  padding: 0 20px 20px;
  color: #242A28;
  font-size: 15px;
  display: none;
}

.faq-item.open .faq-a {
  display: block;
}

/* ============ MOBILE NAV ============ */
.navtoggle {
  display: none;
  background-color: #F7F4EA;
  border: 2px solid #1C2624;
  border-radius: 6px;
  color: #242A28;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 16px;
  cursor: pointer;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1000px) {
  .phoropterwall-inner {
    grid-template-columns: 1fr;
  }
  .instrument {
    height: 400px;
    margin-top: 20px;
  }
  .chartsteps {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
  .step-1 .chartstep-card,
  .step-2 .chartstep-card,
  .step-3 .chartstep-card,
  .step-4 .chartstep-card,
  .step-5 .chartstep-card,
  .step-6 .chartstep-card {
    min-height: 150px;
  }
  .insights-grid {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .trialframe-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .lensrow {
    flex-direction: column;
    gap: 14px;
  }
  .lens {
    flex-direction: row;
    gap: 14px;
  }
  .lens-disc {
    width: 54px;
    height: 54px;
    border-width: 3px;
    font-size: 11px;
  }
  .navtoggle {
    display: block;
  }
  .lensrow.collapsed {
    display: none;
  }
  .wallplaque h1,
  .plaque-cal {
    font-size: 30px;
  }
  .chartsteps {
    grid-template-columns: 1fr 1fr;
  }
  .duochrome {
    grid-template-columns: 1fr;
  }
  .duochrome-red {
    text-align: left;
  }
  .duochrome-red p { margin-left: 0; }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .ctaband-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
