:root {
  --lecc-cream: #f5f1ea;
  --lecc-navy: #2b3d52;
  --lecc-coral: #c96b4a;
  --lecc-teal: #2e6b5e;

  /* Brand colors now live in the Kadence Global Palette (Customizer-editable):
     palette1=Navy, palette2=Teal, palette3=Coral, palette9=Cream. No CSS
     override here so the palette is the single source of truth. */

  --lecc-font-heading: "Cormorant Garamond", Georgia, serif;
  --lecc-font-body: "Jost", system-ui, sans-serif;
}

/* Fonts are now driven by Kadence global typography (heading_font=Cormorant
   Garamond, base_font=Jost), Customizer-editable. We only keep the brand text
   color + background here. */
body {
  color: var(--lecc-navy);
  background-color: var(--lecc-cream);
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.entry-title {
  color: var(--lecc-navy);
}

a { color: var(--lecc-teal); }
a:hover { color: var(--lecc-coral); }

.button, button, .wp-block-button__link,
.woocommerce a.button, .woocommerce button.button {
  background-color: var(--lecc-coral);
  border-color: var(--lecc-coral);
  color: #fff;
}
.button:hover, .woocommerce a.button:hover {
  background-color: var(--lecc-teal);
  border-color: var(--lecc-teal);
}

/* ---- Announcement bar ---- */
.lecc-announce {
  background-color: var(--lecc-navy);
  color: var(--lecc-cream);
  text-align: center;
  font-family: var(--lecc-font-body);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 16px;
}

/* ---- Brand footer ---- */
/* Hide Kadence's default footer rows; we render our own below. */
#colophon .site-footer-row-container { display: none !important; }

.lecc-footer {
  background-color: var(--lecc-navy);
  color: var(--lecc-cream);
  padding: 64px 6vw 40px;
  font-family: var(--lecc-font-body);
}
.lecc-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 40px;
}
.lecc-footer__logo {
  font-family: var(--lecc-font-heading);
  font-size: 22px;
  color: #fff;
  margin-bottom: 14px;
}
.lecc-footer__brand p { font-size: 14px; line-height: 1.7; color: #cdd4dc; max-width: 320px; }
.lecc-footer__col h4 {
  font-family: var(--lecc-font-body);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9fb0c0;
  margin: 0 0 18px;
}
.lecc-footer__col ul { list-style: none; margin: 0; padding: 0; }
.lecc-footer__col li { margin-bottom: 12px; font-size: 14px; color: #cdd4dc; }
.lecc-footer__col a { color: #e7ebf0; text-decoration: none; }
.lecc-footer__col a:hover { color: var(--lecc-coral); }
.lecc-footer__legal {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  letter-spacing: 1px;
  color: #9fb0c0;
}
@media (max-width: 860px) {
  .lecc-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 540px) {
  .lecc-footer__inner { grid-template-columns: 1fr; }
}

/* ---- Back Bay Club signup (placeholder; wire to Klaviyo/MailPoet in Phase 3) ---- */
.lecc-bbc-signup {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
}
.lecc-bbc-signup input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #cfc8ba;
  border-right: none;
  background: #fff;
  font-family: var(--lecc-font-body);
  font-size: 15px;
  color: var(--lecc-navy);
}
.lecc-bbc-signup input:focus { outline: none; border-color: var(--lecc-navy); }
.lecc-bbc-signup button {
  background: var(--lecc-navy);
  color: #fff;
  border: none;
  padding: 14px 26px;
  font-family: var(--lecc-font-body);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.lecc-bbc-signup button:hover { background: var(--lecc-coral); }

/* ---- Header logo: "Lake Erie Clothing Co." with coral accent ----
   Replaces the visible header title via pseudo-content; the real blogname
   stays in the DOM (font-size:0) so document title / SEO are untouched. */
.site-branding .site-title { font-size: 0 !important; line-height: 1.1; }
.site-branding .site-title::before,
.site-branding .site-title::after {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .5px;
}
.site-branding .site-title::before { content: "Lake Erie Clothing "; color: var(--lecc-navy); }
.site-branding .site-title::after { content: "Co."; color: var(--lecc-coral); }

/* ---- Hide internal migration tag on product pages ---- */
.woocommerce div.product .product_meta .tagged_as { display: none; }

/* ---- Eyebrow rule (coral line beside section labels) ---- */
.lecc-rule {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: var(--lecc-coral);
  vertical-align: middle;
  margin: 0 10px;
}

/* ---- Fox 8 "New Day Cleveland" feature strip (front page, under announcement) ---- */
.lecc-fox8.strip { background: var(--lecc-navy); width: 100%; overflow: hidden; position: relative; }
.lecc-fox8.strip::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 Q15 20 30 30 Q45 40 60 30' stroke='rgba(255,255,255,0.03)' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  background-size: 60px 60px;
}
.lecc-fox8 .strip-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; min-height: 300px; }
.lecc-fox8 .strip-left { padding: 2.5rem 2rem 2.5rem 2.75rem; display: flex; flex-direction: column; justify-content: center; gap: 1.1rem; border-right: .5px solid rgba(245,241,234,.1); }
.lecc-fox8 .eyebrow { display: flex; align-items: center; gap: 10px; }
.lecc-fox8 .eyebrow-line { width: 28px; height: 1px; background: var(--lecc-coral); }
.lecc-fox8 .eyebrow-text { font-family: var(--lecc-font-body); font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,241,234,.55); }
.lecc-fox8 .headline { font-family: var(--lecc-font-heading); font-size: 36px; font-weight: 400; line-height: 1.15; color: var(--lecc-cream); }
.lecc-fox8 .headline em { font-style: italic; color: var(--lecc-coral); }
.lecc-fox8 .subtext { font-family: var(--lecc-font-body); font-size: 13px; font-weight: 300; line-height: 1.7; color: rgba(245,241,234,.6); max-width: 320px; }
.lecc-fox8 .actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: .25rem; }
.lecc-fox8 .btn-shop { font-family: var(--lecc-font-body); font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; background: var(--lecc-coral); color: var(--lecc-cream); text-decoration: none; padding: 10px 22px; border-radius: 2px; transition: background .2s; }
.lecc-fox8 .btn-shop:hover { background: #b55e3f; }
.lecc-fox8 .btn-watch { font-family: var(--lecc-font-body); font-size: 11px; font-weight: 400; letter-spacing: .06em; color: rgba(245,241,234,.45); text-decoration: none; display: flex; align-items: center; gap: 5px; transition: color .2s; }
.lecc-fox8 .btn-watch:hover { color: rgba(245,241,234,.75); }
.lecc-fox8 .btn-watch svg { width: 12px; height: 12px; }
.lecc-fox8 .strip-right { background: #1e2d3e; display: flex; align-items: center; justify-content: center; padding: 1.75rem; position: relative; }
.lecc-fox8 .video-container { width: 100%; border-radius: 4px; overflow: hidden; aspect-ratio: 16/9; background: #111; position: relative; }
.lecc-fox8 .video-container iframe { width: 100%; height: 100%; display: block; border: none; }
.lecc-fox8 .fox8-badge { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,.55); backdrop-filter: blur(4px); border-radius: 3px; padding: 4px 9px; font-family: var(--lecc-font-body); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); }
@media (max-width: 640px) {
  .lecc-fox8 .strip-inner { grid-template-columns: 1fr; }
  .lecc-fox8 .strip-left { padding: 2rem 1.5rem; border-right: none; border-bottom: .5px solid rgba(245,241,234,.1); }
  .lecc-fox8 .headline { font-size: 28px; }
  .lecc-fox8 .strip-right { padding: 1.25rem 1.5rem 1.5rem; }
}
