/*
Theme Name: Eco Chic Salon
Theme URI: https://www.ecochicsalonct.com
Author: Your Name
Description: Custom theme for Eco Chic Salon Spa & Blow Dry Bar
Version: 1.0
*/
 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --sage: #7a9e7e;
    --sage-light: #c5d9c7;
    --sage-pale: #eef4ef;
    --cream: #f8f4ee;
    --warm-white: #fdfaf6;
    --charcoal: #2c2c28;
    --mid: #6b6b65;
    --gold: #b89a68;
    --gold-light: #e8d9c0;
    --ff-display: 'Cormorant Garamond', serif;
    --ff-body: 'Jost', sans-serif;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: var(--ff-body);
    color: var(--charcoal);
    background: var(--warm-white);
    font-weight: 300;
    line-height: 1.75;
    font-size: 16px;
  }

  /* ── NAV ── */
  .site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: rgba(253,250,246,0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--gold-light);
    transition: all 0.3s;
  }

  .nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }

  .logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
  }

  .logo-main {
    font-family: var(--ff-display);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.22em;
    color: var(--charcoal);
    text-transform: uppercase;
  }

  .logo-sub {
    font-size: 10px;
    letter-spacing: 0.28em;
    color: var(--gold);
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -2px;
  }

  nav {
    display: flex;
    align-items: center;
    gap: 2.2rem;
  }

  nav a {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--mid);
    font-weight: 400;
    transition: color 0.2s;
    position: relative;
  }

  nav a::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.25s;
  }

  nav a:hover { color: var(--charcoal); }
  nav a:hover::after { transform: scaleX(1); }

  .nav-cta {
    background: var(--sage) !important;
    color: white !important;
    padding: 9px 22px !important;
    letter-spacing: 0.15em;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: #5e8562 !important; }
  .nav-cta::after { display: none !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    background: linear-gradient(160deg, #1a2318 0%, #2a3826 60%, #1e2d1f 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 72px;
  }

  .hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(ellipse 60% 80% at 75% 50%, rgba(122,158,126,0.18) 0%, transparent 70%),
      radial-gradient(ellipse 40% 60% at 20% 70%, rgba(184,154,104,0.10) 0%, transparent 60%);
  }

  .hero-botanical {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 52%;
    height: 90%;
    opacity: 0.13;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 600'%3E%3Cellipse cx='200' cy='300' rx='180' ry='280' fill='none' stroke='%23c5d9c7' stroke-width='1.5'/%3E%3Cellipse cx='200' cy='300' rx='120' ry='200' fill='none' stroke='%23c5d9c7' stroke-width='1'/%3E%3Cpath d='M200 50 Q320 200 200 550 Q80 200 200 50' fill='none' stroke='%23c5d9c7' stroke-width='1.5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .hero-eyebrow {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--sage-light);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--sage-light);
  }

  h1.hero-title {
    font-family: var(--ff-display);
    font-size: clamp(54px, 9vw, 110px);
    font-weight: 300;
    line-height: 0.95;
    color: #fdfaf6;
    max-width: 640px;
    margin-bottom: 0.3em;
    letter-spacing: -0.01em;
  }

  h1.hero-title em {
    font-style: italic;
    color: var(--sage-light);
  }

  .hero-tagline {
    font-size: 13px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2.5rem;
    font-weight: 400;
  }

  .hero-desc {
    max-width: 420px;
    color: rgba(253,250,246,0.65);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 3rem;
    font-weight: 300;
  }

  .hero-actions {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
  }

  .btn-primary {
    display: inline-block;
    padding: 14px 36px;
    background: var(--sage);
    color: white;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    transition: background 0.2s;
    font-family: var(--ff-body);
  }
  .btn-primary:hover { background: #5e8562; }

  .btn-outline {
    display: inline-block;
    padding: 13px 36px;
    border: 1px solid rgba(253,250,246,0.35);
    color: rgba(253,250,246,0.85);
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 400;
    transition: border-color 0.2s, color 0.2s;
    font-family: var(--ff-body);
  }
  .btn-outline:hover { border-color: rgba(253,250,246,0.7); color: white; }

  /* ── SECTION SHARED ── */
  section { position: relative; }

  .section-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .section-label {
    font-size: 10px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    font-weight: 400;
  }

  .section-title {
    font-family: var(--ff-display);
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 400;
    line-height: 1.1;
    color: var(--charcoal);
    margin-bottom: 1.5rem;
  }

  .section-title em { font-style: italic; color: var(--sage); }

  .section-intro {
    font-size: 15px;
    color: var(--mid);
    max-width: 560px;
    line-height: 1.8;
    font-weight: 300;
  }

  /* ── INTRO STRIP ── */
  .intro-strip {
    background: var(--sage);
    padding: 28px 2rem;
    text-align: center;
  }

  .intro-strip p {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
  }

  .intro-strip a { color: var(--gold-light); text-decoration: none; }

  /* ── MISSION ── */
  .mission {
    padding: 100px 0;
    background: var(--warm-white);
  }

  .mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .mission-visual {
    position: relative;
    height: 540px;
  }

  .mission-img-main {
    position: absolute;
    top: 0; left: 0;
    width: 75%;
    height: 80%;
    object-fit: cover;
    background: var(--sage-light);
  }

  .mission-img-accent {
    position: absolute;
    bottom: 0; right: 0;
    width: 55%;
    height: 55%;
    object-fit: cover;
    background: var(--gold-light);
    border: 6px solid var(--warm-white);
  }

  .mission-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mission-badge {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: var(--warm-white);
    border: 1px solid var(--gold-light);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    text-align: center;
    padding: 12px;
  }

  .mission-badge span:first-child {
    font-family: var(--ff-display);
    font-size: 28px;
    font-weight: 500;
    color: var(--sage);
    line-height: 1;
  }

  .mission-badge span:last-child {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--mid);
    line-height: 1.3;
    margin-top: 4px;
  }

  .mission-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .pillar {
    padding: 1.5rem;
    border-top: 2px solid var(--sage-light);
  }

  .pillar-icon {
    width: 36px;
    height: 36px;
    background: var(--sage-pale);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
  }

  .pillar-icon svg { width: 16px; height: 16px; stroke: var(--sage); fill: none; stroke-width: 1.5; }

  .pillar h4 {
    font-family: var(--ff-display);
    font-size: 18px;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 0.3rem;
  }

  .pillar p {
    font-size: 13px;
    color: var(--mid);
    line-height: 1.6;
    font-weight: 300;
  }

  /* ── SERVICES ── */
  .services {
    padding: 100px 0;
    background: var(--cream);
  }

  .services-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 4rem;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    background: var(--gold-light);
  }

  .service-card {
    background: var(--warm-white);
    padding: 2.5rem;
    transition: background 0.25s;
    cursor: pointer;
  }

  .service-card:hover { background: var(--sage-pale); }

  .service-num {
    font-family: var(--ff-display);
    font-size: 48px;
    font-weight: 300;
    color: var(--sage-light);
    line-height: 1;
    margin-bottom: 1.5rem;
  }

  .service-card h3 {
    font-family: var(--ff-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 0.75rem;
    line-height: 1.25;
  }

  .service-card p {
    font-size: 13px;
    color: var(--mid);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 1.5rem;
  }

  .service-link {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sage);
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .service-link::after {
    content: '→';
    font-size: 12px;
  }

  /* ── CHEMICAL FREE FEATURE ── */
  .chem-free {
    padding: 100px 0;
    background: var(--charcoal);
    overflow: hidden;
  }

  .chem-free-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .chem-free .section-title { color: #fdfaf6; }
  .chem-free .section-title em { color: var(--sage-light); }
  .chem-free .section-label { color: var(--gold); }
  .chem-free .section-intro { color: rgba(253,250,246,0.6); }

  .chem-list {
    list-style: none;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

  .chem-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(253,250,246,0.8);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.08em;
  }

  .chem-list li::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: var(--sage-light);
    flex-shrink: 0;
  }

  .chem-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 480px;
  }

  .chem-box {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-display);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 1rem;
  }

  .chem-box-1 { background: var(--sage); color: white; grid-row: span 2; }
  .chem-box-2 { background: rgba(122,158,126,0.2); color: var(--sage-light); }
  .chem-box-3 { background: rgba(184,154,104,0.2); color: var(--gold); }

  .chem-box-inner {
    text-align: center;
  }

  .chem-box-inner .big {
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin-bottom: 0.3rem;
  }

  .chem-box-inner .label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.8;
  }

  /* ── TEAM ── */
  .team {
    padding: 100px 0;
    background: var(--warm-white);
  }

  .team-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .team-header .section-intro {
    margin: 0 auto;
  }

  .team-scroll {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .team-card {
    text-align: center;
  }

  .team-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: var(--sage-pale);
    border: 3px solid var(--sage-light);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .team-avatar svg { width: 56px; height: 56px; fill: var(--sage-light); }

  .team-card h4 {
    font-family: var(--ff-display);
    font-size: 20px;
    font-weight: 500;
    color: var(--charcoal);
    margin-bottom: 0.2rem;
  }

  .team-card p {
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 400;
  }

  /* ── PRODUCTS ── */
  .products {
    padding: 100px 0;
    background: var(--sage-pale);
  }

  .products-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .product-feature-box {
    background: white;
    padding: 3rem;
    border-left: 4px solid var(--sage);
  }

  .product-feature-box blockquote {
    font-family: var(--ff-display);
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    color: var(--charcoal);
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }

  .product-feature-box cite {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
    font-style: normal;
    font-weight: 400;
  }

  .product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
  }

  .tag {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid var(--sage-light);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sage);
    font-weight: 400;
  }

  /* ── TESTIMONIALS ── */
  .testimonials {
    padding: 100px 0;
    background: var(--warm-white);
  }

  .testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .testimonial-card {
    padding: 2.5rem;
    background: var(--cream);
    position: relative;
  }

  .testimonial-card::before {
    content: '\201C';
    font-family: var(--ff-display);
    font-size: 80px;
    color: var(--sage-light);
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
    line-height: 1;
    font-weight: 300;
  }

  .testimonial-card p {
    font-family: var(--ff-display);
    font-size: 17px;
    font-style: italic;
    color: var(--charcoal);
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .testimonial-author {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 400;
    font-family: var(--ff-body);
  }

  /* ── VISIT / CTA ── */
  .visit {
    padding: 0;
    background: var(--charcoal);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
  }

  .visit-info {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .visit-info .section-label { color: var(--gold); }
  .visit-info .section-title { color: #fdfaf6; font-size: 40px; }
  .visit-info .section-title em { color: var(--sage-light); }

  .visit-details {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .visit-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }

  .visit-detail-icon {
    width: 32px;
    height: 32px;
    background: rgba(122,158,126,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .visit-detail-icon svg { width: 14px; height: 14px; stroke: var(--sage-light); fill: none; stroke-width: 1.5; }

  .visit-detail-text {
    color: rgba(253,250,246,0.75);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
  }

  .visit-detail-text strong {
    color: rgba(253,250,246,0.9);
    font-weight: 400;
    display: block;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
  }

  .visit-cta-panel {
    background: var(--sage);
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .visit-cta-panel h3 {
    font-family: var(--ff-display);
    font-size: 36px;
    font-weight: 400;
    color: white;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .visit-cta-panel p {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 2rem;
    max-width: 320px;
  }

  .btn-white {
    display: inline-block;
    padding: 14px 36px;
    background: white;
    color: var(--sage);
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--ff-body);
    transition: background 0.2s;
  }
  .btn-white:hover { background: var(--cream); }

  /* ── NEWSLETTER ── */
  .newsletter {
    background: var(--cream);
    padding: 80px 0;
    text-align: center;
  }

  .newsletter .section-title { font-size: 38px; }

  .newsletter-form {
    display: flex;
    gap: 0;
    max-width: 480px;
    margin: 2.5rem auto 0;
  }

  .newsletter-form input {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid var(--gold-light);
    background: white;
    font-family: var(--ff-body);
    font-size: 14px;
    color: var(--charcoal);
    outline: none;
    font-weight: 300;
  }

  .newsletter-form input::placeholder { color: var(--mid); }

  .newsletter-form button {
    padding: 14px 28px;
    background: var(--sage);
    color: white;
    border: none;
    font-family: var(--ff-body);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
  }

  .newsletter-form button:hover { background: #5e8562; }

  /* ── FOOTER ── */
  footer {
    background: #1a201a;
    padding: 60px 0 30px;
    color: rgba(253,250,246,0.5);
  }

  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
  }

  .footer-brand .logo-main { color: rgba(253,250,246,0.9); font-size: 18px; }
  .footer-brand .logo-sub { color: var(--gold); }

  .footer-brand p {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 300;
    margin-top: 1rem;
    max-width: 220px;
  }

  .footer-col h5 {
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(253,250,246,0.5);
    margin-bottom: 1.2rem;
    font-weight: 400;
  }

  .footer-col ul { list-style: none; }

  .footer-col ul li {
    margin-bottom: 0.6rem;
  }

  .footer-col ul li a {
    font-size: 13px;
    color: rgba(253,250,246,0.5);
    text-decoration: none;
    font-weight: 300;
    transition: color 0.2s;
  }

  .footer-col ul li a:hover { color: rgba(253,250,246,0.85); }

  .footer-bottom {
    border-top: 1px solid rgba(253,250,246,0.08);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
  }

  .footer-bottom a { color: var(--gold); text-decoration: none; }

  /* ── SCROLL REVEAL ANIMATION ── */
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ── MOBILE NAV TOGGLE ── */
  .nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--charcoal);
  }

  @media (max-width: 900px) {
    .nav-toggle { display: flex; }
    nav { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--warm-white); padding: 1.5rem 2rem; border-top: 1px solid var(--gold-light); gap: 1.2rem; }
    nav.open { display: flex; }
    .mission-grid, .chem-free-grid, .products-inner, .visit { grid-template-columns: 1fr; }
    .team-scroll { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .mission-visual { height: 320px; }
    .chem-visual { height: 300px; }
    .visit-info, .visit-cta-panel { padding: 60px 2rem; }
  }

  @media (max-width: 600px) {
    .services-grid { grid-template-columns: 1fr; }
    .team-scroll { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; }
    .services-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .hero-actions { flex-direction: column; }
  }