/*
Theme Name: JWELL Love Elementor
Theme URI: https://jwelllove.com
Description: Pink brand child theme for JWELL Love & Wellness on Hello Elementor.
Author: JWELL Love & Wellness
Template: hello-elementor
Version: 1.0.0
Text Domain: jwelllove-elementor
*/

:root {
  --jwl-ink: #352c30;
  --jwl-muted: #756066;
  --jwl-soft-text: #92777d;
  --jwl-line: #ead1d1;
  --jwl-panel: #fff7f7;
  --jwl-soft: #fdebec;
  --jwl-blush: #f6cfd2;
  --jwl-rose: #b86a76;
  --jwl-rose-dark: #8f4f5b;
  --jwl-gold: #c99b8f;
  --jwl-champagne: #fffaf7;
  --jwl-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--jwl-champagne);
  color: var(--jwl-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: var(--jwl-rose-dark);
}

img {
  max-width: 100%;
}

.site-main {
  background: var(--jwl-champagne);
}

.jwl-site-header {
  background: rgba(255, 250, 247, 0.96);
  border-bottom: 1px solid rgba(184, 106, 118, 0.16);
  position: sticky;
  top: 0;
  z-index: 50;
}

.jwl-site-header__inner {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 78px;
  padding: 10px 20px;
}

.jwl-brand {
  align-items: center;
  color: var(--jwl-ink);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
}

.jwl-brand__logo,
.jwl-brand__logo img,
.custom-logo-link,
.custom-logo {
  display: block;
}

.jwl-brand__logo img,
.custom-logo {
  border-radius: 999px;
  height: 54px;
  object-fit: cover;
  width: 54px;
}

.jwl-brand__mark {
  align-items: center;
  background: linear-gradient(135deg, #f7dad9, #c9918b);
  border-radius: 999px;
  color: var(--jwl-rose-dark);
  display: inline-flex;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.jwl-brand__text {
  display: grid;
  line-height: 1.1;
}

.jwl-brand__text strong {
  color: var(--jwl-rose-dark);
  font-size: 1.1rem;
  letter-spacing: 0;
}

.jwl-brand__text small {
  color: var(--jwl-muted);
  font-size: 0.78rem;
}

.jwl-main-nav {
  flex: 1 1 auto;
}

.jwl-nav,
.jwl-footer-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jwl-nav a,
.jwl-footer-nav a {
  color: var(--jwl-ink);
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 9px 10px;
  text-decoration: none;
}

.jwl-nav a:hover,
.jwl-footer-nav a:hover {
  color: var(--jwl-rose);
}

.jwl-header-cta {
  background: var(--jwl-rose);
  border: 1px solid var(--jwl-rose);
  border-radius: 4px;
  color: var(--jwl-white);
  flex: 0 0 auto;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
}

.jwl-header-cta:hover {
  background: var(--jwl-rose-dark);
  color: var(--jwl-white);
}

.jwl-hero-banner {
  background: linear-gradient(180deg, #fff7f7 0%, #fffaf7 100%);
  padding: 18px 20px 0;
}

.jwl-hero-banner__inner {
  margin: 0 auto;
  max-width: 1480px;
}

.jwl-hero-banner img {
  border: 1px solid rgba(201, 155, 143, 0.32);
  border-radius: 8px;
  display: block;
  height: auto;
  max-height: 72vh;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.jwl-hero {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: grid;
  min-height: 620px;
  position: relative;
}

.jwl-hero::before {
  background: linear-gradient(90deg, rgba(255, 247, 247, 0.96) 0%, rgba(255, 247, 247, 0.82) 40%, rgba(255, 247, 247, 0.18) 76%);
  content: "";
  inset: 0;
  position: absolute;
}

.jwl-hero__inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 76px 20px;
  position: relative;
  width: 100%;
}

.jwl-eyebrow {
  color: var(--jwl-rose);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.jwl-hero h1 {
  color: var(--jwl-ink);
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 1.02;
  margin: 0;
  max-width: 780px;
}

.jwl-hero__copy {
  color: var(--jwl-muted);
  font-size: 1.12rem;
  line-height: 1.7;
  margin: 22px 0 0;
  max-width: 650px;
}

.jwl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.jwl-button,
.jwl-button-secondary,
.wp-block-button__link,
.jwl-product-card__link,
.jwl-catalog-link,
.jwl-product-cta a,
.jwl-inquiry-form button {
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
}

.jwl-button,
.wp-block-button__link,
.jwl-product-card__link,
.jwl-catalog-link,
.jwl-product-cta a,
.jwl-inquiry-form button {
  background: var(--jwl-rose);
  border: 0;
  color: var(--jwl-white);
  display: inline-block;
  padding: 13px 18px;
}

.jwl-button:hover,
.wp-block-button__link:hover,
.jwl-product-card__link:hover,
.jwl-catalog-link:hover,
.jwl-product-cta a:hover,
.jwl-inquiry-form button:hover {
  background: var(--jwl-rose-dark);
  color: var(--jwl-white);
}

.jwl-button-secondary {
  border: 1px solid var(--jwl-rose);
  color: var(--jwl-rose-dark);
  display: inline-block;
  padding: 12px 18px;
}

.jwl-button-secondary:hover {
  background: rgba(184, 106, 118, 0.08);
  color: var(--jwl-rose-dark);
}

.jwl-section {
  padding: 72px 20px;
}

.jwl-section--soft {
  background: var(--jwl-panel);
}

.jwl-section--warm {
  background: linear-gradient(135deg, #fff0f0 0%, #fffaf7 54%, #f8dfdc 100%);
}

.jwl-section__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.jwl-section h2,
.entry-content .jwl-section h2,
.jwl-page-content h2 {
  color: var(--jwl-ink);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.16;
  margin: 0 0 18px;
}

.jwl-lead {
  color: var(--jwl-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 760px;
}

.jwl-card-grid,
.jwl-category-grid,
.jwl-capability-grid,
.jwl-process-grid,
.jwl-blog-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 30px;
}

.jwl-info-card,
.jwl-capability-card,
.jwl-process-card,
.jwl-category-card,
.jwl-blog-card,
.jwl-product-card {
  background: var(--jwl-white);
  border: 1px solid var(--jwl-line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(184, 106, 118, 0.08);
  padding: 22px;
}

.jwl-info-card h3,
.jwl-capability-card h3,
.jwl-process-card h3,
.jwl-category-card h3 {
  color: var(--jwl-ink);
  font-size: 1.12rem;
  margin: 0 0 10px;
}

.jwl-info-card p,
.jwl-capability-card p,
.jwl-process-card p,
.jwl-category-card p {
  color: var(--jwl-muted);
  line-height: 1.65;
  margin: 0;
}

.jwl-category-card a,
.jwl-blog-card a {
  color: var(--jwl-ink);
  text-decoration: none;
}

.jwl-split {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.jwl-side-panel {
  background: var(--jwl-rose-dark);
  border-radius: 8px;
  color: var(--jwl-white);
  padding: 26px;
}

.jwl-side-panel h3 {
  color: var(--jwl-white);
  margin-top: 0;
}

.jwl-side-panel ul {
  margin-bottom: 0;
}

.jwl-feature-image {
  background: var(--jwl-white);
  border: 1px solid var(--jwl-line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.jwl-feature-image img {
  display: block;
  height: auto;
  width: 100%;
}

.jwl-image-band {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 32px;
}

.jwl-page-header {
  background: linear-gradient(135deg, #fff2f2 0%, #fffaf7 58%, #f6d8d5 100%);
  padding: 58px 20px;
}

.jwl-page-header--product {
  background: linear-gradient(135deg, #ffecec 0%, #fff8f5 45%, #f5d4d0 100%);
}

.jwl-page-header__inner {
  margin: 0 auto;
  max-width: 1180px;
}

.jwl-page-header h1 {
  color: var(--jwl-ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  margin: 0 0 14px;
}

.jwl-page-header p {
  color: var(--jwl-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.jwl-page-content > *:first-child {
  margin-top: 0;
}

.jwl-product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 32px 0;
}

.jwl-product-card {
  padding: 18px;
}

.jwl-product-card__image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #fff2f3;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
}

.jwl-product-card__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jwl-product-card__model {
  color: var(--jwl-soft-text);
  font-size: 0.92rem;
}

.jwl-product-template {
  padding: 56px 20px 80px;
}

.jwl-product-template__inner {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.jwl-product-media {
  background: #fff2f3;
  border: 1px solid var(--jwl-line);
  border-radius: 8px;
  overflow: hidden;
}

.jwl-product-media img {
  display: block;
  height: auto;
  width: 100%;
}

.jwl-product-summary h1 {
  color: var(--jwl-ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin: 0 0 16px;
}

.jwl-product-summary__excerpt {
  color: var(--jwl-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.jwl-product-meta-list {
  border-top: 1px solid var(--jwl-line);
  display: grid;
  gap: 0;
  margin: 24px 0;
}

.jwl-product-meta-list div {
  border-bottom: 1px solid var(--jwl-line);
  display: grid;
  gap: 12px;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 11px 0;
}

.jwl-product-meta-list strong {
  color: var(--jwl-muted);
}

.jwl-product-detail-body {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px 80px;
}

.jwl-product-detail-body .jwl-product-details {
  margin-top: 0;
}

.jwl-product-details__grid div,
.jwl-product-cta {
  background: var(--jwl-panel);
  border: 1px solid var(--jwl-line);
}

.jwl-product-specs th,
.jwl-product-specs td {
  border-color: var(--jwl-line);
}

.jwl-product-gallery img {
  border-radius: 6px;
}

.jwl-inquiry-form {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.jwl-inquiry-form label,
.jwl-inquiry-form input,
.jwl-inquiry-form textarea {
  display: block;
  width: 100%;
}

.jwl-inquiry-form input,
.jwl-inquiry-form textarea {
  border: 1px solid var(--jwl-line);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  padding: 11px;
}

.jwl-inquiry-form input:focus,
.jwl-inquiry-form textarea:focus {
  border-color: var(--jwl-rose);
  outline: 2px solid rgba(184, 106, 118, 0.16);
}

.jwl-form-notice {
  border-radius: 6px;
  margin: 0 0 18px;
  padding: 12px 14px;
}

.jwl-form-notice--success {
  background: #fff4f4;
  border: 1px solid #efc6c8;
  color: #6c3039;
}

.jwl-form-notice--error {
  background: #fff1f1;
  border: 1px solid #f4b7bd;
  color: #7f1d1d;
}

.jwl-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.jwl-social-links a {
  border: 1px solid var(--jwl-line);
  border-radius: 4px;
  color: var(--jwl-rose-dark);
  display: inline-block;
  font-weight: 700;
  padding: 8px 10px;
  text-decoration: none;
}

.jwl-floating-contact {
  bottom: 22px;
  position: fixed;
  right: 22px;
  z-index: 999;
}

.jwl-floating-contact a {
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.18);
  color: #fff;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 12px 16px;
  text-decoration: none;
}

.jwl-site-footer {
  background: #3b2d31;
  color: #fbe8e8;
  padding: 48px 20px 24px;
}

.jwl-site-footer__inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
  margin: 0 auto;
  max-width: 1180px;
}

.jwl-site-footer strong {
  color: var(--jwl-white);
  display: block;
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.jwl-site-footer p {
  color: #f2d1d1;
  line-height: 1.7;
  margin: 0;
  max-width: 540px;
}

.jwl-site-footer a {
  color: #ffe6e6;
}

.jwl-site-footer .jwl-social-links a,
.jwl-site-footer .jwl-footer-nav a {
  border-color: rgba(255, 230, 230, 0.22);
  color: #ffe6e6;
}

.jwl-site-footer__contact {
  display: grid;
  gap: 9px;
}

.jwl-site-footer__bottom {
  border-top: 1px solid rgba(255, 230, 230, 0.16);
  color: #e9c6c6;
  margin: 30px auto 0;
  max-width: 1180px;
  padding-top: 18px;
}

.jwl-blog-card a {
  display: block;
}

.jwl-blog-card img {
  border-radius: 6px;
  display: block;
  margin-bottom: 14px;
  width: 100%;
}

.jwl-blog-card span {
  color: var(--jwl-soft-text);
  display: block;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.jwl-blog-card h2 {
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.jwl-blog-card p {
  color: var(--jwl-muted);
}

@media (max-width: 980px) {
  .jwl-site-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .jwl-main-nav {
    flex-basis: 100%;
    order: 3;
  }

  .jwl-nav {
    justify-content: flex-start;
  }

  .jwl-split,
  .jwl-product-template__inner,
  .jwl-image-band,
  .jwl-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .jwl-hero {
    min-height: 560px;
  }

  .jwl-hero::before {
    background: rgba(255, 247, 247, 0.86);
  }
}

@media (max-width: 640px) {
  .jwl-site-header__inner {
    gap: 12px;
    min-height: 0;
    padding: 10px 16px;
  }

  .jwl-brand__logo img,
  .custom-logo,
  .jwl-brand__mark {
    height: 46px;
    width: 46px;
  }

  .jwl-brand__text strong {
    font-size: 1rem;
  }

  .jwl-header-cta {
    padding: 9px 11px;
  }

  .jwl-nav a {
    font-size: 0.9rem;
    padding: 8px 8px;
  }

  .jwl-hero-banner {
    padding: 10px 10px 0;
  }

  .jwl-hero-banner img {
    border-radius: 6px;
    max-height: none;
  }

  .jwl-section {
    padding: 52px 16px;
  }

  .jwl-hero__inner {
    padding: 56px 16px;
  }

  .jwl-product-meta-list div {
    grid-template-columns: 1fr;
  }

  .jwl-floating-contact {
    bottom: 16px;
    right: 16px;
  }
}

