/*
Theme Name: Glam Chic Beauty — OceanWP Child
Theme URI: https://glamchicbeauty.fr/
Description: Direction artistique premium et boutique WooCommerce pour Glam Chic Beauty.
Author: Glam Chic Beauty
Template: oceanwp
Version: 1.0.0
Text Domain: glamchic
*/

:root {
  --gc-ink: #17120f;
  --gc-cocoa: #3d241b;
  --gc-wine: #692f43;
  --gc-champagne: #c8a56a;
  --gc-cream: #f7f1e9;
  --gc-white: #fffdf9;
  --gc-line: rgba(23, 18, 15, .12);
  --gc-serif: "Cormorant Garamond", Georgia, serif;
  --gc-sans: "Manrope", Arial, sans-serif;
}

body { background: var(--gc-white); color: var(--gc-ink); font-family: var(--gc-sans); }
body.home #main #content-wrap { max-width: none; padding: 0; width: 100%; }
body.home #primary { float: none; width: 100%; }
body.home .entry-header { display: none; }
a { transition: color .25s ease, background .25s ease, transform .25s ease; }
.container { width: min(1240px, calc(100% - 40px)); }

#site-header { border: 0; box-shadow: 0 1px 0 var(--gc-line); }
#site-logo #site-logo-inner a { font-family: var(--gc-serif); font-size: 27px; font-weight: 700; letter-spacing: .02em; }
.dropdown-menu > li > a { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.dropdown-menu > li > a:hover { color: var(--gc-wine); }
.wcmenucart-count .wcmenucart-details { background: var(--gc-wine) !important; border-color: var(--gc-wine) !important; }

.gc-wrap { overflow: hidden; }
.gc-announcement { background: var(--gc-ink); color: #fff; padding: 9px 20px; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.gc-hero { min-height: 720px; display: grid; grid-template-columns: 52% 48%; background: var(--gc-cream); }
.gc-hero__copy { align-self: center; padding: 88px max(44px, calc((100vw - 1240px)/2)); padding-right: 6vw; }
.gc-kicker { color: var(--gc-wine); display: block; font-size: 11px; font-weight: 800; letter-spacing: .2em; margin-bottom: 22px; text-transform: uppercase; }
.gc-hero h1, .gc-title { font-family: var(--gc-serif); font-weight: 600; letter-spacing: -.03em; line-height: .92; }
.gc-hero h1 { font-size: clamp(58px, 6vw, 92px); margin: 0 0 26px; max-width: 680px; }
.gc-hero p { color: #574a44; font-size: 17px; line-height: 1.75; margin: 0 0 36px; max-width: 550px; }
.gc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gc-btn { align-items: center; background: var(--gc-ink); border: 1px solid var(--gc-ink); color: #fff !important; display: inline-flex; font-size: 11px; font-weight: 800; justify-content: center; letter-spacing: .15em; min-height: 54px; padding: 0 30px; text-transform: uppercase; }
.gc-btn:hover { background: var(--gc-wine); border-color: var(--gc-wine); transform: translateY(-2px); }
.gc-btn--ghost { background: transparent; color: var(--gc-ink) !important; }
.gc-btn--ghost:hover { color: #fff !important; }
.gc-hero__visual { min-height: 720px; position: relative; background-image: linear-gradient(90deg, rgba(247,241,233,.14), transparent 35%), url('assets/nelly-avatar.png'); background-position: right center; background-repeat: no-repeat; background-size: 300% auto; }
.gc-hero__badge { backdrop-filter: blur(9px); background: rgba(255,253,249,.85); bottom: 36px; left: 36px; padding: 20px 24px; position: absolute; width: 220px; }
.gc-hero__badge strong { display: block; font-family: var(--gc-serif); font-size: 26px; }
.gc-hero__badge span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.gc-trust { border-bottom: 1px solid var(--gc-line); display: grid; grid-template-columns: repeat(4,1fr); }
.gc-trust div { border-right: 1px solid var(--gc-line); padding: 24px 16px; text-align: center; }
.gc-trust div:last-child { border: 0; }
.gc-trust strong { display: block; font-family: var(--gc-serif); font-size: 20px; }
.gc-trust span { color: #75655d; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.gc-section { padding: 110px 0; }
.gc-section--cream { background: var(--gc-cream); }
.gc-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 48px; }
.gc-title { font-size: clamp(44px, 5vw, 70px); margin: 0; }
.gc-link { border-bottom: 1px solid; color: var(--gc-ink); font-size: 11px; font-weight: 800; letter-spacing: .12em; padding-bottom: 4px; text-transform: uppercase; }

.gc-categories { display: grid; gap: 16px; grid-template-columns: repeat(5, 1fr); }
.gc-category { aspect-ratio: 3/4; background: var(--gc-cocoa); color: #fff !important; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 26px 22px; position: relative; }
.gc-category::before { background: radial-gradient(circle at 50% 25%, rgba(255,255,255,.25), transparent 42%), linear-gradient(160deg, transparent, rgba(0,0,0,.65)); content: ""; inset: 0; position: absolute; }
.gc-category:nth-child(2) { background: #8e604e; }
.gc-category:nth-child(3) { background: #9b4e62; }
.gc-category:nth-child(4) { background: #382727; }
.gc-category:nth-child(5) { background: #b29065; }
.gc-category:hover { transform: translateY(-5px); }
.gc-category span, .gc-category strong { position: relative; }
.gc-category span { font-size: 9px; font-weight: 800; letter-spacing: .14em; opacity: .8; text-transform: uppercase; }
.gc-category strong { font-family: var(--gc-serif); font-size: 29px; line-height: 1; margin-top: 7px; }

.gc-products ul.products { display: grid !important; gap: 24px; grid-template-columns: repeat(4, 1fr); margin: 0 !important; }
.gc-products ul.products li.product { margin: 0 !important; padding: 0 !important; width: auto !important; }
.gc-products .woo-entry-image { background: var(--gc-cream); overflow: hidden; }
.gc-products li.product img { transition: transform .5s ease; }
.gc-products li.product:hover img { transform: scale(1.035); }
.gc-products .woocommerce-loop-product__title { font-family: var(--gc-serif); font-size: 23px !important; font-weight: 600; }
.gc-products .price { color: var(--gc-wine) !important; font-size: 14px !important; font-weight: 800; }
.gc-products .button { background: var(--gc-ink) !important; color: #fff !important; font-size: 10px !important; letter-spacing: .1em; text-transform: uppercase; }

.gc-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.gc-story__image { background-image: url('assets/nelly-avatar.png'); background-position: left center; background-repeat: no-repeat; background-size: 300% auto; }
.gc-story__copy { align-self: center; padding: 80px 9vw; }
.gc-story__copy p { color: #66564f; font-size: 16px; line-height: 1.9; }
.gc-quote { border-left: 2px solid var(--gc-champagne); font-family: var(--gc-serif); font-size: 27px; line-height: 1.25; margin: 30px 0; padding-left: 22px; }

.gc-newsletter { background: var(--gc-wine); color: #fff; padding: 80px 20px; text-align: center; }
.gc-newsletter .gc-title { color: #fff; font-size: clamp(42px, 5vw, 66px); }
.gc-newsletter p { color: rgba(255,255,255,.78); margin: 18px auto 30px; max-width: 580px; }
.gc-newsletter form { display: flex; margin: auto; max-width: 560px; }
.gc-newsletter input { background: #fff !important; border: 0 !important; border-radius: 0 !important; height: 54px !important; padding: 0 20px !important; }
.gc-newsletter button { background: var(--gc-ink); border: 0; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; padding: 0 25px; text-transform: uppercase; }

#footer-widgets { background: var(--gc-ink); }
#footer-bottom { background: #0e0b09; }

@media (max-width: 980px) {
  .gc-hero { grid-template-columns: 1fr; }
  .gc-hero__copy { padding: 70px 30px; }
  .gc-hero__visual { min-height: 600px; }
  .gc-categories { grid-template-columns: repeat(2, 1fr); }
  .gc-categories .gc-category:last-child { grid-column: 1/-1; aspect-ratio: 2/1; }
  .gc-products ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1240px); }
  .gc-announcement { font-size: 9px; }
  .gc-hero h1 { font-size: 52px; }
  .gc-hero__visual { min-height: 490px; }
  .gc-hero__badge { bottom: 18px; left: 18px; }
  .gc-trust { grid-template-columns: 1fr 1fr; }
  .gc-trust div:nth-child(2) { border-right: 0; }
  .gc-trust div:nth-child(-n+2) { border-bottom: 1px solid var(--gc-line); }
  .gc-section { padding: 76px 0; }
  .gc-heading { align-items: start; flex-direction: column; gap: 22px; }
  .gc-category { aspect-ratio: 4/5; }
  .gc-products ul.products { gap: 14px; }
  .gc-story { grid-template-columns: 1fr; }
  .gc-story__image { min-height: 540px; }
  .gc-story__copy { padding: 70px 28px; }
  .gc-newsletter form { display: block; }
  .gc-newsletter button { height: 52px; margin-top: 10px; width: 100%; }
}
