/* Smart Women CIC — Main Stylesheet */
/* Generated from design — Elementor compatible */


  :root {
    --sage: #4a7c59;
    --sage-light: #6d9e7e;
    --sage-dark: #2d5040;
    --gold: #c9a84c;
    --gold-light: #e8c97b;
    --cream: #faf7f2;
    --cream-dark: #f0ebe0;
    --charcoal: #1e1e1e;
    --warm-gray: #6b6560;
    --white: #ffffff;
    --blush: #f5ebe0;
    --terracotta: #c8724a;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--charcoal); overflow-x: hidden; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(250,247,242,0.96); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(74,124,89,0.15);
    padding: 0 5%; display: flex; align-items: center; justify-content: space-between;
    height: 72px; transition: box-shadow 0.3s;
  }
  nav.scrolled { box-shadow: 0 2px 30px rgba(0,0,0,0.08); }
  .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
  .nav-logo-mark {
    width: 42px; height: 42px; background: linear-gradient(135deg, var(--sage), var(--sage-dark));
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: white; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 800;
  }
  .nav-logo-text { font-size: 15px; font-weight: 600; color: var(--sage-dark); line-height: 1.2; }
  .nav-logo-text span { display: block; font-size: 11px; font-weight: 400; color: var(--warm-gray); letter-spacing: 0.04em; }
  .nav-links { display: flex; align-items: center; gap: 36px; }
  .nav-links a { text-decoration: none; font-size: 14px; font-weight: 500; color: var(--warm-gray); transition: color 0.2s; letter-spacing: 0.01em; }
  .nav-links a:hover { color: var(--sage); }
  .nav-cta { background: var(--sage); color: white !important; padding: 10px 22px; border-radius: 50px; transition: background 0.2s, transform 0.15s !important; }
  .nav-cta:hover { background: var(--sage-dark) !important; transform: translateY(-1px); }
  .nav-hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
  .nav-hamburger span { width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; display: block; }
  .mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--cream); padding: 28px 8%; box-shadow: 0 20px 40px rgba(0,0,0,0.1); z-index: 999; flex-direction: column; gap: 22px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: var(--charcoal); text-decoration: none; font-size: 18px; font-weight: 500; }

  /* HERO */
  .hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 72px; position: relative; overflow: hidden; }
  .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 6% 80px 8%; position: relative; z-index: 1; }
  .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin-bottom: 28px; }
  .hero-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--sage); }
  .hero-h1 { font-family: 'Playfair Display', serif; font-size: clamp(40px, 5vw, 68px); line-height: 1.1; font-weight: 800; color: var(--charcoal); margin-bottom: 24px; }
  .hero-h1 em { font-style: italic; color: var(--sage); }
  .hero-desc { font-size: 17px; line-height: 1.7; color: var(--warm-gray); max-width: 460px; margin-bottom: 44px; }
  .hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
  .btn-primary { display: inline-block; background: var(--sage); color: white; padding: 16px 34px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 15px; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(74,124,89,0.3); }
  .btn-primary:hover { background: var(--sage-dark); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(74,124,89,0.35); }
  .btn-secondary { display: inline-flex; align-items: center; gap: 8px; color: var(--charcoal); text-decoration: none; font-weight: 500; font-size: 15px; border-bottom: 2px solid var(--gold); padding-bottom: 2px; transition: color 0.2s; }
  .btn-secondary:hover { color: var(--sage); }
  .hero-stats { display: flex; gap: 40px; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(0,0,0,0.08); }
  .hero-stat-num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 800; color: var(--sage-dark); line-height: 1; }
  .hero-stat-label { font-size: 13px; color: var(--warm-gray); margin-top: 4px; }

  /* HERO RIGHT - IMAGE COLLAGE */
  .hero-right { position: relative; overflow: hidden; }
  .hero-img-collage { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; }
  .hero-img-cell { overflow: hidden; position: relative; }
  .hero-img-cell:first-child { grid-row: 1 / 3; }
  .hero-img-cell img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s ease; }
  .hero-img-cell:hover img { transform: scale(1.04); }
  .hero-img-cell::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(45,80,64,0.15), rgba(45,80,64,0.4)); }
  .hero-badge { position: absolute; bottom: 48px; left: -20px; background: white; border-radius: 16px; padding: 18px 22px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); z-index: 2; max-width: 220px; }
  .hero-badge-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(74,124,89,0.12); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
  .hero-badge-title { font-weight: 700; font-size: 14px; color: var(--charcoal); margin-bottom: 3px; }
  .hero-badge-sub { font-size: 12px; color: var(--warm-gray); }

  /* SECTION COMMON */
  section { padding: 100px 8%; }
  .section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-bottom: 20px; }
  .section-label::after { content: ''; width: 32px; height: 2px; background: var(--gold); }
  .section-title { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.15; color: var(--charcoal); margin-bottom: 20px; }
  .section-title em { font-style: italic; color: var(--sage); }
  .section-desc { font-size: 17px; line-height: 1.7; color: var(--warm-gray); max-width: 600px; }

  /* ABOUT */
  .about { background: white; }
  .about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .about-visual { position: relative; padding-bottom: 40px; padding-right: 40px; }
  .about-img-main { width: 100%; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; position: relative; }
  .about-img-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .about-img-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(45,80,64,0.4)); border-radius: 24px; }
  .about-img-accent { position: absolute; bottom: 0; right: 0; width: 56%; aspect-ratio: 1; background: var(--blush); border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.14); border: 4px solid white; }
  .about-img-accent img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .about-img-badge { position: absolute; top: 28px; left: -20px; background: var(--sage-dark); color: white; border-radius: 12px; padding: 14px 18px; font-size: 13px; font-weight: 600; box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
  .about-img-badge span { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 800; display: block; }
  .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
  .about-feature { display: flex; align-items: flex-start; gap: 14px; }
  .about-feature-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: rgba(74,124,89,0.1); display: flex; align-items: center; justify-content: center; }
  .about-feature-icon svg { width: 20px; height: 20px; stroke: var(--sage); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .about-feature-label { font-size: 14px; font-weight: 600; color: var(--charcoal); }
  .about-feature-text { font-size: 13px; color: var(--warm-gray); margin-top: 3px; }

  /* SERVICES */
  .services { background: var(--cream); }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 60px; }
  .service-card { background: white; border-radius: 24px; overflow: hidden; position: relative; transition: transform 0.3s, box-shadow 0.3s; border: 1px solid rgba(0,0,0,0.05); }
  .service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.1); }
  .service-card-img { width: 100%; height: 200px; overflow: hidden; position: relative; }
  .service-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
  .service-card:hover .service-card-img img { transform: scale(1.06); }
  .service-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, rgba(45,80,64,0.35)); }
  .service-card-num { position: absolute; top: 12px; right: 16px; font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 800; color: rgba(255,255,255,0.5); line-height: 1; z-index: 1; }
  .service-card-body { padding: 28px; }
  .service-icon { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, var(--sage), var(--sage-dark)); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; margin-top: -40px; position: relative; z-index: 1; box-shadow: 0 8px 20px rgba(74,124,89,0.3); }
  .service-icon svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .service-title { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin-bottom: 12px; }
  .service-desc { font-size: 14px; line-height: 1.7; color: var(--warm-gray); }
  .service-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 20px; color: var(--sage); font-weight: 600; font-size: 13px; text-decoration: none; transition: gap 0.2s; }
  .service-link:hover { gap: 10px; }

  /* EVENTS */
  .events { background: var(--sage-dark); color: white; }
  .events .section-label { color: var(--gold); }
  .events .section-label::after { background: var(--gold-light); }
  .events .section-title { color: white; }
  .events .section-title em { color: var(--gold); }
  .events .section-desc { color: rgba(255,255,255,0.65); }
  .events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
  .event-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; overflow: hidden; transition: background 0.3s; }
  .event-card:hover { background: rgba(255,255,255,0.12); }
  .event-img { width: 100%; height: 200px; overflow: hidden; position: relative; }
  .event-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s; filter: brightness(0.85); }
  .event-card:hover .event-img img { transform: scale(1.05); }
  .event-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, rgba(45,80,64,0.7)); }
  .event-img-tag { position: absolute; bottom: 14px; left: 16px; z-index: 1; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); background: rgba(201,168,76,0.2); border: 1px solid rgba(201,168,76,0.4); padding: 4px 12px; border-radius: 50px; }
  .event-body { padding: 24px; }
  .event-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 12px; line-height: 1.3; }
  .event-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.65); margin-bottom: 20px; }
  .event-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.45); }
  .event-meta svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

  /* IMPACT */
  .impact { background: var(--blush); }
  .impact-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: center; }
  .impact-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .impact-stat { background: white; border-radius: 20px; padding: 32px; border-bottom: 4px solid var(--sage); box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
  .impact-stat-num { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 800; color: var(--sage-dark); line-height: 1; }
  .impact-stat-label { font-size: 14px; color: var(--warm-gray); margin-top: 8px; line-height: 1.5; }
  .impact-stat-note { font-size: 12px; color: var(--terracotta); font-weight: 600; margin-top: 8px; }

  /* GALLERY STRIP */
  .gallery { background: white; padding: 0; overflow: hidden; }
  .gallery-strip { display: flex; gap: 0; }
  .gallery-item { flex: 1; height: 320px; overflow: hidden; position: relative; cursor: pointer; }
  .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease, filter 0.3s ease; filter: brightness(0.9); }
  .gallery-item:hover img { transform: scale(1.08); filter: brightness(1); }
  .gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(45,80,64,0.6) 0%, transparent 50%); transition: opacity 0.3s; }
  .gallery-item:hover::after { opacity: 0.5; }
  .gallery-label { position: absolute; bottom: 16px; left: 20px; right: 20px; z-index: 1; color: white; font-size: 14px; font-weight: 600; }

  /* TESTIMONIAL */
  .testimonials { background: var(--cream); }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
  .testimonial-card { background: white; border-radius: 20px; padding: 32px; border: 1px solid rgba(0,0,0,0.06); position: relative; }
  .testimonial-card::before { content: '"'; font-family: 'Playfair Display', serif; font-size: 80px; color: rgba(74,124,89,0.12); position: absolute; top: 16px; right: 24px; line-height: 1; }
  .testimonial-text { font-size: 15px; line-height: 1.75; color: var(--warm-gray); font-style: italic; margin-bottom: 24px; }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--sage-light); }
  .testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
  .testimonial-name { font-size: 14px; font-weight: 700; color: var(--charcoal); }
  .testimonial-role { font-size: 12px; color: var(--warm-gray); }

  /* CAREERS */
  .careers { background: white; }
  .careers-top { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 60px; }
  .careers-img { border-radius: 20px; overflow: hidden; height: 360px; }
  .careers-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .careers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .career-card { border: 1px solid rgba(0,0,0,0.08); border-radius: 20px; padding: 36px; display: flex; flex-direction: column; transition: border-color 0.2s, box-shadow 0.2s; }
  .career-card:hover { border-color: var(--sage); box-shadow: 0 8px 40px rgba(74,124,89,0.1); }
  .career-badge { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(74,124,89,0.1); color: var(--sage-dark); padding: 5px 12px; border-radius: 50px; margin-bottom: 20px; width: fit-content; }
  .career-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; margin-bottom: 14px; }
  .career-desc { font-size: 15px; line-height: 1.7; color: var(--warm-gray); flex: 1; margin-bottom: 28px; }
  .btn-apply { display: inline-flex; align-items: center; gap: 8px; background: var(--sage-dark); color: white; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 14px; transition: background 0.2s; width: fit-content; letter-spacing: 0.02em; }
  .btn-apply:hover { background: var(--sage); }

  /* CONTACT */
  .contact { background: var(--cream-dark); }
  .contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
  .contact-info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 32px; }
  .contact-info-icon { width: 48px; height: 48px; border-radius: 14px; background: var(--sage); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
  .contact-info-icon svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .contact-info-label { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-gray); margin-bottom: 6px; }
  .contact-info-val { font-size: 15px; font-weight: 500; color: var(--charcoal); line-height: 1.6; }
  .contact-form { background: white; border-radius: 24px; padding: 48px; box-shadow: 0 8px 40px rgba(0,0,0,0.06); }
  .form-group { margin-bottom: 20px; }
  .form-label { display: block; font-size: 13px; font-weight: 600; color: var(--charcoal); margin-bottom: 8px; }
  .form-input, .form-textarea { width: 100%; padding: 14px 18px; border: 1.5px solid rgba(0,0,0,0.1); border-radius: 12px; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--charcoal); background: var(--cream); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
  .form-input:focus, .form-textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(74,124,89,0.1); }
  .form-textarea { resize: vertical; min-height: 120px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .btn-submit { width: 100%; padding: 16px; border-radius: 12px; background: var(--sage); color: white; border: none; font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.15s; letter-spacing: 0.02em; }
  .btn-submit:hover { background: var(--sage-dark); transform: translateY(-1px); }
  .map-area { margin-top: 40px; border-radius: 20px; overflow: hidden; height: 200px; background: linear-gradient(135deg, var(--sage), var(--sage-dark)); display: flex; align-items: center; justify-content: center; color: white; font-size: 15px; font-weight: 500; gap: 10px; }
  .map-area svg { width: 20px; height: 20px; stroke: white; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

  /* FOOTER */
  footer { background: var(--charcoal); color: white; padding: 72px 8% 40px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
  .footer-brand-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.5); margin-top: 16px; }
  .footer-col-title { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 20px; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .footer-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 14px; transition: color 0.2s; }
  .footer-links a:hover { color: var(--gold); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 32px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: rgba(255,255,255,0.35); }
  .footer-logo-mark { width: 36px; height: 36px; border-radius: 50%; background: var(--sage); display: flex; align-items: center; justify-content: center; color: white; font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 800; margin-bottom: 16px; }

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
  .fade-up { opacity: 0; animation: fadeUp 0.7s ease forwards; }
  .delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.2s; } .delay-3 { animation-delay: 0.3s; } .delay-4 { animation-delay: 0.4s; }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    .hero { grid-template-columns: 1fr; } .hero-right { height: 420px; }
    .about-inner, .impact-inner, .contact-inner, .careers-top { grid-template-columns: 1fr; gap: 48px; }
    .services-grid, .events-grid, .testimonials-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-badge { left: 20px; }
  }
  @media (max-width: 768px) {
    section { padding: 72px 6%; }
    .nav-links { display: none; } .nav-hamburger { display: flex; }
    .services-grid, .events-grid, .testimonials-grid, .careers-grid, .impact-stats-grid, .gallery-strip { grid-template-columns: 1fr; flex-direction: column; }
    .gallery-strip { display: grid; grid-template-columns: 1fr 1fr; }
    .gallery-item { height: 200px; }
    .about-features { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .hero-stats { gap: 24px; flex-wrap: wrap; }
  }

/* ===== WORDPRESS & ELEMENTOR COMPATIBILITY ===== */
.elementor-section-wrap > .elementor-section:first-child { margin-top: 72px; }
.elementor-page .swc-footer { display: block; }
.wp-block-image { margin: 2rem 0; }
.wp-block-image img { border-radius: 12px; }
.wp-block-quote { border-left: 4px solid var(--sage); padding-left: 1.5rem; font-style: italic; color: var(--warm-gray); }
.wp-block-button__link { background: var(--sage); border-radius: 50px; padding: 14px 32px; font-weight: 600; }
.wp-block-button__link:hover { background: var(--sage-dark); }
.swc-post { max-width: 800px; margin: 0 auto; padding: 60px 0; }
.entry-title { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 1rem; }
.entry-content { font-size: 17px; line-height: 1.8; color: var(--warm-gray); }
.swc-footer { display: block; }
#swc-page-wrap { display: block; }

/* Contact form states */
#swc-form-msg.success { background: rgba(74,124,89,0.1); color: var(--sage-dark); border: 1px solid rgba(74,124,89,0.3); }
#swc-form-msg.error   { background: rgba(200,114,74,0.1); color: var(--terracotta); border: 1px solid rgba(200,114,74,0.3); }
.btn-submit:disabled  { opacity: 0.7; cursor: not-allowed; }

/* Scroll animations */
.fade-up { opacity: 0; animation: fadeUp 0.7s ease forwards; }
.d1 { animation-delay: 0.1s; }
.d2 { animation-delay: 0.2s; }
.d3 { animation-delay: 0.3s; }
.d4 { animation-delay: 0.4s; }
