.detail-breadcrumb {
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: #6b5845;
}

.detail-breadcrumb a {
  color: #2d4a3e;
  text-decoration: none;
}

.detail-breadcrumb a:hover {
  color: #6b1f26;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 1.15rem;
  align-items: start;
}

.detail-sidebar {
  position: sticky;
  top: 112px;
}

.sidebar-card {
  border: 1px solid #cfbb9b;
  background: rgba(248, 240, 223, 0.95);
  padding: 0.85rem;
  box-shadow:
    0 6px 12px rgba(66, 41, 21, 0.08),
    inset 0 0 0 1px rgba(255, 250, 240, 0.25);
}

.sidebar-card h3 {
  margin: 0 0 0.55rem;
  font-family: "Bree Serif", serif;
  color: #3a2617;
  font-size: 1rem;
}

.sidebar-card ul {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
}

.sidebar-card a {
  color: #4d3a28;
  text-decoration: none;
}

.sidebar-card a:hover {
  color: #2d4a3e;
}

.detail-content {
  min-width: 0;
}

.detail-hero-panel {
  border: 2px solid #b89a68;
  background: linear-gradient(165deg, #f7edd7, #f0dfbf);
  padding: 1.05rem;
  box-shadow: 0 8px 16px rgba(60, 38, 20, 0.1);
}

.detail-kicker {
  margin: 0;
  font-family: "Special Elite", "Courier New", monospace;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b1f26;
}

.detail-hero-panel h1 {
  margin: 0.2rem 0 0.35rem;
  font-family: "Bree Serif", serif;
  color: #3a2617;
  line-height: 1.08;
}

#overview {
  margin: 0;
}

.detail-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: flex-start;
}

.detail-meta-row a {
  font-size: 0.78rem;
  font-family: "Special Elite", "Courier New", monospace;
  background: #eee1c4;
  border: 1px solid #c1a676;
  color: #4e3927;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
}

.detail-meta-row a:hover {
  background: #e2d3b2;
  color: #2d4a3e;
}

.detail-meta-row a:focus-visible {
  outline: 2px solid #2d4a3e;
  outline-offset: 2px;
}

.detail-categories-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.detail-categories-label {
  font-size: 0.68rem;
  font-family: "Special Elite", "Courier New", monospace;
  color: #6b1f26;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
  padding-right: 0.15rem;
}

.detail-category-tag {
  font-size: 0.78rem;
  font-family: "Special Elite", "Courier New", monospace;
  background: #4e3927;
  border: 1px solid #3a2617;
  color: #f7edd7;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.detail-category-tag:hover {
  background: #6b1f26;
  color: #fff;
}

.detail-category-tag:focus-visible {
  outline: 2px solid #2d4a3e;
  outline-offset: 2px;
}

.detail-video-panel {
  margin-top: 1rem;
}

.detail-video-shell {
  border: 1px solid #bda172;
  background: #ecddbd;
  padding: 0.95rem;
  box-shadow: 0 8px 15px rgba(60, 38, 20, 0.08);
}

.detail-video-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #bda172;
  background: #0c1721;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.detail-video-embed iframe,
.detail-video-embed video,
.detail-video-embed embed,
.detail-video-embed object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.detail-video-cta {
  --vturb-border: #23495a;
  --vturb-accent: #78d3e1;
  --vturb-accent-soft: rgba(120, 211, 225, 0.18);
  --vturb-surface-1: #0f2530;
  --vturb-surface-2: #173746;
  --vturb-surface-3: #215267;
  --vturb-text: #eefbfd;
  --vturb-gloss: rgba(227, 249, 252, 0.08);
  --vturb-badge-bg-1: #c6f3f8;
  --vturb-badge-bg-2: #78d3e1;
  --vturb-badge-text: #123746;
  --vturb-badge-border: rgba(24, 80, 99, 0.3);
  --vturb-shadow: rgba(18, 44, 56, 0.18);
  --vturb-shadow-hover: rgba(18, 44, 56, 0.24);
  --vturb-logo-bg: rgba(244, 252, 253, 0.96);
  --vturb-logo-border: rgba(120, 211, 225, 0.42);
  position: relative;
  margin-top: 0.72rem;
  border: 1px solid var(--vturb-border);
  border-left: 5px solid var(--vturb-accent);
  background:
    radial-gradient(circle at top left, var(--vturb-accent-soft), transparent 36%),
    linear-gradient(135deg, var(--vturb-surface-1) 0%, var(--vturb-surface-2) 52%, var(--vturb-surface-3) 100%);
  color: var(--vturb-text);
  font-size: 0.96rem;
  font-weight: 700;
  padding: 0.82rem 0.9rem 0.82rem 0.86rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  text-decoration: none;
  box-shadow:
    0 12px 24px var(--vturb-shadow),
    inset 0 1px 0 rgba(232, 250, 253, 0.14);
  overflow: hidden;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.detail-video-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--vturb-gloss), transparent);
  pointer-events: none;
}

.detail-video-cta:hover {
  transform: translateY(-1px);
  color: var(--vturb-text);
  filter: saturate(1.05);
  box-shadow:
    0 16px 28px var(--vturb-shadow-hover),
    inset 0 1px 0 rgba(232, 250, 253, 0.18);
}

.detail-video-cta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vturb-badge-bg-1) 0%, var(--vturb-badge-bg-2) 100%);
  color: var(--vturb-badge-text);
  border: 1px solid var(--vturb-badge-border);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.24rem 0.48rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(10, 33, 43, 0.14);
}

.detail-video-cta-copy {
  display: inline-block;
  flex: 1 1 auto;
  line-height: 1.45;
  text-shadow: 0 1px 0 rgba(26, 11, 0, 0.2);
}

.detail-video-cta-logo {
  width: 104px;
  height: auto;
  flex: 0 0 auto;
  background: var(--vturb-logo-bg);
  border: 1px solid var(--vturb-logo-border);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.detail-video-cta--aurora {
  --vturb-border: #1d4b58;
  --vturb-accent: #8ce3d4;
  --vturb-accent-soft: rgba(140, 227, 212, 0.18);
  --vturb-surface-1: #10292d;
  --vturb-surface-2: #184145;
  --vturb-surface-3: #215a5a;
  --vturb-text: #f0fffb;
  --vturb-gloss: rgba(235, 255, 249, 0.08);
  --vturb-badge-bg-1: #d7fff3;
  --vturb-badge-bg-2: #8ce3d4;
  --vturb-badge-text: #0d3b35;
  --vturb-badge-border: rgba(18, 95, 85, 0.28);
  --vturb-shadow: rgba(17, 54, 55, 0.18);
  --vturb-shadow-hover: rgba(17, 54, 55, 0.24);
  --vturb-logo-bg: rgba(245, 255, 251, 0.96);
  --vturb-logo-border: rgba(140, 227, 212, 0.42);
}

.detail-video-cta--ocean {
  --vturb-border: #23495a;
  --vturb-accent: #78d3e1;
  --vturb-accent-soft: rgba(120, 211, 225, 0.18);
  --vturb-surface-1: #0f2530;
  --vturb-surface-2: #173746;
  --vturb-surface-3: #215267;
  --vturb-text: #eefbfd;
  --vturb-gloss: rgba(227, 249, 252, 0.08);
  --vturb-badge-bg-1: #c6f3f8;
  --vturb-badge-bg-2: #78d3e1;
  --vturb-badge-text: #123746;
  --vturb-badge-border: rgba(24, 80, 99, 0.3);
  --vturb-shadow: rgba(18, 44, 56, 0.18);
  --vturb-shadow-hover: rgba(18, 44, 56, 0.24);
  --vturb-logo-bg: rgba(244, 252, 253, 0.96);
  --vturb-logo-border: rgba(120, 211, 225, 0.42);
}

.detail-video-cta--ember {
  --vturb-border: #6a3020;
  --vturb-accent: #ff9b6a;
  --vturb-accent-soft: rgba(255, 155, 106, 0.18);
  --vturb-surface-1: #2c140f;
  --vturb-surface-2: #4a2117;
  --vturb-surface-3: #673223;
  --vturb-text: #fff2eb;
  --vturb-gloss: rgba(255, 238, 230, 0.08);
  --vturb-badge-bg-1: #ffd4bf;
  --vturb-badge-bg-2: #ff9b6a;
  --vturb-badge-text: #52200f;
  --vturb-badge-border: rgba(116, 50, 28, 0.3);
  --vturb-shadow: rgba(74, 33, 23, 0.2);
  --vturb-shadow-hover: rgba(74, 33, 23, 0.26);
  --vturb-logo-bg: rgba(255, 248, 244, 0.96);
  --vturb-logo-border: rgba(255, 155, 106, 0.4);
}

.detail-video-cta--forest {
  --vturb-border: #2d5234;
  --vturb-accent: #a8e06f;
  --vturb-accent-soft: rgba(168, 224, 111, 0.18);
  --vturb-surface-1: #162717;
  --vturb-surface-2: #234028;
  --vturb-surface-3: #315a36;
  --vturb-text: #f4ffe9;
  --vturb-gloss: rgba(241, 255, 224, 0.08);
  --vturb-badge-bg-1: #e1f7bb;
  --vturb-badge-bg-2: #a8e06f;
  --vturb-badge-text: #244117;
  --vturb-badge-border: rgba(58, 94, 32, 0.3);
  --vturb-shadow: rgba(24, 50, 27, 0.2);
  --vturb-shadow-hover: rgba(24, 50, 27, 0.26);
  --vturb-logo-bg: rgba(249, 255, 242, 0.96);
  --vturb-logo-border: rgba(168, 224, 111, 0.42);
}

.detail-video-cta--violet {
  --vturb-border: #473d73;
  --vturb-accent: #c7b2ff;
  --vturb-accent-soft: rgba(199, 178, 255, 0.18);
  --vturb-surface-1: #221b39;
  --vturb-surface-2: #33295a;
  --vturb-surface-3: #473d73;
  --vturb-text: #f7f2ff;
  --vturb-gloss: rgba(245, 238, 255, 0.08);
  --vturb-badge-bg-1: #ece3ff;
  --vturb-badge-bg-2: #c7b2ff;
  --vturb-badge-text: #30215c;
  --vturb-badge-border: rgba(71, 61, 115, 0.3);
  --vturb-shadow: rgba(36, 29, 62, 0.2);
  --vturb-shadow-hover: rgba(36, 29, 62, 0.26);
  --vturb-logo-bg: rgba(251, 248, 255, 0.96);
  --vturb-logo-border: rgba(199, 178, 255, 0.42);
}

.detail-video-cta--cobalt {
  --vturb-border: #21406f;
  --vturb-accent: #7fb7ff;
  --vturb-accent-soft: rgba(127, 183, 255, 0.18);
  --vturb-surface-1: #10203f;
  --vturb-surface-2: #18315a;
  --vturb-surface-3: #21467c;
  --vturb-text: #eff5ff;
  --vturb-gloss: rgba(235, 243, 255, 0.08);
  --vturb-badge-bg-1: #dbeaff;
  --vturb-badge-bg-2: #7fb7ff;
  --vturb-badge-text: #17315e;
  --vturb-badge-border: rgba(34, 64, 111, 0.3);
  --vturb-shadow: rgba(17, 34, 66, 0.2);
  --vturb-shadow-hover: rgba(17, 34, 66, 0.26);
  --vturb-logo-bg: rgba(246, 250, 255, 0.96);
  --vturb-logo-border: rgba(127, 183, 255, 0.42);
}

.detail-video-cta--sunset {
  --vturb-border: #7d4530;
  --vturb-accent: #ffc173;
  --vturb-accent-soft: rgba(255, 193, 115, 0.2);
  --vturb-surface-1: #351c15;
  --vturb-surface-2: #593027;
  --vturb-surface-3: #7d4530;
  --vturb-text: #fff6ec;
  --vturb-gloss: rgba(255, 245, 231, 0.08);
  --vturb-badge-bg-1: #ffe4bd;
  --vturb-badge-bg-2: #ffc173;
  --vturb-badge-text: #5a3014;
  --vturb-badge-border: rgba(125, 69, 48, 0.3);
  --vturb-shadow: rgba(60, 31, 20, 0.2);
  --vturb-shadow-hover: rgba(60, 31, 20, 0.26);
  --vturb-logo-bg: rgba(255, 250, 244, 0.96);
  --vturb-logo-border: rgba(255, 193, 115, 0.42);
}

.detail-video-cta--plum {
  --vturb-border: #64325b;
  --vturb-accent: #f1a4de;
  --vturb-accent-soft: rgba(241, 164, 222, 0.18);
  --vturb-surface-1: #2a1528;
  --vturb-surface-2: #452042;
  --vturb-surface-3: #64325b;
  --vturb-text: #fff1fb;
  --vturb-gloss: rgba(255, 237, 250, 0.08);
  --vturb-badge-bg-1: #ffd9f5;
  --vturb-badge-bg-2: #f1a4de;
  --vturb-badge-text: #571f4f;
  --vturb-badge-border: rgba(100, 50, 91, 0.3);
  --vturb-shadow: rgba(53, 25, 49, 0.2);
  --vturb-shadow-hover: rgba(53, 25, 49, 0.26);
  --vturb-logo-bg: rgba(255, 247, 253, 0.96);
  --vturb-logo-border: rgba(241, 164, 222, 0.42);
}

.detail-video-cta--mint {
  --vturb-border: #2f5c53;
  --vturb-accent: #9ce5c6;
  --vturb-accent-soft: rgba(156, 229, 198, 0.18);
  --vturb-surface-1: #132b27;
  --vturb-surface-2: #1f433c;
  --vturb-surface-3: #2b5f55;
  --vturb-text: #effff8;
  --vturb-gloss: rgba(234, 255, 245, 0.08);
  --vturb-badge-bg-1: #d8f8e9;
  --vturb-badge-bg-2: #9ce5c6;
  --vturb-badge-text: #1d473e;
  --vturb-badge-border: rgba(47, 92, 83, 0.3);
  --vturb-shadow: rgba(20, 48, 43, 0.2);
  --vturb-shadow-hover: rgba(20, 48, 43, 0.26);
  --vturb-logo-bg: rgba(247, 255, 252, 0.96);
  --vturb-logo-border: rgba(156, 229, 198, 0.42);
}

.detail-video-cta--ruby {
  --vturb-border: #6a2840;
  --vturb-accent: #ff9bb4;
  --vturb-accent-soft: rgba(255, 155, 180, 0.18);
  --vturb-surface-1: #2d1020;
  --vturb-surface-2: #491a32;
  --vturb-surface-3: #6a2840;
  --vturb-text: #fff0f5;
  --vturb-gloss: rgba(255, 236, 243, 0.08);
  --vturb-badge-bg-1: #ffd5e1;
  --vturb-badge-bg-2: #ff9bb4;
  --vturb-badge-text: #5b1730;
  --vturb-badge-border: rgba(106, 40, 64, 0.3);
  --vturb-shadow: rgba(52, 20, 33, 0.2);
  --vturb-shadow-hover: rgba(52, 20, 33, 0.26);
  --vturb-logo-bg: rgba(255, 247, 250, 0.96);
  --vturb-logo-border: rgba(255, 155, 180, 0.42);
}

.detail-video-cta--steel {
  --vturb-border: #4a5766;
  --vturb-accent: #b6c6d6;
  --vturb-accent-soft: rgba(182, 198, 214, 0.18);
  --vturb-surface-1: #1f2730;
  --vturb-surface-2: #323d49;
  --vturb-surface-3: #485565;
  --vturb-text: #f4f8fc;
  --vturb-gloss: rgba(242, 247, 252, 0.08);
  --vturb-badge-bg-1: #e2e9f0;
  --vturb-badge-bg-2: #b6c6d6;
  --vturb-badge-text: #2a3947;
  --vturb-badge-border: rgba(74, 87, 102, 0.3);
  --vturb-shadow: rgba(31, 39, 48, 0.2);
  --vturb-shadow-hover: rgba(31, 39, 48, 0.26);
  --vturb-logo-bg: rgba(248, 251, 253, 0.96);
  --vturb-logo-border: rgba(182, 198, 214, 0.42);
}

.detail-video-cta--lagoon {
  --vturb-border: #1f5c63;
  --vturb-accent: #83e6d8;
  --vturb-accent-soft: rgba(131, 230, 216, 0.18);
  --vturb-surface-1: #0f2d31;
  --vturb-surface-2: #184247;
  --vturb-surface-3: #20616a;
  --vturb-text: #effffc;
  --vturb-gloss: rgba(233, 255, 250, 0.08);
  --vturb-badge-bg-1: #d2fbf4;
  --vturb-badge-bg-2: #83e6d8;
  --vturb-badge-text: #114249;
  --vturb-badge-border: rgba(31, 92, 99, 0.3);
  --vturb-shadow: rgba(16, 47, 50, 0.2);
  --vturb-shadow-hover: rgba(16, 47, 50, 0.26);
  --vturb-logo-bg: rgba(246, 255, 253, 0.96);
  --vturb-logo-border: rgba(131, 230, 216, 0.42);
}

.detail-video-cta--copper {
  --vturb-border: #7b4c38;
  --vturb-accent: #f0b58e;
  --vturb-accent-soft: rgba(240, 181, 142, 0.18);
  --vturb-surface-1: #301d15;
  --vturb-surface-2: #513024;
  --vturb-surface-3: #734434;
  --vturb-text: #fff5ef;
  --vturb-gloss: rgba(255, 243, 236, 0.08);
  --vturb-badge-bg-1: #f9dfcf;
  --vturb-badge-bg-2: #f0b58e;
  --vturb-badge-text: #5a311f;
  --vturb-badge-border: rgba(123, 76, 56, 0.3);
  --vturb-shadow: rgba(48, 29, 21, 0.2);
  --vturb-shadow-hover: rgba(48, 29, 21, 0.26);
  --vturb-logo-bg: rgba(255, 249, 246, 0.96);
  --vturb-logo-border: rgba(240, 181, 142, 0.42);
}

.detail-video-cta--pearl {
  --vturb-border: #58708a;
  --vturb-accent: #f5d998;
  --vturb-accent-soft: rgba(245, 217, 152, 0.18);
  --vturb-surface-1: #203041;
  --vturb-surface-2: #33485c;
  --vturb-surface-3: #4c6980;
  --vturb-text: #f8fbff;
  --vturb-gloss: rgba(255, 249, 235, 0.08);
  --vturb-badge-bg-1: #fff1c8;
  --vturb-badge-bg-2: #f5d998;
  --vturb-badge-text: #58451c;
  --vturb-badge-border: rgba(126, 101, 45, 0.28);
  --vturb-shadow: rgba(32, 48, 65, 0.2);
  --vturb-shadow-hover: rgba(32, 48, 65, 0.26);
  --vturb-logo-bg: rgba(252, 252, 248, 0.96);
  --vturb-logo-border: rgba(245, 217, 152, 0.4);
}

.detail-video-cta--midnight {
  --vturb-border: #2c355c;
  --vturb-accent: #9fb3ff;
  --vturb-accent-soft: rgba(159, 179, 255, 0.18);
  --vturb-surface-1: #151b33;
  --vturb-surface-2: #222b4a;
  --vturb-surface-3: #313d67;
  --vturb-text: #f2f5ff;
  --vturb-gloss: rgba(238, 242, 255, 0.08);
  --vturb-badge-bg-1: #dfe5ff;
  --vturb-badge-bg-2: #9fb3ff;
  --vturb-badge-text: #24315b;
  --vturb-badge-border: rgba(44, 53, 92, 0.3);
  --vturb-shadow: rgba(21, 27, 51, 0.22);
  --vturb-shadow-hover: rgba(21, 27, 51, 0.28);
  --vturb-logo-bg: rgba(247, 249, 255, 0.96);
  --vturb-logo-border: rgba(159, 179, 255, 0.42);
}

@media (max-width: 640px) {
  .detail-video-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "badge badge"
      "copy logo";
    row-gap: 0.45rem;
  }

  .detail-video-cta-badge {
    grid-area: badge;
    justify-self: start;
  }

  .detail-video-cta-copy {
    grid-area: copy;
    font-size: 0.9rem;
  }

  .detail-video-cta-logo {
    grid-area: logo;
    width: 86px;
    align-self: center;
    padding: 0.42rem 0.72rem;
  }
}

.info-panel,
.recommended-panel,
.faq-panel {
  margin-top: 1.35rem;
  border: 1px solid #d2bea0;
  background: rgba(250, 244, 230, 0.95);
  padding: 1.05rem;
  box-shadow: 0 8px 15px rgba(60, 38, 20, 0.08);
}

.info-panel h2,
.recommended-panel h2,
.faq-panel h2,
.copy-text-panel h2,
.copy-image-panel h2 {
  margin: 0 0 0.55rem;
  color: #3a2617;
  font-size: 1.35rem;
  line-height: 1.2;
}

.info-panel p {
  margin: 0.55rem 0 0;
  color: #4f3c2b;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1.03rem;
  line-height: 1.68;
}

.swf-info-content a {
  color: #6b1f26;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
}

.swf-info-content a:hover,
.swf-info-content a:focus-visible {
  color: #2d4a3e;
}

.analysis-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.copy-text-panel,
.copy-image-panel {
  border: 1px solid #d2bea0;
  background: rgba(250, 244, 230, 0.95);
  padding: 1.05rem;
  box-shadow: 0 8px 15px rgba(60, 38, 20, 0.08);
}

.copy-text-panel {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow:
    0 10px 18px rgba(45, 45, 45, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
}

.copy-text-panel--locked .copy-scroll {
  max-height: 320px;
  position: relative;
}

.copy-text-panel--locked .copy-scroll::after {
  content: "";
  position: sticky;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 85%);
}

.swf-paywall-block {
  margin-top: 0.75rem;
  border: 1px solid rgba(167, 134, 87, 0.6);
  background: linear-gradient(158deg, rgba(253, 246, 230, 0.96) 0%, rgba(244, 228, 195, 0.92) 100%);
  padding: 1.1rem;
  border-radius: 12px;
  color: #4f3a29;
  box-shadow: 0 10px 18px rgba(71, 46, 24, 0.12);
}

.swf-paywall-kicker {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #6b1f26;
}

.swf-paywall-copy {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #4f3a29;
}

.swf-paywall-divider {
  margin: 0.65rem 0 0.85rem;
  border: 0;
  border-top: 1px solid rgba(167, 134, 87, 0.45);
}

.swf-paywall-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 0.8rem 1.15rem;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid #2b2016;
  box-shadow: 0 12px 20px rgba(45, 74, 62, 0.24);
}

.swf-paywall-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(45, 74, 62, 0.28);
}

.swf-paywall-secondary-cta {
  margin-left: 0.65rem;
  padding: 0.78rem 1.05rem;
  font-weight: 700;
}

.copy-text-panel h2 {
  font-size: 1.25rem;
  position: static;
  padding: 0 0 0.55rem;
}

#overview,
#analysis-video,
#information,
#analysis-text,
#analysis-image,
#recommended,
#faq {
  scroll-margin-top: 65px;
}

.copy-scroll {
  margin-top: 0.55rem;
  max-height: min(72vh, 920px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 0.85rem 0.9rem;
  background: #ffffff;
  border: 0;
  scrollbar-gutter: stable;
}

.swf-copy-richtext,
.swf-copy-richtext p,
.swf-copy-richtext li {
  color: #2f2a24;
  font-family: "Source Serif Pro", "Source Serif 4", Georgia, serif;
  font-size: 16px;
  line-height: 1.72;
}

.swf-copy-richtext p {
  margin: 0 0 0.95rem;
}

.swf-copy-richtext h1,
.swf-copy-richtext h2,
.swf-copy-richtext h3,
.swf-copy-richtext h4,
.swf-copy-richtext h5,
.swf-copy-richtext h6 {
  font-family: "Source Serif Pro", "Source Serif 4", Georgia, serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #3a2617;
  margin: 1.35rem 0 0.6rem;
}

.swf-copy-richtext h1 {
  font-size: 2rem;
}

.swf-copy-richtext h2 {
  font-size: 1.65rem;
}

.swf-copy-richtext h3 {
  font-size: 1.4rem;
}

.swf-copy-richtext h4,
.swf-copy-richtext h5,
.swf-copy-richtext h6 {
  font-size: 1.15rem;
}

.analysis-block {
  border: 0;
  background: transparent;
  padding: 0 0 0.1rem;
  margin-top: 1.05rem;
}

.analysis-block:first-of-type {
  border-top: 0;
  margin-top: 0;
}

.analysis-block h3 {
  display: none;
}

.analysis-block blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2f2a24;
  font-style: normal;
  font-family: "Source Serif Pro", "Source Serif 4", Georgia, serif;
  font-size: 16px;
  line-height: 1.72;
}

.analysis-block p {
  margin: 0.55rem auto 0;
  width: min(84%, 700px);
  color: #2f2f2f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  background: #efe4bc;
  border: 1px solid #c9bc97;
  border-radius: 7px;
  padding: 0.85rem 0.95rem;
  position: relative;
}

.analysis-block p::after {
  content: "×";
  position: absolute;
  right: 0.7rem;
  top: 0.5rem;
  color: #8a7a5f;
  font-size: 1.05rem;
  line-height: 1;
}

.copy-image-frame {
  border: 1px solid #bda172;
  background: #ecddbd;
  padding: 0.4rem;
}

.copy-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.copy-image-panel p {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  color: #5a4633;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.copy-image-panel--locked .swf-image-preview-frame {
  position: relative;
  overflow: hidden;
}

.copy-image-panel--locked .swf-image-preview-frame img {
  filter: blur(4px) saturate(0.85) brightness(0.78);
  transform: scale(1.03);
}

.swf-image-lock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  background: rgba(34, 24, 16, 0.18);
}

.swf-image-lock-card {
  width: min(760px, 95%);
  text-align: left;
  border: 1px solid rgba(167, 134, 87, 0.62);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(250, 242, 223, 0.95) 0%, rgba(237, 221, 186, 0.93) 100%);
  box-shadow: 0 16px 28px rgba(52, 34, 19, 0.24);
  padding: 1.25rem;
}

@media (max-width: 767.98px) {
  .swf-paywall-cta,
  .swf-paywall-secondary-cta {
    width: 100%;
    margin-left: 0;
  }

  .swf-paywall-secondary-cta {
    margin-left: 0;
    margin-top: 0.6rem;
  }

  .swf-image-lock-card {
    padding: 1rem;
  }
}

.swf-admin-edit-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2b2016;
  background: #f1ddb1;
  color: #3a2617;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  z-index: 1040;
}

.swf-admin-edit-fab:hover {
  background: #f8e9c6;
  color: #2a1c12;
}

.full-image-panel {
  margin-top: 1.2rem;
}

.recommended-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.recommended-card {
  text-decoration: none;
  color: inherit;
  border: 1px solid #ceb791;
  background: #fbf4e5;
  padding: 0.6rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.recommended-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(62, 38, 21, 0.14);
}

.recommended-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid #c5ae86;
}

.recommended-card-thumb {
  position: relative;
}

.recommended-thumb-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.22rem 0.46rem;
  border-radius: 6px;
  background: rgba(14, 14, 14, 0.86);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.recommended-card h3 {
  margin: 0.55rem 0 0.3rem;
  font-size: 1rem;
  color: #3a2617;
}

.recommended-card p {
  margin: 0;
  font-size: 0.83rem;
  color: #594432;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.faq-panel details {
  border-top: 1px dashed #c7b08b;
  padding: 0.55rem 0;
}

.faq-panel details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.faq-panel summary {
  cursor: pointer;
  font-family: "Bree Serif", serif;
  color: #3a2617;
}

.faq-panel p {
  margin: 0.45rem 0 0;
  color: #4f3c2b;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.62;
}

.info-faq {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #c7b08b;
}

.info-faq h3 {
  margin: 0 0 0.55rem;
  color: #3a2617;
  font-family: "Bree Serif", serif;
  font-size: 1.12rem;
}

.info-faq details {
  border-top: 1px dashed #c7b08b;
  padding: 0.55rem 0;
}

.info-faq details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.info-faq summary {
  cursor: pointer;
  font-family: "Bree Serif", serif;
  color: #3a2617;
}

.info-faq p {
  margin: 0.45rem 0 0;
  color: #4f3c2b;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.62;
}

@media (max-width: 960px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .detail-sidebar {
    position: static;
  }

  .analysis-grid,
  .recommended-grid {
    grid-template-columns: 1fr;
  }

  .copy-scroll {
    max-height: none;
    overflow: visible;
    padding: 1rem 0.8rem;
  }

  .analysis-block p {
    width: 100%;
  }
}
