/* Page base */
.calder-bare-page {
  background-color: #050309;
  color: #f5f0ff;
}

/* Inherit your existing hero styles – this just makes sure the next section feels gated */
.bare-warning {
  position: relative;
  padding: 4rem 1.5rem 5rem;
  background:
    radial-gradient(circle at top, rgba(255, 0, 80, 0.24), transparent 55%),
    radial-gradient(circle at bottom, rgba(180, 0, 60, 0.32), transparent 60%),
    linear-gradient(#050309, #050309 40%, #08030d);
}

.bare-warning-frame {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 2rem 3rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(255, 60, 120, 0.25), transparent 60%),
    radial-gradient(circle at bottom right, rgba(255, 120, 0, 0.2), transparent 60%),
    rgba(10, 4, 16, 0.92);
  border: 1px solid rgba(255, 80, 140, 0.7);
  box-shadow:
    0 0 24px rgba(255, 32, 96, 0.45),
    0 0 80px rgba(0, 0, 0, 0.9);
}

.bare-heading {
  font-family: var(--display-font, 'Unica One', system-ui, sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
  font-size: 1.3rem;
  color: #ff5c9b;
  margin-bottom: 0.5rem;
}

.bare-subtitle {
  text-align: center;
  font-size: 0.95rem;
  color: #f5d6ff;
  margin-bottom: 1.5rem;
}

.bare-copy {
  font-family: var(--body-font, 'IBM Plex Serif', Georgia, serif);
  font-size: 0.98rem;
  line-height: 1.6;
  color: #f4ecff;
  margin-bottom: 0.9rem;
}

.bare-copy-strong {
  font-weight: 600;
  margin-top: 0.75rem;
}

.bare-age {
  margin-top: 1.3rem;
  font-size: 0.9rem;
  color: #ffd5e0;
}

.bare-list {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  font-size: 0.94rem;
  color: #f9e7ff;
}

.bare-list li {
  margin-bottom: 0.35rem;
}

.bare-enter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.8rem;
  padding: 0.85rem 2.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 134, 35, 0.9);
  background: radial-gradient(circle at top, #ff9435, #d20c46);
  color: #120309;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  box-shadow:
    0 0 20px rgba(255, 90, 60, 0.6),
    0 0 40px rgba(0, 0, 0, 0.9);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.bare-enter-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 0 26px rgba(255, 110, 80, 0.75),
    0 0 60px rgba(0, 0, 0, 1);
}

/* Banner + stories */

.bare-stories {
  padding: 0 0 5rem;
}

.bare-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 2.25rem;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 2.5rem 1.5rem 0;
}

.bare-banner-image {
  border-radius: 18px;
  overflow: hidden;
  background-image: url('/images/calder_nude_background_03.webp');
  background-size: cover;
  background-position: center center;
  min-height: 260px;
  box-shadow:
    0 0 30px rgba(0, 0, 0, 0.9),
    0 0 55px rgba(255, 60, 120, 0.5);
  position: relative;
}

.bare-banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.7),
      rgba(255, 40, 90, 0.15),
      rgba(0, 0, 0, 0.85)
  );
  mix-blend-mode: soft-light;
}

.bare-banner-copy {
  align-self: center;
}

.bare-banner-copy h2 {
  font-family: var(--display-font, 'Unica One', system-ui, sans-serif);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #ff88bb;
  margin-bottom: 0.7rem;
}

.bare-banner-copy p {
  font-family: var(--body-font, 'IBM Plex Serif', Georgia, serif);
  font-size: 0.96rem;
  line-height: 1.7;
  color: #f7eaff;
  margin-bottom: 0.75rem;
}

.bare-meta {
  font-size: 0.86rem;
  color: #ffb3d4;
}

/* Story cards */

.bare-story-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  gap: 1.8rem;
}

.bare-story-card {
  padding: 1.8rem 1.5rem 1.6rem;
  border-radius: 14px;
  background: radial-gradient(circle at top left, rgba(255, 60, 120, 0.16), transparent 55%),
              rgba(10, 4, 16, 0.96);
  border: 1px solid rgba(110, 60, 120, 0.8);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
}

.bare-story-title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.bare-story-title a {
  color: #ffe6ff;
  text-decoration: none;
}

.bare-story-title a:hover {
  color: #ff9fd3;
  text-decoration: underline;
}

.bare-story-meta {
  font-size: 0.86rem;
  color: #ffb6c9;
  margin-bottom: 0.7rem;
}

.bare-story-blurb {
  font-size: 0.94rem;
  line-height: 1.7;
  color: #f6ecff;
}

/* Responsive */

@media (max-width: 900px) {
  .bare-banner {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 2rem;
  }

  .bare-banner-image {
    min-height: 220px;
  }
}

@media (max-width: 600px) {
  .bare-warning {
    padding: 3rem 1rem 3.5rem;
  }

  .bare-warning-frame {
    padding: 2rem 1.4rem 2.5rem;
  }

  .bare-enter-btn {
    width: 100%;
    margin: 2rem auto 0 auto;
    display: inline-block;
  }
}
.bare-warning-button-wrap {
  text-align: center;
}
/* READ PAGE LAYOUT  -------------------------------------- */

.bare-read-main {
  max-width: 1120px;
  margin: 0 auto 4rem;
  padding: 2.5rem 1.5rem 4rem;
}

/* main container for a single Bare story */
.bare-story-shell {
  background: radial-gradient(circle at top, #2e0b1d, #050208 60%);
  border-radius: 18px;
  border: 1px solid rgba(255, 105, 180, 0.85);
  padding: 2.25rem 2.5rem 2.75rem;
  box-shadow:
    0 0 22px rgba(255, 105, 180, 0.55),
    0 0 60px rgba(0, 0, 0, 0.9);
}

/* header + meta */
.bare-story-header {
  margin-bottom: 1.75rem;
}

.bare-breadcrumb {
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

.bare-story-title {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}

.bare-story-summary {
  margin-bottom: 0.5rem;
  font-style: italic;
}

.bare-story-meta {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* body text */
.bare-story-body {
  margin-top: 1.5rem;
  line-height: 1.7;
}

.bare-story-body p + p {
  margin-top: 1rem;
}

/* footer nav */
.bare-story-footer {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.bare-story-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.bare-story-nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bare-story-nav-spacer {
  flex: 1;
}
/* Center story header */
.bare-story-header {
  text-align: center;
}

.bare-story-title {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
}

.bare-story-summary {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.bare-story-meta {
  font-size: 0.9rem;
  opacity: 0.85;
}
/* READ PAGE LAYOUT  -------------------------------------- */

.bare-read-main {
  max-width: 1120px;
  margin: 0 auto 4rem;
  padding: 2.5rem 1.5rem 4rem;
}

/* main container */
.bare-story-shell {
  background: radial-gradient(circle at top, #2e0b1d, #050208 60%);
  border-radius: 18px;
  border: 1px solid rgba(255, 105, 180, 0.85);
  padding: 2.25rem 2.5rem 2.75rem;
  box-shadow:
    0 0 22px rgba(255, 105, 180, 0.55),
    0 0 60px rgba(0, 0, 0, 0.9);
}

/* center header */
.bare-story-header {
  text-align: center;
  margin-bottom: 2rem;
}

/* Cinzel for title */
.bare-story-title {
  font-family: 'Cinzel Decorative', serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
}

/* summary + meta */
.bare-story-summary {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}

.bare-story-meta {
  font-size: 0.9rem;
  opacity: 0.85;
}

/* body text */
.bare-story-body {
  margin-top: 1.5rem;
  line-height: 1.7;
}

.bare-story-body p + p {
  margin-top: 1rem;
}

/* footer nav */
.bare-story-footer {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
