/*
Theme Name: LA GUÈL — Divi Child
Theme URI: https://www.laguel.pl/
Description: Child theme LA GUÈL na bazie Divi — tokeny designu, globalne style i szablony nowego wyglądu.
Author: LA GUÈL
Template: Divi
Version: 1.6.1
*/

/* === TOKENY DESIGNU MARKI === */
:root{
  --lg-display: "Cormorant Garamond", "Butler", Georgia, serif;
  --lg-sans: "Jost", "Metropolis", -apple-system, BlinkMacSystemFont, sans-serif;
  --lg-cream:#faf6ec; --lg-cream-2:#f4efe5; --lg-cream-bright:#fffdf7;
  --lg-gold:#b89968; --lg-gold-light:#d4b98a; --lg-gold-deep:#8a724b;
  --lg-ink:#0a0908; --lg-taupe:#6b6259;
}

/* === Nagłówki na Cormorant Garamond === */
h1, h2, h3,
.et_pb_module h1, .et_pb_module h2, .et_pb_module h3,
.et_pb_text h1, .et_pb_text h2, .et_pb_text h3,
.et_pb_heading h1, .et_pb_heading h2, .et_pb_heading h3,
h1.entry-title, .et_pb_post_title .entry-title{
  font-family: var(--lg-display) !important;
}

/* === Tekst na Jost (targetowo — bez ikon) === */
body{ font-family: var(--lg-sans); }
body, input, textarea, select, button,
.et_pb_text, .et_pb_post_content, .et_pb_blurb_description,
.et_pb_toggle_content, .et_pb_tab_content, .et_pb_button,
#main-header .nav li a, #et-secondary-nav li a, p, li{
  font-family: var(--lg-sans) !important;
}

/* === PRZYCISKI I AKCENTY W ZŁOCIE MARKI === */
.et_pb_button, a.et_pb_button,
body a.button, body button.button, body .button.alt, body input[type="submit"],
.woocommerce a.button, .woocommerce button.button, .woocommerce .button.alt,
.et_pb_contact_submit, .et_pb_newsletter_button, .et_pb_promo_button{
  background-color: var(--lg-gold-deep) !important;
  border-color: var(--lg-gold-deep) !important;
  color: var(--lg-cream-bright) !important;
  border-radius: 100px !important;
  letter-spacing: .07em;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease !important;
}
.et_pb_button:hover, a.et_pb_button:hover,
body a.button:hover, body button.button:hover, body .button.alt:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
body input[type="submit"]:hover, .et_pb_contact_submit:hover{
  background-color: var(--lg-ink) !important;
  border-color: var(--lg-ink) !important;
  color: var(--lg-cream) !important;
}
.et_pb_text a:not(.et_pb_button), .et_pb_post_content a:not(.et_pb_button){ color: var(--lg-gold-deep); }
.et_pb_text a:not(.et_pb_button):hover, .et_pb_post_content a:not(.et_pb_button):hover{ color: var(--lg-ink); }

/* === NAGŁÓWEK: CTA + mega-menu === */
#top-menu li.lg-cta{ margin-left:14px; }
#top-menu li.lg-cta > a{ background:var(--lg-gold-deep)!important; color:var(--lg-cream-bright)!important; padding:9px 22px!important; border-radius:100px!important; opacity:1!important; transition:background .25s ease!important; }
#top-menu li.lg-cta > a:hover{ background:var(--lg-ink)!important; color:var(--lg-cream)!important; }
#top-menu li.mega-menu > ul.sub-menu{ padding:2.2rem 0 2.2rem 8%!important; }
#top-menu li.mega-menu > ul.sub-menu > li{ width:240px!important; max-width:240px!important; margin-right:3.5rem!important; vertical-align:top; }
#top-menu li.mega-menu > ul.sub-menu > li > a{ color:var(--lg-gold-light)!important; text-transform:uppercase; letter-spacing:.16em; font-size:.68rem!important; }
#top-menu li.mega-menu ul.sub-menu ul.sub-menu li a:hover{ color:var(--lg-gold-light)!important; }
#top-menu li.mega-menu > ul.sub-menu > li:nth-child(2) > ul.sub-menu > li > a::before{ content:"\2605\00a0"; color:var(--lg-gold-light); font-size:.8em; }
