/*
Theme Name: Chicon Street Hospitality
Theme URI: https://chiconstreethospitality.com
Author: Chicon Street Hospitality
Description: East Austin-born hospitality group — modern editorial block theme with a brutalist edge.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.0
License: Proprietary
Text Domain: chicon-street-hospitality
*/

/* =========================================
   GLOBAL
   ========================================= */

*, *::before, *::after { box-sizing: border-box; }

::selection { background-color: #a3ff00; color: #000; }

body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background-color: #fff8f4;
  color: #201b16;
}

/* =========================================
   SITE HEADER
   ========================================= */

.csh-site-header {
  position: sticky !important;
  top: 0;
  z-index: 100;
  border-bottom: 0.5px solid rgba(0,0,0,0.1) !important;
  background-color: #ffffff !important;
}

.csh-site-header .wp-block-site-title a {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #201b16 !important;
  text-decoration: none;
}

.csh-nav .wp-block-navigation__container {
  gap: 2rem;
}

.csh-nav .wp-block-navigation-item__content {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #514439;
  text-decoration: none;
  transition: color 0.2s;
}

.csh-nav .wp-block-navigation-item__content:hover {
  color: #835113;
}

/* =========================================
   SECTION LABELS / EYEBROWS
   ========================================= */

.csh-section-label {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #514439;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
  display: block;
}

.csh-eyebrow {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #514439;
  display: block;
  margin-bottom: 0.5rem;
}

/* =========================================
   POSITIONING / PULLQUOTE
   ========================================= */

.csh-positioning {
  border-left: 2.5px solid #835113;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.csh-positioning p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  color: #201b16;
  margin: 0;
}

/* =========================================
   BRAND CARDS
   ========================================= */

.csh-brand-card {
  background: #ffffff;
  border: 0.5px solid #d6c3b4 !important;
  border-radius: 0.5rem;
  padding: 1.25rem;
  transition: background-color 0.2s ease;
  height: 100%;
  position: relative;
}

.csh-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 0.5rem;
}

.csh-brand-card:hover {
  background-color: #fef1e9;
}

.csh-brand-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: #201b16;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  transition: color 0.2s;
}

.csh-brand-card:hover h3 {
  color: #835113;
}

.csh-brand-card .csh-card-sub {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: #666666;
  margin-bottom: 0.5rem;
}

.csh-brand-card .csh-card-desc {
  font-size: 13px;
  color: #514439;
  line-height: 1.6;
  margin: 0;
}

.csh-card-divider {
  border: none;
  border-top: 0.5px solid rgba(0,0,0,0.1);
  margin: 0.75rem 0;
}

/* =========================================
   BADGES
   ========================================= */

.csh-badge {
  display: inline-block;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}

.csh-badge-anchor   { background: #FAF0E2; color: #7A4F1A; }
.csh-badge-catering { background: #E5F0EA; color: #2D6645; }
.csh-badge-catering2{ background: #EAF0E8; color: #3A5E36; }
.csh-badge-venue    { background: #EAE8F5; color: #4A3E8B; }
.csh-badge-coming   { background: #ece0d8; color: #514439; }

/* =========================================
   CARD HEADER ROW
   ========================================= */

.csh-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}

.csh-dot-accent {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #835113;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 4px;
}

/* =========================================
   HIGHLIGHTS LIST
   ========================================= */

.csh-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
}

.csh-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: #514439;
  line-height: 1.5;
  margin-bottom: 4px;
}

.csh-highlights li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #835113;
  flex-shrink: 0;
  margin-top: 5px;
}

/* =========================================
   CREDENTIALS / WHY US
   ========================================= */

.csh-credential {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.csh-cred-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  color: #835113;
  opacity: 0.4;
  line-height: 1;
  min-width: 2.5rem;
  flex-shrink: 0;
}

.csh-cred-body {
  padding-top: 0.4rem;
}

.csh-cred-body strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  color: #201b16;
  margin-bottom: 0.25rem;
}

.csh-cred-body p {
  font-size: 13px;
  color: #514439;
  line-height: 1.55;
  margin: 0;
}

/* =========================================
   CUSTOMER PILLS
   ========================================= */

.csh-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0.75rem;
}

.csh-pills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 0.75rem;
}

@media (max-width: 480px) {
  .csh-pills-grid {
    grid-template-columns: 1fr;
  }
}

.csh-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f8ece3;
  border: 0.5px solid #d6c3b4;
  border-radius: 9999px;
  padding: 5px 12px;
  font-size: 13px;
  color: #201b16;
}

.csh-pill::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #835113;
  flex-shrink: 0;
}

/* =========================================
   HERO OVERRIDES
   ========================================= */

.csh-hero .wp-block-cover__inner-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.csh-hero .wp-block-cover__inner-container h1 {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 1rem;
}

.csh-hero .wp-block-cover__inner-container p {
  color: rgba(255,255,255,0.9);
}

/* =========================================
   FOOTER
   ========================================= */

.csh-footer {
  border-top: 0.5px solid rgba(0,0,0,0.1);
  background-color: #f2e6de;
}

.csh-footer a {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #514439;
  text-decoration: none;
  transition: color 0.2s;
}

.csh-footer a:hover {
  color: #a3ff00;
}

.csh-footer-copyright {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 11px;
  color: #514439;
  letter-spacing: 0.05em;
}

/* =========================================
   CONTENT MAX-WIDTH
   ========================================= */

.wp-site-blocks > * {
  max-width: 100%;
}

/* =========================================
   PAGE INNER CONTENT
   ========================================= */

.csh-page-content {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}

.csh-page-content .wp-block-post-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
  color: #201b16;
  margin-bottom: 1.5rem;
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
  padding-bottom: 1.25rem;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 768px) {
  .csh-site-header .wp-block-columns {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .csh-hero .wp-block-cover__inner-container h1 {
    font-size: 28px;
  }
  .csh-credential { gap: 0.75rem; }
  .csh-cred-num { font-size: 28px; }
}

