﻿/* ##########################################################################
   SECTION D: HOMEPAGE (pcow-)
   ---------------------------------------------------------------------------
   Share when: Building or modifying homepage sections (S1-S11).
   Skip when:  Building other pages (Podcast Room, Legal, etc.).
   ########################################################################## */

/* ---------- Global section gap fix ---------- */
.pcow-hero,
.pcow-photo-strip,
.pcow-why,
.pcow-plans,
.pcow-included,
.pcow-gallery,
.pcow-podcast,
.pcow-tour,
.pcow-cta,
  gap: 0px !important;
  row-gap: 0px !important;
}

/* ---------- S1: HERO ---------- */
.pcow-hero {
  overflow: visible !important;
}
.pcow-hero .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-hero .et_pb_column { padding: 0 !important; }
.pcow-hero .et_pb_text { padding-bottom: 0 !important; }
.pcow-hero .et_pb_image { margin-bottom: 0 !important; }
.pcow-hero .et_pb_code,
.pcow-hero .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-hero-headline {
  font-family: var(--pcow-font-heading);
  font-weight: 800;
  font-size: clamp(64px, 9vw, 120px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--pcow-dark);
  margin: 0;
}
.pcow-hero-headline .pcow-script-accent {
  display: block;
  margin-top: 6px;
  font-style: italic;
  color: var(--pcow-dark);
}
.pcow-hero-description {
  font-family: var(--pcow-font-body);
  font-size: 18px;
  line-height: 1.5;
  color: rgba(28,28,28,0.82);
  margin: 0;
}

.pcow-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.pcow-hero-btn-dark {
  padding: 15px 22px;
  background: var(--pcow-dark);
  color: var(--pcow-white) !important;
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.pcow-hero-btn-dark:hover {
  background: #333333;
}
.pcow-hero-btn-outline {
  padding: 15px 22px;
  background: transparent;
  color: var(--pcow-dark) !important;
  border: 1px solid var(--pcow-dark);
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.pcow-hero-btn-outline:hover {
  background: var(--pcow-dark);
  color: var(--pcow-white) !important;
}

/* ---------- S2: PHOTO STRIP ---------- */
.pcow-photo-strip {
  margin-top: -60px !important;
  position: relative !important;
  z-index: 2 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}
.pcow-photo-strip .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-photo-strip .et_pb_column { padding: 0 !important; }
.pcow-photo-strip .et_pb_code,
.pcow-photo-strip .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-strip-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
}
.pcow-strip-right { display: grid; gap: 16px; }
.pcow-strip-address {
  padding: 20px 22px;
  background: var(--pcow-dark);
  color: var(--pcow-cream);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.pcow-strip-address-text {
  font-family: var(--pcow-font-heading);
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

/* ---------- S3: WHY CHOOSE US ---------- */
.pcow-why .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-why .et_pb_column { padding: 0 !important; }
.pcow-why .et_pb_text { padding-bottom: 0 !important; }
.pcow-why .et_pb_code,
.pcow-why .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--pcow-divider);
}
.pcow-pillar {
  padding: 32px 24px;
  border-right: 1px solid var(--pcow-divider);
}
.pcow-pillar:last-child { border-right: none; }
.pcow-pillar-icon { width: 40px; height: 40px; margin-bottom: 24px; }
.pcow-pillar-title {
  font-family: var(--pcow-font-heading);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--pcow-dark);
  margin: 0 0 14px;
}
.pcow-pillar-body {
  font-family: var(--pcow-font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--pcow-mid-gray);
  margin: 0;
}

/* ---------- S4: PLANS ---------- */
.pcow-plans .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-plans .et_pb_column { padding: 0 !important; }
.pcow-plans .et_pb_text { padding-bottom: 0 !important; }
.pcow-plans .et_pb_code,
.pcow-plans .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-plans-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}
.pcow-plans-intro {
  font-family: var(--pcow-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: #cccccc;
  margin: 0;
  max-width: 44ch;
}

.pcow-plan-radio { display: none !important; }

.pcow-plan-toggle {
  display: inline-flex;
  padding: 4px;
  gap: 4px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  margin-bottom: 24px;
}
.pcow-plan-toggle label {
  padding: 11px 22px;
  border: none;
  cursor: pointer;
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #dddddd;
  border-radius: 999px;
  transition: all 200ms;
}
#pcow-plan-pt:checked ~ .pcow-plan-toggle label[for="pcow-plan-pt"],
#pcow-plan-ft:checked ~ .pcow-plan-toggle label[for="pcow-plan-ft"],
#pcow-plan-dp:checked ~ .pcow-plan-toggle label[for="pcow-plan-dp"] {
  background: var(--pcow-green);
  color: var(--pcow-dark);
}

.pcow-plan-content { display: none; }
#pcow-plan-pt:checked ~ .pcow-plan-content--pt,
#pcow-plan-ft:checked ~ .pcow-plan-content--ft,
#pcow-plan-dp:checked ~ .pcow-plan-content--dp {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: start;
}

.pcow-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: var(--pcow-green);
  color: var(--pcow-dark);
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.pcow-plan-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.pcow-plan-amount {
  font-family: var(--pcow-font-heading);
  font-weight: 800;
  font-size: 72px;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--pcow-white);
}
.pcow-plan-cadence { font-family: var(--pcow-font-body); font-size: 16px; color: #dddddd; }
.pcow-plan-blurb {
  font-family: var(--pcow-font-body);
  font-size: 16px;
  line-height: 1.5;
  color: #dddddd;
  margin: 0 0 22px;
  max-width: 40ch;
}
.pcow-plan-cta {
  display: inline-flex;
  align-items: center;
  padding: 15px 22px;
  background: var(--pcow-green);
  color: var(--pcow-dark) !important;
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.pcow-plan-features {
  list-style: none !important;
  padding: 0 0 0 28px !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 1px solid rgba(255,255,255,0.18);
}
.pcow-plan-features li {
  list-style: none !important;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--pcow-font-body);
  font-size: 15px;
  line-height: 1.5;
  color: #e5e5e5;
}
.pcow-plan-features li::before,
.pcow-plan-features li::marker {
  content: none !important;
  display: none !important;
}

.pcow-alacarte {
  margin-top: 24px;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--pcow-font-body);
  font-size: 13px;
  color: #cccccc;
  letter-spacing: 0.04em;
}
.pcow-alacarte strong { color: var(--pcow-white); }
.pcow-alacarte-link {
  color: var(--pcow-green) !important;
  text-decoration: none !important;
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

/* ---------- S5: ESSENTIALS ---------- */
.pcow-included .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-included .et_pb_column { padding: 0 !important; }
.pcow-included .et_pb_text { padding-bottom: 0 !important; }
.pcow-included .et_pb_code,
.pcow-included .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-checklist {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
}
.pcow-checklist li {
  list-style: none !important;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pcow-divider);
  font-family: var(--pcow-font-body);
  font-size: 16px;
  line-height: 1.4;
  color: var(--pcow-dark);
}
.pcow-checklist li::before,
.pcow-checklist li::marker {
  content: none !important;
  display: none !important;
}

/* ---------- S6: GALLERY ---------- */
.pcow-gallery .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-gallery .et_pb_column { padding: 0 !important; }
.pcow-gallery .et_pb_text { padding-bottom: 0 !important; }
.pcow-gallery .et_pb_code,
.pcow-gallery .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
}
.pcow-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 120px;
  gap: 14px;
}
.pcow-g1 { grid-column: 1 / 4; grid-row: span 3; }
.pcow-g2 { grid-column: 4 / 6; grid-row: span 2; }
.pcow-g3 { grid-column: 6 / 7; grid-row: span 2; }
.pcow-g4 { grid-column: 4 / 5; grid-row: span 1; }
.pcow-g5 { grid-column: 5 / 7; grid-row: span 2; }
.pcow-g6 { grid-column: 1 / 4; grid-row: span 2; }

/* ---------- S7: PODCAST ---------- */
.pcow-podcast .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-podcast .et_pb_column { padding: 0 !important; }
.pcow-podcast .et_pb_code,
.pcow-podcast .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-podcast-split {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  min-height: 480px;
}
.pcow-podcast-room {
  background: linear-gradient(115deg, rgba(28,28,28,0.94) 0%, rgba(28,28,28,0.82) 45%, rgba(28,28,28,0.55) 100%),
              url('https://perfectcoworking.com/wp-content/uploads/Recording-Room-Wide-Shot-With-Credenza-01-660x500-1.jpg') center / cover no-repeat;
  background-color: var(--pcow-dark);
  color: var(--pcow-white);
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pcow-podcast-desc {
  font-family: var(--pcow-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: #cccccc;
  margin: 24px 0 28px;
  max-width: 40ch;
}
.pcow-podcast-link {
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pcow-green) !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--pcow-green);
  width: fit-content;
}
.pcow-podcast-player {
  background: var(--pcow-green);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pcow-podcast-title {
  font-family: var(--pcow-font-heading);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pcow-dark);
  margin: 0 0 8px;
}
.pcow-podcast-meta {
  font-family: var(--pcow-font-body);
  font-size: 13px;
  color: rgba(28,28,28,0.7);
  margin: 0;
}
.pcow-podcast-play-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  padding: 15px 22px;
  background: var(--pcow-dark);
  color: var(--pcow-green) !important;
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none !important;
  width: fit-content;
}

/* ---------- Audio Player Controls ---------- */

.pcow-player-controls-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.pcow-player-time {
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--pcow-dark);
}

.pcow-player-progress {
  background: rgba(28,28,28,0.18);
  height: 6px;
  cursor: pointer;
  position: relative;
}

.pcow-player-progress-fill {
  background: var(--pcow-dark);
  height: 100%;
  width: 0%;
  transition: width 0.15s linear;
}

/* ---------- Audio Player Interactivity ---------- */

.pcow-pr-player-btn {
  width: auto !important;
  padding: 0 22px !important;
  height: 48px;
  background: var(--pcow-dark);
  color: var(--pcow-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  font-family: var(--pcow-font-body);
  border: none;
  cursor: pointer;
}

.pcow-pr-waveform {
  cursor: pointer;
}


/* ---------- S9: TOUR ---------- */
.pcow-tour .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-tour .et_pb_column { padding: 0 !important; }
.pcow-tour .et_pb_code,
.pcow-tour .et_pb_code_inner { padding: 0 !important; margin: 0 !important; }

.pcow-tour-panel {
  background: var(--pcow-green);
  color: var(--pcow-dark);
  padding: 60px 56px;
  display: grid;
  grid-template-columns: 0.85fr 0.9fr 1.25fr;
  gap: 32px;
  align-items: stretch;
}
.pcow-tour-headline {
  font-family: var(--pcow-font-heading);
  font-weight: 800;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--pcow-dark);
  margin: 0;
}
.pcow-tour-script {
  font-family: var(--pcow-font-script);
  font-weight: 600;
  color: var(--pcow-white);
  font-size: 58px;
  font-style: normal;
  display: block;
  margin-top: 4px;
}
.pcow-tour-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
  font-family: var(--pcow-font-body);
  font-size: 14px;
  line-height: 1.5;
}
.pcow-tour-detail-label {
  font-family: var(--pcow-font-body);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(28,28,28,0.6);
  display: block;
  margin-bottom: 4px;
}
.pcow-tour-map {
  border: 2px solid var(--pcow-dark);
  overflow: hidden;
  min-height: 320px;
}
.pcow-tour-map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(0.2) contrast(1.05);
}
.pcow-tour-form-panel {
  background: var(--pcow-cream);
  color: var(--pcow-dark);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.pcow-tour-form-heading {
  font-family: var(--pcow-font-heading);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  color: var(--pcow-dark);
}

/* WPForms brand styling inside tour panel */
.pcow-tour-form-panel .wpforms-container input[type="text"],
.pcow-tour-form-panel .wpforms-container input[type="email"],
.pcow-tour-form-panel .wpforms-container select {
  font-family: var(--pcow-font-body) !important;
  font-size: 14px !important;
  border: none !important;
  border-bottom: 1px solid rgba(28,28,28,0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 9px 0 !important;
}
.pcow-tour-form-panel .wpforms-container .wpforms-field-label {
  font-family: var(--pcow-font-body) !important;
  font-weight: 700 !important;
  font-size: 9px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--pcow-mid-gray) !important;
}
.pcow-tour-form-panel .wpforms-container button[type="submit"] {
  background: var(--pcow-dark) !important;
  color: var(--pcow-white) !important;
  font-family: var(--pcow-font-body) !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  padding: 15px 22px !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  cursor: pointer;
}

/* ---------- S10: CTA ---------- */
.pcow-cta .et_pb_row {
  max-width: 1280px !important;
  width: 100% !important;
  padding: 0 56px !important;
}
.pcow-cta .et_pb_column { padding: 0 !important; }
.pcow-cta .et_pb_text { padding-bottom: 0 !important; }
.pcow-cta .et_pb_button_module_wrapper {
  display: flex !important;
  justify-content: flex-end !important;
  margin-bottom: 0 !important;
}

/* ---------- HOMEPAGE RESPONSIVE ---------- */
@media (max-width: 980px) {
  .pcow-headline { font-size: 48px; }
  .pcow-hero-headline { font-size: 64px !important; }
  .pcow-pillars { grid-template-columns: repeat(3, 1fr); }
  .pcow-pillar:nth-child(3) { border-right: none; }
  .pcow-pillar:nth-child(4),
  .pcow-pillar:nth-child(5) { border-top: 1px solid var(--pcow-divider); }
  .pcow-plans-header { grid-template-columns: 1fr; gap: 24px; }
  .pcow-gallery-grid { grid-auto-rows: 100px; }
  .pcow-podcast-split { grid-template-columns: 1fr; }
  .pcow-tour-panel { grid-template-columns: 1fr; }
  .pcow-tour-map { min-height: 300px; }

  .pcow-hero .et_pb_row,
  .pcow-photo-strip .et_pb_row,
  .pcow-why .et_pb_row,
  .pcow-plans .et_pb_row,
  .pcow-included .et_pb_row,
  .pcow-gallery .et_pb_row,
  .pcow-podcast .et_pb_row,
  .pcow-tour .et_pb_row,
  .pcow-cta .et_pb_row {
    padding: 0 32px !important;
  }
}

@media (max-width: 767px) {
  .pcow-headline { font-size: 36px; }
  .pcow-hero-headline { font-size: 48px !important; }
  .pcow-pillars { grid-template-columns: 1fr; }
  .pcow-pillar { border-right: none; border-bottom: 1px solid var(--pcow-divider); }
  .pcow-pillar:last-child { border-bottom: none; }
  .pcow-strip-grid { grid-template-columns: 1fr; }
  .pcow-checklist { grid-template-columns: 1fr; }
  .pcow-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 140px;
  }
  .pcow-g1, .pcow-g2, .pcow-g3,
  .pcow-g4, .pcow-g5, .pcow-g6 {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  #pcow-plan-pt:checked ~ .pcow-plan-content--pt,
  #pcow-plan-ft:checked ~ .pcow-plan-content--ft,
  #pcow-plan-dp:checked ~ .pcow-plan-content--dp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pcow-plan-features { border-left: none; padding-left: 0 !important; }
  .pcow-tour-panel { padding: 32px 24px; }
  .pcow-tour-headline { font-size: 40px; }
  .pcow-tour-script { font-size: 42px; }

  .pcow-hero .et_pb_row,
  .pcow-photo-strip .et_pb_row,
  .pcow-why .et_pb_row,
  .pcow-plans .et_pb_row,
  .pcow-included .et_pb_row,
  .pcow-gallery .et_pb_row,
  .pcow-podcast .et_pb_row,
  .pcow-tour .et_pb_row,
  .pcow-cta .et_pb_row {
    padding: 0 20px !important;
  }
}
