/* ==========================================================================
   RYC DENTAL LIMITED — operatory tile system
   Palette:
     body bg        #EEF4F3  porcelain-surgery
     body text      #23312F  surgery-deep
     accent         #4E8E8A  enamel-mist
     raised panels  #F7FBFA  porcelain-panel
     brightest tile #FFFFFF  sink-basin
     deep panels    #274B49  checkup-sea (porcelain text)
     tertiary       #8FA6A4  drill-steel
     separators     #D5E0DE  grout-line
   ========================================================================== */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.68;
  background-color: #EEF4F3;
  color: #23312F;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: #274B49; text-decoration: none; }
a:hover { color: #4E8E8A; }

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

/* ==========================================================================
   NAVIGATION — TILE NURSE LINE (.tileline)
   Six square ceramic operatory tiles across full width with grout gaps.
   Brand lives in a polished hexagon accent tile at the left.
   ========================================================================== */

.tileline {
  background-color: #D5E0DE;
  border-bottom: 3px solid #4E8E8A;
  padding: 0 14px;
}

.tileline-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 8px;
  padding: 12px 0;
}

.tilebrand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  min-height: 92px;
  background-color: #4E8E8A;
  color: #FFFFFF;
  font-weight: 800;
  letter-spacing: 2.4px;
  font-size: 17px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  text-align: center;
  padding: 0 14px;
  box-shadow: 0 3px 0 #274B49;
}

.tilebrand a {
  color: #FFFFFF;
  display: block;
  line-height: 1.2;
}

.tilebrand span {
  display: block;
  font-size: 9px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-top: 4px;
  color: #D9EEEC;
}

.tilelinks {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.navtile {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
  background-color: #F7FBFA;
  border: 1px solid #D5E0DE;
  border-bottom: 4px solid #8FA6A4;
  color: #23312F;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: background-color 0.18s, color 0.18s, border-color 0.18s;
  text-align: center;
  padding: 8px 6px;
}

.navtile:hover {
  background-color: #4E8E8A;
  color: #FFFFFF;
  border-bottom-color: #274B49;
}

.navtile.is-active {
  background-color: #274B49;
  color: #FFFFFF;
  border-bottom-color: #4E8E8A;
}

.navtile.tall { min-height: 92px; }
.navtile.short { min-height: 70px; margin-top: 10px; }

.navstatustile {
  flex: 0 0 auto;
  width: 78px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 2px solid #4E8E8A;
  color: #274B49;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 6px;
}

.navstatustile i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #4E8E8A;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.tileburger {
  display: none;
  flex: 0 0 auto;
  width: 64px;
  min-height: 92px;
  background-color: #274B49;
  color: #FFFFFF;
  border: 0;
  font-size: 26px;
  cursor: pointer;
}

/* ==========================================================================
   HERO — DENTAL CHAIR BAY (.chairbay)
   ========================================================================== */

.chairbay {
  background-color: #F7FBFA;
  border-bottom: 1px solid #D5E0DE;
  padding: 54px 0 60px;
  position: relative;
}

.chairbay-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 40px;
  align-items: center;
}

.chairbay-copy { max-width: 620px; }

.chairbay-eyebrow {
  display: inline-block;
  background-color: #274B49;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 7px 14px;
  margin: 0 0 22px;
}

.chairbay h1 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #23312F;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.chairbay h1 em {
  color: #4E8E8A;
  font-style: normal;
}

.chairbay-copy p {
  font-size: 17px;
  margin: 0 0 26px;
  color: #23312F;
}

.chairbay-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.traybtn {
  display: inline-block;
  background-color: #4E8E8A;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 28px;
  border: 2px solid #274B49;
  box-shadow: 0 5px 0 #274B49;
  transition: transform 0.12s, box-shadow 0.12s;
  cursor: pointer;
}

.traybtn:hover {
  background-color: #274B49;
  color: #FFFFFF;
  transform: translateY(2px);
  box-shadow: 0 3px 0 #4E8E8A;
}

.traybtn.ghost {
  background-color: #FFFFFF;
  color: #274B49;
  border-color: #4E8E8A;
  box-shadow: 0 5px 0 #8FA6A4;
}

.traybtn.ghost:hover {
  background-color: #F7FBFA;
  color: #274B49;
  box-shadow: 0 3px 0 #4E8E8A;
}

/* -- CSS dental chair bay scene -- */
.chairscene {
  position: relative;
  height: 430px;
  background-color: #F7FBFA;
  border: 2px solid #D5E0DE;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 0 #D5E0DE;
}

.chairscene-wall {
  position: absolute;
  inset: 0 0 58% 0;
  background-color: #FFFFFF;
  background-image:
    linear-gradient(#D5E0DE 1px, transparent 1px),
    linear-gradient(90deg, #D5E0DE 1px, transparent 1px);
  background-size: 46px 46px;
}

.chairscene-splash {
  position: absolute;
  left: 0; right: 0;
  top: 42%; height: 58px;
  background-color: #4E8E8A;
  border-top: 3px solid #274B49;
  border-bottom: 3px solid #274B49;
}

.chairscene-hex {
  position: absolute;
  top: 44%;
  width: 40px;
  height: 34px;
  background-color: #FFFFFF;
  border: 2px solid #274B49;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.chairscene-hex.h1 { left: 12%; }
.chairscene-hex.h2 { left: 30%; }
.chairscene-hex.h3 { left: 48%; }

.chairscene-arm {
  position: absolute;
  top: 43%;
  right: 12%;
  height: 74px;
  border-right: 6px solid #8FA6A4;
  border-top: 6px solid #8FA6A4;
  width: 92px;
  border-top-right-radius: 60px;
}

.chairscene-lamp {
  position: absolute;
  top: 31%;
  right: 4%;
  width: 96px;
  height: 30px;
  background-color: #F7FBFA;
  border: 3px solid #274B49;
  border-radius: 50%;
  box-shadow: inset 0 -7px 0 #8FA6A4;
}

.chairscene-lamp::after {
  content: "";
  position: absolute;
  left: 40%;
  top: 100%;
  width: 12px;
  height: 12px;
  background-color: #F7FBFA;
  border: 3px solid #274B49;
  border-radius: 50%;
}

.chairscene-mirror {
  position: absolute;
  top: 34%;
  left: 62%;
  width: 34px;
  height: 34px;
  background-color: #FFFFFF;
  border: 3px solid #274B49;
  border-radius: 50%;
}

.chairscene-mirror::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 7px;
  height: 52px;
  margin-left: -3px;
  background-color: #8FA6A4;
}

.chairscene-probe {
  position: absolute;
  top: 33%;
  left: 72%;
  width: 7px;
  height: 62px;
  background-color: #8FA6A4;
  transform: rotate(18deg);
  transform-origin: top center;
}

.chairscene-probe::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -14px;
  width: 15px;
  height: 15px;
  background-color: #274B49;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.chairscene-chair {
  position: absolute;
  left: 6%;
  bottom: 0;
  width: 72%;
  height: 210px;
}

.chairscene-back {
  position: absolute;
  left: 4%;
  bottom: 46px;
  width: 34%;
  height: 150px;
  background-color: #4E8E8A;
  border: 4px solid #274B49;
  border-radius: 46px 46px 10px 10px;
  transform: rotate(-13deg);
  transform-origin: bottom right;
}

.chairscene-seat {
  position: absolute;
  left: 30%;
  bottom: 42px;
  width: 52%;
  height: 54px;
  background-color: #4E8E8A;
  border: 4px solid #274B49;
  border-radius: 10px;
}

.chairscene-bib {
  position: absolute;
  left: 9%;
  bottom: 168px;
  width: 15%;
  height: 58px;
  border: 4px solid #8FA6A4;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.chairscene-bib::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -4px;
  width: 4px;
  height: 34px;
  background-color: #8FA6A4;
}

.chairscene-base {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 18px;
  height: 46px;
  background-color: #8FA6A4;
}

.chairscene-foot {
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 120px;
  height: 14px;
  background-color: #274B49;
  border-radius: 8px;
}

.chairscene-holster {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 78px;
  height: 62px;
  background-color: #FFFFFF;
  border: 3px solid #274B49;
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  box-shadow: inset 0 12px 0 #F7FBFA;
}

.chairscene-handpiece {
  position: absolute;
  right: 34px;
  bottom: 58px;
  width: 12px;
  height: 78px;
  background-color: #8FA6A4;
  border: 2px solid #274B49;
  border-radius: 6px 6px 0 0;
  transform: rotate(9deg);
}

/* ==========================================================================
   SECTION BASELINE — OPERATORY TILE RUN (.tilerun)
   ========================================================================== */

.tilerun {
  background-color: #EEF4F3;
  padding: 64px 0 70px;
}

.tilehead { max-width: 760px; margin: 0 0 42px; }

.tilehead .kicker {
  display: inline-block;
  color: #4E8E8A;
  font-weight: 800;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 12px;
}

.tilehead h2 {
  font-size: 34px;
  line-height: 1.16;
  margin: 0 0 14px;
  color: #23312F;
  font-weight: 800;
}

.tilehead p { margin: 0; color: #274B49; font-size: 16.5px; }

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

.tilecourse {
  display: flex;
  gap: 22px;
  align-items: stretch;
}

.tilecourse.course-b { padding-left: 11%; }

.servtile {
  flex: 1 1 0;
  background-color: #F7FBFA;
  border: 1px solid #D5E0DE;
  border-top: 5px solid #8FA6A4;
  padding: 26px 24px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.servtile:hover { border-top-color: #4E8E8A; }

.servtile.bright { background-color: #FFFFFF; border-top-color: #4E8E8A; }

.servtile.deep {
  background-color: #274B49;
  border-color: #274B49;
  border-top-color: #4E8E8A;
  color: #EAF6F4;
}

.servtile.deep h3 { color: #FFFFFF; }
.servtile.deep p { color: #EAF6F4; }
.servtile.deep .baystamp { color: #FFFFFF; border-color: #4E8E8A; }

.servtile.skew-a { transform: rotate(-1deg); }
.servtile.skew-b { transform: rotate(1deg); }

.servtile.hexface {
  background-color: #4E8E8A;
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  color: #FFFFFF;
  font-weight: 800;
  text-align: center;
  font-size: 15px;
  padding: 20px 40px;
  line-height: 1.4;
}

.servtile h3 {
  font-size: 19px;
  margin: 0 0 8px;
  color: #23312F;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.servtile p {
  font-size: 15px;
  margin: 0 0 14px;
  color: #274B49;
  flex: 1 1 auto;
}

.baystamp {
  display: inline-block;
  align-self: flex-start;
  border: 2px solid #4E8E8A;
  color: #4E8E8A;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  padding: 4px 10px;
  margin-bottom: 14px;
}

.statustab {
  display: inline-block;
  align-self: flex-start;
  background-color: #FFFFFF;
  color: #274B49;
  border: 2px solid #4E8E8A;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 3px 9px;
  margin-bottom: 12px;
}

.statustab i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #4E8E8A;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
}

.servtile.deep .statustab { background-color: #FFFFFF; }
.servtile.deep .statustab i { background-color: #274B49; }

.tilelink {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4E8E8A;
  border-bottom: 2px solid #4E8E8A;
  align-self: flex-start;
  padding-bottom: 2px;
}

.tilelink:hover { color: #274B49; border-color: #274B49; }
.servtile.deep .tilelink { color: #FFFFFF; border-color: #FFFFFF; }

/* -- prose / process run -- */
.tilerun.alt { background-color: #F7FBFA; border-top: 1px solid #D5E0DE; border-bottom: 1px solid #D5E0DE; }

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

.procstep {
  background-color: #FFFFFF;
  border: 1px solid #D5E0DE;
  border-left: 5px solid #4E8E8A;
  padding: 22px 20px;
}

.procstep .num {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #4E8E8A;
  margin-bottom: 6px;
}

.procstep h4 { margin: 0 0 8px; font-size: 16px; color: #23312F; }
.procstep p { margin: 0; font-size: 14.5px; color: #274B49; }

.proseblock { max-width: 900px; }
.proseblock p { margin: 0 0 18px; font-size: 16.5px; color: #23312F; }
.proseblock p a { color: #4E8E8A; font-weight: 700; border-bottom: 2px solid #D5E0DE; }
.proseblock p a:hover { border-color: #4E8E8A; }

/* ==========================================================================
   ACCENT STRIP — CHECKUP SEASON (.seasonstrip)
   ========================================================================== */

.seasonstrip {
  background-color: #4E8E8A;
  color: #FFFFFF;
  padding: 40px 0;
  border-top: 4px solid #274B49;
  border-bottom: 4px solid #274B49;
}

.seasonstrip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.seasonstrip p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  max-width: 720px;
  color: #FFFFFF;
  line-height: 1.5;
}

.seasonstrip .seasonmark {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #274B49;
  background-color: #FFFFFF;
  padding: 12px 20px;
  border: 2px solid #274B49;
}

/* ==========================================================================
   FOOTER — STERILISATION ROOM BASE (.sterileroom)
   ========================================================================== */

.sterileroom {
  background-color: #274B49;
  color: #EAF6F4;
  padding: 0 0 0;
}

.sterile-splash {
  height: 46px;
  background-color: #4E8E8A;
  border-bottom: 4px solid #23312F;
  position: relative;
  background-image:
    linear-gradient(left, #3E7774 1px, #4E8E8A 1px),
    linear-gradient(#3E7774 1px, #4E8E8A 1px);
  background-size: 46px 23px;
  background-repeat: repeat;
}

.sterile-faucet {
  position: absolute;
  right: 16%;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #D5E0DE;
  border-left: 3px solid #23312F;
  border-right: 3px solid #23312F;
}

.sterile-faucet::after {
  content: "";
  position: absolute;
  left: -22px;
  bottom: 0;
  width: 40px;
  height: 14px;
  background-color: #D5E0DE;
  border: 3px solid #23312F;
  border-radius: 8px 8px 0 0;
}

.sterile-rail {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.3fr;
  gap: 20px;
  align-items: start;
}

.sterile-pouch {
  background-color: #F7FBFA;
  border: 2px dashed #4E8E8A;
  border-top: 6px solid #4E8E8A;
  padding: 20px 18px 22px;
  position: relative;
  color: #23312F;
}

.sterile-pouch::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 26px;
  height: 14px;
  margin-left: -13px;
  background-color: #8FA6A4;
  border-radius: 6px 6px 0 0;
}

.sterile-pouch h4 {
  margin: 0 0 12px;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #274B49;
}

.sterile-pouch ul { list-style: none; margin: 0; padding: 0; }
.sterile-pouch li { margin: 0 0 9px; }
.sterile-pouch a {
  color: #23312F;
  font-size: 14.5px;
  border-bottom: 1px solid #D5E0DE;
  padding-bottom: 2px;
}
.sterile-pouch a:hover { color: #4E8E8A; border-color: #4E8E8A; }

.sterile-note {
  background-color: #FFFFFF;
  border: 2px solid #4E8E8A;
  padding: 22px 20px;
  position: relative;
  color: #23312F;
}

.sterile-note::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 44px;
  height: 20px;
  background-color: #8FA6A4;
}

.sterile-note strong {
  display: block;
  font-size: 17px;
  letter-spacing: 1.6px;
  color: #274B49;
  margin-bottom: 10px;
}

.sterile-note p { margin: 0; font-size: 14px; color: #23312F; }

.sterile-stool {
  display: block;
  width: 70px;
  height: 92px;
  margin-top: 18px;
  position: relative;
}

.sterile-stool .stool-seat {
  position: absolute;
  top: 0; left: 0;
  width: 70px; height: 16px;
  background-color: #8FA6A4;
  border-radius: 8px 8px 0 0;
}

.sterile-stool .stool-post {
  position: absolute;
  top: 16px; left: 31px;
  width: 8px; height: 56px;
  background-color: #D5E0DE;
}

.sterile-stool .stool-foot {
  position: absolute;
  bottom: 0; left: 4px;
  width: 62px; height: 10px;
  background-color: #4E8E8A;
  border-radius: 6px;
}

.sterile-worktop {
  border-top: 3px solid #4E8E8A;
  background-color: #23312F;
}

.sterile-worktop-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

.sterile-contact {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #EAF6F4;
}

.sterile-contact a { color: #FFFFFF; border-bottom: 1px solid #4E8E8A; }
.sterile-contact a:hover { color: #D9EEEC; }

.sterile-legal {
  font-size: 13px;
  color: #C9DBD9;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mirror-glyph {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #4E8E8A;
  border-radius: 50%;
  position: relative;
}
.mirror-glyph::after {
  content: "";
  position: absolute;
  left: 50%; top: 100%;
  width: 2px; height: 9px;
  margin-left: -1px;
  background-color: #4E8E8A;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.formtile {
  background-color: #FFFFFF;
  border: 2px solid #D5E0DE;
  border-top: 6px solid #4E8E8A;
  padding: 30px 28px;
}

.formtile h2 { margin: 0 0 6px; font-size: 26px; color: #23312F; }
.formtile .formnote { margin: 0 0 22px; color: #274B49; font-size: 14.5px; }

.field { margin-bottom: 18px; }

.field label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #274B49;
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: #23312F;
  background-color: #F7FBFA;
  border: 2px solid #D5E0DE;
  padding: 12px 14px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #4E8E8A;
  background-color: #FFFFFF;
}

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

.formstatus {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #274B49;
  min-height: 20px;
}

.infotile {
  background-color: #274B49;
  color: #EAF6F4;
  border: 2px solid #23312F;
  padding: 30px 28px;
}

.infotile h2 { margin: 0 0 18px; font-size: 24px; color: #FFFFFF; }

.infotile dl { margin: 0; }
.infotile dt {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #4E8E8A;
  margin: 18px 0 4px;
}
.infotile dt:first-child { margin-top: 0; }
.infotile dd { margin: 0; font-size: 15.5px; color: #FFFFFF; }
.infotile dd a { color: #FFFFFF; border-bottom: 1px solid #4E8E8A; }
.infotile dd a:hover { color: #D9EEEC; }

.hourlist { display: block; margin: 6px 0 0; padding: 0; }
.hourrow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14.5px;
  padding: 7px 0;
  border-bottom: 1px solid #3E7774;
  color: #EAF6F4;
}
.hourrow span:last-child { font-weight: 700; color: #FFFFFF; }

.faqtile {
  background-color: #FFFFFF;
  border: 1px solid #D5E0DE;
  border-left: 5px solid #4E8E8A;
  padding: 22px 24px;
  margin-bottom: 16px;
}

.faqtile h3 { margin: 0 0 8px; font-size: 17px; color: #23312F; }
.faqtile p { margin: 0; font-size: 15px; color: #274B49; }

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 980px) {
  .chairbay-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-grid { grid-template-columns: 1fr; }
  .sterile-rail { grid-template-columns: 1fr 1fr; }
  .process-run { grid-template-columns: 1fr 1fr; }
  .tilecourse.course-b { padding-left: 0; }
  .tilecourse { flex-wrap: wrap; }
  .servtile { flex: 1 1 46%; }
  .servtile.hexface { flex: 1 1 100%; clip-path: none; border-radius: 6px; }
}

@media (max-width: 760px) {
  .tileline-inner { flex-wrap: wrap; padding: 10px; }
  .tileburger { display: block; }
  .tilelinks {
    display: none;
    width: 100%;
    flex-wrap: wrap;
  }
  .tilelinks.open { display: flex; }
  .navtile { flex: 1 1 44%; min-height: 64px; }
  .navtile.tall { min-height: 64px; }
  .navtile.short { margin-top: 0; }
  .navstatustile { width: 64px; min-height: 64px; }
  .chairbay h1 { font-size: 34px; }
  .chairscene { height: 340px; }
  .seasonstrip p { font-size: 17px; }
  .sterile-rail { grid-template-columns: 1fr; }
  .sterile-legal { text-align: left; }
}

@media (max-width: 520px) {
  .process-run { grid-template-columns: 1fr; }
  .servtile { flex: 1 1 100%; }
  .servtile.hexface { padding: 24px 20px; }
  .chairbay h1 { font-size: 29px; }
  .tilehead h2 { font-size: 26px; }
}
