/* public/sample-report.css?v=17
   FULL RAMBO — sample deliverable page (aligned with homepage system)
   ✅ Uses homepage header styles (siteHeader/headerInner/cta*)
   ✅ Keeps page-owned styling limited to hero + artefact viewer
   ✅ Headings fit properly (clamp)
   ✅ Premium, calm, no bubbly UI
*/

/* safety net — prevents giant images if any CSS fails to apply */
.pageSampleReport img{
  max-width: 100%;
  height: auto;
  display: block;
}

:root{
  --srLine: rgba(15,23,42,.12);
  --srLine2: rgba(15,23,42,.18);
  --srShadow: 0 22px 70px rgba(15,23,42,.16);
  --srShadowSoft: 0 14px 34px rgba(15,23,42,.10);
  --srRxl: 22px;
  --srRlg: 18px;
  --srRmd: 14px;
}

.pageSampleReport{
  color: var(--ink, #0b1220);
}

/* MAIN */
.srMain{ position: relative; }

/* HERO */
.srHero{
  padding: 52px 0 52px;
  position: relative;
}

.srHero::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:0;
  height: 420px;
  background:
    radial-gradient(1100px 520px at 16% -10%, rgba(47,93,80,.08), rgba(47,93,80,0) 58%),
    radial-gradient(900px 420px at 88% 0%, rgba(17,26,43,.06), rgba(17,26,43,0) 60%);
  pointer-events:none;
  opacity: 1;
}

.srGrid{
  position: relative;
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 26px;
  align-items:start;
}

/* LEFT */
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 950;
  color: rgba(11,18,32,.60);
  letter-spacing: .02em;
  margin-top: 2px;
}
.eyedot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47,93,80,.65);
  box-shadow: 0 0 0 3px rgba(47,93,80,.10);
}

/* ✅ heading fit */
.srTitle{
  margin: 12px 0 10px;
  font-family: "Playfair Display", ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: clamp(34px, 3.8vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.7px;
  color: var(--ink, #0b1220);
  max-width: 22ch;
}

.srLead{
  margin: 0 0 16px;
  font-size: 15.8px;
  line-height: 1.75;
  color: rgba(11,18,32,.70);
  max-width: 78ch;
}

.srBlock{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(15,23,42,.10);
  max-width: 760px;
}
.srBlockTitle{
  font-size: 12.5px;
  font-weight: 950;
  color: rgba(11,18,32,.84);
  letter-spacing: .02em;
  text-transform: uppercase;
}

.srList{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(11,18,32,.74);
  line-height: 1.75;
  font-size: 14px;
}
.srList strong{ color: rgba(11,18,32,.90); }

.srCodeRow{
  display:flex;
  align-items:center;
  gap: 12px;
  margin-top: 10px;
  flex-wrap:wrap;
}
.srCode{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 12.5px;
  font-weight: 900;
  background: rgba(47,93,80,.08);
  border: 1px solid rgba(47,93,80,.16);
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(11,18,32,.92);
}
.srCodeHint{
  font-size: 12.5px;
  color: rgba(11,18,32,.62);
}

.srCtas{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  margin-top: 18px;
}

/* keep page buttons compatible with homepage vibe */
.btnMain, .btnAlt{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  font-weight: 950;
  font-size: 14px;
  text-decoration:none;
  user-select:none;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
}
.btnMain{
  background: linear-gradient(180deg, rgba(11,18,32,.98), rgba(11,18,32,.92));
  color: #fff;
  border: 1px solid rgba(11,18,32,.30);
  box-shadow: 0 16px 26px rgba(15,23,42,.12);
}
.btnMain:hover{ transform: translateY(-1px); background: linear-gradient(180deg, rgba(17,26,43,.98), rgba(11,18,32,.94)); }

.btnAlt{
  background: rgba(255,255,255,.72);
  color: var(--ink, #0b1220);
  border: 1px solid rgba(15,23,42,.14);
  box-shadow: 0 12px 20px rgba(15,23,42,.06);
}
.btnAlt:hover{ transform: translateY(-1px); border-color: rgba(15,23,42,.22); }

.srNote{
  margin-top: 16px;
  font-size: 12.8px;
  color: rgba(11,18,32,.60);
  line-height: 1.6;
  max-width: 78ch;
}

/* RIGHT */
.srRight{ margin-top: 18px; }

/* ARTEFACT FRAME */
.artifactFrame{
  border-radius: var(--srRxl);
  overflow:hidden;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.70);
  box-shadow: var(--srShadow);
}

.artifactTop{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.76);
}

.artifactLabel{
  font-weight: 950;
  font-size: 12.5px;
  color: rgba(11,18,32,.72);
  display:flex;
  align-items:center;
  gap: 10px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.artifactLabel::before{
  content:"";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(47,93,80,.60);
  box-shadow: 0 0 0 3px rgba(47,93,80,.10);
}

.artifactActions{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
}

.artifactBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 13px;
  text-decoration:none;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, border-color .12s ease;
  user-select:none;
  border: 1px solid rgba(11,18,32,.30);
  background: linear-gradient(180deg, rgba(11,18,32,.98), rgba(11,18,32,.92));
  color:#fff;
  box-shadow: 0 10px 18px rgba(15,23,42,.08);
}
.artifactBtn:hover{ transform: translateY(-1px); }
.artifactBtn.isSoft{
  background: rgba(255,255,255,.80);
  color: rgba(11,18,32,.92);
  border-color: rgba(15,23,42,.16);
  box-shadow: 0 8px 16px rgba(15,23,42,.06);
}

.artifactPreview{
  position: relative;
  display:block;
  padding: 18px;
  background:
    radial-gradient(120% 90% at 50% 10%, rgba(15,23,42,.04), transparent 60%),
    linear-gradient(180deg, rgba(15,23,42,.015), rgba(15,23,42,.03));
}

.artifactImg{
  width: 100%;
  height: auto;
  display:block;
  border-radius: var(--srRlg);
  border: 1px solid rgba(15,23,42,.14);
  background:#fff;
  box-shadow: 0 24px 60px rgba(15,23,42,.14);
  transition: transform .16s ease, box-shadow .16s ease;
  transform: translateZ(0);
}

.artifactOverlay{
  position:absolute;
  inset: 18px;
  border-radius: var(--srRlg);
  display:flex;
  align-items:flex-end;
  padding: 14px;
  background: linear-gradient(180deg, transparent 55%, rgba(11,18,32,.66));
  opacity: 0;
  transition: opacity .16s ease;
}
.artifactOverlayInner{ color:#fff; }
.artifactOverlayTitle{ font-weight: 950; font-size: 14px; letter-spacing: -.01em; }
.artifactOverlaySub{ margin-top: 2px; font-size: 12px; opacity: .92; }

.artifactPreview:hover .artifactImg{
  transform: translateY(-2px);
  box-shadow: 0 34px 84px rgba(15,23,42,.18);
}
.artifactPreview:hover .artifactOverlay{ opacity: 1; }

/* proof */
.proofPanel{
  border-top: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.74);
  padding: 10px 16px;
}
.proofRow{
  display:flex;
  justify-content:space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(15,23,42,.06);
}
.proofRow:first-child{ border-top: 0; }
.proofK{
  color: rgba(11,18,32,.58);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.proofV{ max-width: 70%; }
.proofV code{
  font-size: 12px;
  font-weight: 900;
  color: rgba(11,18,32,.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* RESPONSIVE */
@media (max-width: 1060px){
  .srGrid{ grid-template-columns: 1fr; }
  .srRight{ margin-top: 12px; }
  .srHero{ padding: 42px 0 46px; }
}

@media (max-width: 560px){
  .srHero{ padding: 36px 0 40px; }
  .srCodeRow{ gap: 10px; }
  .proofRow{ flex-direction: column; }
  .proofV{ max-width: 100%; }
}
