/* MRK CaratWise integration shell - CW1B
   Scope intentionally limited to .mrk-cw-* and #caratwise-root dimensions.
   CaratWise's own stylesheet is inserted BEFORE MrK styles by the loader. */
.mrk-cw-section{
  --mrk-cw-ink:#1d1b18;
  --mrk-cw-muted:#6f675c;
  --mrk-cw-line:rgba(74,61,44,.16);
  --mrk-cw-paper:#fffdf9;
  --mrk-cw-champagne:#f6f0e5;
  position:relative;
  padding:clamp(56px,7vw,96px) 0;
  background:linear-gradient(180deg,#fbf8f2 0%,#f7f1e7 100%);
  color:var(--mrk-cw-ink);
}
.mrk-cw-shell{
  width:min(1480px,calc(100% - 40px));
  margin:0 auto;
}
.mrk-cw-heading{
  max-width:820px;
  margin:0 auto clamp(28px,4vw,48px);
  text-align:center;
}
.mrk-cw-kicker{
  margin:0 0 12px;
  font-size:12px;
  line-height:1.4;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:700;
  color:#8b714f;
}
.mrk-cw-heading h2{
  margin:0;
  font:inherit;
  font-family:inherit;
  font-size:clamp(30px,4.1vw,54px);
  line-height:1.08;
  letter-spacing:-.025em;
  color:var(--mrk-cw-ink);
}
.mrk-cw-heading p:not(.mrk-cw-kicker){
  max-width:720px;
  margin:18px auto 0;
  font-size:clamp(16px,1.5vw,19px);
  line-height:1.7;
  color:var(--mrk-cw-muted);
}
.mrk-cw-frame{
  position:relative;
  width:100%;
  min-height:720px;
  overflow:visible;
  border:1px solid var(--mrk-cw-line);
  border-radius:22px;
  background:var(--mrk-cw-paper);
  box-shadow:0 22px 60px rgba(50,38,25,.08);
}
#caratwise-root{
  width:100%;
  min-height:720px;
}
.mrk-cw-status{
  box-sizing:border-box;
  width:min(720px,calc(100% - 40px));
  margin:80px auto;
  padding:24px 26px;
  border:1px dashed rgba(139,113,79,.45);
  border-radius:14px;
  background:#fffaf2;
  color:#5d5143;
  text-align:center;
  font-size:15px;
  line-height:1.65;
}
.mrk-cw-status[hidden]{display:none!important}
.mrk-cw-note{
  max-width:780px;
  margin:18px auto 0;
  color:var(--mrk-cw-muted);
  text-align:center;
  font-size:13px;
  line-height:1.6;
}
@media (max-width:760px){
  .mrk-cw-section{padding:48px 0}
  .mrk-cw-shell{width:min(100% - 24px,1480px)}
  .mrk-cw-frame,#caratwise-root{min-height:640px}
  .mrk-cw-frame{border-radius:14px}
  .mrk-cw-heading{margin-bottom:26px}
}
