@font-face{
  font-family:"Manrope";
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url("fonts/Manrope-300.ttf") format("truetype");
}
@font-face{
  font-family:"Manrope";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("fonts/Manrope-400.ttf") format("truetype");
}
@font-face{
  font-family:"Manrope";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("fonts/Manrope-500.ttf") format("truetype");
}
@font-face{
  font-family:"Manrope";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url("fonts/Manrope-600.ttf") format("truetype");
}
@font-face{
  font-family:"Manrope";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("fonts/Manrope-700.ttf") format("truetype");
}
:root{
  --ink:#16232c;
  --muted:#5f6f7c;
  --blue:#19669c;
  --green:#4eb564;
  --deep-green:#22773c;
  --orange:#f68e65;
  --line:#d6e0e7;
  --surface:#ffffff;
  --nav-height:56px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden}
body{
  font-family:"Manrope","Segoe UI",sans-serif;
  color:var(--ink);
  background:#f6f8f9;
  overflow-x:hidden;
}
.cincinnati-landing-page{
  padding-top:var(--nav-height);
}
.cincinnati-landing-page .site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
}
.cincinnati-landing-page .nav-links{
  gap:0.8rem;
}
.cincinnati-landing-page .nav-links .nav-cta{
  min-width:188px;
  justify-content:center;
}
@media (min-width:901px){
  .cincinnati-landing-page .hero-split{
    align-items:stretch;
  }
  .cincinnati-landing-page .hero-video{
    display:flex;
    align-self:stretch;
  }
  .cincinnati-landing-page .hero-video-frame{
    flex:1;
    display:flex;
  }
  .cincinnati-landing-page .hero-video video{
    width:100%;
    height:100%;
  }
  .cincinnati-landing-page .hero-video video{
    object-fit:cover;
  }
}
@media (max-width:900px){
  .machine-strip,
  .machine-strip-reverse{
    flex-direction:column;
  }
  .landing-image-stack{
    width:min(96vw, 760px);
    max-width:none;
    aspect-ratio:1 / 0.9;
    margin:1.5rem auto 0;
  }
  .landing-image-stack .landing-image{
    width:86%;
  }
  .landing-image-back{
    top:0;
    left:0;
  }
  .landing-image-front{
    right:0;
    bottom:-6%;
  }
  .cincinnati-landing-page .hero-logo img{
    width:100%;
  }
  .cincinnati-landing-page #_form_16_{
    margin-top:2rem;
  }
  .cincinnati-landing-page{
    padding-top:48px;
  }
  .cincinnati-landing-page .site-header{
    min-height:48px;
  }
  .cincinnati-landing-page .nav-shell{
    height:48px;
    min-height:0;
    padding-top:0;
    padding-bottom:0;
    gap:0.75rem;
    flex-wrap:nowrap;
    align-items:center;
  }
  .cincinnati-landing-page .brand{
    height:48px;
    flex:0 0 auto;
  }
  .cincinnati-landing-page .logo{
    width:92px;
    height:48px;
    margin-top:0;
  }
  .cincinnati-landing-page .nav-toggle{
    display:none;
  }
  .cincinnati-landing-page .nav-links{
    position:static;
    top:auto;
    right:auto;
    left:auto;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    gap:0.6rem;
    height:auto;
    padding:0;
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
    display:flex;
    max-height:none;
    opacity:1;
    transform:none;
    overflow:visible;
    pointer-events:auto;
    margin-left:auto;
  }
  .cincinnati-landing-page .nav-links .nav-cta{
    min-width:0;
    padding:0.5rem 1rem;
    font-size:0.92rem;
  }
}
.suitability-tabs{
  background:#f1f3f5;
  padding:1.6rem 0;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
p{
  font-size:1.15rem;
  font-weight:700;
}

.site-header{
  background:var(--surface);
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:10;
  overflow:visible;
}
.nav-shell{
  max-width:1200px;
  margin:0 auto;
  padding:0 6vw;
  height:var(--nav-height);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
}
.brand{
  display:flex;
  align-items:center;
  height:100%;
}
.logo{
  width:144px;
  height:112px;
  object-fit:contain;
  margin-top:6px;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:1.4rem;
  font-size:0.95rem;
  color:var(--muted);
  height:100%;
}
.nav-links a{
  font-weight:600;
  position:relative;
  padding-bottom:0.2rem;
  white-space:nowrap;
}
.nav-dropdown{
  position:relative;
  display:inline-flex;
  align-items:center;
  height:100%;
}
.nav-link-button{
  border:none;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:600;
  position:relative;
  padding:0 0 0.2rem;
  padding-right:1rem;
  cursor:pointer;
}
.nav-link-button:hover,
.nav-link-button:focus{
  color:var(--ink);
}
.nav-dropdown.is-hover .nav-link-button{
  color:var(--ink);
}
.nav-dropdown.is-open .nav-link-button{
  color:var(--ink);
}
.nav-link-button::before{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-35%);
  width:0;
  height:0;
  border-left:4px solid transparent;
  border-right:4px solid transparent;
  border-top:6px solid currentColor;
  opacity:0.8;
}
.nav-link-button::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg, var(--blue), var(--green));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.2s ease;
}
.nav-dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:260px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:0 0 12px 12px;
  box-shadow:0 16px 32px rgba(12,22,32,0.12);
  padding:0.5rem 0 0.5rem;
  flex-direction:column;
  z-index:20;
  display:flex;
  max-height:0;
  opacity:0;
  transform:translateY(-8px);
  overflow:hidden;
  pointer-events:none;
  transition:max-height 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.nav-dropdown-menu a{
  padding:0.6rem 1rem;
  color:var(--muted);
  font-weight:600;
  white-space:nowrap;
}
.nav-location{
  display:flex;
  align-items:center;
  gap:0.75rem;
}
.nav-location img{
  width:44px;
  height:44px;
  object-fit:cover;
  border-radius:8px;
}
.nav-location-text{
  display:flex;
  flex-direction:column;
  gap:0.2rem;
}
.nav-location-title{
  color:var(--ink);
  font-weight:600;
}
.nav-location-desc{
  color:var(--muted);
  font-size:0.85rem;
  font-weight:500;
  white-space:normal;
}
.nav-dropdown.is-hover .nav-dropdown-menu{
  max-height:520px;
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.nav-dropdown.is-open .nav-dropdown-menu{
  max-height:520px;
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.nav-dropdown.is-hover .nav-link-button::after{
  transform:scaleX(1);
}
.nav-dropdown.is-open .nav-link-button::after{
  transform:scaleX(1);
}
.nav-dropdown-menu a:hover{
  color:var(--ink);
}
.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg, var(--blue), var(--green));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.2s ease;
}
.nav-cta::after{
  display:none;
}
.hero-actions{
  display:flex;
  flex-direction:column;
  gap:0.8rem;
  margin-top:1.4rem;
  align-items:center;
  width:100%;
}
.hero-btn{
  padding:0.6rem 1.3rem;
  border-radius:999px;
  border:1px solid rgba(25,102,156,0.35);
  font-weight:600;
  font-family:inherit;
  font-size:1rem;
  background:transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  min-height:40px;
  width:100%;
  position:relative;
  overflow:hidden;
  transition:border-color 0.2s ease;
}
.hero-btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, var(--blue), var(--green));
  transform:scaleY(1);
  transform-origin:top;
  transition:transform 0.25s ease;
  z-index:0;
}
.hero-btn span{
  position:relative;
  z-index:1;
  transform:translateY(-1px);
  color:#ffffff;
  transition:color 0.25s ease;
}
.hero-btn:hover::before{
  transform:scaleY(0);
}
.hero-btn:hover span{
  color:var(--blue);
}
.hero-btn-primary{
  color:var(--blue);
}
.hero-btn-outline{
  color:var(--blue);
}
.nav-links a:hover{
  color:var(--ink);
}
.nav-links a:hover::after{
  transform:scaleX(1);
}
.nav-cta{
  padding:0.55rem 1.2rem;
  border-radius:999px;
  border:1px solid rgba(25,102,156,0.35);
  color:var(--blue);
  font-weight:600;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  min-height:40px;
  position:relative;
  overflow:hidden;
  background:transparent;
  transition:border-color 0.2s ease;
  white-space:nowrap;
}
.nav-cta span{
  display:block;
  transform:translateY(-2px);
  position:relative;
  z-index:1;
  color:#ffffff;
  transition:color 0.25s ease;
  white-space:nowrap;
}
.nav-cta:hover{
  border-color:transparent;
}
.nav-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, var(--blue), var(--green));
  transform:scaleY(1);
  transform-origin:top;
  transition:transform 0.25s ease;
  z-index:0;
}
.nav-cta:hover::before{
  transform:scaleY(0);
}
.nav-cta:hover span{
  color:var(--blue);
}

.tagline-strip{
  width:100%;
  margin:0;
  padding:0.9rem 6vw;
  background:var(--blue);
  color:#ffffff;
}
.quote-strip{
  width:100%;
  background:var(--blue);
  border-top:1px solid rgba(255,255,255,0.18);
  border-bottom:1px solid rgba(255,255,255,0.18);
  padding:2px 6vw;
}
.quote-inner{
  max-width:1200px;
  margin:0 auto;
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.quote{
  margin:0;
  opacity:0;
  transform:translateY(6px);
  transition:opacity 0.5s ease, transform 0.5s ease;
}
.quote.is-active{
  opacity:1;
  transform:translateY(0);
}
.quote p{
  margin:0 0 0.5rem;
  font-size:1.1rem;
  font-weight:600;
  color:#ffffff;
}
.quote cite{
  font-style:normal;
  color:rgba(255,255,255,0.8);
  font-size:0.95rem;
}
.cincinnati-quote-strip{
  padding-top:1.4rem;
  padding-bottom:1.4rem;
}
.cincinnati-quote-inner{
  min-height:auto;
  display:flex;
  flex-direction:column;
  gap:1.4rem;
}
.cincinnati-quote-strip .quote-strip-eyebrow{
  margin:0;
  color:#ffffff;
  font-size:clamp(1.75rem, 3.6vw, 3rem);
  font-weight:700;
  line-height:1.1;
  text-align:center;
}
.hero-form-eyebrow{
  margin:1.5rem 0 0;
  padding-top:1.25rem;
  color:var(--ink);
  font-size:clamp(2.2rem, 4.1vw, 3.9rem);
  font-weight:800;
  line-height:1.02;
  letter-spacing:-0.03em;
  position:relative;
}
.hero-form-eyebrow::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:72%;
  height:1px;
  background:rgba(22,35,44,0.16);
}
.quote-strip-emphasis{
  position:relative;
  display:inline-block;
  font-weight:800;
  text-decoration:none;
  padding-bottom:0.34em;
}
.quote-strip-emphasis::before,
.quote-strip-emphasis::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  height:0.08em;
  background:linear-gradient(90deg, var(--blue), var(--green));
  border-radius:999px;
}
.quote-strip-emphasis::before{
  bottom:0.16em;
  width:100%;
}
.quote-strip-emphasis::after{
  bottom:0;
  width:78%;
}
.care-feature-row{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:1.25rem;
  align-items:start;
  position:relative;
  padding-top:0;
}
.quote-rotation-wrap{
  width:100%;
  position:relative;
  padding-top:1.4rem;
}
.quote-rotation-wrap::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:75%;
  height:1px;
  background:rgba(255,255,255,0.35);
  transform:translateX(-50%);
}
.care-feature{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0.7rem;
}
.care-feature img{
  width:min(100%, 300px);
  height:144px;
  object-fit:contain;
  display:block;
  filter:brightness(0) invert(1);
}
.care-feature p{
  margin:0;
  color:#ffffff;
  font-size:0.95rem;
  font-weight:600;
  line-height:1.35;
  text-align:center;
}
.section-underline{
  position:relative;
  display:inline-block;
  padding-bottom:0.5rem;
  text-align:center;
}
.section-underline::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg, var(--blue), var(--green));
  border-radius:999px;
}
.learn-strip{
  width:100%;
  background:#f1f3f5;
  padding:1.6rem 6vw;
}
.learn-logo{
  display:flex;
  justify-content:center;
  padding:0;
  margin:-2.6rem 0 0;
  line-height:0;
  position:relative;
  z-index:3;
  pointer-events:none;
}
.learn-logo img{
  max-width:760px;
  width:100%;
  height:auto;
  display:block;
  margin:0;
}
.edge-carousel{
  width:100%;
  margin:0;
  position:relative;
  height:700px;
  overflow:hidden;
  z-index:2;
}
.edge-carousel-viewport,
.edge-carousel-track{
  height:100%;
}
.edge-carousel-track{
  display:flex;
  transition:transform 0.5s ease;
}
.edge-carousel-slide{
  width:100%;
  height:100%;
  flex:0 0 100%;
  position:relative;
  display:flex;
  align-items:flex-start;
  overflow:hidden;
}
.edge-carousel-slide img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.edge-carousel-overlay{
  position:relative;
  z-index:1;
  width:min(520px, 90%);
  margin:2.5rem 0 0 6vw;
  padding:0;
  color:#ffffff;
  background:transparent;
}
.edge-carousel-overlay h2{
  margin:0 0 0.6rem;
  font-size:2.2rem;
}
.edge-carousel-overlay p{
  margin:0 0 1rem;
  font-size:1.1rem;
  max-width:640px;
}
.edge-carousel-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.6rem 1.4rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.65);
  color:#ffffff;
  font-weight:600;
  background:rgba(0,0,0,0.25);
  transition:background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.edge-carousel-btn:hover{
  background:#ffffff;
  color:var(--blue);
  border-color:#ffffff;
}
.edge-carousel-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  gap:0.6rem;
  z-index:2;
}
.edge-carousel-dots button{
  width:24px;
  height:24px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,0.8);
  background:rgba(255,255,255,0.4);
  cursor:pointer;
  padding:0;
}
.edge-carousel-dots button.is-active{
  background:#ffffff;
}
.edge-carousel-dots button:focus-visible{
  outline:3px solid #ffffff;
  outline-offset:3px;
}
.carousel-tagline{
  text-align:center;
  padding:0;
  margin:0;
}
.carousel-tagline h1{
  margin:0;
  font-size:2.6rem;
  color:var(--ink);
  line-height:1;
}
.carousel-tagline p{
  margin:0.8rem auto 0;
  max-width:900px;
  color:var(--muted);
  line-height:1.6;
}
.tagline-media{
  display:flex;
  justify-content:center;
  padding:0.8rem 6vw 1.2rem;
  position:relative;
  z-index:0;
  overflow:hidden;
}
.tagline-media img{
  width:100%;
  max-width:1000px;
  height:auto;
  display:block;
  position:relative;
  z-index:1;
}
.tagline-media::before{
  content:"";
  position:absolute;
  left:-10vw;
  right:-10vw;
  top:50%;
  height:160px;
  background:rgba(246,142,101,0.3);
  transform:translateY(-50%) rotate(-10deg);
  z-index:0;
}
.tagline-media::after{
  content:"";
  position:absolute;
  left:-10vw;
  right:-10vw;
  top:50%;
  height:160px;
  background:rgba(78,181,100,0.3);
  transform:translateY(calc(-50% - 160px)) rotate(-10deg);
  z-index:0;
}
.tagline-media .tagline-stripe{
  position:absolute;
  left:-10vw;
  right:-10vw;
  top:50%;
  height:160px;
  background:rgba(25,102,156,0.3);
  transform:translateY(calc(-50% + 160px)) rotate(-10deg);
  z-index:0;
}

@media (max-width:900px){
  .tagline-media::before{
    height:120px;
  }
  .tagline-media::after{
    height:120px;
    transform:translateY(calc(-50% - 120px)) rotate(-10deg);
  }
  .tagline-media .tagline-stripe{
    height:120px;
    transform:translateY(calc(-50% + 120px)) rotate(-10deg);
  }
}

@media (max-width:600px){
  .tagline-media::before{
    height:90px;
  }
  .tagline-media::after{
    height:90px;
    transform:translateY(calc(-50% - 90px)) rotate(-10deg);
  }
  .tagline-media .tagline-stripe{
    height:90px;
    transform:translateY(calc(-50% + 90px)) rotate(-10deg);
  }
}
.tagline-copy{
  padding:0 6vw 1.5rem;
  text-align:center;
}
.tagline-copy p{
  margin:0 auto;
  max-width:900px;
  color:var(--muted);
  line-height:1.6;
}
.photo-collage{
  padding:2rem 6vw;
  background:var(--blue);
  width:100%;
}
.photo-collage-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:1rem;
  max-width:1200px;
  margin:0 auto;
}
.photo-collage-grid img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 12px 24px rgba(12,22,32,0.12);
}
.find-us{
  padding:2rem 6vw 3rem;
}
.find-us-inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}
.find-us-inner .section-underline{
  font-size:2em;
}
.find-us-map{
  position:relative;
  margin:2rem auto 0;
  max-width:1000px;
}
.find-us-map img{
  width:100%;
  height:auto;
  display:block;
}
.map-pin{
  position:absolute;
  width:clamp(18px, 3.5vw, 40px);
  height:clamp(18px, 3.5vw, 40px);
  background-image:url("images/Icons/MapIcon.png");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  transform:translate(-50%, -50%);
  filter:brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1839%) hue-rotate(185deg) brightness(92%) contrast(91%);
  transition:transform 0.2s ease, filter 0.2s ease;
}
.map-pin.is-hover{
  transform:translate(-50%, -50%) scale(1.2);
  filter:brightness(0) saturate(100%) invert(70%) sepia(45%) saturate(746%) hue-rotate(337deg) brightness(101%) contrast(94%);
}
.map-pin-ohio{
  left:71.5%;
  top:41.5%;
}
.map-pin-california{
  left:7%;
  top:52%;
}
.map-pin-tampa{
  left:79.5%;
  top:80%;
}
.map-pin-salt-lake{
  left:22%;
  top:34%;
}
.find-us-buttons{
  margin:1.5rem auto 0;
  display:flex;
  justify-content:center;
  gap:1.2rem;
  flex-wrap:wrap;
}
.find-us-button{
  display:flex;
  align-items:center;
  gap:0.5rem;
  padding:1rem 1.6rem;
  width:220px;
  border-radius:12px;
  border:1px solid transparent;
  background:var(--blue);
  color:#ffffff;
  font-weight:600;
  font-size:1.15rem;
  flex-direction:column;
  text-align:center;
  position:relative;
  overflow:hidden;
  transition:color 0.25s ease, transform 0.2s ease;
}
.find-us-button--pastel{
  background:#7fb2d9;
}
.find-us-button::before{
  content:"";
  position:absolute;
  inset:0;
  background:#ffffff;
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform 0.3s ease;
  z-index:0;
}
.find-us-button > *{
  position:relative;
  z-index:1;
}
.find-us-button img{
  width:36px;
  height:auto;
  display:block;
  filter:brightness(0) invert(1);
  transition:filter 0.25s ease;
}
.find-us-label,
.find-us-hover,
.find-us-status{
  transition:opacity 0.2s ease;
}
.find-us-status{
  font-size:0.9rem;
  opacity:0.85;
}
.find-us-hover{
  opacity:0;
  position:absolute;
  left:50%;
  top:64%;
  transform:translate(-50%, -50%);
  text-align:center;
}
.find-us-button:hover,
.find-us-button.is-hover{
  transform:translateY(-2px);
  color:var(--blue);
}
.find-us-button:hover::before,
.find-us-button.is-hover::before{
  transform:scaleY(1);
}
.find-us-button:hover img,
.find-us-button.is-hover img{
  filter:none;
}
.find-us-button:hover .find-us-label,
.find-us-button.is-hover .find-us-label,
.find-us-button:hover .find-us-status,
.find-us-button.is-hover .find-us-status{
  opacity:0;
}
.find-us-button:hover .find-us-hover,
.find-us-button.is-hover .find-us-hover{
  opacity:1;
}

@media (max-width:1000px){
  .photo-collage-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .photo-collage-grid img{
    height:200px;
  }
}

@media (max-width:600px){
  .photo-collage-grid{
    grid-template-columns:1fr;
  }
  .photo-collage-grid img{
    height:220px;
  }
}
.learn-inner{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}
.learn-inner h1{
  margin:0 0 1.2rem;
  color:var(--ink);
  text-align:center;
  font-size:2rem;
}
.learn-description{
  margin:0 auto 1.2rem;
  max-width:900px;
  color:var(--muted);
  text-align:center;
  line-height:1.6;
}
.learn-buttons{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:1rem;
}
.learn-buttons a,
.learn-buttons .learn-button{
  border:1px solid transparent;
  background:var(--blue);
  border-radius:12px;
  padding:0.8rem 0.6rem;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0.5rem;
  cursor:pointer;
  font-weight:600;
  color:#ffffff;
  position:relative;
  overflow:hidden;
  transition:color 0.25s ease;
}
.learn-buttons a::before,
.learn-buttons .learn-button::before{
  content:"";
  position:absolute;
  inset:0;
  background:#ffffff;
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform 0.3s ease;
  z-index:0;
  border-radius:inherit;
}
.learn-buttons a:hover::before,
.learn-buttons a:focus-visible::before,
.learn-buttons .learn-button:hover::before,
.learn-buttons .learn-button:focus-visible::before{
  transform:scaleY(1);
}
.learn-buttons a:hover,
.learn-buttons a:focus-visible,
.learn-buttons .learn-button:hover,
.learn-buttons .learn-button:focus-visible{
  color:var(--blue);
  border-color:var(--blue);
}
.learn-buttons a > *,
.learn-buttons .learn-button > *{
  position:relative;
  z-index:1;
}
.learn-button-title{
  font-size:1.15rem;
  font-weight:700;
  text-align:center;
}
.learn-button-desc{
  font-size:0.95rem;
  font-weight:500;
  text-align:center;
  color:rgba(255,255,255,0.85);
  line-height:1.4;
  transition:color 0.25s ease;
}
.learn-buttons a:hover .learn-button-desc,
.learn-buttons a:focus-visible .learn-button-desc,
.learn-buttons .learn-button:hover .learn-button-desc,
.learn-buttons .learn-button:focus-visible .learn-button-desc{
  color:var(--blue);
}
.learn-buttons img{
  height:36px;
  width:auto;
  display:block;
  filter:brightness(0) invert(1);
  transition:filter 0.25s ease;
}
.learn-buttons a:hover img,
.learn-buttons a:focus-visible img,
.learn-buttons .learn-button:hover img,
.learn-buttons .learn-button:focus-visible img{
  filter:none;
}
.suitability-buttons .learn-button.is-active img{
  filter:none;
}

.st-site-footer{
  background:#eef1f3;
  color:var(--ink);
}
.st-main-footer{
  padding:2.5rem 6vw;
}
.st-footer-logo{
  width:160px;
  height:auto;
}
.st-footer-widget-title{
  margin:0 0 1rem;
  font-size:1.1rem;
  color:var(--ink);
}
.st-footer-widget-nav,
.st-footer-contact-list{
  list-style:none;
  margin:0;
  padding:0;
}
.st-footer-widget-nav li,
.st-footer-contact-list li{
  margin-bottom:0.6rem;
}
.st-footer-widget-nav a,
.st-footer-contact-list a{
  color:var(--muted);
}
.st-footer-contact-title{
  color:var(--ink);
  margin-right:0.35rem;
}
.st-copyright-wrap{
  border-top:1px solid var(--line);
  padding:1rem 6vw;
}
.back-section{
  padding:2rem 6vw 3rem;
}
.back-section .container{
  display:flex;
  justify-content:center;
}
.back-button span{
  font-size:1.1rem;
  font-weight:500;
  transform:translateY(0);
}
.back-button{
  padding:0.7rem 2.4rem;
  min-width:200px;
  justify-content:center;
}
.row{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:2rem;
}
.col-lg-3{
  min-width:0;
}

@media (max-width:900px){
  .row{
    grid-template-columns:1fr;
  }
}

#cost{
  padding:3rem 6vw;
}
.container{
  max-width:1200px;
  margin:0 auto;
}
.st-section-heading{
  text-align:center;
}
.st-section-heading-title{
  margin:0 0 0.8rem;
  font-size:2rem;
  color:var(--ink);
}
.cost-subtitle{
  margin:0 0 0.4rem;
  font-size:1.35rem;
  color:var(--ink);
}
.cost-subcopy{
  margin:0 auto 1.2rem;
  max-width:780px;
  color:var(--muted);
  line-height:1.6;
}
.intensive-dropdown{
  margin:0 auto 1.6rem;
  max-width:900px;
  text-align:center;
}
.intensive-toggle{
  width:auto;
}
.intensive-panel{
  max-height:0;
  opacity:0;
  overflow:hidden;
  transition:max-height 0.35s ease, opacity 0.35s ease;
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:16px;
  margin-top:1rem;
  box-shadow:0 12px 24px rgba(12,22,32,0.08);
}
.intensive-panel.is-open{
  opacity:1;
}
.intensive-panel-inner{
  padding:1.2rem 1.4rem;
}
.intensive-panel p{
  margin:0 0 0.8rem;
  color:var(--muted);
  line-height:1.6;
}
.intensive-panel h4{
  margin:1rem 0 0.5rem;
  font-size:1.1rem;
  color:var(--ink);
}
.intensive-panel h5{
  margin:0 0 0.4rem;
  font-size:1rem;
  color:var(--ink);
}
.lodging-list{
  display:grid;
  gap:1rem;
  margin-top:0.6rem;
}
.lodging-item{
  border:1px solid var(--line);
  border-radius:12px;
  padding:0.9rem 1rem;
  background:#f6f8f9;
}
.lodging-item p{
  margin:0 0 0.4rem;
}
.lodging-item p:last-child{
  margin-bottom:0;
}
.risk-policy-card{
  margin:1.2rem auto 1.6rem;
  max-width:780px;
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:1.2rem 1.4rem;
  box-shadow:0 12px 24px rgba(12,22,32,0.08);
  color:var(--ink);
}
.risk-policy-card h3{
  margin:0 0 0.4rem;
  font-size:1.2rem;
  color:var(--ink);
}
.risk-policy-card p{
  margin:0 0 0.4rem;
  color:var(--muted);
  line-height:1.6;
  font-weight:500;
}
.risk-policy-card .risk-policy-emphasis{
  margin:0;
  color:var(--blue);
  font-weight:700;
}
.performance-card{
  margin:0;
  max-width:none;
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:1.4rem 1.6rem;
  box-shadow:0 12px 24px rgba(12,22,32,0.08);
  color:var(--ink);
}
.performance-card--blue{
  background:rgba(25,102,156,0.12);
  border-color:rgba(25,102,156,0.3);
}
.performance-card--green{
  background:rgba(78,181,100,0.14);
  border-color:rgba(78,181,100,0.35);
}
.performance-card--orange{
  background:rgba(246,142,101,0.16);
  border-color:rgba(246,142,101,0.35);
}
.performance-cards{
  margin:1.2rem auto 1.6rem;
  max-width:1200px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:1.2rem;
}
.performance-card-header{
  text-align:center;
  margin-bottom:1rem;
}
.performance-card-header h3{
  margin:0 0 0.2rem;
  font-size:1.3rem;
}
.performance-card-header p{
  margin:0;
  color:var(--muted);
  font-weight:600;
}
.performance-card-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:1rem;
}
.performance-card-block{
  border:1px solid var(--line);
  border-radius:12px;
  padding:1rem;
  text-align:center;
  background:#f6f8f9;
}
.performance-card-block h4{
  margin:0 0 0.4rem;
  font-size:1.05rem;
  color:var(--ink);
}
.performance-card-block p{
  margin:0 0 0.3rem;
  color:var(--muted);
  font-weight:500;
}
.performance-card-block .price{
  margin:0 0 0.4rem;
  font-size:1.6rem;
  font-weight:700;
  color:var(--blue);
}
.performance-card-block .price span{
  font-size:0.85rem;
  color:var(--muted);
  margin-left:0.2rem;
}

@media (max-width:900px){
  .performance-cards{
    grid-template-columns:1fr;
  }
  .performance-card-grid{
    grid-template-columns:1fr;
  }
}
#costWrapper{
  max-width:900px;
  margin:0 auto;
  color:var(--muted);
  line-height:1.6;
}
#costWrapper ul{
  margin:1rem auto 0;
}
#pricing-tables{
  margin:2rem auto 0;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:1.2rem;
}
.pricing-tables-secondary{
  margin:1.2rem auto 0;
  max-width:620px;
}
.pricing-table{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:1.2rem;
  box-shadow:0 12px 24px rgba(12,22,32,0.08);
  text-align:center;
}
.pricing-table .title{
  font-weight:700;
  margin-bottom:0.4rem;
  font-size:1.35rem;
  color:var(--ink);
}
.pricing-table .price{
  font-size:1.6rem;
  font-weight:700;
  color:var(--blue);
}
.pricing-table .price span{
  font-size:0.85rem;
  color:var(--muted);
  margin-left:0.2rem;
}
.pricing-table .features ul{
  list-style:none;
  padding:0;
  margin:1rem 0 0;
  color:var(--muted);
}
.pricing-table .features li{
  margin-bottom:0.4rem;
}
.pricing-table .features .feature-detail{
  display:block;
  margin-top:0.15rem;
  font-weight:500;
}
.discountContainer{
  margin:2rem auto 0;
  display:flex;
  justify-content:center;
}
.discount-rounded-box{
  background:#ffffff;
  border:1px dashed var(--line);
  border-radius:999px;
  padding:1rem 2rem;
  text-align:center;
  color:var(--ink);
}
.cost-cta{
  margin:1.5rem auto 0;
  display:flex;
  justify-content:center;
}
.cost-cta-after-discount{
  margin-top:1rem;
}
.cost-call-btn{
  width:fit-content;
  padding-left:1.1rem;
  padding-right:1.1rem;
  white-space:nowrap;
}
#discount-title{
  margin:0 0 0.4rem;
  font-size:1.1rem;
}
.discount-rounded-box p{
  margin:0;
  color:var(--muted);
}

@media (max-width:900px){
  #pricing-tables{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width:600px){
  #pricing-tables{
    grid-template-columns:1fr;
  }
}
.machine-strip{
  width:100%;
  background:transparent;
  display:flex;
  align-items:flex-start;
  gap:2rem;
  padding:2rem 0;
  margin:0 auto;
}
.machine-strip-reverse{
  flex-direction:row-reverse;
}
.welcome-section{
  display:block;
  text-align:center;
}

@media (min-width:1000px){
  .machine-strip{
    max-width:1400px;
  }
}
.welcome-title{
  max-width:1200px;
  margin:2rem auto 1rem;
  padding:0;
  text-align:center;
  font-size:2rem;
  color:var(--ink);
  display:block;
  width:fit-content;
}
.machine-content .welcome-title{
  margin:0 auto 1rem;
  text-align:center;
}
.machine-content{
  flex:1;
  max-width:none;
  width:100%;
  margin-left:0;
  min-width:320px;
}
@media (max-width:1430px){
  .machine-content{
    margin:0 8vw;
  }
}
.machine-content h2{
  margin:0 0 0.8rem;
  font-size:1.8rem;
  color:var(--ink);
  text-align:center;
}
.machine-content p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.welcome-cta-button{
  margin-top:1rem;
}
.machine-strip img{
  flex:0 0 auto;
  width:50vw;
  max-width:720px;
  height:auto;
  display:block;
  margin-left:auto;
}
.landing-image-stack{
  position:relative;
  flex:0 0 auto;
  width:50vw;
  max-width:720px;
  aspect-ratio:1 / 0.62;
  margin-left:auto;
}
.landing-image-stack .landing-image{
  position:absolute;
  width:58%;
  height:auto;
  border-radius:28px;
  box-shadow:0 20px 44px rgba(12,22,32,0.18);
  object-fit:cover;
  mask-image:none !important;
  -webkit-mask-image:none !important;
  max-width:none;
  margin-left:0;
}
.landing-image-back{
  top:0;
  left:0;
  z-index:2;
}
.landing-image-front{
  right:0;
  bottom:-10%;
  z-index:1;
}
.google-reviews-section{
  padding:1.5rem 6vw 2.5rem;
  background:var(--blue);
}
.google-reviews-inner{
  max-width:1200px;
  margin:0 auto;
}
@media (max-width:900px){
  .cincinnati-landing-page .landing-image-stack{
    width:min(96vw, 760px);
    max-width:none;
    aspect-ratio:1 / 0.9;
    margin:1.5rem auto 0;
  }
  .cincinnati-landing-page .landing-image-stack .landing-image{
    width:86%;
  }
  .cincinnati-landing-page .landing-image-back{
    top:0;
    left:0;
  }
  .cincinnati-landing-page .landing-image-front{
    right:0;
    bottom:-6%;
  }
}
.about-facility-card{
  margin-top:1.4rem;
  margin-left:auto;
  margin-right:auto;
  gap:0.2rem;
  padding:1.1rem 1.2rem;
  max-width:62%;
}
.about-facility-card .map-title{
  margin:0;
}
.about-facility-card > div:first-of-type{
  margin-top:0;
}
.about-facility-card > div:first-of-type h3{
  margin:0 0 0.2rem;
}
.about-facility-card > div:first-of-type p{
  margin:0;
}
.facility-call-button{
  margin-top:0.35rem;
  width:auto;
}
.facility-info-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:1rem;
  align-items:start;
}
.about-map-card{
  flex:0 0 42%;
  min-width:320px;
  display:flex;
  align-self:stretch;
}
.about-map-card iframe{
  height:100%;
  min-height:100%;
  flex:1;
}
.why-video-embed{
  flex:0 0 42%;
  min-width:320px;
  aspect-ratio:16 / 9;
  border-radius:24px;
  overflow:hidden;
  background:#000;
  box-shadow:0 20px 44px rgba(12,22,32,0.18);
}
.why-video-embed iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#000;
}
@media (max-width:600px){
  .about-facility-card{
    max-width:100%;
  }
  .facility-info-grid{
    grid-template-columns:1fr;
  }
}
.section-divider{
  width:min(72%, 860px);
  height:1px;
  margin:0 auto;
  background:rgba(22,35,44,0.14);
}
.welcome-carousel{
  max-width:1200px;
  margin:2rem auto 0;
  padding:0 6vw;
  display:flex;
  align-items:center;
  gap:1rem;
}
.carousel-section{
  padding:2rem 0;
  text-align:center;
}
.carousel-section .section-underline{
  margin:0 auto 1.5rem;
  font-size:2em;
}
.carousel-viewport{
  overflow:hidden;
  flex:1;
  border-radius:16px;
  border:1px solid var(--line);
  background:#ffffff;
}
.carousel-track{
  display:flex;
  transition:transform 0.4s ease;
}
.carousel-track img{
  width:100%;
  aspect-ratio:1 / 1;
  height:auto;
  object-fit:cover;
  flex:0 0 100%;
}
.carousel-btn{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid var(--line);
  background:#ffffff;
  cursor:pointer;
  font-size:1.1rem;
  color:var(--ink);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 18px rgba(12,22,32,0.12);
}

.map-section{
  padding:2rem 6vw;
}
.map-grid{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:2rem;
  align-items:stretch;
  max-width:1200px;
  margin:0 auto;
}
.map-inner{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 16px 32px rgba(12,22,32,0.12);
  border:1px solid var(--line);
}
.map-inner iframe{
  width:100%;
  height:360px;
  border:0;
  display:block;
}
.map-details{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:1.6rem;
  box-shadow:0 12px 24px rgba(12,22,32,0.08);
  display:grid;
  gap:1.2rem;
}
.map-title{
  margin:0 0 0.2rem;
  font-size:1.3rem;
  color:var(--ink);
}
.map-details h3{
  margin:0 0 0.4rem;
  font-size:1rem;
  color:var(--ink);
}
.map-details p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
}

@media (min-width:1001px){
  .machine-strip img{
    mask-image:linear-gradient(270deg, transparent 0%, #000000 3%);
    -webkit-mask-image:linear-gradient(270deg, transparent 0%, #000000 3%);
  }
}

.staff-section{
  background:transparent;
  padding:2.5rem 6vw 3rem;
  position:relative;
  overflow:hidden;
}
.staff-inner{
  position:relative;
  z-index:1;
}
.staff-inner{
  max-width:1200px;
  margin:0 auto;
}
.staff-head{
  text-align:center;
}
.staff-head h2{
  margin:0 0 1.6rem;
  font-size:2rem;
  color:var(--ink);
}
.staff-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  row-gap:2rem;
  column-gap:0.4rem;
  align-items:start;
}
.staff-card{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:1.6rem;
  box-shadow:0 12px 24px rgba(12,22,32,0.08);
  max-width:70%;
  margin-left:auto;
  margin-right:auto;
  align-self:start;
}
.staff-card img{
  width:100%;
  aspect-ratio:1 / 1;
  height:auto;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:1.2rem;
}
.staff-card h3{
  margin:0 0 0.4rem;
  font-size:1.2rem;
  text-align:center;
}
.staff-title{
  margin:0 0 0.9rem;
  color:var(--blue);
  font-weight:600;
  text-align:center;
}
.staff-toggle{
  border:none;
  font-weight:600;
  border-radius:999px;
  padding:0.5rem 1.2rem;
  cursor:pointer;
  margin-bottom:1rem;
  display:block;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  background:transparent;
  border:1px solid rgba(25,102,156,0.35);
  color:var(--blue);
  min-height:40px;
  transition:border-color 0.2s ease;
}
.staff-toggle::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, var(--blue), var(--green));
  transform:scaleY(1);
  transform-origin:top;
  transition:transform 0.25s ease;
  z-index:0;
}
.staff-toggle span{
  position:relative;
  z-index:1;
  color:#ffffff;
  transition:color 0.25s ease;
}
.staff-toggle:hover{
  border-color:transparent;
}
.staff-toggle:hover::before{
  transform:scaleY(0);
}
.staff-toggle:hover span{
  color:var(--blue);
}
.staff-bio p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.staff-bio{
  max-height:0;
  opacity:0;
  overflow:hidden;
  transition:max-height 0.35s ease, opacity 0.35s ease;
}
.staff-bio.is-open{
  opacity:1;
}
.staff-card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

@media (max-width:900px){
  .machine-strip{
    flex-direction:column;
    text-align:center;
    padding:2rem 0;
    align-items:center;
  }
  .machine-content{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding:0 6vw;
  }
  .map-grid{
    grid-template-columns:1fr;
  }
  .learn-buttons{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .machine-strip img{
    width:100%;
    max-width:none;
    margin-left:auto;
    margin-right:0;
  }
  .welcome-carousel{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto;
    align-items:center;
  }
  .carousel-viewport{
    grid-column:1 / 3;
    grid-row:1;
  }
  .carousel-btn{
    grid-row:2;
    justify-self:center;
  }
  .carousel-btn.prev{
    grid-column:1;
    justify-self:start;
  }
  .carousel-btn.next{
    grid-column:2;
    justify-self:end;
  }
  .carousel-track img{
    aspect-ratio:1 / 1;
    height:auto;
  }
  .staff-grid{
    grid-template-columns:1fr;
  }
}
.carousel-title{
  margin:0 0 0.6rem;
  text-align:center;
  font-weight:600;
  letter-spacing:0.2rem;
  text-transform:uppercase;
  font-size:0.85rem;
}
.logo-carousel{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  height:auto;
}
.logo-carousel img{
  height:156px;
  width:auto;
  filter:brightness(0) invert(1);
  opacity:0.9;
}

.research-library{
  padding:2.5rem 6vw 3rem;
}
.research-inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}
.research-title{
  margin:0 0 0.6rem;
  font-size:2.4rem;
  color:var(--ink);
}
.research-subtitle{
  margin:0 auto 1.6rem;
  max-width:720px;
  color:var(--muted);
  line-height:1.6;
}
.research-paper-controls{
  margin:0 auto 1.6rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:1rem;
}
.research-paper-controls .learn-button{
  flex:1 1 200px;
  max-width:220px;
  justify-content:center;
  text-align:center;
}
.research-paper-controls .learn-button.is-active{
  color:var(--blue);
  border-color:var(--blue);
}
.research-paper-controls .learn-button.is-active::before{
  transform:scaleY(1);
}
.research-paper-controls .learn-button.is-active .learn-button-desc{
  color:var(--blue);
}
.research-paper-viewer{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:0 18px 40px rgba(12,22,32,0.12);
}
.research-paper-heading{
  margin:0.2rem auto 1rem;
  font-size:1.4rem;
  color:var(--ink);
}
.research-paper-frame{
  width:100%;
  height:72vh;
  min-height:460px;
  border:none;
  border-radius:12px;
  background:#f6f8f9;
}
.research-paper-fallback{
  margin:0.8rem 0 0;
  color:var(--muted);
  font-size:0.95rem;
}
.research-paper-link{
  color:var(--blue);
  font-weight:600;
}

@media (max-width:1100px){
  .logo-carousel img{height:120px}
}

@media (max-width:900px){
  .logo-carousel img{height:90px}
}

@media (max-width:600px){
  .learn-buttons{
    grid-template-columns:1fr;
  }
  .research-title{
    font-size:2rem;
  }
  .research-paper-frame{
    height:60vh;
  }
}

@media (max-width:700px){
  .logo-carousel{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:0.8rem;
    justify-items:center;
  }
  .logo-carousel img{height:64px}
}

.nav-toggle{
  display:none;
  border:none;
  background:transparent;
  padding:0.4rem;
  cursor:pointer;
}
.burger{
  display:block;
  width:26px;
  height:2px;
  background:var(--ink);
  position:relative;
  transition:transform 0.2s ease;
}
.burger::before,
.burger::after{
  content:"";
  position:absolute;
  left:0;
  width:26px;
  height:2px;
  background:var(--ink);
  transition:transform 0.2s ease, opacity 0.2s ease;
}
.burger::before{top:-8px}
.burger::after{top:8px}

.nav-toggle[aria-expanded="true"] .burger{
  transform:rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .burger::before{
  transform:rotate(90deg);
  top:0;
}
.nav-toggle[aria-expanded="true"] .burger::after{
  opacity:0;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

@media (max-width:900px){
  .care-feature-row{
    gap:1rem;
  }
  .care-feature img{
    width:min(100%, 240px);
    height:116px;
  }
  .nav-toggle{display:inline-flex;align-items:center}
  .nav-links{
    position:absolute;
    top:100%;
    right:0;
    left:0;
    flex-direction:column;
    align-items:flex-start;
    height:auto;
    padding:1rem 1.2rem;
    background:var(--surface);
    border:1px solid var(--line);
    border-radius:0 0 14px 14px;
    box-shadow:0 18px 40px rgba(12,22,32,0.15);
    display:flex;
    max-height:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transform:translateY(-8px);
    transition:max-height 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  }
  .nav-links.is-open{
    max-height:900px;
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }
  .nav-dropdown{
    width:100%;
    flex-direction:column;
    align-items:flex-start;
  }
  .nav-dropdown:hover .nav-link-button{
    color:var(--ink);
  }
  .nav-dropdown:hover .nav-link-button::after{
    transform:scaleX(1);
  }
  .nav-dropdown.is-open .nav-link-button{
    color:var(--ink);
  }
  .nav-dropdown.is-open .nav-link-button::after{
    transform:scaleX(1);
  }
  .nav-dropdown-menu{
    position:static;
    width:100%;
    border:none;
    box-shadow:none;
    padding:0.4rem 0 0;
    display:flex;
    flex-direction:column;
    max-height:0;
    opacity:0;
    overflow:hidden;
    pointer-events:none;
    transition:max-height 0.25s ease, opacity 0.25s ease;
  }
  .nav-dropdown-menu a{
    padding-left:0;
  }
  .nav-location{
    width:100%;
  }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu{
    max-height:0;
    opacity:0;
    pointer-events:none;
  }
  .nav-dropdown.is-open .nav-dropdown-menu{
    max-height:420px;
    opacity:1;
    pointer-events:auto;
  }
}

@media (max-width:600px){
  .cincinnati-quote-inner{
    gap:1.1rem;
  }
  .care-feature-row{
    grid-template-columns:1fr;
    gap:1.2rem;
  }
}

@media (min-width:901px){
  .hero-actions{
    gap:1.4rem;
    margin-top:2rem;
  }
}

.hero-split{
  display:flex;
  align-items:center;
  height:auto;
}
.hero-logo{
  flex:0 0 33.333%;
  padding:4vw;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  position:relative;
  height:auto;
  background:transparent;
}
.hero-logo img{
  width:100%;
  max-width:none;
  height:auto;
  position:relative;
  z-index:1;
}
.hero-video{
  flex:1;
  height:auto;
  background:transparent;
  position:relative;
}
.hero-video-frame{
  position:relative;
  line-height:0;
}
.hero-video-frame::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:4%;
  height:100%;
  background:linear-gradient(90deg, #f6f8f9 0%, rgba(246,248,249,0.6) 50%, rgba(246,248,249,0) 100%);
  pointer-events:none;
  z-index:1;
}
.hero-video video{
  width:100%;
  height:auto;
  object-fit:cover;
  display:block;
}

.platform-intro{
  padding:2.5rem 6vw 1rem;
}
.platform-inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}
.platform-intro-copy{
  margin:0.8rem auto 0;
  max-width:820px;
  color:var(--muted);
  line-height:1.6;
}
.platform-section{
  padding:1.6rem 6vw;
  background:transparent;
}
.platform-section:nth-of-type(even){
  background:#f1f3f5;
}
.platform-row{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:2.5rem;
  align-items:center;
}
.platform-row--reverse .platform-copy{
  order:2;
}
.platform-row--reverse .platform-media{
  order:1;
}
.platform-copy h2{
  margin:0 0 0.6rem;
  font-size:2rem;
  color:var(--ink);
}
.platform-copy .section-underline{
  display:block;
  width:100%;
  text-align:left;
}
.platform-copy p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.platform-action{
  margin-top:1rem;
  display:flex;
  width:fit-content;
  margin-left:auto;
  margin-right:auto;
}
.platform-copy .testimonial-title{
  margin:0 0 0.5rem;
  font-size:1rem;
  font-weight:600;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--blue);
}
.platform-copy .testimonial-quote{
  margin:0;
  font-size:1.15rem;
  font-weight:500;
  color:var(--ink);
}
.platform-media img{
  width:100%;
  height:auto;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:0 16px 32px rgba(12,22,32,0.12);
  display:block;
}
.in-the-news-page .platform-media{
  display:flex;
  align-items:center;
  justify-content:center;
}
.in-the-news-page .news-outlet-logo{
  width:50%;
  margin:0 auto;
  background:var(--blue);
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:0 16px 32px rgba(12,22,32,0.12);
  padding:1.5rem;
}
.in-the-news-page .news-outlet-logo img{
  width:100%;
  margin:0;
  border:none;
  box-shadow:none;
  border-radius:0;
  filter:brightness(0) invert(1);
}
.platform-media video{
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:0 16px 32px rgba(12,22,32,0.12);
  display:block;
  background:#0f1a22;
}
.platform-media iframe{
  width:100%;
  aspect-ratio:16 / 9;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:0 16px 32px rgba(12,22,32,0.12);
  display:block;
}
.testimonials-page .platform-media iframe{
  aspect-ratio:1 / 1;
}

.expect-timeline-section{
  padding:2.5rem 6vw 3rem;
}
.expect-inner{
  max-width:1100px;
  margin:0 auto;
}
.expect-timeline{
  display:grid;
  gap:0;
  counter-reset:expect-step;
}
.expect-step{
  position:relative;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:2rem;
  align-items:center;
  border-top:3px solid;
  border-image:linear-gradient(90deg, var(--blue) 0%, var(--green) 100%);
  border-image-slice:1;
  border-width:3px;
  padding:2.5rem 2rem;
  counter-increment:expect-step;
}
.expect-step::before{
  content:counter(expect-step);
  position:absolute;
  border-radius:50%;
  width:3.2rem;
  height:3.2rem;
  background:#f6f8f9;
  border:3px solid var(--blue);
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:2rem;
  font-weight:700;
}
.expect-step:nth-child(odd){
  border-right:3px solid;
  padding-left:0;
  border-top-right-radius:18px;
}
.expect-step:nth-child(odd)::before{
  left:100%;
  margin-left:calc(-1.6rem - 1.5px);
  top:2rem;
}
.expect-step:nth-child(even){
  border-left:3px solid;
  padding-right:0;
  border-top-left-radius:18px;
}
.expect-step:nth-child(even)::before{
  right:100%;
  margin-right:calc(-1.6rem - 1.5px);
  top:2rem;
}
.expect-step:first-child{
  border-top:0;
}
.expect-step--reverse .expect-step-content{
  order:2;
}
.expect-step--reverse .expect-step-media{
  order:1;
}
.expect-step--reverse{
  grid-template-columns:0.9fr 1.1fr;
}
.expect-step-content h2{
  margin:0 0 0.4rem;
  font-size:2rem;
  color:var(--ink);
}
.expect-step-content h3{
  margin:0 0 0.8rem;
  font-size:1.2rem;
  color:var(--blue);
}
.expect-step-content p{
  margin:0 0 0.8rem;
  color:var(--muted);
  line-height:1.6;
}
.expect-step-content ul{
  margin:0 0 0.8rem;
  padding-left:1.2rem;
  color:var(--muted);
  line-height:1.6;
  font-size:1.15rem;
  font-weight:700;
}
.expect-step-media img{
  width:100%;
  aspect-ratio:1 / 1;
  height:auto;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:0 16px 32px rgba(12,22,32,0.12);
  display:block;
  object-fit:cover;
}

.suitability-section{
  padding:2.5rem 6vw 3rem;
}
.suitability-section + .suitability-section{
  padding-top:1rem;
}
.suitability-inner{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}
.suitability-title{
  margin:0 0 0.8rem;
  font-size:2em;
  color:var(--ink);
}
.suitability-intro{
  margin:0 auto 1.6rem;
  max-width:880px;
  color:var(--muted);
  font-size:1.15rem;
  font-weight:700;
  line-height:1.6;
  text-align:left;
}
.suitability-list{
  margin:0 auto 1.6rem;
  padding-left:1.1rem;
  max-width:880px;
  color:var(--muted);
  font-size:1.15rem;
  font-weight:700;
  line-height:1.6;
  text-align:left;
}
.suitability-list li{
  margin-bottom:0.8rem;
}
.suitability-buttons{
  max-width:900px;
  margin:0 auto;
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.suitability-buttons .learn-button.is-active{
  color:var(--blue);
  border-color:var(--blue);
}
.suitability-buttons .learn-button.is-active::before{
  transform:scaleY(1);
}
.suitability-panels{
  margin:1.8rem auto 0;
  max-width:1100px;
  display:grid;
  gap:1.6rem;
  transition:min-height 0.25s ease;
}
.suitability-panel{
  background:transparent;
  border:none;
  border-radius:18px;
  padding:1.4rem;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:2rem;
  align-items:start;
  text-align:left;
  box-shadow:none;
  opacity:1;
  transform:translateY(0);
  transition:opacity 0.25s ease, transform 0.25s ease;
}
.suitability-panel[hidden]{
  display:none;
}
.suitability-panel.is-exiting{
  opacity:0;
  transform:translateY(8px);
}
.suitability-panel.is-entering{
  opacity:0;
  transform:translateY(8px);
}
.suitability-panel--wide-copy{
  grid-template-columns:1.1fr 0.9fr;
}
.suitability-panel-media img{
  width:100%;
  aspect-ratio:4 / 3;
  height:auto;
  object-fit:cover;
  border-radius:14px;
  border:1px solid var(--line);
  box-shadow:0 12px 24px rgba(12,22,32,0.1);
}
.suitability-panel-copy h2{
  margin:0 0 0.6rem;
  font-size:2em;
  color:var(--ink);
}
.suitability-panel-copy p{
  margin:0;
  color:var(--muted);
  font-size:1.15rem;
  font-weight:700;
  line-height:1.6;
}

@media (max-width:900px){
  .hero-split{
    flex-direction:column;
  }
  .hero-logo{
    padding:1.5rem 6vw 1rem;
    align-items:center;
    text-align:center;
    justify-content:center;
  }
  .hero-actions{
    flex-direction:row;
    justify-content:center;
    flex-wrap:wrap;
  }
  .hero-btn{
    width:auto;
  }
  .machine-strip img{
    width:85vw;
  }
  .hero-logo img{
    width:50%;
  }
  .hero-video{
    min-height:0;
    height:auto;
    line-height:0;
    overflow:hidden;
  }
  .hero-video-frame{
    line-height:0;
  }
  .hero-video video{
    height:auto;
    object-fit:contain;
  }
  .hero-video-frame::before{
    display:block;
    width:100%;
    height:3%;
    background:linear-gradient(180deg, #f6f8f9 0%, rgba(246,248,249,0) 100%);
  }
  .machine-content{
    margin:0 6vw;
  }
  .platform-row{
    grid-template-columns:1fr;
  }
  .testimonials-page .platform-row .platform-copy{
    order:0;
  }
  .testimonials-page .platform-row .platform-media{
    order:1;
  }
  .expect-step{
    grid-template-columns:1fr;
  }
  .expect-step--reverse .expect-step-content{
    order:0;
  }
  .expect-step--reverse .expect-step-media{
    order:0;
  }
  .expect-step,
  .expect-step:nth-child(odd),
  .expect-step:nth-child(even){
    border-left:0;
    border-right:0;
    padding-left:1rem;
    padding-right:1rem;
  }
  .expect-step::before,
  .expect-step:nth-child(odd)::before,
  .expect-step:nth-child(even)::before{
    display:none;
  }
  .expect-step-heading{
    position:relative;
    padding-left:0;
    padding-right:3.2rem;
  }
  .expect-step-heading::before{
    content:counter(expect-step);
    position:absolute;
    left:auto;
    right:0;
    top:50%;
    transform:translateY(-50%);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:3.2rem;
    height:3.2rem;
    border-radius:50%;
    background:#f6f8f9;
    border:3px solid var(--blue);
    color:var(--blue);
    font-size:1.6rem;
    font-weight:700;
  }
  .platform-row--reverse .platform-copy{
    order:0;
  }
  .platform-row--reverse .platform-media{
    order:0;
  }
  .suitability-panel{
    grid-template-columns:1fr;
  }
}

[data-animate]{
  opacity:0;
  transform:translateY(16px);
  transition:opacity 0.7s ease, transform 0.7s ease;
}
[data-animate="slide-left"]{
  transform:translateX(32px);
}
[data-animate="slide-right"]{
  transform:translateX(-32px);
}
[data-animate].is-visible{
  opacity:1;
  transform:translateX(0) translateY(0);
}
