.elementor-155 .elementor-element.elementor-element-fc6f18a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-02bd7a0 *//* Scoped CSS for Gem2Coeur Content */
    /* All styles are scoped to .g2c-wrapper to avoid conflicts */

    .g2c-wrapper {
      font-family: 'Montserrat', sans-serif;
      color: #1a1a1a;
      line-height: 1.6;
      width: 100%;
      overflow-x: hidden;
      background-color: #fff;
      box-sizing: border-box;
    }

    .g2c-wrapper *, .g2c-wrapper *::before, .g2c-wrapper *::after {
      box-sizing: inherit;
    }

    /* Typography */
    .g2c-title-main {
      font-family: 'King Caslon', 'Playfair Display', serif;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .g2c-title-sub {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 0.9rem;
    }

    .g2c-wrapper strong {
      font-weight: 700;
      color: #000;
    }

    /* Buttons */
    .g2c-btn {
      display: inline-block;
      padding: 15px 30px;
      background-color: #fff;
      color: #000;
      text-decoration: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      border: 1px solid #fff;
      transition: all 0.3s ease;
      font-size: 0.9rem;
      cursor: pointer;
    }

    .g2c-btn:hover {
      background-color: transparent;
      color: #fff;
    }

    .g2c-btn-outline {
      background-color: transparent;
      border: 1px solid #000;
      color: #000;
    }

    .g2c-btn-outline:hover {
      background-color: #000;
      color: #fff;
    }

    /* Header */
    .g2c-header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* Remove z-index to avoid creating a stacking context, so mix-blend-mode works on children */
      z-index: auto;
      background-color: transparent !important; /* Ensure transparency */
      pointer-events: none; /* Let clicks pass through empty space */
    }

    .g2c-logo img {
      height: 60px;
      /* Invert makes black text white, and white background black.
         Screen blend mode makes black transparent, leaving only white text! */
      filter: invert(1);
      mix-blend-mode: screen;
      position: relative;
      pointer-events: auto; /* Re-enable clicks */
      z-index: 10000; /* Re-add z-index so it's not hidden by .g2c-hero-overlay */
    }

    .g2c-nav ul {
      display: flex;
      list-style: none;
      gap: 30px;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 10000; /* Put nav above video and everything else */
      pointer-events: auto; /* Re-enable clicks */
    }

    .g2c-nav a {
      color: #fff !important; /* Force white text */
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 1px;
      font-weight: 500;
      text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Legibility on video */
    }

    /* Hamburger Menu Icon */
    #g2c-hamburger-btn {
      display: none;
      flex-direction: column;
      justify-content: space-between; /* Space out lines */
      width: 30px;
      height: 20px; /* Reduced height for tighter look */
      background: transparent;
      border: none;
      cursor: pointer;
      position: relative; /* Needs to be positioned to have z-index */
      z-index: 10000; /* Highest z-index to be above mobile menu */
      padding: 0;
      pointer-events: auto; /* Re-enable clicks */
    }

    #g2c-hamburger-btn span {
      width: 100%;
      height: 2px;
      background: #fff;
      transition: all 0.3s ease-in-out;
      transform-origin: left;
    }

    /* Hamburger Animation - White Cross */
    #g2c-hamburger-btn.active span {
      background-color: #fff !important; /* Force white cross */
    }

    #g2c-hamburger-btn.active span:first-child {
      transform: rotate(45deg);
    }

    #g2c-hamburger-btn.active span:nth-child(2) {
      opacity: 0;
      width: 0;
    }

    #g2c-hamburger-btn.active span:last-child {
      transform: rotate(-45deg);
    }

    /* Mobile Menu Overlay */
    #g2c-mobile-menu {
      position: fixed; /* Full screen fixed */
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,0.95); /* Darker, almost opaque background */
      backdrop-filter: blur(10px); /* Blur effect */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
      z-index: 9998; /* Just below button */
    }

    #g2c-mobile-menu.active {
      opacity: 1;
      pointer-events: all;
    }

    #g2c-mobile-menu ul {
      display: flex;
      flex-direction: column;
      gap: 40px; /* More spacing */
      text-align: center;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    #g2c-mobile-menu a {
      font-size: 1.5rem; /* Larger font for mobile menu */
      font-family: 'King Caslon', 'Playfair Display', serif; /* Elegant font for menu */
      font-style: italic;
      letter-spacing: 2px;
      color: #fff !important;
      text-decoration: none;
      text-transform: uppercase;
    }

    /* Hero Section (Video) */
    .g2c-hero {
      position: relative;
      height: 100vh;
      width: 100%;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
    }

    .g2c-hero video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      z-index: 0;
      object-fit: cover;
    }

    .g2c-hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.3);
      z-index: 1;
    }

    .g2c-hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      max-width: 800px;
    }

    .g2c-hero-title {
      font-size: 4rem;
      margin-bottom: 20px;
      line-height: 1.1;
      color: #fff !important; /* Force white as requested */
    }

    .g2c-hero-subtitle {
      font-size: 1.2rem;
      margin-bottom: 40px;
      font-weight: 300;
    }

    /* Marquee / Ticker */
    .g2c-ticker {
      background: #000;
      color: #fff;
      padding: 15px 0;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
    }

    .g2c-ticker-content {
      display: inline-block;
      animation: g2c-scroll 20s linear infinite;
    }

    .g2c-ticker-item {
      display: inline-block;
      padding: 0 30px;
      font-family: 'King Caslon', 'Playfair Display', serif;
      text-transform: uppercase;
      font-size: 1.5rem;
      font-style: italic;
    }

    @keyframes g2c-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    /* Content Sections with Animation & Creative Layout */
    .g2c-section {
      padding: 120px 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 80px;
      max-width: 1400px;
      margin: 0 auto;
      /* Default: Visible (Safe Fallback) */
      opacity: 1;
      transform: none;
      transition: opacity 1s ease, transform 1s ease;
    }

    /* Hidden state applied via JS for animation */
    .g2c-section.g2c-anim-hidden {
      opacity: 0;
      transform: translateY(50px);
    }

    .g2c-section.g2c-anim-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .g2c-section-reverse {
      flex-direction: row-reverse;
    }

    /* Creative Image Wrapper */
    .g2c-section-image {
      flex: 1 1 450px;
      position: relative;
    }

    /* Decorative background box */
    .g2c-section-image::before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      width: 100%;
      height: 100%;
      border: 2px solid #e0e0e0;
      z-index: 0;
      transition: transform 0.5s ease;
    }

    .g2c-section-reverse .g2c-section-image::before {
      left: auto;
      right: -20px;
    }

    .g2c-section-image:hover::before {
      transform: translate(10px, 10px);
    }

    .g2c-section-reverse .g2c-section-image:hover::before {
      transform: translate(-10px, 10px);
    }

    .g2c-section-image img {
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      z-index: 1;
      box-shadow: 0 15px 35px rgba(0,0,0,0.1); /* Light shadow */
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease;
    }

    .g2c-section-image:hover img {
      transform: scale(1.03); /* Slight zoom */
      box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    }

    .g2c-section-text {
      flex: 1 1 500px;
      position: relative;
    }

    /* Decorative line */
    .g2c-section-text::after {
      content: '';
      display: block;
      width: 60px;
      height: 2px;
      background-color: #000;
      margin-top: 30px;
      transition: width 0.5s ease;
    }

    .g2c-section:hover .g2c-section-text::after {
      width: 100px;
    }

    .g2c-section-title-text {
      font-size: 3rem;
      margin-bottom: 30px;
      color: #000;
      line-height: 1.2;
    }

    .g2c-section-p {
      margin-bottom: 20px;
      font-size: 1.1rem;
      color: #444;
      text-align: justify;
    }

    /* Products Grid */
    .g2c-products {
      padding: 100px 40px;
      background-color: #fff;
    }

    .g2c-section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .g2c-section-title {
      font-size: 3rem;
      margin-bottom: 15px;
      color: #000;
    }

    .g2c-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 40px;
      max-width: 1400px;
      margin: 0 auto;
    }

    .g2c-card {
      background: #fff;
      transition: transform 0.3s ease;
      cursor: pointer;
    }

    .g2c-card:hover {
      transform: translateY(-5px);
    }

    .g2c-card-img-container {
      width: 100%;
      padding-bottom: 100%; /* Square aspect ratio */
      position: relative;
      overflow: hidden;
    }

    .g2c-card-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .g2c-card:hover .g2c-card-img {
      transform: scale(1.05);
    }

    .g2c-card-info {
      padding: 20px;
      text-align: center;
    }

    .g2c-card-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 1rem;
      margin-bottom: 10px;
      font-weight: 500;
      color: #333;
    }

    .g2c-card-price {
      font-family: 'King Caslon', 'Playfair Display', serif;
      font-size: 1.2rem;
      color: #000;
      font-style: italic;
    }

    /* Footer */
    .g2c-footer {
      background: #111;
      color: #fff;
      padding: 60px 40px;
      text-align: center;
    }

    .g2c-footer-social {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 30px;
    }

    .g2c-social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      color: #fff;
      transition: all 0.3s ease;
    }

    .g2c-social-link:hover {
      background: #fff;
      color: #000;
      border-color: #fff;
      transform: translateY(-3px);
    }

    .g2c-social-link:hover svg {
      fill: #000; /* Force black fill on hover */
    }

    .g2c-social-link svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
      transition: fill 0.3s ease;
    }

    .g2c-footer-links {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .g2c-footer a {
      color: #999;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.8rem;
      letter-spacing: 1px;
      transition: color 0.3s;
    }

    .g2c-footer a:hover {
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .g2c-section, .g2c-section-reverse {
        flex-direction: column;
        padding: 60px 20px;
        gap: 40px;
      }

      /* REMOVED BACKGROUND EFFECT ON MOBILE AS REQUESTED */
      .g2c-section-image::before {
        display: none;
      }

      .g2c-section-reverse .g2c-section-image::before {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .g2c-header {
        padding: 20px;
      }

      /* Hide Default Nav */
      .g2c-nav {
        display: none;
      }

      #g2c-hamburger-btn {
        display: flex;
      }

      /* Use new ID for overlay logic */
      #g2c-mobile-menu.g2c-nav-overlay {
        display: flex; /* Override display:none when it's the overlay */
      }

      .g2c-hero-title {
        font-size: 2.5rem;
      }

      .g2c-section-title-text, .g2c-section-title {
        font-size: 2rem;
      }
    }/* End custom CSS */