:root{
  --paper:#F5F2E8;   /* butcher paper kraft wall */
  --sticky:#FBF9EF;  /* sticky note sheet */
  --ink:#26262B;     /* marker ink text */
  --iris:#6C3FA8;    /* takt iris accent */
  --iris-press:#4B2D7F; /* pressed iris */
  --grey:#8B8A85;    /* masking tape grey */
  --dark:#2B2C30;    /* kanban board band */
  --mint:#CDE3D2;    /* clear state flag only */
  --ridge:#E4DEC7;   /* light paper fold */
  --thin:#201E22;
  --inkline:#55534E;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#F5F2E8;
  color:#26262B;
  font-family:"Segoe UI",system-ui,Roboto,-apple-system,sans-serif;
  font-size:16px;
  line-height:1.65;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
h1,h2,h3,.sechead{margin:0;line-height:1.12}
ul{list-style:none;margin:0;padding:0}
p{margin:0}

/* fixed top only; no fixed bottom element anywhere */
.site-head{position:sticky;top:0;z-index:40;background:#F5F2E8}
.nav-inner{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:16px 24px 12px;
  display:flex;
  align-items:center;
  gap:16px;
}
.brand{display:flex;align-items:center;gap:10px;padding-right:8px}
.brand .brand-plate{
  background:#6C3FA8;
  color:#FBF9EF;
  font-weight:800;
  letter-spacing:.06em;
  padding:7px 11px;
  font-size:1.05rem;
  box-shadow:0 4px 0 #4B2D7F;
  border-radius:3px;
}
.cluster-glyph{position:relative;width:34px;height:26px;display:inline-block}
.cluster-glyph .note{
  position:absolute;
  width:18px;height:14px;
  background:#FBF9EF;
  border:1px solid #B5AC8F;
  top:0;left:0;
}
.cluster-glyph .note.a{transform:rotate(-8deg);left:1px;top:2px}
.cluster-glyph .note.b{transform:rotate(5deg);left:9px;top:0}
.cluster-glyph .note.c{background:#6C3FA8;transform:rotate(-2deg);left:16px;top:5px;border-color:#6C3FA8}
.brand-name{font-weight:700;font-size:.95rem;line-height:1.1;color:#26262B}
.site-nav{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:nowrap}
.nav-tab{
  background:#6C3FA8;
  color:#FBF9EF;
  font-size:.85rem;
  font-weight:700;
  padding:9px 16px;
  border-radius:2px 6px 6px 6px;
  box-shadow:0 3px 0 #4B2D7F;
}
.nav-tab.alt{background:#8B8A85;box-shadow:0 3px 0 #6a6964;color:#26262B}
.nav-cta{
  background:#6C3FA8;
  color:#FBF9EF;
  font-weight:800;
  letter-spacing:.05em;
  font-size:.8rem;
  padding:10px 16px;
  border-radius:999px;
  box-shadow:0 3px 0 #4B2D7F;
  margin-left:6px;
}
.nav-toggle{
  display:none;
  background:none;border:0;cursor:pointer;
  margin-left:auto;flex-direction:column;gap:5px;padding:8px;
}
.toggle-line{display:block;width:26px;height:3px;background:#26262B}
.nav-tape{height:9px;background:#8B8A85}
.page{overflow:visible}
.page > *{overflow:visible}

/* shared eyebrow & buttons */
.eyebrow{
  color:#4B2D7F;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.82rem;
  margin-bottom:14px;
}
.eyebrow.dark{color:#4B2D7F}
.btn{
  display:inline-block;cursor:pointer;border:0;
  font-weight:800;font-size:.95rem;
  padding:13px 20px;border-radius:4px;
}
.iris{
  background:#6C3FA8;color:#FBF9EF;
  box-shadow:0 5px 0 #4B2D7F;
}
.iris:hover{background:#583392}
.outline{
  background:transparent;color:#26262B;
  box-shadow:inset 0 0 0 2px #6C3FA8;
}
.outline:hover{background:#6C3FA8;color:#FBF9EF}
.light{
  background:#FBF9EF;color:#6C3FA8;
  box-shadow:0 5px 0 #3B2470;
}
.light:hover{background:#F5F2E8}

/* ============ HERO : MAPPING WALL ============ */
.mappingwall{
  width:100%;
  border-bottom:1px solid #B5AC8F;
}
.wall{
  width:100%;
  background:#F5F2E8;
  padding:36px clamp(8px,3vw,44px) 26px;
}
.wall-sheet{
  position:relative;
  margin:0 auto;
  max-width:1240px;
  background:#FBF9EF;
  border:1px solid #D6CCAB;
  border-radius:2px;
  min-height:320px;
  padding:30px 30px 26px;
}
.wall-torn{
  position:absolute;top:-1px;left:-1px;right:-1px;height:10px;
  background:#F5F2E8;
  border-bottom:1px dashed #B5AC8F;
  border-radius:2px 2px 0 0;
  pointer-events:none;
}
.andle-line{
  position:absolute;left:2%;right:2%;top:132px;height:2px;
  background:#C9C0A8;
  border-top:1px dashed #B5AC8F;
}
.vsm-stream{
  position:relative;z-index:3;
  display:grid;
  grid-template-columns:repeat(5,auto) 1fr;
  grid-gap:16px;
  align-items:end;
  margin:4px auto 0;
}
.proc{position:relative;}
.proc figcaption{
  background:#FBF9EF;
  border:2px solid #26262B;
  border-radius:4px;
  min-width:132px;
  display:flex;flex-direction:column;gap:6px;
  padding:12px 12px 10px;
}
.proc strong{font-size:.92rem}
.proc .chip{
  font-size:.7rem;font-weight:800;color:#26262B;
  background:#8B8A85;
  align-self:flex-start;padding:2px 7px;border-radius:2px;
}
.chip-top{margin-bottom:6px;font-size:.7rem;background:#8B8A85;padding:2px 7px;border-radius:2px;align-self:flex-start}
.sts-cluster{display:flex;gap:2px;margin:0 0 8px 10px}
.sts-cluster i{width:15px;height:13px;background:#6C3FA8;display:block}
.sts-cluster i:nth-child(2){background:#8B8A85}
.sts-cluster i:nth-child(3){background:#FBF9EF;border:1px solid #6C3FA8}
.sts-cluster.small i{width:20px;background:#8B8A85}
.arrow{
  position:relative;top:-8px;align-self:center;
  width:26px;height:3px;background:#6C3FA8;
}
.arrow::after{
  content:"";position:absolute;right:-1px;top:-5px;
  border:5px solid transparent;
  border-left-color:#6C3FA8;
}
.arrow.two{width:46px}
.proc.done figcaption{border-color:#6C3FA8;background:#FBF9EF}
.clear-flag{
  position:absolute;top:-16px;right:-14px;
  width:16px;height:24px;
  background:#CDE3D2;
  border:1px solid #9ab98f;
  clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%);
}
.takt-clock{position:absolute;right:10px;bottom:10px;z-index:4}
.clock-face{
  width:64px;height:64px;border-radius:50%;
  border:2px solid #6C3FA8;
  background:#FBF9EF;
  position:relative;display:flex;align-items:center;justify-content:center;
}
.clock-ticks{display:none}
.hand{position:absolute;width:3px;background:#6C3FA8;top:50%;left:50%;transform-origin:50% 100%}
.hand-a{height:22px;transform:rotate(200deg) translate(-50%,-100%)}
.hand-b{height:15px;transform:rotate(60deg) translate(-50%,-100%)}
.clock-label{position:absolute;inset:11px;background:#FBF9EF;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;font-size:.66rem;text-align:center}
.clock-label small{font-weight:800;font-size:.9em;color:#26262B}
.andon-lamp{position:absolute;left:6px;bottom:0;z-index:4;display:flex;flex-direction:column;align-items:center;width:26px}
.lamp-head{width:26px;height:18px;border-radius:8px 8px 3px 3px;background:#CDE3D2;border:1px solid #9ab98f}
.lamp-post{width:5px;height:42px;background:#26262B}
.lamp-base{width:18px;height:4px;background:#26262B;border-radius:2px}
.wall-marker{position:absolute;left:0;right:0;bottom:6px;height:3px;background:#26262B;opacity:0;pointer-events:none}

/* hero lower table */
.tablefloor{
  display:grid;grid-template-columns:1fr 120px;align-items:stretch;
  max-width:1240px;margin:0 auto;
}
.slab{
  background:#FBF9EF;
  border:1px solid #D6CCAB;
  border-radius:6px;
  padding:44px clamp(20px,5vw,64px);
  max-width:min(1240px,100%);
}
.h1-row{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}
h1{font-size:clamp(2.1rem,5vw,3.4rem);max-width:56rem;letter-spacing:-.01em}
.stream-stamp{
  margin-top:8px;
  border:3px solid #6C3FA8;color:#6C3FA8;
  font-weight:800;letter-spacing:.1em;font-size:.8rem;
  padding:6px 10px;border-radius:50%;transform:rotate(7deg);
}
.lead{margin:22px 0 28px;max-width:54rem;font-size:1.14rem;color:#26262B;letter-spacing:.01em}

.rollend{position:relative;background:transparent}
.rollend .roll{
  position:absolute;top:18px;right:0;bottom:18px;left:0;
  background:#FBF9EF;border:1px solid #D6CCAB;
  border-radius:6px 60px 60px 6px;
  box-shadow:inset -14px 0 0 #E4DEC7;
}

.kickstrip{
  width:100%;background:#2B2C30;
  display:flex;justify-content:center;gap:0;flex-wrap:wrap;
  padding:18px 0;
}
.kickstrip .stat{
  color:#FBF9EF;
  display:flex;align-items:baseline;gap:12px;
  padding:6px 34px;
  border-right:3px solid #6C3FA8;
}
.kickstrip .stat:last-child{border-right:0}
.stat-num{font-size:2.2rem;font-weight:800;color:#FBF9EF}
.stat-name{font-size:.92rem;color:#F5F2E8;text-transform:uppercase;letter-spacing:.08em}

/* ============ STREAM ROWS ============ */
.stream-section{max-width:1180px;margin:0 auto;padding:64px 24px 8px}
.wirehead{margin-bottom:38px;max-width:760px}
.sechead{font-size:clamp(1.6rem,3.4vw,2.4rem);margin:4px 0 14px}
.wireintro{color:#26262B;max-width:760px}
.streamrow{
  position:relative;z-index:1;
  display:grid;grid-template-columns:86px 1fr auto;grid-template-areas:"stamp body takt";
  column-gap:22px;align-items:start;
  width:96%;max-width:1050px;
  background:#FBF9EF;
  border:1px solid #D6CCAB;border-radius:4px;
  padding:26px 30px;
  margin:0 0 24px auto;
  box-shadow:5px 7px 0 #E4DEC7;
}
.streamrow.off-set{margin-left:4%;margin-right:0;box-shadow:-5px 7px 0 #E4DEC7}
.stamp{
  grid-area:stamp;
  width:70px;height:70px;border-radius:50%;
  background:#6C3FA8;color:#FBF9EF;
  font-weight:800;font-size:.8rem;letter-spacing:.04em;
  display:flex;align-items:center;justify-content:center;text-align:center;
  box-shadow:0 0 0 4px #FBF9EF,0 0 0 6px #6C3FA8;
}
.rowbody{grid-area:body}
.rowbody h3{font-size:1.5rem;margin-bottom:8px}
.rowbody p{color:#26262B}
.takt-chip{
  grid-area:takt;
  background:#8B8A85;color:#26262B;
  font-weight:800;font-size:.8rem;letter-spacing:.06em;
  padding:8px 4px;text-align:center;
  white-space:nowrap;border-radius:2px;
  transform:rotate(2deg);
}
.flag{width:18px;height:30px;position:absolute;top:-10px;right:60px}
.flag.clear{background:#CDE3D2;clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%)}
.flag.end{left:-8px;right:auto;background:#CDE3D2;clip-path:polygon(0 0,100% 0,100% 100%,50% 68%,0 100%)}
.rowlink{
  grid-column:1/-1;margin-top:12px;
  justify-self:end;font-weight:800;color:#6C3FA8;
  letter-spacing:.04em;
}
.rowlink:hover{text-decoration:underline}

/* ============ STATEMENT BAND ============ */
.statement-band{width:100%;background:#6C3FA8;margin:36px 0 0}
.statement-wrap{
  max-width:1120px;margin:0 auto;padding:70px 24px;
  display:flex;align-items:center;gap:36px;flex-wrap:wrap;
  color:#FBF9EF;
}
.huge{font-size:clamp(5rem,20vw,11rem);font-weight:800;color:#FBF9EF;line-height:.9;border-right:4px solid #FBF9EF;padding-right:30px}
.statement-text{flex:1;min-width:260px;color:#F5F2E8}
.statement-text p{font-size:1.16rem;max-width:720px}
.statement-text .mark-p{color:#FFFFFF;font-weight:700}

/* ============ KAIZEN CYCLE ============ */
.kaizen-cycle{width:100%;background:#8B8A85;margin-top:0;padding:64px 0 60px}
.kaizen-head{max-width:1180px;margin:0 auto 34px;padding:0 24px}
.kaizen-intro{max-width:820px;color:#26262B}
.kaizen-head .sechead{color:#26262B}
.track{
  max-width:1180px;margin:0 auto;
  display:grid;grid-template-columns:repeat(5,1fr);gap:14px;
  position:relative;padding:0 24px;
}
.track::after{
  content:"";position:absolute;top:44px;left:11%;right:11%;
  border-top:3px dashed #26262B;height:0;
}
.stop{
  background:#FBF9EF;
  border:2px solid #26262B;border-radius:4px;
  padding:16px 14px 14px;position:relative;z-index:2;
}
.stop.glyph-host{display:flex;flex-direction:column}
.glyph{
  width:56px;height:56px;border-radius:50%;
  background:#6C3FA8;color:#FBF9EF;
  margin-bottom:12px;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:.7rem;letter-spacing:.03em;
  border:3px solid #FBF9EF;box-shadow:0 0 0 2px #26262B;
}
.glyph.observe::after,.glyph.map::after{display:none}
.stop.live{background:#6C3FA8;border-color:#26262B}
.stop.live h3{color:#FBF9EF}
.stop.live p{color:#F5F2E8}
.stop h3{font-size:1.2rem;margin-bottom:6px}
.stop.live .glyph{background:#CDE3D2;color:#26262B}

/* ============ BOOKING ACCENT BAND ============ */
.booking-band{width:100%;background:#6C3FA8;margin:0}
.booking-wrap{
  max-width:1120px;margin:0 auto;padding:56px 24px;
  display:flex;align-items:center;gap:28px;flex-wrap:wrap;
}
.q4-stamp{
  color:#FBF9EF;font-weight:800;letter-spacing:.12em;
  border:3px dashed #FBF9EF;border-radius:8px;
  font-size:.9rem;padding:14px 18px;transform:rotate(-4deg);
  white-space:nowrap;
}
.booking-band.small{background:#6C3FA8;margin-top:46px}
.booking-body h2{color:#FBF9EF;font-size:clamp(1.5rem,3vw,2.2rem);max-width:640px}
.booking-body p{color:#F5F2E8;max-width:600px;margin:10px 0 20px}
.btn.light{position:relative;top:0}

/* ============ FOOTER : ANDON POST ============ */
.site-foot{width:100%;background:#2B2C30}
.foot-rail{
  position:relative;z-index:1;
  border-top:1px solid #4a4b52;
  background:#2B2C30;
  padding:14px 24px 30px;
  text-align:center;
}
.motto{
  max-width:1180px;margin:0 auto;
  color:#FBF9EF;letter-spacing:.24em;font-weight:700;font-size:14px;text-transform:uppercase;
}
.roll-end-sm{position:absolute;top:16px;right:20px;width:34px;height:8px;background:#FBF9EF;border-radius:3px 3px 1px 1px;transform:rotate(-2deg)}
.caddy{position:absolute;top:12px;left:18px;width:40px;height:16px;background:#6C3FA8;border-radius:3px;box-shadow:3px 3px 0 #4B2D7F}
.foot-cols{
  max-width:1180px;margin:0 auto;padding:20px 24px 26px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:30px;
}
.foot-col h4{color:#FBF9EF;letter-spacing:.08em;margin-bottom:12px;font-size:1rem}
.foot-col li{margin:0 0 8px}
.foot-col a{color:#CEC7AD;font-size:.95rem}
.foot-col a:hover{color:#FBF9EF}
.foot-plate{position:relative;z-index:1;padding:0 24px 26px}
.plate-card{
  max-width:1180px;margin:0 auto;
  display:flex;flex-wrap:wrap;gap:8px 26px;align-items:center;
  background:#FBF9EF;color:#26262B;
  border-radius:5px;padding:16px 22px;
  box-shadow:0 6px 0 #111215;
}
.plate-name{font-weight:800}
.plate-addr,.plate-info{color:#55534E;font-size:.95rem}
.copyline{margin:0;text-align:center;color:#6C3FA8;padding-top:18px;font-size:.86rem;letter-spacing:.02em}

/* ============ SERVICES ============ */
.services-hero{max-width:1180px;margin:0 auto;padding:70px 24px 10px}
.chead h1{font-size:clamp(2rem,5vw,3rem);margin:0 0 16px}
.chead .lead{max-width:840px;font-size:1.12rem;color:#26262B}
.process-overview{max-width:1180px;margin:0 auto;padding:56px 24px 4px}
.phead{margin-bottom:16px}
.process-overview p{max-width:900px;color:#26262B}
.service-grid{
  max-width:1180px;margin:0 auto;padding:20px 24px 40px;
  display:grid;gap:18px;
}
.programme{
  background:#FBF9EF;border:1px solid #D6CCAB;border-radius:6px;
  padding:26px 28px;position:relative;
  box-shadow:4px 6px 0 #E4DEC7;
}
.prog-tag{
  position:absolute;top:14px;right:16px;
  background:#8B8A85;color:#26262B;font-weight:800;
  min-width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;
}
.programme h2{color:#26262B;margin-bottom:8px;padding-right:60px}
.programme p{color:#26262B;margin-bottom:12px;max-width:980px}

/* ============ CONTACT ============ */
.contact-wrap{padding-top:0}
.contact-hero{max-width:1180px;margin:0 auto;padding:64px 24px 8px}
.contact-hero h1{font-size:clamp(2rem,4.6vw,2.8rem);margin-bottom:16px}
.contact-hero .lead{max-width:860px}
.contact-pair{
  max-width:1180px;margin:0 auto;padding:34px 24px 30px;
  display:grid;grid-template-columns:1.3fr .85fr;gap:36px;align-items:start;
}
.contact-formbox{background:#FBF9EF;border:1px solid #D6CCAB;border-radius:6px;padding:30px;box-shadow:4px 6px 0 #E4DEC7}
.contact-formbox h2{margin-bottom:18px}
.cform{display:grid;gap:8px}
.cform label{font-weight:700;font-size:.9rem}
.cform input,.cform textarea{
  font:inherit;color:#26262B;background:#F5F2E8;
  border:1px solid #B5AC8F;border-radius:4px;padding:11px 12px;margin-bottom:12px;
}
.form-foot{display:flex;align-items:center;gap:14px;margin-top:6px;flex-wrap:wrap}
.form-note{color:#55534E;font-size:.9rem}
.form-status{margin-top:10px;font-weight:700}
.noscript-note,.form-status{color:#4B2D7F}
.contact-side{display:grid;gap:18px}
.info-card{background:#FBF9EF;border:1px solid #D6CCAB;border-radius:6px;padding:22px;box-shadow:3px 5px 0 #E4DEC7}
.info-card h2{margin-bottom:12px}
.info-card p{margin-bottom:14px;color:#26262B}
.info-card a{color:#6C3FA8;font-weight:700}
.hourlist li{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px dashed #B5AC8F}
.hourlist span:first-child{font-weight:700}
.faq-band{max-width:1180px;margin:0 auto;padding:34px 24px 60px}
.faq-head{margin-bottom:22px}
.faq{background:#FBF9EF;border:1px solid #D6CCAB;margin:0 0 14px;border-radius:6px;box-shadow:3px 4px 0 #E4DEC7}
.faq summary{cursor:pointer;font-weight:800;padding:16px 20px;list-style-position:inside;outline:0}
.faq .faq-body{padding:0 20px 18px;color:#26262B}
.faq[open] summary{border-bottom:1px dashed #B5AC8F;color:#4B2D7F}

/* no-js safe reveal */
.reveal{opacity:1}
html.js .reveal:not(.is-on){opacity:0;transform:translateY(22px)}
html.js .reveal{transition:opacity .5s ease .05s,transform .5s ease .05s}
html.js .reveal.is-on{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  html.js .reveal{transition:none;opacity:1;transform:none}
}

@media (max-width:900px){
  .track{grid-template-columns:1fr 1fr}
  .streamrow{grid-template-columns:1fr;grid-template-areas:"stamp tek" "body body";width:100%;margin-left:0}
  .streamrow .takt-chip{justify-self:end}
  .stamp{margin-bottom:4px}
  .kickstrip .stat{border-right:0;border-bottom:1px solid #6C3FA8;width:100%;justify-content:center}
  .statement-wrap{flex-direction:column;text-align:center}
  .huge{border:0;padding-right:0}
  .contact-pair{grid-template-columns:1fr}
  .foot-cols{grid-template-columns:1fr}
  .wall-sheet{min-height:auto}
  .rollend{display:none}
  .tablefloor{grid-template-columns:1fr}
  .foot-cols,.plate-card{text-align:center}
  .foot-cols{justify-items:left}
  .brand-name{max-width:150px}
}
@media (max-width:840px){
  .nav-toggle{display:flex}
  .site-nav{
    position:absolute;right:18px;top:70px;
    flex-direction:column;align-items:stretch;
    background:#F5F2E8;border:1px solid #B5AC8F;border-radius:6px;
    padding:14px;display:none;width:230px;box-shadow:6px 8px 0 #E4DEC7;
  }
  .site-nav.open{display:flex}
  .nav-cta{margin-left:0}
}
@media (min-width:601px) and (max-width:900px){
  .vsm-stream{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  .vsm-stream{grid-template-columns:1fr}
  .track{grid-template-columns:1fr}
}
