/* Offerings + manifesto — luxury-aligned dark layout */

/* Visually hidden page title (manifesto: no visible H1) */
.sw-cp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sw-content-page {
  margin: 0;
  background: #1c1c1c;
  color: #fff;
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}

.sw-cp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  background: rgba(28, 28, 28, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.sw-cp-nav-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.sw-cp-nav-home {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.sw-cp-nav-home:hover {
  color: #e8c547;
}

/* Hero (manifesto + optional pattern) */
.sw-cp-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 48px;
}

.sw-cp-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #1c1c1c;
}

.sw-cp-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transform: scale(1.08);
  filter: grayscale(1) brightness(1.02) opacity(0.42);
}

.sw-cp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(28, 28, 28, 0.5) 0%, transparent 40%),
    linear-gradient(0deg, rgba(28, 28, 28, 0.92) 0%, transparent 55%);
}

.sw-cp-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 960px;
}

.sw-cp-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.75rem;
}

/* Hero title removed on manifesto; keep class if reused elsewhere */
.sw-cp-hero-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.85rem, 5vw, 3.25rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #fff;
  line-height: 1.15;
}

.sw-cp-hero-inner .sw-cp-tagline-block {
  margin-top: 0.25rem;
}

/* Same voice as homepage “Book Phylicia” + gold rule */
.sw-cp-tagline-block {
  margin-top: 0.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.sw-cp-tagline-block--plain {
  margin-top: 0.25rem;
}

.sw-cp-tagline {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.15rem, 2.8vw, 1.65rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 1.45;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.sw-cp-tagline-rule {
  width: min(280px, 72vw);
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, #e8c547 20%, #e8c547 80%, transparent);
  opacity: 0.95;
}

.sw-cp-header {
  padding: 130px 24px 32px;
  text-align: center;
}

.sw-cp-header--plain {
  padding-top: 150px;
}

.sw-cp-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: #fff;
}

/* Offerings page title: same style voice as "Book Phylicia" */
.sw-off-title {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.25rem, 7vw, 5rem);
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.48);
}

.sw-off-hero .sw-cp-hero-overlay {
  background:
    radial-gradient(ellipse 60% 52% at 50% 24%, transparent 0%, rgba(28, 28, 28, 0.28) 55%, rgba(28, 28, 28, 0.88) 100%),
    linear-gradient(180deg, rgba(28, 28, 28, 0.45) 0%, transparent 38%, transparent 58%, rgba(28, 28, 28, 0.88) 100%);
}

.sw-off-hero-img {
  filter: grayscale(1) saturate(0.65) brightness(0.95) opacity(0.45);
}

.sw-cp-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.sw-off-inner {
  max-width: 1240px;
}

.sw-cp-intro,
.sw-cp-body {
  margin-bottom: 2.5rem;
}

/* Homepage About column body copy */
.sw-cp-prose,
.sw-cp-intro,
.sw-cp-body {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #fff;
}

.sw-cp-prose p,
.sw-cp-intro p,
.sw-cp-body p {
  margin: 0 0 1em;
}

.sw-cp-prose a {
  color: #e8c547;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* Download cards (offerings) */
.sw-off-dl-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 1040px) {
  .sw-off-dl-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .sw-off-dl-list {
    grid-template-columns: 1fr;
  }
}

.sw-off-dl-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.sw-off-dl-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--sw-off-bg-image);
  background-size: cover;
  background-position: center;
  filter: grayscale(1) saturate(0.68) brightness(0.6);
  opacity: 0.42;
  transform: scale(1.05);
}

.sw-off-dl-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 65% 60% at 50% 35%, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(180deg, rgba(28, 28, 28, 0.18) 0%, rgba(28, 28, 28, 0.55) 100%);
}

.sw-off-dl-card:hover {
  transform: translateY(-5px);
  border-color: rgba(232, 197, 71, 0.45);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.34);
}

.sw-off-dl-card:hover::before {
  filter: grayscale(0.45) saturate(0.82) brightness(0.68);
}

.sw-off-dl-card > * {
  position: relative;
  z-index: 2;
}

.sw-off-dl-card-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  color: #fff;
}

.sw-off-dl-card-text {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 1.25rem;
  font-size: 0.98rem;
}

.sw-off-dl-card-text p {
  margin: 0;
}

.sw-off-dl-btn {
  display: inline-block;
  padding: 14px 28px;
  background: transparent;
  color: #e8c547;
  border: 1px solid #e8c547;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}

.sw-off-dl-btn:hover {
  background: #e8c547;
  color: #1c1c1c;
}

.sw-cp-back {
  text-align: center;
  font-size: 0.85rem;
}

.sw-cp-back a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.sw-cp-back a:hover {
  color: #e8c547;
}
