/* ============================================
   Demo “screenshot” frames — scaled static UI
   Faithful static recreations of live demos
   (no animations / no interactivity)
   ============================================ */

.shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  background: #0a0a0c;
}

/* MacBook 16:10 screen frames — shot design is 1280×800 */
.niche-preview-main .shot,
.demo-img--shot .shot,
.niche-mobile-visual .shot {
  border-radius: inherit;
}

/* Fill letterbox with matching site background */
.shot:has(.shot-site--wedding) { background: #1a1512; }
.shot:has(.shot-site--dental) { background: #071A22; }
.shot:has(.shot-site--health) { background: #F4F0E8; }
.shot:has(.shot-site--plaster) { background: #E8DFD0; }
.shot:has(.shot-site--fitness) { background: #07080A; }
.shot:has(.shot-site--wedding-about) { background: #FAF7F2; }
.shot:has(.shot-site--dental-about) { background: #071A22; }
.shot:has(.shot-site--health-about) { background: #14120F; }
.shot:has(.shot-site--plaster-about) { background: #1C1917; }
.shot:has(.shot-site--fitness-about) { background: #0E1014; }

.shot * {
  pointer-events: none;
  box-sizing: border-box;
}

.shot-vp {
  width: 1280px;
  height: 800px;
  transform-origin: top left;
  will-change: transform;
}

/* Full-page static shell */
.shot-site {
  width: 1280px;
  min-height: 800px;
  height: 800px;
  overflow: hidden;
  position: relative;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

/* ── Shared header chrome ── */
.shot-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 48px;
}

.shot-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.shot-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.shot-logo-mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

.shot-logo-mark svg {
  width: 32px;
  height: 32px;
}

.shot-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.72;
  white-space: nowrap;
}

.shot-links span {
  opacity: 0.9;
}

.shot-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}

.shot-cta svg {
  width: 14px;
  height: 14px;
}

/* ── Shared hero layout ── */
.shot-hero {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 32px;
  padding: 100px 48px 56px;
  z-index: 2;
}

.shot-hero--center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
  padding-top: 140px;
}

.shot-copy {
  max-width: 560px;
  position: relative;
  z-index: 3;
}

.shot-hero--center .shot-copy {
  max-width: 720px;
}

.shot-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.shot-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.shot-title {
  font-size: 64px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin: 0 0 18px;
}

.shot-title .line {
  display: block;
}

.shot-sub {
  font-size: 16px;
  line-height: 1.55;
  max-width: 44ch;
  margin: 0 0 28px;
  font-weight: 400;
  opacity: 0.75;
}

.shot-hero--center .shot-sub {
  margin-left: auto;
  margin-right: auto;
}

.shot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.shot-hero--center .shot-actions {
  justify-content: center;
}

.shot-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 22px;
  border-radius: 999px;
  white-space: nowrap;
}

.shot-btn svg {
  width: 16px;
  height: 16px;
}

.shot-btn--ghost {
  background: transparent !important;
  box-shadow: inset 0 0 0 1px currentColor;
  opacity: 0.85;
}

.shot-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.shot-hero--center .shot-stats {
  justify-content: center;
}

.shot-stat {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 4px;
  max-width: 110px;
}

.shot-stat b {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.shot-stat i {
  font-style: normal;
  font-size: 15px;
  opacity: 0.85;
}

.shot-stat em {
  width: 100%;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 4px;
}

.shot-stat-div {
  width: 1px;
  height: 40px;
  background: currentColor;
  opacity: 0.15;
  flex-shrink: 0;
}

.shot-visual {
  position: relative;
  z-index: 3;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.shot-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
  z-index: 5;
}

.shot-scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, currentColor, transparent);
  position: relative;
}

/* Thumb / secondary section variant */
.shot--thumb .shot-vp {
  height: 520px;
}

.shot--thumb .shot-site {
  height: 520px;
  min-height: 520px;
}

.shot--thumb .shot-hero {
  padding: 72px 48px 40px;
  grid-template-columns: 1fr;
}

.shot--thumb .shot-visual,
.shot--thumb .shot-scroll,
.shot--thumb .shot-header .shot-links,
.shot--thumb .shot-stats,
.shot--thumb .shot-actions .shot-btn:nth-child(2) {
  display: none;
}

.shot--thumb .shot-title {
  font-size: 48px;
}

/* Compact (mobile niche cards) */
.shot--compact .shot-vp {
  height: 400px;
}

.shot--compact .shot-site {
  height: 400px;
  min-height: 400px;
}

.shot--compact .shot-hero {
  padding: 88px 40px 32px;
  grid-template-columns: 1fr;
}

.shot--compact .shot-visual,
.shot--compact .shot-scroll,
.shot--compact .shot-links,
.shot--compact .shot-stats,
.shot--compact .shot-sub,
.shot--compact .shot-actions .shot-btn:nth-child(2) {
  display: none;
}

.shot--compact .shot-title {
  font-size: 42px;
}

.shot--compact .shot-header {
  padding: 0 32px;
  height: 64px;
}

/* Lightbox: taller crop */
.shot--lightbox {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.shot--lightbox .shot-vp {
  height: 860px;
}

.shot--lightbox .shot-site {
  height: 860px;
  min-height: 860px;
}

/* ============================================
   WEDDING — Isabella Weddings
   Cream/charcoal luxury, centered hero
   ============================================ */

.shot-site--wedding {
  background: #1a1512;
  color: #FAF7F2;
  font-family: 'Outfit', system-ui, sans-serif;
}

.shot-site--wedding::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 40%, rgba(232, 196, 196, 0.14), transparent 60%),
    radial-gradient(ellipse 50% 40% at 70% 70%, rgba(201, 169, 98, 0.1), transparent 50%),
    linear-gradient(180deg, rgba(26, 21, 18, 0.35) 0%, rgba(26, 21, 18, 0.75) 100%);
  z-index: 1;
}

.shot-site--wedding .shot-header {
  background: transparent;
  color: #FAF7F2;
}

.shot-site--wedding .shot-logo-mono {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(250, 247, 242, 0.35);
  display: grid;
  place-items: center;
  font-family: Georgia, 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 500;
}

.shot-site--wedding .shot-logo-text {
  font-family: Georgia, 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.shot-site--wedding .shot-cta {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(250, 247, 242, 0.45);
  color: #FAF7F2;
  border-radius: 0;
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.shot-site--wedding .shot-badge {
  background: transparent;
  border: none;
  padding: 0;
  gap: 14px;
  letter-spacing: 0.2em;
  color: rgba(250, 247, 242, 0.7);
}

.shot-site--wedding .shot-badge-line {
  width: 28px;
  height: 1px;
  background: rgba(201, 169, 98, 0.7);
}

.shot-site--wedding .shot-title {
  font-family: Georgia, 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 72px;
  letter-spacing: -0.02em;
}

.shot-site--wedding .shot-title .line-italic {
  font-style: italic;
  color: #E8D5A8;
}

.shot-site--wedding .shot-btn {
  border-radius: 0;
  background: #C9A962;
  color: #2C2C2C;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 16px 28px;
}

.shot-site--wedding .shot-btn--ghost {
  color: #FAF7F2;
  box-shadow: inset 0 0 0 1px rgba(250, 247, 242, 0.45);
}

.shot-site--wedding .shot-stat b {
  font-family: Georgia, serif;
  font-size: 32px;
}

.shot-site--wedding .shot-stat i {
  color: #C9A962;
}

/* Wedding about thumb */
.shot-site--wedding-about {
  background: #FAF7F2;
  color: #2C2C2C;
  font-family: 'Outfit', system-ui, sans-serif;
  padding: 64px 56px;
}

.shot-site--wedding-about .shot-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9A962;
  margin-bottom: 16px;
  display: block;
}

.shot-site--wedding-about h3 {
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 20px;
}

.shot-site--wedding-about h3 em {
  font-style: italic;
  color: #8B9A7D;
}

.shot-site--wedding-about .shot-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shot-site--wedding-about .shot-pills span {
  font-size: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(44, 44, 44, 0.15);
  border-radius: 999px;
}

/* ============================================
   DENTAL — Lumina Dental
   Ice / mint / ocean clinical luxury
   ============================================ */

.shot-site--dental {
  color: #F4FBFA;
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(126, 221, 211, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(78, 196, 192, 0.15), transparent 50%),
    linear-gradient(165deg, #071A22 0%, #0B2B33 45%, #0E3A40 100%);
}

.shot-site--dental .shot-header {
  color: #F4FBFA;
}

.shot-site--dental .shot-logo-mark {
  color: #7EDDD3;
}

.shot-site--dental .shot-logo-text {
  font-family: Georgia, 'Fraunces', serif;
  font-size: 17px;
  font-weight: 500;
}

.shot-site--dental .shot-logo-text span {
  font-family: 'Sora', system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #7EDDD3;
  margin-left: 2px;
  opacity: 0.95;
}

.shot-site--dental .shot-cta {
  background: #0E8F8A;
  color: #fff;
}

.shot-site--dental .shot-badge {
  border: 1px solid rgba(126, 221, 211, 0.3);
  background: rgba(126, 221, 211, 0.08);
  color: rgba(244, 251, 250, 0.75);
}

.shot-site--dental .shot-badge-dot {
  background: #7EDDD3;
  box-shadow: 0 0 0 4px rgba(126, 221, 211, 0.2);
}

.shot-site--dental .shot-title {
  font-family: Georgia, 'Fraunces', serif;
  font-size: 68px;
  font-weight: 400;
}

.shot-site--dental .shot-title .line-italic {
  font-family: Georgia, 'Instrument Serif', serif;
  font-style: italic;
  letter-spacing: 0.03em;
  background: linear-gradient(180deg, #F7FFFE 10%, #7EDDD3 55%, #D4C4A8 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 0.15em;
}

.shot-site--dental .shot-btn {
  background: #0E8F8A;
  color: #fff;
}

.shot-site--dental .shot-btn--ghost {
  color: #F4FBFA;
}

.shot-site--dental .shot-stat b {
  font-family: Georgia, serif;
}

.shot-site--dental .shot-stat i {
  color: #7EDDD3;
}

/* Dental visual: tooth + float cards */
.shot-dental-stage {
  position: relative;
  width: 380px;
  height: 380px;
  display: grid;
  place-items: center;
}

.shot-dental-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(126, 221, 211, 0.25);
}

.shot-dental-ring--outer {
  inset: 0;
  border-style: dashed;
}

.shot-dental-ring--mid {
  inset: 12%;
  border-color: rgba(212, 196, 168, 0.25);
}

.shot-dental-tooth {
  width: 55%;
  filter: drop-shadow(0 20px 40px rgba(126, 221, 211, 0.35));
  z-index: 2;
}

.shot-float {
  position: absolute;
  z-index: 4;
  background: rgba(7, 26, 34, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(126, 221, 211, 0.22);
  border-radius: 16px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 148px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  color: #F4FBFA;
}

.shot-float--scan {
  top: 8%;
  right: -4%;
}

.shot-float--comfort {
  bottom: 18%;
  left: -8%;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.shot-float--appt {
  bottom: 6%;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.shot-float-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(126, 221, 211, 0.15);
  color: #7EDDD3;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.shot-float-icon svg {
  width: 16px;
  height: 16px;
}

.shot-float-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
  display: block;
}

.shot-float strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.shot-float em {
  font-style: normal;
  font-size: 11px;
  color: #7EDDD3;
  opacity: 0.85;
}

.shot-comfort-meter {
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.shot-comfort-meter span {
  display: block;
  width: 98%;
  height: 100%;
  background: linear-gradient(90deg, #2BB3A8, #7EDDD3);
  border-radius: 4px;
}

.shot-site--dental-about {
  background: linear-gradient(160deg, #0B2B33 0%, #071A22 100%);
  color: #EAF7F5;
  font-family: 'Sora', system-ui, sans-serif;
  padding: 64px 56px;
}

.shot-site--dental-about .shot-eyebrow {
  color: #7EDDD3;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.shot-site--dental-about h3 {
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 18px;
}

.shot-site--dental-about h3 em {
  font-style: italic;
  color: #7EDDD3;
}

.shot-site--dental-about .shot-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.shot-site--dental-about .shot-pills span {
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(126, 221, 211, 0.3);
  color: #B7D4D1;
}

/* ============================================
   HEALTHCARE — Halcyon
   Paper / ink / chlorophyll / signal
   ============================================ */

.shot-site--health {
  background:
    radial-gradient(ellipse 50% 40% at 15% 20%, rgba(216, 240, 74, 0.1), transparent 50%),
    linear-gradient(165deg, #F4F0E8 0%, #EBE5D9 100%);
  color: #14120F;
  font-family: 'Figtree', 'Inter', system-ui, sans-serif;
}

.shot-site--health .shot-header {
  height: 72px;
  padding: 0 40px 0 56px;
  background: rgba(252, 250, 246, 0.7);
  border-bottom: 1px solid rgba(20, 18, 15, 0.08);
}

.shot-site--health .shot-logo-glyph {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #1F6B4A;
  box-shadow: 0 0 0 3px rgba(31, 107, 74, 0.15);
}

.shot-site--health .shot-logo-text {
  font-family: 'Bricolage Grotesque', 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
}

.shot-site--health .shot-links {
  opacity: 0.7;
  font-size: 14px;
}

.shot-site--health .shot-cta {
  background: #14120F;
  color: #F4F0E8;
  border-radius: 999px;
}

.shot-site--health .shot-cta em {
  font-style: normal;
  opacity: 0.7;
}

.shot-site--health .shot-badge {
  background: transparent;
  border: none;
  padding: 0;
  color: #1F6B4A;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.shot-site--health .shot-badge-dot {
  background: #1F6B4A;
}

.shot-site--health .shot-title {
  font-family: 'Bricolage Grotesque', 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 58px;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.shot-site--health .shot-title .line-accent {
  color: #1F6B4A;
}

.shot-site--health .shot-sub {
  opacity: 0.7;
  max-width: 42ch;
}

.shot-site--health .shot-btn {
  background: #14120F;
  color: #F4F0E8;
}

.shot-site--health .shot-btn--ghost {
  color: #14120F;
  box-shadow: inset 0 0 0 1px rgba(20, 18, 15, 0.35);
}

.shot-site--health .shot-stat b {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
}

.shot-vitals {
  width: 300px;
  background: #14120F;
  color: #F4F0E8;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 24px 60px rgba(20, 18, 15, 0.28);
}

.shot-vitals-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 14px;
}

.shot-vitals-live {
  color: #D8F04A;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.shot-vitals-live::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D8F04A;
  box-shadow: 0 0 8px #D8F04A;
}

.shot-vital-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: baseline;
  padding: 10px 0;
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  font-size: 12px;
}

.shot-vital-row b {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
}

.shot-vital-row em {
  font-style: normal;
  opacity: 0.45;
  font-size: 11px;
}

.shot-ecg {
  margin-top: 12px;
  height: 48px;
  border-radius: 8px;
  background:
    linear-gradient(90deg,
      transparent 0%, transparent 6%,
      #D8F04A 6%, #D8F04A 8%,
      transparent 8%, transparent 14%,
      #D8F04A 14%, #D8F04A 15%,
      transparent 15%, transparent 22%,
      #2F8F64 22%, #2F8F64 26%,
      transparent 26%, transparent 38%,
      #D8F04A 38%, #D8F04A 40%,
      transparent 40%, transparent 48%,
      #D8F04A 48%, #D8F04A 49%,
      transparent 49%, transparent 62%,
      #2F8F64 62%, #2F8F64 66%,
      transparent 66%, transparent 78%,
      #D8F04A 78%, #D8F04A 80%,
      transparent 80%);
  background-color: rgba(216, 240, 74, 0.06);
}

.shot-vitals-foot {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(244, 240, 232, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  opacity: 0.75;
}

.shot-vitals-foot strong {
  color: #D8F04A;
  font-size: 13px;
  opacity: 1;
}

.shot-vitals-note {
  margin-top: 12px;
  font-size: 11px;
  opacity: 0.5;
  text-align: center;
  color: #14120F;
}

.shot-site--health-about {
  background: #14120F;
  color: #F4F0E8;
  font-family: 'Figtree', system-ui, sans-serif;
  padding: 64px 56px;
}

.shot-site--health-about .shot-eyebrow {
  color: #D8F04A;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.shot-site--health-about h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}

.shot-site--health-about h3 em {
  font-style: normal;
  color: #D8F04A;
}

.shot-site--health-about p {
  opacity: 0.65;
  font-size: 14px;
  max-width: 36ch;
}

/* ============================================
   PLASTER — CALX Studio
   Putty / terracotta craft
   ============================================ */

.shot-site--plaster {
  color: #1C1917;
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(196, 92, 62, 0.18), transparent 55%),
    linear-gradient(165deg, #F5F0E8 0%, #E8DFD0 40%, #D4C4A8 100%);
}

.shot-site--plaster .shot-header {
  color: #1C1917;
}

.shot-site--plaster .shot-logo-mark {
  color: #C45C3E;
}

.shot-site--plaster .shot-logo-text {
  font-family: Georgia, 'Instrument Serif', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.shot-site--plaster .shot-logo-text span {
  font-style: italic;
  color: #C45C3E;
  margin-left: 3px;
}

.shot-site--plaster .shot-cta {
  background: #C45C3E;
  color: #fff;
}

.shot-site--plaster .shot-badge {
  border: 1px solid rgba(196, 92, 62, 0.3);
  background: rgba(196, 92, 62, 0.08);
  color: #5A5048;
}

.shot-site--plaster .shot-badge-dot {
  background: #C45C3E;
}

.shot-site--plaster .shot-title {
  font-family: Georgia, 'Instrument Serif', serif;
  font-size: 68px;
  font-weight: 400;
}

.shot-site--plaster .shot-title .line-italic {
  font-style: italic;
  color: #C45C3E;
}

.shot-site--plaster .shot-btn {
  background: #C45C3E;
  color: #fff;
}

.shot-site--plaster .shot-btn--ghost {
  color: #1C1917;
}

.shot-site--plaster .shot-stat b {
  font-family: Georgia, serif;
}

.shot-site--plaster .shot-stat i {
  color: #C45C3E;
}

.shot-plaster-stage {
  position: relative;
  width: 360px;
  height: 360px;
  display: grid;
  place-items: center;
}

.shot-trowel {
  width: 160px;
  height: 160px;
  color: #C45C3E;
  opacity: 0.9;
  filter: drop-shadow(0 16px 32px rgba(196, 92, 62, 0.25));
}

.shot-float-p {
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 12px 28px rgba(28, 25, 23, 0.12);
  min-width: 140px;
}

.shot-float-p--pigment {
  top: 6%;
  left: -6%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.shot-float-p--smooth {
  bottom: 12%;
  right: -4%;
}

.shot-float-p--quote {
  top: 42%;
  right: -10%;
}

.shot-swatches {
  display: flex;
  gap: 5px;
}

.shot-swatches i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--c);
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.shot-float-p .shot-float-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5A5048;
  opacity: 0.7;
}

.shot-float-p strong {
  display: block;
  font-size: 14px;
  color: #1C1917;
  margin-top: 2px;
}

.shot-site--plaster-about {
  background: linear-gradient(160deg, #2A2420 0%, #1C1917 100%);
  color: #F5F0E8;
  font-family: 'DM Sans', system-ui, sans-serif;
  padding: 64px 56px;
}

.shot-site--plaster-about .shot-eyebrow {
  color: #D4A054;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.shot-site--plaster-about h3 {
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 16px;
}

.shot-site--plaster-about h3 em {
  font-style: italic;
  color: #E07A5A;
}

.shot-finish-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 320px;
}

.shot-finish-grid span {
  font-size: 13px;
  font-weight: 600;
  padding: 14px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 3px 0 0 var(--c);
  text-align: center;
}

/* ============================================
   FITNESS — PULZ (English)
   Obsidian + acid lime + coral
   ============================================ */

.shot-site--fitness {
  background:
    radial-gradient(ellipse 50% 40% at 70% 20%, rgba(200, 255, 61, 0.12), transparent 50%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(255, 45, 106, 0.1), transparent 50%),
    linear-gradient(165deg, #07080A 0%, #0E1014 50%, #12151C 100%);
  color: #F2F4F8;
  font-family: 'Manrope', 'Inter', system-ui, sans-serif;
}

.shot-site--fitness .shot-header {
  height: 76px;
  padding: 0 40px;
}

.shot-site--fitness .shot-logo-mark {
  color: #C8FF3D;
}

.shot-site--fitness .shot-logo-text {
  font-family: 'Space Grotesk', 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.shot-site--fitness .shot-logo-text span {
  color: #C8FF3D;
  font-weight: 500;
  margin-left: 2px;
}

.shot-site--fitness .shot-nav-end {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shot-lang {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #9AA3B2;
}

.shot-lang .on {
  color: #C8FF3D;
}

.shot-lang .sep {
  opacity: 0.35;
  margin: 0 3px;
}

.shot-site--fitness .shot-cta {
  background: #C8FF3D;
  color: #07080A;
  font-weight: 700;
}

.shot-site--fitness .shot-badge {
  border: 1px solid rgba(200, 255, 61, 0.28);
  background: rgba(200, 255, 61, 0.08);
  color: #9AA3B2;
}

.shot-site--fitness .shot-badge-dot {
  background: #FF2D6A;
  box-shadow: 0 0 0 4px rgba(255, 45, 106, 0.2);
}

.shot-site--fitness .shot-title {
  font-family: 'Space Grotesk', 'Outfit', system-ui, sans-serif;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.shot-site--fitness .shot-title .line-volt {
  color: #C8FF3D;
}

.shot-site--fitness .shot-title .line-accent {
  background: linear-gradient(90deg, #C8FF3D, #00F0FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.shot-site--fitness .shot-btn {
  background: #C8FF3D;
  color: #07080A;
  font-weight: 700;
}

.shot-site--fitness .shot-btn--ghost {
  color: #F2F4F8;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.shot-site--fitness .shot-stat b {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
}

.shot-site--fitness .shot-stat i {
  color: #C8FF3D;
}

.shot-fitness-stage {
  position: relative;
  width: 400px;
  height: 400px;
  display: grid;
  place-items: center;
}

.shot-hr {
  position: relative;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
}

.shot-hr-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(200, 255, 61, 0.25);
}

.shot-hr-ring--outer { inset: 0; }
.shot-hr-ring--mid {
  inset: 14%;
  border-color: rgba(255, 45, 106, 0.25);
}

.shot-hr-core {
  text-align: center;
  z-index: 2;
}

.shot-hr-value {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #C8FF3D;
  line-height: 1;
  display: block;
}

.shot-hr-unit {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #9AA3B2;
  font-weight: 600;
}

.shot-hr-wave {
  width: 140px;
  height: 36px;
  margin-top: 8px;
  color: #FF2D6A;
}

.shot-zone {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9AA3B2;
}

.shot-zone strong {
  display: block;
  color: #C8FF3D;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.shot-zone-bars {
  display: flex;
  gap: 3px;
  margin: 6px 0;
  justify-content: center;
}

.shot-zone-bars i {
  width: 8px;
  height: 14px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.shot-zone-bars i.is-hot {
  background: #C8FF3D;
}

.shot-float-f {
  position: absolute;
  background: rgba(18, 21, 28, 0.9);
  border: 1px solid rgba(200, 255, 61, 0.18);
  border-radius: 14px;
  padding: 12px 14px;
  min-width: 120px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.shot-float-f--pr {
  top: 4%;
  left: 0;
}

.shot-float-f--live {
  top: 12%;
  right: 0;
}

.shot-float-f--tour {
  bottom: 8%;
  left: 8%;
}

.shot-float-f .shot-float-label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9AA3B2;
}

.shot-float-f strong {
  display: block;
  font-size: 18px;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  color: #C8FF3D;
  margin-top: 2px;
}

.shot-float-f strong span {
  font-size: 12px;
  opacity: 0.7;
}

.shot-float-f em {
  font-style: normal;
  font-size: 11px;
  color: #6B7382;
}

.shot-live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF2D6A;
  margin-right: 6px;
  box-shadow: 0 0 8px #FF2D6A;
  vertical-align: middle;
}

.shot-site--fitness-about {
  background: #0E1014;
  color: #F2F4F8;
  font-family: 'Manrope', system-ui, sans-serif;
  padding: 64px 56px;
}

.shot-site--fitness-about .shot-eyebrow {
  color: #C8FF3D;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}

.shot-site--fitness-about h3 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.shot-site--fitness-about h3 em {
  font-style: normal;
  color: #C8FF3D;
}

.shot-site--fitness-about .shot-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shot-site--fitness-about .shot-pills span {
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(200, 255, 61, 0.25);
  color: #9AA3B2;
}

/* Demo card & lightbox containers */
.demo-img--shot {
  background: transparent !important;
  overflow: hidden;
}

.demo-img--shot .shot {
  position: absolute;
  inset: 0;
}

.lightbox-visual--snippet {
  background: #0a0a0c !important;
  padding: 0 !important;
}

.lightbox-visual--snippet .shot {
  position: absolute;
  inset: 0;
}

.lightbox-snippet-stack {
  display: grid;
  grid-template-rows: 1.55fr 1fr;
  gap: 0;
  height: 100%;
  min-height: 400px;
}

.lightbox-snippet-stack .shot--secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Niche preview frames need relative for absolute .shot */
.niche-preview-main,
.niche-preview-thumb,
.niche-mobile-visual {
  position: relative;
  overflow: hidden;
  min-height: 0;
}

/* Hide old site-mini if any remain */
.site-mini {
  display: none !important;
}
