/* G-Spot Secrets GP — reference-inspired interior shell
   Dark full-width header/footer · light body · mobile-first text
   Architecture only — no competitor identity copy/assets. */

@font-face {
  font-family: "GSS Montserrat";
  src: url("../fonts/montserrat.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --gss-ink: #1a1520;
  --gss-ink-soft: #4a4454;
  --gss-body: #f5f5f7;
  --gss-card: #ffffff;
  --gss-line: #e6e4ea;
  --gss-header: #0b0b10;
  --gss-footer: #0b0b10;
  --gss-magenta: #c824ee;
  --gss-violet: #4f34a0;
  --gss-purple: #7047ff;
  --gss-cta: linear-gradient(90deg, #7047ff 0%, #c824ee 100%);
  --gss-font: "GSS Montserrat", Montserrat, system-ui, -apple-system, "Segoe UI", sans-serif;
  --gss-shell: min(1120px, calc(100vw - 40px));
  --gss-read: min(720px, 100%);
}

* { box-sizing: border-box; }

body.gss-gp {
  margin: 0;
  min-width: 320px;
  background: var(--gss-body);
  color: var(--gss-ink);
  font-family: var(--gss-font);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  touch-action: manipulation;
  color-scheme: light;
}

body.gss-gp a { color: var(--gss-violet); }
body.gss-gp a:hover { color: var(--gss-magenta); }

/* Hide parent GP chrome we replace */
body.gss-gp:not(.gss-gate-home) .site-header,
body.gss-gp:not(.gss-gate-home) .main-navigation,
body.gss-gp:not(.gss-gate-home) .site-info,
body.gss-gp:not(.gss-gate-home) .sidebar,
body.gss-gp:not(.gss-gate-home) .widget-area,
body.gss-gp:not(.gss-gate-home) .footer-widgets {
  display: none !important;
}

body.gss-gp:not(.gss-gate-home) .site.grid-container,
body.gss-gp:not(.gss-gate-home) .site-content,
body.gss-gp:not(.gss-gate-home) .content-area,
body.gss-gp:not(.gss-gate-home) .inside-article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  float: none !important;
}

.gss-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.gss-skip:focus {
  position: fixed;
  z-index: 10000;
  left: 12px;
  top: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  background: #fff;
  color: #000;
  border-radius: 999px;
  font-weight: 800;
}

/* ---------- Header ---------- */
.gss-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: var(--gss-header);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.gss-site-header-inner {
  width: var(--gss-shell);
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.gss-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.02em;
}
.gss-brand strong { font-weight: 800; }
.gss-brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gss-cta);
  box-shadow: 0 0 0 3px rgba(200,36,238,.18);
}
.gss-primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.gss-primary-nav a {
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 650;
}
.gss-primary-nav a:hover { color: #fff !important; }
.gss-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.01em;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease;
}
.gss-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }
.gss-btn:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.gss-btn-course,
.gss-btn-tutorial {
  background: var(--gss-cta);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(112,71,255,.28);
}
.gss-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 0;
}
.gss-menu-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  margin: 5px auto;
  background: currentColor;
}
.gss-mobile-nav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 20px 18px;
  background: #0b0b10;
  border-top: 1px solid rgba(255,255,255,.08);
}
.gss-mobile-nav a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 8px;
  font-weight: 700;
}
.gss-mobile-nav.is-open { display: flex; }

/* ---------- Article ---------- */
.gss-main {
  width: 100%;
  background: var(--gss-body);
  padding: 36px 0 72px;
}
.gss-article-shell {
  width: var(--gss-shell);
  margin: 0 auto;
}
.gss-article {
  width: min(760px, 100%);
  margin: 0 auto;
  background: var(--gss-card);
  border: 1px solid var(--gss-line);
  border-radius: 18px;
  padding: clamp(24px, 4vw, 48px);
  box-shadow: 0 18px 50px rgba(20, 12, 40, .06);
}
.gss-eyebrow {
  margin: 0 0 10px;
  color: var(--gss-magenta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gss-article-title {
  margin: 0 0 22px;
  color: var(--gss-ink);
  font-size: clamp(1.85rem, 4.2vw, 2.55rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.gss-article-body {
  color: var(--gss-ink-soft);
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.75;
}
.gss-article-body > p:first-of-type {
  color: var(--gss-ink);
  font-size: 1.12em;
  max-width: 42ch;
}
.gss-article-body h2 {
  margin: 2em 0 .4em;
  color: var(--gss-ink);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.gss-article-body h2 + p { margin-top: 0; }
.gss-article-body hr {
  border: 0;
  border-top: 1px solid var(--gss-line);
  margin: 2.2em 0;
}
.gss-article-body a {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(200,36,238,.28);
}
.gss-article-body img,
.gss-article-body video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 1.4em 0;
  background: #11081a;
}
.gss-figure {
  margin: 1.6em 0;
}
.gss-figure figcaption {
  margin-top: 8px;
  color: #7a7485;
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.gss-figure--gif img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Dual doors */
.gss-end-doors {
  display: grid;
  gap: 10px;
  margin: 2.4em 0 0;
  padding: 18px;
  border: 1px solid var(--gss-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #faf8ff, #fff);
}
.gss-end-doors a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 12px !important;
  border: 0 !important;
  text-decoration: none !important;
  font-weight: 800;
}
.gss-door-primary {
  background: var(--gss-cta);
  color: #fff !important;
}
.gss-door-next {
  background: #111018;
  color: #fff !important;
}
.gss-door-learn {
  background: #fff;
  color: var(--gss-magenta) !important;
  border: 1px solid rgba(200,36,238,.25) !important;
}

/* Related posts */
.gss-related {
  width: min(760px, 100%);
  margin: 28px auto 0;
}
.gss-related h2 {
  margin: 0 0 14px;
  color: var(--gss-ink);
  font-size: 1.15rem;
  font-weight: 800;
}
.gss-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gss-related a {
  display: block;
  padding: 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--gss-line);
  color: var(--gss-ink) !important;
  text-decoration: none !important;
  min-height: 110px;
  transition: border-color .15s ease, transform .15s ease;
}
.gss-related a:hover {
  border-color: rgba(200,36,238,.35);
  transform: translateY(-2px);
}
.gss-related .gss-related-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--gss-magenta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gss-related .gss-related-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

/* TSL CTA in body */
.gss-tsl-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 1em 0;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--gss-cta);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  border: 0 !important;
}

/* ---------- Footer ---------- */
.gss-site-footer {
  width: 100%;
  background: var(--gss-footer);
  color: rgba(255,255,255,.78);
  padding: 0 0 28px;
}
.gss-site-footer-inner {
  width: var(--gss-shell);
  margin: 0 auto;
}
.gss-footer-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.gss-footer-kicker {
  margin: 0 0 4px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gss-footer-lead {
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
}
.gss-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  padding: 28px 0 18px;
}
.gss-footer-brand .gss-brand-text {
  color: #fff;
  font-size: 16px;
}
.gss-footer-brand p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 14px;
  max-width: 34ch;
}
.gss-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-content: start;
  justify-content: flex-end;
}
.gss-footer-nav a {
  color: rgba(255,255,255,.7) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 650;
}
.gss-footer-nav a:hover { color: #fff !important; }
.gss-footer-copy {
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.42);
  font-size: 12px;
}

@media (max-width: 860px) {
  .gss-primary-nav { display: none; }
  .gss-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .gss-header-actions .gss-btn-course { display: none; }
  .gss-related-grid { grid-template-columns: 1fr; }
  .gss-footer-cta-band,
  .gss-footer-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .gss-footer-nav { justify-content: flex-start; }
  .gss-btn-tutorial { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .gss-btn:hover,
  .gss-related a:hover { transform: none; }
}

/* Screen reader */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
