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

html{scroll-behavior:smooth}

body{
  font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:16px;
  line-height:1.7;
  color:#33291F;
  background-color:#F3EFE7;
  overflow-x:hidden;
}

img{max-width:100%;display:block}
a{color:#33291F;text-decoration:none}
ul{list-style:none}

/* Shared subtle edge used instead of translucent shadows */
.sof{box-shadow:0 10px 24px #C7BAA6}
.soft-link{color:#33291F}

/* ---------- BOOTH-DOOR NAV ---------- */
.boothdoor{
  position:sticky;
  top:0;
  z-index:60;
  width:100%;
}

.boothdoor-rail{
  background-color:#4A382A;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:14px 24px;
  padding:12px 28px;
  border-bottom:3px solid #C4756B;
  position:relative;
}

.boothdoor-brand{
  display:flex;
  align-items:center;
  gap:12px;
  background-color:#FBF8F0;
  padding:8px 16px;
  border-radius:8px;
  box-shadow:0 6px 12px #33291F;
}

.sa-glyph{color:#C4756B;display:inline-block;line-height:1;font-size:22px;letter-spacing:-3px}

.boothdoor-brand strong{
  font-size:22px;
  letter-spacing:2px;
  color:#33291F;
}

.boothdoor-links{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
}

.boothdoor-links a.booth-link{
  display:inline-block;
  background-color:#E7DFD0;
  color:#4A382A;
  font-weight:600;
  padding:10px 18px;
  border-radius:6px;
  font-size:15px;
  position:relative;
  border-bottom:3px solid #E7DFD0;
  transition:background-color .15s ease,border-color .15s ease,color .15s ease;
}

.booth-link.grooves::after{
  content:"";
  display:block;
  height:3px;
  margin-top:6px;
  background:repeating-linear-gradient(90deg,#C4756B 0 6px,#E7DFD0 6px 12px);
}

.booth-link.rose-tag{
  background-color:#C4756B;
  color:#4A382A;
  border-color:#C4756B;
}

.boothdoor-links a.booth-link:hover{
  background-color:#FBF8F0;
  border-color:#C4756B;
}

.booth-link.active{background-color:#FBF8F0;border-color:#4A382A}

.nav-rule{
  width:100%;
  height:3px;
  background-color:#C4756B;
}

.booth-toggle{
  display:none;
  background-color:#C4756B;
  color:#4A382A;
  border:none;
  font-weight:700;
  font-size:15px;
  padding:10px 16px;
  border-radius:6px;
  cursor:pointer;
}

.baffle-drawer{
  display:none;
  width:100%;
  background-color:#4A382A;
  border-top:1px solid #C4756B;
  flex-direction:column;
}

.baffle-drawer a{
  display:block;
  color:#FBF8F0;
  padding:12px 18px;
  border-bottom:1px solid #5C4636;
  font-weight:600;
}
.baffle-drawer a:last-child{border-bottom:none}

.boothdoor.open .baffle-drawer{display:flex}

@media(max-width:860px){
  .booth-link.booth-wide{display:none}
  .booth-toggle{display:inline-block}
}

/* ---------- WRAPPER ---------- */
.wrap{
  width:100%;
  margin:0 auto;
  padding:0 24px;
}
@media(min-width:1080px){.wrap{max-width:1180px}}

/* ---------- HERO : AUDIOGRAM WALL ---------- */
.audiogramwall{
  background-color:#E7DFD0;
  width:100%;
}

.audiogramwall-inner{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
  padding:56px 24px 40px;
}
@media(min-width:1080px){.audiogramwall-inner{max-width:1180px;margin:0 auto;gap:0}}

.chartwall{
  flex:1 1 55%;
  padding-right:0;
}
@media(min-width:1080px){.chartwall{flex:2 1 58%;padding-right:48px}}

.audiogram-card{
  background-color:#FBF8F0;
  border-radius:14px;
  padding:36px 32px;
  box-shadow:0 14px 30px #C7BAA6;
  border-top:6px solid #C4756B;
  position:relative;
}

.eyebrow{
  display:inline-block;
  color:#C4756B;
  font-weight:800;
  letter-spacing:4px;
  font-size:13px;
  text-transform:uppercase;
  border-bottom:2px solid #C4756B;
  padding-bottom:6px;
  margin-bottom:18px;
}

.audiogram-card h1{
  font-size:42px;
  line-height:1.12;
  color:#33291F;
  margin-bottom:18px;
  font-weight:800;
}
@media(min-width:1080px){.audiogram-card h1{font-size:52px}}

.lead{
  font-size:18px;
  color:#33291F;
  max-width:620px;
  margin-bottom:26px;
}

.hero-ctas{display:flex;flex-wrap:wrap;gap:14px}
.cta-solid{
  background-color:#C4756B;
  color:#33291F;
  font-weight:800;
  padding:14px 26px;
  border-radius:8px;
  font-size:16px;
  transition:background-color .15s ease,transform .15s ease;
}
.cta-solid:hover{background-color:#B7655B;transform:translateY(-2px)}

.cta-outline{
  border:3px solid #4A382A;
  color:#4A382A;
  font-weight:800;
  padding:11px 22px;
  border-radius:8px;
  font-size:16px;
  transition:background-color .15s ease;
}
.cta-outline:hover{background-color:#E7DFD0}

.hero-tools{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  margin-top:26px;
  padding-top:20px;
  border-top:1px dashed #C4756B;
}

.fork-icon{color:#9A8A77;font-size:30px;transform:rotate(-28deg);display:inline-block}

.wave-strip{display:flex;gap:4px;align-items:flex-end}
.wave-strip i{
  display:block;
  width:6px;
  border-radius:3px;
  background-color:#45858C;
}
.w-st-1{height:10px}.w-st-2{height:18px}.w-st-3{height:26px}.w-st-4{height:16px}.w-st-5{height:22px}.w-st-6{height:12px}

.seat-note{font-size:13px;color:#33291F;font-weight:600}

/* sound booth */
.soundbooth{
  flex:1 1 42%;
}
.booth-frame{
  background-color:#4A382A;
  border-radius:16px;
  padding:18px;
  box-shadow:0 14px 30px #33291F;
  position:relative;
}
.booth-door-visual{display:flex;flex-direction:column}
.booth-open{
  background-color:#E7DFD0;
  border-radius:10px;
  padding:26px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  min-height:220px;
}
.booth-glow{
  position:absolute;
  inset:0;
  border-radius:10px;
  visibility:hidden;
}
.booth-inner-copy{position:relative;z-index:1;text-align:center;color:#4A382A;font-weight:700}
.booth-baffles{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:12px 12px 0;
}
.booth-baffles span{
  display:block;
  background-color:#A99579;
  border-radius:6px;
  padding:14px 0;
  text-align:center;
  color:#4A382A;
  font-weight:800;
  letter-spacing:1px;
}
.booth-label{margin-top:12px;color:#E7DFD0;font-weight:700;letter-spacing:3px;text-transform:uppercase;font-size:12px}

/* kick strip */
.audiogram-kick{background-color:#4A382A;width:100%}
.statline{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px 0;
  max-width:1180px;
  margin:0 auto;
  padding:26px 24px;
}
.stat-cell{
  flex:1 1 240px;
  text-align:center;
  border-left:1px solid #C4756B;
  color:#FBF8F0;
  padding:0 16px;
}
.stat-cell:first-child{border-left:none}
.stat-num{font-size:34px;font-weight:800;color:#FBF8F0}
.stat-cap{color:#FBF8F0;font-weight:600;margin-top:4px;font-size:14px}

/* ---------- FREQUENCY BAND ROWS ---------- */
.freqwrap{padding:64px 0 10px;background-color:#F3EFE7;width:100%}

.band-line{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}
.band-line h2{font-size:34px;color:#33291F;font-weight:800}
.band-line p{color:#33291F;max-width:640px;font-weight:500}

.bands-stack{
  max-width:1180px;
  margin:0 auto;
  padding:20px 24px 40px;
  position:relative;
}

.freqband{
  background-color:#FBF8F0;
  border:1px solid #E7DFD0;
  border-left:6px solid #C4756B;
  border-radius:10px;
  padding:28px 28px;
  margin-bottom:22px;
  position:relative;
}
.freqband:nth-of-type(even){border-left-color:#45858C}
@media(min-width:1080px){.freqband.alt{margin-left:40px}}
.freqband.alt{border-left-color:#45858C}
.freqband{overflow:hidden}
.freqband:hover{box-shadow:0 12px 26px #C7BAA6}
.freqband h3{font-size:22px;color:#33291F;margin-bottom:6px}
.freq-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}
.band-code{
  font-family:"Courier New",monospace;
  font-weight:800;
  color:#FBF8F0;
  background-color:#C4756B;
  padding:4px 10px;
  border-radius:4px;
  letter-spacing:1px;
  font-size:13px;
}
.freqband.alt .band-code,.freqband:nth-of-type(even) .band-code{background-color:#45858C}
.dot-node{width:14px;height:14px;border-radius:50%;background-color:#C4756B;display:inline-block}
.freqband.alt .dot-node,.freqband:nth-of-type(even) .dot-node{background-color:#45858C}
.freq-details{color:#33291F;font-weight:700;font-size:15px;border-bottom:2px solid #C4756B;padding-bottom:2px}
.freqband p{color:#33291F;margin-top:12px}

/* alternating offset rows already applied via nth classes */
.freqband:nth-of-type(even){background-color:#FBF8F0}

/* statement row */
.statement-band{background-color:#4A382A;width:100%;margin-top:30px}
.statement-inner{
  max-width:1180px;
  margin:0 auto;
  padding:56px 24px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:24px;
}
.state-figure{
  font-size:110px;
  font-weight:800;
  line-height:1;
  color:#FBF8F0;
  border-right:2px solid #C4756B;
  padding-right:34px;
  flex:1 1 260px;
}
.state-pledge{flex:2 1 400px}
.state-pledge h3{color:#FBF8F0;font-size:28px;line-height:1.2;margin-bottom:8px}
.state-pledge p{color:#E7DFD0;font-size:17px;max-width:620px}

/* ---------- CARE PATH ---------- */
.carepath-sec{background-color:#E7DFD0;width:100%;padding:64px 0}
.cp-head{max-width:1180px;margin:0 auto;padding:0 24px 30px}
.cp-head .band-line h2{color:#4A382A}
.carepath{max-width:1180px;margin:0 auto;padding:10px 24px 0;position:relative}
.cp-aside-channel{
  position:absolute;
  top:34px;
  left:24px;
  right:24px;
  height:4px;
  border-top:3px dashed #C4756B;
}
.cp-row{
  display:grid;
  grid-template-columns:repeat(1,1fr);
  gap:30px 16px;
  position:relative;
  z-index:1;
}
@media(min-width:760px){.cp-row{grid-template-columns:repeat(5,1fr)}}
.cp-plate{
  text-align:center;
  background-color:#4A382A;
  border-radius:50%;
  width:104px;
  height:104px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  box-shadow:0 8px 16px #33291F;
}
.cp-plate span{color:#FBF8F0;font-weight:800;font-size:15px}
.cp-plate .fork-mini{position:absolute;left:50%;top:-8px;transform:translateX(-50%);color:#C4756B;font-weight:900}
.caption{text-align:center;color:#4A382A}
.caption strong{display:block;font-size:16px;color:#33291F;margin-bottom:4px}
.caption span{font-size:13px;color:#4A382A;display:block}

/* ---------- ACCENT STRIP ---------- */
.accband{background-color:#C4756B;width:100%;padding:46px 0}
.acc-inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:26px;
}
.acc-mark{flex-basis:150px}
.acc-mark .stamp{
  color:#4A382A;
  border:3px solid #4A382A;
  display:inline-block;
  transform:rotate(-5deg);
  font-weight:800;
  padding:10px 18px;
  letter-spacing:2px;
  text-transform:uppercase;
  border-radius:6px;
}
.acc-copy{flex:2 1 420px}
.acc-copy h3{color:#4A382A;font-size:26px;margin-bottom:6px}
.acc-copy p{color:#33291F;font-weight:600}
.acc-inner .cta-solid{background-color:#FBF8F0;color:#4A382A}

/* ---------- MOLD TRAY FOOTER ---------- */
.moldtray{position:relative;background-color:#4A382A;width:100%}
.mt-band{background-color:#4A382A;padding:34px 0 6px;position:relative;z-index:1}
.mt-inner{max-width:1180px;margin:0 auto;padding:0 24px}
.mt-motto{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  justify-content:center;
  margin-bottom:10px;
}
.mt-motto .shell-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;align-items:center}
.shell{display:inline-block;color:#C4756B;font-size:26px;font-weight:800;transform:rotate(22deg)}
.shell:nth-child(even){transform:rotate(-18deg)}
.mt-motto em{color:#E7DFD0;font-style:normal;font-weight:800;letter-spacing:5px;font-size:16px}
.mt-cols{
  display:grid;
  grid-template-columns:repeat(1,1fr);
  gap:26px;
  padding:34px 0;
  border-top:1px solid #5C4636;
}
@media(min-width:760px){.mt-cols{grid-template-columns:repeat(3,1fr)}}
.mt-col h4{color:#FBF8F0;font-size:15px;letter-spacing:2px;border-bottom:1px solid #C4756B;padding-bottom:8px;margin-bottom:14px}
.mt-col a,.mt-col span{display:block;color:#E7DFD0;padding:5px 0;font-size:15px}
.mt-col a:hover{color:#FBF8F0}

.mt-base{background-color:#E7DFD0;padding:28px 0 22px;position:relative;z-index:1}
.mt-base-inner{max-width:1180px;margin:0 auto;padding:0 24px;text-align:center}
.mt-firm{color:#33291F;font-weight:800;font-size:18px;letter-spacing:2px;margin-bottom:6px}
.mt-addr{color:#33291F;font-size:15px;margin-bottom:4px}
.mt-contact{color:#33291F;font-size:15px;margin-bottom:8px}
.copyright{color:#33291F;font-size:13px;border-top:1px solid #C4756B;padding-top:12px;display:block;margin:0 auto;max-width:680px}

/* ---------- SHARED TYPOGRAPHY + PAGES ---------- */
.text-center{text-align:center}

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

.page-title-h1{font-size:40px;color:#33291F;margin-bottom:10px;font-weight:800}
.page-eyebrow{color:#C4756B;font-weight:800;letter-spacing:3px;text-transform:uppercase;font-size:13px}

.sec-wrap{padding:60px 24px;width:100%}
.sec-inner{max-width:1100px;margin:0 auto}

.std-h2{font-size:30px;color:#33291F;font-weight:800;border-left:8px solid #C4756B;padding-left:16px;margin:0 0 18px}
.std-p{color:#33291F;margin-bottom:14px}

/* reveal system (noscript default visible; JS toggles allowed-js) */
.reveal{opacity:1}
html.allowed-js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
html.allowed-js .reveal.in-view{opacity:1;transform:none}
noscript{display:block}

/* ---------- SERVICES / CONTACT detail rows ---------- */
.duty-row{
  background-color:#FBF8F0;
  border-left:6px solid #C4756B;
  padding:30px 30px;
  border-radius:10px;
  margin-bottom:22px;
  box-shadow:0 10px 22px #C7BAA6;
  border-top:1px solid #E7DFD0;
  border-bottom:1px solid #E7DFD0;
}
.duty-row:nth-of-type(even){border-left-color:#45858C}
.duty-row:nth-of-type(even){border-top-color:#45858C}
.duty-row h3{font-size:24px;color:#33291F;margin-bottom:8px}
.lead-service-note{color:#33291F}

.cta-inline-band{
  background-color:#4A382A;
  border-radius:14px;
  padding:34px 30px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:30px;
}
.cta-inline-band h3{color:#FBF8F0;font-size:26px;margin-bottom:4px}
.cta-inline-band p{color:#E7DFD0}

.faq-item{background-color:#FBF8F0;border-left:6px solid #C4756B;border-radius:10px;padding:22px 24px;margin-bottom:14px;border-top:1px solid #E7DFD0}
.faq-item h3{color:#33291F;font-size:20px;margin-bottom:8px}
.faq-item p{color:#33291F}

.contact-form{background-color:#FBF8F0;border-radius:14px;padding:32px;box-shadow:0 12px 26px #C7BAA6;border-top:6px solid #C4756B}
.form-row{display:grid;margin-bottom:18px}
.form-row label{font-weight:700;color:#33291F;margin-bottom:6px;font-size:14px}
.form-row input,.form-row select,.form-row textarea{
  font-family:inherit;font-size:16px;color:#33291F;
  background-color:#F3EFE7;border:2px solid #E7DFD0;border-radius:8px;padding:12px 14px;
}
.form-row input:focus,.form-row textarea:focus{border-color:#C4756B;outline:none;background-color:#FBF8F0}
.form-error{color:#8A1F1F;font-weight:800;font-size:14px;margin-top:20px;min-height:22px}

.contact-block{display:flex;gap:30px;flex-wrap:wrap;align-items:flex-start}
.contact-form-col{flex:1 1 440px}
.contact-info-col{flex:1 1 340px}
.contact-card{background-color:#E7DFD0;border-radius:12px;padding:24px;margin-bottom:16px;border-left:6px solid #C4756B}
.contact-card h3{color:#4A382A;font-size:18px;margin-bottom:8px;letter-spacing:1px}
.contact-card p,.contact-card a{color:#33291F;display:block;font-weight:600}
.contact-card a:hover{color:#4A382A}

.proc-step{
  display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;
  background-color:#E7DFD0;border-radius:10px;padding:20px 22px;border-left:6px solid #4A382A;
}
.proc-num{background-color:#4A382A;color:#FBF8F0;font-weight:800;border-radius:8px;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:20px}
.proc-step h3{color:#33291F;font-size:20px;margin-bottom:6px}
.proc-step p{color:#4A382A}
