/* VND BeautXVale LLC - Perfumer Organ Theme
   Palette:
   blotter bench body  #F3EDE1
   vial ink text       #322A26
   amber tincture      #C77F35  (accent)
   blush veil          #D9A08C  (dip strip ends / petal marks ONLY)
   muslin face raised  #FAF5E8
   oak cabinet         #2E2519  (header / footer)
   bench straw         #E5D9BE  (strip bands)
*/

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #F3EDE1;
  color: #322A26;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

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

a {
  color: #C77F35;
  text-decoration: underline;
}

a:hover {
  color: #2E2519;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  color: #322A26;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1em;
}

/* ---------- scroll reveal (class based only) ---------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ---------- RISER LABEL NAV ---------- */
.riserlab {
  background-color: #2E2519;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 6px solid #E5D9BE;
}

.riserlab-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.riserbrand-plate {
  background-color: #FAF5E8;
  color: #322A26;
  padding: 10px 18px 12px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.riserbrand-name {
  font-size: 1.35rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.riserbrand-drop {
  width: 12px;
  height: 16px;
  background-color: #C77F35;
  border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%;
  display: inline-block;
}

.riserbrand-sub {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #322A26;
}

.risernav {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.riserlink {
  text-decoration: none;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0;
}

.riserlink-label {
  background-color: #FAF5E8;
  color: #322A26;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding: 7px 13px;
  border-radius: 2px 2px 0 0;
  white-space: nowrap;
  border: 1px solid #E5D9BE;
  border-bottom: none;
  text-decoration: none;
}

.riserlink-label:hover {
  background-color: #C77F35;
  color: #FAF5E8;
}

.riserlink-stroke {
  width: 100%;
  background-color: #E5D9BE;
}

.riserlink-stroke.s1 { height: 10px; }
.riserlink-stroke.s2 { height: 20px; }
.riserlink-stroke.s3 { height: 30px; }

.riserlink-current .riserlink-label {
  background-color: #C77F35;
  color: #FAF5E8;
}

.riserlab-rule {
  height: 3px;
  background-color: #E5D9BE;
}

.navtoggle {
  display: none;
  background-color: #C77F35;
  color: #FAF5E8;
  border: none;
  font-family: inherit;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding: 9px 15px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 14px;
}

/* ---------- HERO : VIAL FAN ---------- */
.vialfan {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px 46px;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 34px;
  align-items: center;
}

.vialfan-panel {
  background-color: #FAF5E8;
  padding: 40px 36px 34px;
  border-radius: 3px;
  border: 1px solid #E5D9BE;
  box-shadow: 0 10px 0 0 #E5D9BE;
}

.vialfan-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #322A26;
  margin: 0 0 14px;
}

.vialfan-title {
  font-size: 2.5rem;
  margin: 0 0 18px;
  color: #322A26;
}

.blended-word {
  color: #C77F35;
}

.vialfan-lede {
  font-size: 1.02rem;
  color: #322A26;
  margin: 0 0 26px;
}

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

.btn-solid {
  background-color: #C77F35;
  color: #FAF5E8;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding: 13px 22px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-block;
}

.btn-solid:hover {
  background-color: #2E2519;
  color: #FAF5E8;
}

.btn-line {
  background-color: #FAF5E8;
  color: #322A26;
  border: 2px solid #C77F35;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding: 11px 22px;
  border-radius: 2px;
  cursor: pointer;
  font-family: inherit;
  display: inline-block;
}

.btn-line:hover {
  background-color: #2E2519;
  color: #FAF5E8;
  border-color: #2E2519;
}

/* stepped fan scene */
.vialfan-scene {
  position: relative;
  min-height: 420px;
  padding-bottom: 150px;
}

.riser-stack {
  position: relative;
  height: 300px;
}

.benchriser {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #E5D9BE;
  border-radius: 2px;
  border-top: 3px solid #2E2519;
}

.benchriser.r1 { bottom: 0; height: 100px; }
.benchriser.r2 { bottom: 62px; height: 88px; left: 6%; right: 6%; }
.benchriser.r3 { bottom: 124px; height: 76px; left: 12%; right: 12%; }

.vialrow {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;
}

.vialrow.vr1 { bottom: 100px; }
.vialrow.vr2 { bottom: 150px; }
.vialrow.vr3 { bottom: 200px; }

.avial {
  width: 22px;
  background-color: #C77F35;
  border-radius: 3px 3px 2px 2px;
  position: relative;
}

.avial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  background-color: #2E2519;
  border-radius: 3px 3px 0 0;
}

.avial::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 3px;
  right: 3px;
  height: 15px;
  background-color: #FAF5E8;
  border-radius: 1px;
}

.avial.h-tall { height: 118px; }
.avial.h-mid { height: 96px; }
.avial.h-low { height: 78px; }

.avial.tipped {
  transform: rotate(24deg);
  transform-origin: bottom left;
}

.vial-tipstand {
  position: absolute;
  bottom: 148px;
  right: 20px;
  width: 46px;
  height: 10px;
  background-color: #2E2519;
  border-radius: 2px;
}

.blottertray {
  position: absolute;
  bottom: 22px;
  left: 8%;
  right: 8%;
  height: 96px;
  background-color: #FAF5E8;
  border: 1px solid #E5D9BE;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 14px;
}

.teststrip {
  width: 34px;
  height: 66px;
  background-color: #FAF5E8;
  border: 1px solid #E5D9BE;
  border-radius: 1px;
  position: relative;
  overflow: hidden;
}

.teststrip-stain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.teststrip-stain.st-amber { background-color: #C77F35; height: 30px; }
.teststrip-stain.st-blush { background-color: #D9A08C; height: 22px; }
.teststrip-stain.st-straw { background-color: #E5D9BE; height: 42px; }

.brasspan {
  width: 54px;
  height: 14px;
  background-color: #E5D9BE;
  border: 2px solid #2E2519;
  border-radius: 0 0 26px 26px;
  margin-left: 26px;
  position: relative;
}

.brasspan::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 2px;
  height: 22px;
  background-color: #2E2519;
  transform: translateX(-50%);
}

/* ---------- generic section band ---------- */
.studio-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 24px 46px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.studio-intro-main {
  background-color: #FAF5E8;
  padding: 30px 32px;
  border-radius: 3px;
  border-left: 6px solid #C77F35;
}

.studio-intro-aside {
  background-color: #2E2519;
  color: #FAF5E8;
  padding: 26px 26px;
  border-radius: 3px;
}

.studio-intro-aside h3 {
  color: #FAF5E8;
}

.studio-intro-aside p {
  color: #FAF5E8;
}

.studio-section-head {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 6px;
}

.studio-section-head h2 {
  font-size: 1.95rem;
  color: #322A26;
}

.studio-section-head p {
  max-width: 780px;
  font-size: 1.02rem;
}

/* ---------- DIP STRIPS ---------- */
.blotterstrip {
  padding: 6px 0 34px;
}

.bldip {
  position: relative;
  background-color: #E5D9BE;
  border-radius: 3px;
  padding: 26px 34px 26px 58px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 24px;
  align-items: center;
  border: 1px solid #E5D9BE;
}

.bldip.w-88 { width: 88%; }
.bldip.w-82 { width: 82%; }

.bldip.left { margin-left: 4%; margin-right: auto; }
.bldip.right { margin-right: 4%; margin-left: auto; }

.bldip.punched::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 18px;
  width: 16px;
  height: 16px;
  background-color: #F3EDE1;
  border-radius: 50%;
  border: 2px solid #2E2519;
}

.bldip-name {
  font-size: 1.32rem;
  margin: 0 0 8px;
  color: #322A26;
}

.bldip-body {
  max-width: 620px;
  font-size: 0.97rem;
  margin: 0;
  color: #322A26;
}

.bldip-body a {
  color: #C77F35;
  font-weight: bold;
}

.bldip-soak {
  width: 120px;
  height: 120px;
  border: 1px solid #2E2519;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #FAF5E8;
}

.bldip-soak-fill {
  width: 100%;
}

.bldip-soak-fill.fk-amber { background-color: #C77F35; }
.bldip-soak-fill.fk-blush { background-color: #D9A08C; }
.bldip-soak-fill.fk-straw { background-color: #E5D9BE; }

.bldip-soak-fill.h1 { height: 40px; }
.bldip-soak-fill.h2 { height: 62px; }

.bldip.folded::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 34px solid #FAF5E8;
  border-left: 34px solid #E5D9BE;
  border-radius: 0 3px 0 0;
}

/* ---------- ACCENT STRIP : FUNNEL LINE ---------- */
.funnelline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 34px 24px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.funnel-glyph {
  position: relative;
  width: 54px;
  height: 44px;
  flex-shrink: 0;
}

.funnel-top {
  width: 54px;
  height: 20px;
  background-color: #C77F35;
  clip-path: polygon(0 0, 100% 0, 62% 100%, 38% 100%);
}

.funnel-neck {
  width: 8px;
  height: 14px;
  background-color: #C77F35;
  margin: 0 auto;
}

.funnel-drop {
  position: relative;
  width: 2px;
  height: 40px;
  background-color: #C77F35;
}

.funnel-drop::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 9px;
  background-color: #E5D9BE;
  border-radius: 50%;
}

.funnelline-text {
  font-size: 1.12rem;
  color: #322A26;
  margin: 0;
  max-width: 620px;
}

.funnelline-text strong {
  color: #2E2519;
}

/* ---------- rich content blocks ---------- */
.studioblocks {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 24px 50px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 34px;
}

.studioblocks-article h2 {
  font-size: 1.8rem;
}

.studioblocks-article h3 {
  font-size: 1.24rem;
  color: #2E2519;
  margin-top: 26px;
}

.studioblocks-side {
  background-color: #FAF5E8;
  border-radius: 3px;
  padding: 28px 28px;
  border-top: 6px solid #C77F35;
  align-self: start;
}

.studioblocks-side h3 {
  margin-top: 0;
}

.sidenote-card {
  background-color: #E5D9BE;
  border-radius: 3px;
  padding: 18px 20px;
  margin-bottom: 16px;
}

.sidenote-card h4 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #2E2519;
}

.sidenote-card p {
  margin: 0;
  font-size: 0.9rem;
}

/* note index card */
.noteindex {
  background-color: #FAF5E8;
  border: 1px solid #E5D9BE;
  border-left: 6px solid #C77F35;
  border-radius: 2px;
  padding: 16px 18px;
  margin-bottom: 16px;
}

.noteindex h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #C77F35;
}

.noteindex p {
  margin: 0;
  font-size: 0.9rem;
}

/* flacon / beaker motif strip */
.glassline {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 50px;
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.flacon {
  width: 70px;
  position: relative;
  text-align: center;
}

.flacon-body {
  width: 70px;
  height: 96px;
  background-color: #C77F35;
  border-radius: 4px;
  position: relative;
  border: 2px solid #2E2519;
}

.flacon-body::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  right: 6px;
  height: 16px;
  background-color: #FAF5E8;
  border-radius: 1px;
}

.flacon-neck {
  width: 20px;
  height: 18px;
  background-color: #2E2519;
  margin: 0 auto;
}

.flacon-stopper {
  width: 30px;
  height: 16px;
  background-color: #D9A08C;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
}

.beaker {
  width: 100px;
  height: 110px;
  background-color: #FAF5E8;
  border: 2px solid #2E2519;
  border-radius: 6px 6px 20px 20px;
  position: relative;
  overflow: hidden;
}

.beaker::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  background-color: #C77F35;
}

.beaker-lip {
  width: 34px;
  height: 8px;
  background-color: #2E2519;
  border-radius: 3px;
  margin-left: -2px;
}

.glasscaption {
  text-align: center;
  font-size: 0.82rem;
  color: #322A26;
  margin-top: 12px;
}

/* ---------- CABINET FOOTER ---------- */
.scentcabinet {
  background-color: #2E2519;
  color: #FAF5E8;
  margin-top: 10px;
}

.scentcabinet-lip {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 24px 0;
  display: flex;
  align-items: flex-end;
  gap: 26px;
  border-bottom: 3px solid #E5D9BE;
  padding-bottom: 14px;
  flex-wrap: wrap;
}

.scentcabinet-lip .flacon-body {
  height: 74px;
  width: 56px;
}

.scentcabinet-lip .flacon {
  width: 56px;
}

.scentcabinet-lip .flacon-body::before {
  height: 12px;
}

.scentcabinet-lip .beaker {
  height: 82px;
  width: 78px;
}

.scentcabinet-lipcaption {
  color: #E5D9BE;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  margin: 0 0 4px auto;
  align-self: flex-end;
}

.scentcabinet-body {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 26px;
}

.scentcabinet-brandplate {
  background-color: #FAF5E8;
  color: #322A26;
  border-radius: 3px;
  padding: 20px 22px;
}

.scentcabinet-brandplate .riserbrand-name {
  color: #322A26;
}

.scentcabinet-brandplate p {
  font-size: 0.9rem;
  color: #322A26;
  margin: 10px 0 0;
}

.footlabel {
  background-color: #FAF5E8;
  border-radius: 3px;
  padding: 16px 18px;
}

.footlabel h4 {
  margin: 0 0 10px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C77F35;
}

.footlabel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footlabel li {
  margin-bottom: 7px;
}

.footlabel a {
  color: #322A26;
  text-decoration: none;
  font-size: 0.9rem;
}

.footlabel a:hover {
  color: #C77F35;
  text-decoration: underline;
}

.scentcabinet-base {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  border-top: 1px solid #E5D9BE;
  margin-top: 30px;
}

.scentcabinet-base p {
  margin: 0;
  font-size: 0.85rem;
  color: #FAF5E8;
}

.scentcabinet-base a {
  color: #C77F35;
}

.dropyear {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FAF5E8;
  font-size: 0.85rem;
}

.dropyear .riserbrand-drop {
  width: 10px;
  height: 14px;
}

/* ---------- SERVICES PAGE ---------- */
.svc-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 24px 24px;
}

.svc-hero h1 {
  font-size: 2.4rem;
  max-width: 760px;
}

.svc-hero p {
  max-width: 800px;
  font-size: 1.05rem;
}

.svc-detail-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.svc-detail {
  background-color: #FAF5E8;
  border-radius: 3px;
  padding: 28px 30px;
  border-top: 6px solid #C77F35;
}

.svc-detail:nth-child(2n) {
  border-top-color: #2E2519;
}

.svc-detail h2 {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.svc-detail p {
  font-size: 0.97rem;
}

.svc-detail-tag {
  display: inline-block;
  background-color: #E5D9BE;
  color: #322A26;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.industries-band {
  background-color: #2E2519;
  color: #FAF5E8;
  margin: 20px 0;
}

.industries-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px;
}

.industries-inner h2 {
  color: #FAF5E8;
}

.industries-inner p {
  color: #FAF5E8;
  max-width: 820px;
}

.industry-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.industry-list li {
  background-color: #2E2519;
  border-left: 5px solid #C77F35;
  border-top: 1px solid #E5D9BE;
  border-bottom: 1px solid #E5D9BE;
  padding: 13px 18px;
  color: #FAF5E8;
  font-size: 1rem;
}

.processband {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px;
}

.processband h2 {
  font-size: 1.9rem;
}

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

.pstep {
  background-color: #E5D9BE;
  border-radius: 3px;
  padding: 22px 20px;
  border-bottom: 5px solid #C77F35;
}

.pstep-num {
  font-size: 1.6rem;
  color: #C77F35;
  font-weight: bold;
  margin: 0 0 8px;
}

.pstep h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.pstep p {
  font-size: 0.88rem;
  margin: 0;
}

.svc-cta {
  background-color: #FAF5E8;
  border: 1px solid #E5D9BE;
  border-radius: 3px;
  max-width: 1180px;
  margin: 10px auto 46px;
  padding: 36px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
}

.svc-cta h2 {
  margin: 0 0 8px;
  font-size: 1.6rem;
}

.svc-cta p {
  margin: 0;
  max-width: 620px;
}

/* ---------- CONTACT PAGE ---------- */
.contact-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.contact-card {
  background-color: #FAF5E8;
  border-radius: 3px;
  padding: 30px 32px;
  border-top: 6px solid #C77F35;
}

.contact-card h1 {
  font-size: 2rem;
}

.contact-card h2 {
  font-size: 1.3rem;
}

.contactfield {
  margin-bottom: 16px;
}

.contactfield label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2E2519;
  margin-bottom: 6px;
}

.contactfield input,
.contactfield textarea {
  width: 100%;
  font-family: inherit;
  font-size: 0.95rem;
  padding: 11px 13px;
  border: 1px solid #E5D9BE;
  border-radius: 2px;
  background-color: #F3EDE1;
  color: #322A26;
}

.contactfield input:focus,
.contactfield textarea:focus {
  outline: 2px solid #C77F35;
}

.contactform-status {
  font-size: 0.88rem;
  color: #2E2519;
  margin: 10px 0 0;
  min-height: 20px;
}

.contactinfo-block {
  background-color: #2E2519;
  color: #FAF5E8;
  border-radius: 3px;
  padding: 30px 32px;
}

.contactinfo-block h2 {
  color: #FAF5E8;
  font-size: 1.3rem;
}

.contactinfo-block p,
.contactinfo-block li {
  color: #FAF5E8;
}

.contactinfo-block a {
  color: #C77F35;
}

.contactinfo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.contactinfo-list li {
  padding: 10px 0;
  border-bottom: 1px solid #E5D9BE;
  font-size: 0.95rem;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #E5D9BE;
  font-size: 0.92rem;
}

.faqband {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 24px 54px;
}

.faqband h2 {
  font-size: 1.9rem;
}

.faqitem {
  border: 1px solid #E5D9BE;
  border-left: 6px solid #C77F35;
  border-radius: 3px;
  background-color: #FAF5E8;
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background-color: #FAF5E8;
  color: #322A26;
  border: none;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: bold;
  padding: 18px 22px;
  cursor: pointer;
}

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

.faq-a {
  padding: 0 22px 18px;
  font-size: 0.95rem;
  display: block;
}

.faq-a[hidden] {
  display: none;
}

/* ---------- small counters ---------- */
.counterband {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 24px 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.countcard {
  background-color: #E5D9BE;
  border-radius: 3px;
  padding: 24px 22px;
  text-align: center;
  border-top: 5px solid #2E2519;
}

.countcard-num {
  font-size: 2.2rem;
  color: #C77F35;
  font-weight: bold;
  margin: 0;
}

.countcard-label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 6px 0 0;
  color: #322A26;
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .vialfan {
    grid-template-columns: 1fr;
  }
  .studio-intro {
    grid-template-columns: 1fr;
  }
  .studioblocks {
    grid-template-columns: 1fr;
  }
  .scentcabinet-body {
    grid-template-columns: 1fr 1fr;
  }
  .svc-detail-grid {
    grid-template-columns: 1fr;
  }
  .processsteps {
    grid-template-columns: 1fr 1fr;
  }
  .contact-wrap {
    grid-template-columns: 1fr;
  }
  .counterband {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .navtoggle {
    display: inline-block;
  }
  .risernav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .risernav.is-open {
    display: flex;
  }
  .riserlink {
    flex-direction: column;
  }
  .riserlink-stroke {
    height: 6px !important;
  }
  .vialfan-title {
    font-size: 1.9rem;
  }
  .bldip {
    grid-template-columns: 1fr;
  }
  .bldip.w-88,
  .bldip.w-82 {
    width: 94%;
  }
  .bldip-soak {
    width: 100%;
    height: 60px;
  }
  .bldip-soak-fill {
    height: 30px;
  }
  .scentcabinet-body {
    grid-template-columns: 1fr;
  }
  .processsteps {
    grid-template-columns: 1fr;
  }
}
