/* assets/css/pages/catskills-home-base.css
   Dedicated stylesheet for the Catskills Home Base page.
   Aligns with the Sensei Sandy palette and Bootstrap grids. */

body.page-catskills-home-base {
  background:
    radial-gradient(1200px 520px at 12% 0%, rgba(17, 106, 66, 0.08), transparent 52%),
    radial-gradient(900px 420px at 100% 10%, rgba(40, 159, 161, 0.10), transparent 48%),
    linear-gradient(180deg, #fbf8f3 0%, #f7f2ea 100%);
}

body.page-catskills-home-base .ss-main {
  background: transparent;
}

body.page-catskills-home-base .ss-section {
  padding-block: clamp(3.25rem, 6vw, 6.75rem);
}

/* Eyebrow badge */
.ss-eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.8rem;
  padding: 0.42rem 0.8rem;
  border: 1px solid rgba(17, 106, 66, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ss-green);
  font-family: "Lexend", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 24px rgba(31, 23, 18, 0.05);
}

/* Trust Strip */
.ss-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ss-border);
  color: var(--ss-muted);
  font-family: "Lexend", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.ss-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.ss-trust-strip i {
  color: var(--ss-teal);
  font-size: 1.1rem;
}

/* Recognition cards */
.ss-rec-card {
  background: var(--ss-surface);
  border: 1px solid var(--ss-border);
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(54, 43, 36, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ss-rec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(54, 43, 36, 0.08);
}

.ss-rec-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(40, 159, 161, 0.1);
  color: var(--ss-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.ss-rec-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ss-ink);
  margin-bottom: 0.75rem;
}

.ss-rec-card p {
  color: var(--ss-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Core Promise Section */
.ss-promise-bg {
  background: linear-gradient(135deg, var(--ss-ink) 0%, #1f1712 100%);
  color: #fff;
  border-radius: 2rem;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(2rem, 4vw, 4rem);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(31, 23, 18, 0.15);
}

.ss-promise-bg::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 60%;
  height: 150%;
  background: radial-gradient(circle, rgba(0, 221, 224, 0.06), transparent 70%);
  pointer-events: none;
}

.ss-promise-title {
  color: #ffffff;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.ss-promise-copy {
  color: #ffffff;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.6;
  opacity: 0.9;
  max-width: 72ch;
}

/* Fit markers list */
.ss-fit-list {
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 1.25rem;
}

.ss-fit-list li {
  position: relative;
  padding-left: 2.25rem;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--ss-text);
}

.ss-fit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--ss-green);
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1;
}

/* Offer Cards */
.ss-offer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .ss-offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ss-offer-card {
  background: var(--ss-surface);
  border: 1px solid var(--ss-border);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 30px rgba(54, 43, 36, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ss-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(54, 43, 36, 0.1);
}

.ss-offer-card--featured {
  border-color: var(--ss-green);
  border-width: 2px;
  background: linear-gradient(180deg, #fff 0%, #f4fcf8 100%);
}

.ss-offer-badge {
  position: absolute;
  top: -12px;
  left: 2rem;
  background: var(--ss-green);
  color: #fff;
  font-family: "Lexend", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  box-shadow: 0 6px 12px rgba(17, 106, 66, 0.2);
}

.ss-offer-badge--teal {
  background: var(--ss-teal);
  box-shadow: 0 6px 12px rgba(40, 159, 161, 0.2);
}

.ss-offer-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ss-ink);
  margin-bottom: 0.5rem;
}

.ss-offer-kicker {
  font-size: 0.95rem;
  color: var(--ss-muted);
  margin-bottom: 1.5rem;
}

.ss-offer-price {
  font-family: "Lexend", sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--ss-ink);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: baseline;
}

.ss-offer-price span {
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ss-muted);
  margin-left: 0.4rem;
}

.ss-offer-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
  display: grid;
  gap: 0.8rem;
}

.ss-offer-checklist li {
  position: relative;
  padding-left: 1.75rem;
  font-size: 0.95rem;
  color: var(--ss-text);
  line-height: 1.4;
}

.ss-offer-checklist li::before {
  content: "•";
  position: absolute;
  left: 0.25rem;
  color: var(--ss-green);
  font-size: 1.4rem;
  line-height: 1;
  top: -0.1em;
}

/* Family lanes block */
.ss-lane-bar {
  background: var(--ss-surface);
  border: 1px solid var(--ss-border);
  border-radius: 1.25rem;
  padding: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 8px 20px rgba(54, 43, 36, 0.03);
  transition: transform 0.2s ease;
}

.ss-lane-bar:hover {
  transform: translateX(4px);
}

.ss-lane-bar h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ss-ink);
  margin-bottom: 0.25rem;
}

.ss-lane-bar p {
  color: var(--ss-muted);
  font-size: 0.95rem;
  margin-bottom: 0;
}

/* Custom form card */
.ss-form-card {
  background: var(--ss-surface);
  border: 1px solid var(--ss-border);
  border-radius: 2rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  box-shadow: 0 20px 45px rgba(54, 43, 36, 0.08);
}

.ss-form-title {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--ss-ink);
  margin-bottom: 0.75rem;
}

.ss-form-desc {
  color: var(--ss-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Service cards */
.ss-service-card {
  background: var(--ss-surface2);
  border: 1px solid var(--ss-border);
  border-radius: 1.25rem;
  padding: 2.25rem 2rem;
  height: 100%;
}

.ss-service-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ss-ink);
  margin-bottom: 0.75rem;
}

.ss-service-card p {
  color: var(--ss-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Simple schedule layout */
.ss-schedule-simple-card {
  background: var(--ss-surface);
  border: 1px solid var(--ss-border);
  border-radius: 1.25rem;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 8px 24px rgba(54, 43, 36, 0.03);
}

.ss-schedule-simple-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ss-green);
  border-bottom: 2px solid rgba(17, 106, 66, 0.12);
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
}

.ss-schedule-simple-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  gap: 0.8rem;
}

.ss-schedule-simple-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: var(--ss-text);
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed rgba(54, 43, 36, 0.08);
}

.ss-schedule-simple-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ss-schedule-simple-list strong {
  font-weight: 600;
  color: var(--ss-ink);
}

/* Proof quote card */
.ss-proof-quote-card {
  background: var(--ss-surface);
  border: 1px solid var(--ss-border);
  border-radius: 1.5rem;
  padding: 2.5rem;
  position: relative;
  box-shadow: 0 12px 30px rgba(54, 43, 36, 0.04);
}

.ss-proof-quote-text {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: var(--ss-ink);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.ss-proof-quote-author {
  font-family: "Lexend", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ss-green);
}

/* Local strip banner */
.ss-local-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 3rem;
  padding: 1.5rem;
  background: var(--ss-surface2);
  border-top: 1px solid var(--ss-border);
  border-bottom: 1px solid var(--ss-border);
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ss-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ss-local-strip a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ss-local-strip a:hover {
  color: var(--ss-green);
}
