/*
Theme Name: HeartCore Wellness Pilates
Theme URI: https://heartcorewellnesspilates.com
Description: HeartCore Wellness Pilates - Custom Responsive Theme
Version: 1.0
Author: Logic Web Media
Author URI: https://logicwebmedia.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heartcore-theme
Domain Path: /languages
*/

:root{
  --background: oklch(0.975 0.008 80);
  --foreground: oklch(0.24 0.03 350);
  --muted: oklch(0.94 0.012 75);
  --muted-foreground: oklch(0.49 0.035 350);
  --surface: oklch(0.945 0.015 70);
  --blush: oklch(0.89 0.045 5);
  --accent: oklch(0.45 0.13 355);
  --accent-foreground: oklch(0.98 0 0);
  --dark: oklch(0.21 0.025 350);
  --border: oklch(0.885 0.012 75);
  --header-bg: oklch(0.22 0.03 350 / 0.8);
  --font-sans: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; border-color: var(--border); margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body{
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,h2,h3,h4,blockquote{ font-family: var(--font-display); font-weight: 400; letter-spacing: -0.02em; }
em{ font-style: italic; font-weight: 300; }
a{ color: inherit; text-decoration: none; }
img, video{ display: block; }
button{ font-family: inherit; background: none; border: none; cursor: pointer; color: inherit; }

/* Reveal */
.rv-h{ opacity: 0; transform: translateY(30px); filter: blur(12px); transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease); }
.rv-h.in{ opacity: 1; transform: none; filter: blur(0); }
.rv-t{ opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv-t.in{ opacity: 1; transform: none; }

.eyebrow{ font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-foreground); }
.pill-cta{ display: inline-flex; align-items: center; gap: 12px; background: #fff; color: var(--foreground); border-radius: 9999px; padding: 8px 8px 8px 24px; font-size: 14px; font-weight: 500; transition: background .2s; }
.pill-cta:hover{ background: rgba(255,255,255,.9); }
.pill-cta .badge{ width: 36px; height: 36px; border-radius: 9999px; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; }
svg.icon{ width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
header{ position: fixed; top: 24px; left: 0; right: 0; z-index: 50; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.wordmark{ line-height: 1; color: #fff; }
.wordmark .wm-1{ display: block; font-family: var(--font-display); font-weight: 500; font-size: 22px; }
.wordmark .wm-2{ display: block; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; opacity: .75; margin-top: 4px; }
nav.pill{ display: flex; align-items: center; gap: 4px; background: var(--header-bg); backdrop-filter: blur(12px); color: #fff; border-radius: 9999px; padding: 8px; }
nav.pill a{ padding: 8px 20px; font-size: 14px; border-radius: 9999px; transition: opacity .2s; }
nav.pill a.nav-cta{ margin-left: 8px; background: #fff; color: var(--foreground); }

/* Hero */
.hero{ position: relative; height: 100vh; min-height: 780px; width: 100%; overflow: hidden; background: var(--dark); }
.hero .ov1{ position: absolute; inset: 0; background: rgba(0,0,0,.30); }
.hero .ov2{ position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.5), transparent 55%); }
.hero-content{ position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 48px 64px; }
.hero-row{ display: flex; align-items: flex-end; gap: 32px; }
.hero-eyebrow{ color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .25em; font-size: 12px; }
.hero h1{ color: #fff; font-size: 76px; line-height: 1.04; margin-top: 20px; }
.hero .hero-desc{ margin-top: 32px; color: rgba(255,255,255,.85); font-size: 20px; line-height: 29px; width: 620px; }

/* Highlights */
.highlights{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.hl{ }
.hl p.n{ font-size: 12px; color: var(--muted-foreground); }
.hl h3{ font-size: 24px; margin-top: 12px; }
.hl p{ margin-top: 12px; color: var(--muted-foreground); }

/* Footer */
footer{ background: var(--dark); color: #fff; padding: 80px 48px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 48px; }
footer .logo-col{ grid-column: span 3; }
footer .tag-col{ grid-column: span 5; font-family: var(--font-display); font-size: 28px; line-height: 1.4; }
footer .links-col{ grid-column: 10 / span 3; display: flex; flex-direction: column; gap: 16px; }
footer .links-col a{ display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: 14px; }
footer .bottom{ grid-column: 1 / -1; margin-top: 24px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,.5); }

/* Mobile */
@media (max-width: 767px){
  header{ top: 16px; padding: 0 20px; }
  nav.pill{ display: none; }
  .hero h1{ font-size: clamp(38px, 10.5vw, 46px); }
  .hero .hero-desc{ width: 100%; }
  .highlights{ grid-template-columns: 1fr; padding: 0 20px; }
  footer{ display: block; padding: 64px 20px; }
}
