/*
Theme Name: Glow & Grow Luxe
Theme URI: https://glowandgrowbeauty.com
Author: Glow & Grow Beauty
Author URI: https://glowandgrowbeauty.com
Description: A modern luxury WordPress theme created for Glow & Grow Beauty. Built for beauty tutorials, product reviews, affiliate recommendations, email growth, and future education offers.
Version: 1.0.9
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glow-grow-luxe
Tags: blog, custom-logo, custom-menu, featured-images, full-width-template, one-column, two-columns, accessibility-ready
*/

:root {
  --gg-ink: #171411;
  --gg-espresso: #2b211b;
  --gg-ivory: #fbf7f0;
  --gg-cream: #f4ecdf;
  --gg-nude: #d8bba8;
  --gg-gold: #b58a45;
  --gg-gold-dark: #8d672f;
  --gg-white: #ffffff;
  --gg-muted: #6f655f;
  --gg-line: rgba(43, 33, 27, .14);
  --gg-shadow: 0 22px 60px rgba(43, 33, 27, .12);
  --gg-radius: 1.5rem;
  --gg-serif: "Cormorant Garamond", Georgia, serif;
  --gg-sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--gg-ink);
  background: var(--gg-ivory);
  font-family: var(--gg-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover, a:focus { color: var(--gg-gold-dark); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gg-gold); outline-offset: 4px; }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  background: var(--gg-white); clip: auto !important; height: auto; width: auto;
  left: 1rem; top: 1rem; padding: .8rem 1rem; z-index: 100000;
}
.gg-container { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.gg-narrow { width: min(760px, calc(100% - 2rem)); margin-inline: auto; }
.gg-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.gg-section--cream { background: var(--gg-cream); }
.gg-eyebrow {
  margin: 0 0 .8rem; color: var(--gg-gold-dark); font-size: .76rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .8em; color: var(--gg-espresso); font-family: var(--gg-serif);
  font-weight: 600; line-height: 1.02; text-wrap: balance;
}
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 5vw, 4.6rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
p { margin: 0 0 1.25rem; }

.gg-button, .wp-block-button__link, input[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 50px; padding: .78rem 1.35rem; border: 1px solid var(--gg-ink);
  border-radius: 999px; background: var(--gg-ink); color: var(--gg-white);
  font-size: .82rem; font-weight: 700; letter-spacing: .08em; line-height: 1;
  text-decoration: none; text-transform: uppercase; transition: .2s ease;
}
.gg-button:hover, .gg-button:focus, .wp-block-button__link:hover, input[type="submit"]:hover {
  transform: translateY(-2px); background: var(--gg-gold); border-color: var(--gg-gold);
  color: var(--gg-ink); box-shadow: 0 12px 30px rgba(181, 138, 69, .25);
}
.gg-button--ghost { background: transparent; color: var(--gg-ink); }

.gg-disclosure-bar {
  padding: .5rem 1rem; background: var(--gg-espresso); color: rgba(255,255,255,.85);
  font-size: .72rem; letter-spacing: .05em; text-align: center;
}
.gg-site-header {
  position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--gg-line);
  background: rgba(251,247,240,.93); backdrop-filter: blur(14px);
}
.gg-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.gg-brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.gg-brand__mark {
  display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid var(--gg-gold);
  border-radius: 50%; color: var(--gg-gold-dark); font-family: var(--gg-serif); font-size: 1.2rem;
}
.gg-brand__logo-mark { display: block; width: auto; height: 58px; object-fit: contain; }
.gg-brand__name { display: block; font-family: var(--gg-serif); font-size: 1.48rem; font-weight: 600; line-height: .9; }
.gg-brand__sub { display: block; margin-top: .35rem; color: var(--gg-muted); font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; }
.custom-logo { display: block; max-height: 54px; width: auto; }
.gg-nav ul { display: flex; align-items: center; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.gg-nav a { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.gg-menu-toggle { display: none; padding: .6rem; border: 0; background: transparent; color: var(--gg-ink); }
.gg-menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.gg-hero {
  position: relative; min-height: min(780px, 86vh); display: grid; align-items: center; overflow: hidden;
  background: linear-gradient(115deg, var(--gg-ivory) 0 50%, #d8baa6 50% 100%);
}
.gg-hero::before {
  content: ""; position: absolute; width: 470px; height: 470px; right: 5%; top: 10%;
  border: 1px solid rgba(255,255,255,.65); border-radius: 50%;
}
.gg-hero::after {
  content: "GLOW"; position: absolute; right: -1rem; bottom: -2rem; color: rgba(255,255,255,.18);
  font-family: var(--gg-serif); font-size: clamp(8rem, 20vw, 20rem); font-weight: 600; line-height: .7;
}
.gg-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.gg-hero-copy { max-width: 690px; padding: 5rem 0; }
.gg-hero-copy h1 em { color: var(--gg-gold-dark); font-weight: 500; }
.gg-hero-copy > p:not(.gg-eyebrow) { max-width: 570px; color: var(--gg-muted); font-size: 1.08rem; }
.gg-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.gg-hero-art {
  min-height: 630px;
  position: relative;
  display: grid;
  place-items: center;
}
.gg-hero-collage {
  position: relative;
  width: min(650px, 100%);
  height: 610px;
}
.gg-hero-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 2px solid rgba(255,255,255,.78);
  background: #b98e73;
  box-shadow: 0 24px 60px rgba(43,33,27,.22);
}
.gg-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(28,18,13,.52) 100%);
  pointer-events: none;
}
.gg-hero-photo__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.gg-hero-photo:hover .gg-hero-photo__image { transform: scale(1.035); }
.gg-hero-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: .8rem;
  transform: translateX(-50%);
  padding: .42rem .78rem;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 999px;
  background: rgba(255,250,244,.9);
  color: var(--gg-ink);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(9px);
}
.gg-hero-photo--vanessa {
  z-index: 2;
  left: 0;
  top: 5%;
  width: 64%;
  height: 88%;
  border-radius: 13rem 13rem 1.8rem 1.8rem;
}
.gg-hero-photo--vanessa .gg-hero-photo__image {
  object-position: center 38%;
  filter: sepia(.05) saturate(.9) contrast(.98) brightness(.98);
}
.gg-hero-photo--makeup,
.gg-hero-photo--hair,
.gg-hero-photo--skin {
  z-index: 4;
  right: 0;
  width: 39%;
  height: 31%;
  border-radius: 1.7rem;
}
.gg-hero-photo--makeup { top: 0; }
.gg-hero-photo--hair { top: 34.5%; }
.gg-hero-photo--skin { bottom: 0; }
.gg-floating-note {
  position: absolute;
  z-index: 7;
  left: -1rem;
  bottom: 1.7rem;
  width: 190px;
  padding: 1.2rem;
  border: 1px solid rgba(181,138,69,.35);
  background: rgba(255,255,255,.92);
  box-shadow: var(--gg-shadow);
  backdrop-filter: blur(12px);
}
.gg-floating-note strong { display: block; font-family: var(--gg-serif); font-size: 1.35rem; }
.gg-floating-note span { color: var(--gg-muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.gg-trust { border-block: 1px solid var(--gg-line); background: var(--gg-white); }
.gg-trust-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.gg-trust-item { padding: 1.4rem; text-align: center; }
.gg-trust-item + .gg-trust-item { border-left: 1px solid var(--gg-line); }
.gg-trust-item strong { display: block; font-family: var(--gg-serif); font-size: 1.22rem; }
.gg-trust-item span { color: var(--gg-muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }

.gg-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.gg-section-heading h2 { max-width: 720px; margin-bottom: 0; }
.gg-grid { display: grid; gap: 1.4rem; }
.gg-grid--4 { grid-template-columns: repeat(4, 1fr); }
.gg-grid--3 { grid-template-columns: repeat(3, 1fr); }
.gg-category-card {
  position: relative; min-height: 430px; display: flex; align-items: end; overflow: hidden;
  border-radius: var(--gg-radius); background: var(--gg-espresso); color: var(--gg-white); text-decoration: none;
  box-shadow: 0 16px 42px rgba(43,33,27,.12); isolation: isolate;
}
.gg-category-card__image {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s ease;
}
.gg-category-card::after {
  content: ""; position: absolute; z-index: 0; inset: 0;
  background: linear-gradient(180deg, rgba(18,12,9,.05) 18%, rgba(18,12,9,.2) 48%, rgba(18,12,9,.92) 100%);
}
.gg-category-card__number { position: absolute; z-index: 1; top: 1rem; right: 1.25rem; color: rgba(255,255,255,.72); font-family: var(--gg-serif); font-size: 2rem; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
.gg-category-card__body { position: relative; z-index: 1; padding: 1.5rem; }
.gg-category-card h3 { margin: 0; color: var(--gg-white); text-shadow: 0 2px 18px rgba(0,0,0,.32); }
.gg-category-card p { margin: .5rem 0 0; color: rgba(255,255,255,.86); font-size: .88rem; }
.gg-category-card:hover { transform: translateY(-5px); color: var(--gg-white); box-shadow: var(--gg-shadow); }
.gg-category-card:hover .gg-category-card__image { transform: scale(1.045); }

.gg-edit {
  padding: clamp(3rem, 7vw, 6rem); border-radius: var(--gg-radius);
  background: linear-gradient(120deg, var(--gg-espresso), #4b382d); color: var(--gg-white);
}
.gg-edit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.gg-edit h2 { color: var(--gg-white); }
.gg-edit p { color: rgba(255,255,255,.72); }
.gg-edit-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; transform: rotate(1deg); }
.gg-product-tile {
  position: relative; min-height: 330px; padding: 1.35rem; display: flex; align-items: end; overflow: hidden;
  border-radius: 1.1rem; background: var(--gg-ivory); color: var(--gg-white); box-shadow: 0 18px 40px rgba(12,8,6,.28); isolation: isolate;
}
.gg-product-tile:nth-child(2) { margin-top: 3rem; background: var(--gg-nude); }
.gg-product-tile__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gg-product-tile::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(18,12,9,.82) 100%); }
.gg-product-tile__body { position: relative; z-index: 1; display: flex; flex-direction: column; }
.gg-product-tile strong { color: var(--gg-white); font-family: var(--gg-serif); font-size: 1.45rem; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
.gg-product-tile span { color: rgba(255,255,255,.82); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.gg-product-tile:hover .gg-product-tile__image { transform: scale(1.035); }

.gg-card { overflow: hidden; border: 1px solid var(--gg-line); border-radius: var(--gg-radius); background: var(--gg-white); }
.gg-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: linear-gradient(135deg, var(--gg-cream), var(--gg-nude)); }
.gg-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gg-card:hover .gg-card__image img { transform: scale(1.035); }
.gg-card__body { padding: 1.4rem; }
.gg-card__meta { margin-bottom: .65rem; color: var(--gg-gold-dark); font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gg-card h3 { margin-bottom: .45rem; font-size: 1.75rem; }
.gg-card h3 a { text-decoration: none; }
.gg-card p { color: var(--gg-muted); font-size: .9rem; }
.gg-text-link { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.gg-newsletter { position: relative; overflow: hidden; background: var(--gg-nude); }
.gg-newsletter::after { content: "&"; position: absolute; right: 5%; top: -28%; color: rgba(255,255,255,.25); font-family: var(--gg-serif); font-size: 24rem; }
.gg-newsletter-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
.gg-signup { display: flex; padding: .45rem; border: 1px solid rgba(43,33,27,.28); border-radius: 999px; background: rgba(255,255,255,.55); }
.gg-signup input[type="email"] { flex: 1; min-width: 0; padding: .8rem 1rem; border: 0; background: transparent; }

.gg-page-hero { padding: clamp(4rem, 8vw, 7rem) 0 3rem; border-bottom: 1px solid var(--gg-line); }
.gg-page-hero h1 { max-width: 900px; }
.gg-content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 4rem; padding-block: 4rem 7rem; }
.gg-content { min-width: 0; }
.gg-content > * { max-width: 760px; }
.gg-content > .alignwide { max-width: 1080px; }
.gg-content > .alignfull { max-width: none; }
.gg-content h2 { margin-top: 1.2em; }
.gg-content h3 { margin-top: 1.25em; }
.gg-content blockquote { margin: 2rem 0; padding: 1.5rem 2rem; border-left: 3px solid var(--gg-gold); background: var(--gg-cream); font-family: var(--gg-serif); font-size: 1.55rem; }
.gg-content table { width: 100%; border-collapse: collapse; }
.gg-content th, .gg-content td { padding: .8rem; border: 1px solid var(--gg-line); text-align: left; }
.gg-sidebar { align-self: start; position: sticky; top: 120px; }
.gg-widget { margin-bottom: 1rem; padding: 1.4rem; border: 1px solid var(--gg-line); background: var(--gg-white); }
.gg-widget h2, .gg-widget h3 { font-size: 1.5rem; }
.gg-affiliate-note { margin: 1.5rem 0 2rem; padding: 1rem 1.2rem; border: 1px solid rgba(181,138,69,.35); background: #fffaf0; color: var(--gg-muted); font-size: .8rem; }
.gg-post-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--gg-line); }
.navigation.pagination { margin: 3rem 0; }
.nav-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: .5rem; border: 1px solid var(--gg-line); text-decoration: none; }
.page-numbers.current { background: var(--gg-ink); color: var(--gg-white); }

.gg-site-footer { padding: 5rem 0 2rem; background: var(--gg-espresso); color: rgba(255,255,255,.74); }
.gg-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 3rem; }
.gg-site-footer .gg-brand__name, .gg-site-footer h3 { color: var(--gg-white); }
.gg-footer-logo { display: inline-block; width: min(220px, 100%); margin: -2rem 0 -1.2rem; padding: .35rem; border-radius: 1rem; background: var(--gg-ivory); }
.gg-footer-logo img { display: block; width: 100%; height: auto; filter: drop-shadow(0 0 1px rgba(255,255,255,.2)); }
.gg-site-footer h3 { font-size: 1.2rem; }
.gg-site-footer ul { margin: 0; padding: 0; list-style: none; }
.gg-site-footer li { margin: .45rem 0; }
.gg-site-footer a { text-decoration: none; }
.gg-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .72rem; }

.gg-404 { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.gg-404 strong { display: block; color: var(--gg-nude); font-family: var(--gg-serif); font-size: clamp(7rem, 20vw, 15rem); line-height: .7; }

@media (max-width: 980px) {
  .gg-menu-toggle { display: block; }
  .gg-nav { display: none; position: absolute; inset: 100% 0 auto; padding: 1.25rem; border-bottom: 1px solid var(--gg-line); background: var(--gg-ivory); }
  .gg-nav.is-open { display: block; }
  .gg-nav ul { align-items: stretch; flex-direction: column; }
  .gg-hero { background: linear-gradient(160deg, var(--gg-ivory) 0 62%, var(--gg-nude) 62%); }
  .gg-hero-grid, .gg-edit-grid, .gg-newsletter-inner { grid-template-columns: 1fr; }
  .gg-hero-art { min-height: 590px; }
  .gg-hero-collage { width: min(680px, 92vw); height: 570px; }
  .gg-floating-note { left: 2%; bottom: 1.2rem; }
  .gg-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .gg-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .gg-content-wrap { grid-template-columns: 1fr; }
  .gg-sidebar { position: static; }
  .gg-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .gg-header-inner { min-height: 70px; }
  .gg-brand__sub { display: none; }
  .gg-hero-copy { padding: 4rem 0 1rem; }
  .gg-hero-art { min-height: 560px; }
  .gg-hero-collage { width: 100%; height: 540px; }
  .gg-hero-photo--vanessa { left: 0; top: 0; width: 100%; height: 68%; border-radius: 9rem 9rem 1.4rem 1.4rem; }
  .gg-hero-photo--makeup, .gg-hero-photo--hair, .gg-hero-photo--skin { top: auto; bottom: 0; width: 32%; height: 29%; border-radius: 1rem; }
  .gg-hero-photo--makeup { left: 0; right: auto; }
  .gg-hero-photo--hair { left: 34%; right: auto; }
  .gg-hero-photo--skin { right: 0; }
  .gg-hero-photo figcaption { bottom: .45rem; padding: .34rem .55rem; font-size: .56rem; }
  .gg-floating-note { left: .6rem; bottom: 30%; width: 165px; padding: .85rem; }
  .gg-floating-note strong { font-size: 1.05rem; }
  .gg-floating-note span { font-size: .6rem; }
  .gg-trust-inner, .gg-grid--4, .gg-grid--3 { grid-template-columns: 1fr; }
  .gg-trust-item + .gg-trust-item { border-left: 0; border-top: 1px solid var(--gg-line); }
  .gg-section-heading { align-items: start; flex-direction: column; }
  .gg-category-card { min-height: 290px; }
  .gg-edit { padding: 2rem 1.2rem; }
  .gg-edit-grid { gap: 2rem; }
  .gg-edit-visual { grid-template-columns: 1fr; transform: none; }
  .gg-product-tile, .gg-product-tile:nth-child(2) { min-height: 320px; margin-top: 0; }
  .gg-newsletter-inner { gap: 1.5rem; }
  .gg-signup { align-items: stretch; flex-direction: column; border-radius: 1rem; }
  .gg-footer-grid { grid-template-columns: 1fr; }
  .gg-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}


/* Content-rich landing pages */
.gg-page-hero--editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background:
    radial-gradient(circle at 88% 22%, rgba(181,138,69,.18), transparent 28%),
    linear-gradient(125deg, var(--gg-ivory) 0 58%, #ead8c8 58% 100%);
}
.gg-page-hero--editorial::after {
  content: "GLOW";
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  color: rgba(255,255,255,.35);
  font-family: var(--gg-serif);
  font-size: clamp(7rem, 18vw, 15rem);
  font-weight: 600;
  line-height: .7;
  pointer-events: none;
}
.gg-page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}
.gg-page-hero--editorial h1 {
  max-width: 920px;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
}
.gg-page-lead {
  max-width: 700px;
  color: var(--gg-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}
.gg-page-hero__panel {
  display: grid;
  gap: .85rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: var(--gg-radius);
  background: rgba(255,255,255,.54);
  box-shadow: var(--gg-shadow);
  backdrop-filter: blur(12px);
}
.gg-page-hero__panel span {
  padding: .9rem 1rem;
  border-bottom: 1px solid var(--gg-line);
  color: var(--gg-espresso);
  font-family: var(--gg-serif);
  font-size: 1.35rem;
}
.gg-page-hero__panel span:last-child { border-bottom: 0; }
.gg-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.gg-feature-card {
  min-height: 255px;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--gg-line);
  border-radius: var(--gg-radius);
  background: var(--gg-white);
  box-shadow: 0 12px 35px rgba(43,33,27,.06);
}
.gg-feature-card > strong {
  display: block;
  margin-bottom: 2.2rem;
  color: var(--gg-gold-dark);
  font-family: var(--gg-serif);
  font-size: 2rem;
}
.gg-feature-card h3 { margin-bottom: .6rem; }
.gg-feature-card p { color: var(--gg-muted); }
.gg-feature-card--link {
  color: inherit;
  text-decoration: none;
  transition: .2s ease;
}
.gg-feature-card--link:hover {
  transform: translateY(-5px);
  border-color: rgba(181,138,69,.48);
  color: inherit;
  box-shadow: var(--gg-shadow);
}
.gg-guide-grid .gg-card { height: 100%; }
.gg-card__image--fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gg-cream), var(--gg-nude));
  color: var(--gg-espresso);
  font-family: var(--gg-serif);
  font-size: 1.6rem;
  text-decoration: none;
}
.gg-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
  margin-top: 2.5rem;
}
.gg-shop-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
  border-radius: var(--gg-radius);
  background: linear-gradient(155deg, #f5ecdf 0 45%, #d6b7a4 100%);
  color: var(--gg-espresso);
  text-decoration: none;
  box-shadow: 0 16px 42px rgba(43,33,27,.1);
  transition: .25s ease;
}
.gg-shop-card:nth-child(2) { background: linear-gradient(155deg, #efe7da, #cbb49d); }
.gg-shop-card:nth-child(3) { background: linear-gradient(155deg, #e7d6c9, #9f7a65); }
.gg-shop-card span {
  margin-bottom: auto;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gg-shop-card h3 { max-width: 310px; }
.gg-shop-card p { color: rgba(43,33,27,.72); }
.gg-shop-card b {
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gg-shop-card:hover {
  transform: translateY(-6px);
  color: var(--gg-espresso);
  box-shadow: var(--gg-shadow);
}
.gg-story-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}
.gg-story-grid p { color: var(--gg-muted); font-size: 1.05rem; }
.gg-founder-mark {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50% 50% 1.5rem 1.5rem;
  background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(216,187,168,.72));
  text-align: center;
  box-shadow: var(--gg-shadow);
}
.gg-founder-mark span,
.gg-founder-mark small {
  color: var(--gg-muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gg-founder-mark strong {
  margin: .5rem 0;
  color: var(--gg-espresso);
  font-family: var(--gg-serif);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1;
}
.gg-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
.gg-stat-grid div {
  padding: 1.8rem;
  border: 1px solid var(--gg-line);
  border-radius: 1.2rem;
  background: var(--gg-white);
}
.gg-stat-grid strong {
  display: block;
  color: var(--gg-gold-dark);
  font-family: var(--gg-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
}
.gg-stat-grid span { color: var(--gg-muted); font-size: .82rem; }
.gg-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  border-radius: var(--gg-radius);
  background: var(--gg-espresso);
  color: rgba(255,255,255,.76);
}
.gg-callout h3 { color: var(--gg-white); }
.gg-callout .gg-eyebrow { color: var(--gg-nude); }
.gg-callout > div { max-width: 720px; }
.gg-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 2rem;
}
.gg-pill-list span {
  padding: .7rem 1rem;
  border: 1px solid var(--gg-line);
  border-radius: 999px;
  background: var(--gg-white);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.gg-social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .8rem;
}
.gg-social-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--gg-line);
  border-radius: 1rem;
  background: var(--gg-white);
  color: var(--gg-espresso);
  font-weight: 700;
  text-decoration: none;
}
.gg-social-grid a:hover {
  border-color: var(--gg-gold);
  color: var(--gg-gold-dark);
}
.gg-social-grid span {
  color: var(--gg-muted);
  font-size: .78rem;
  font-weight: 500;
}
.gg-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.gg-contact-card {
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid var(--gg-line);
  border-radius: var(--gg-radius);
  background: var(--gg-white);
}
.gg-contact-card p:not(.gg-eyebrow) { color: var(--gg-muted); }
.gg-newsletter-note,
.gg-empty {
  margin-top: 2rem;
  padding: 1.4rem;
  border: 1px solid rgba(181,138,69,.34);
  border-radius: 1rem;
  background: #fffaf0;
  color: var(--gg-muted);
}
.gg-empty { grid-column: 1 / -1; text-align: center; }
.gg-empty h3 { margin-bottom: .5rem; }

@media (max-width: 980px) {
  .gg-page-hero__grid,
  .gg-story-grid { grid-template-columns: 1fr; }
  .gg-page-hero__panel {
    grid-template-columns: repeat(2, 1fr);
  }
  .gg-feature-grid,
  .gg-shop-grid { grid-template-columns: repeat(2, 1fr); }
  .gg-feature-grid > :last-child,
  .gg-shop-grid > :last-child { grid-column: 1 / -1; }
  .gg-stat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .gg-page-hero--editorial { padding: 3.5rem 0; }
  .gg-page-hero__panel,
  .gg-feature-grid,
  .gg-shop-grid,
  .gg-stat-grid,
  .gg-social-grid,
  .gg-contact-grid { grid-template-columns: 1fr; }
  .gg-feature-grid > :last-child,
  .gg-shop-grid > :last-child { grid-column: auto; }
  .gg-feature-card { min-height: 0; }
  .gg-feature-card > strong { margin-bottom: 1rem; }
  .gg-shop-card { min-height: 300px; }
  .gg-callout { align-items: stretch; flex-direction: column; }
  .gg-social-grid a { align-items: start; flex-direction: column; gap: .25rem; }
}


/* Mockup-matched page presentation */
.gg-page-hero--editorial {
  padding: 0;
  background: #f6eee4;
}
.gg-page-hero--editorial::after { display: none; }
.gg-page-hero--editorial .gg-container {
  width: min(1320px, 100%);
}
.gg-page-hero__grid {
  min-height: 600px;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.gg-page-hero__grid > div:first-child {
  padding: clamp(3.5rem, 7vw, 7rem) clamp(2rem, 6vw, 5.5rem);
}
.gg-page-hero__media {
  position: relative;
  min-height: 600px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--gg-nude);
}
.gg-page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246,238,228,.16), transparent 26%);
  pointer-events: none;
}
.gg-page-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}
.gg-page-hero__media--shop img { object-position: center; }
.gg-page-hero__media--vanessa img { object-position: center 28%; }
.gg-visual-category-section { padding: 3.5rem 0; }
.gg-visual-category-section .gg-eyebrow { text-align: center; }
.gg-visual-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gg-visual-category-grid a {
  overflow: hidden;
  border: 1px solid var(--gg-line);
  border-radius: 1rem;
  background: var(--gg-white);
  color: var(--gg-espresso);
  text-align: center;
  text-decoration: none;
  transition: .2s ease;
}
.gg-visual-category-grid a:hover {
  transform: translateY(-4px);
  color: var(--gg-gold-dark);
  box-shadow: var(--gg-shadow);
}
.gg-visual-category-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.gg-visual-category-grid strong {
  display: block;
  padding: .8rem .7rem .15rem;
  font-family: var(--gg-serif);
  font-size: 1.45rem;
}
.gg-visual-category-grid span {
  display: block;
  padding: 0 .7rem 1rem;
  color: var(--gg-muted);
  font-size: .75rem;
}
.gg-shop-grid--4 { grid-template-columns: repeat(4, 1fr); }
.gg-shop-grid--4 .gg-shop-card {
  min-height: 430px;
  display: block;
  padding: 0;
  background: var(--gg-white);
}
.gg-shop-grid--4 .gg-shop-card::before { display: none; }
.gg-shop-grid--4 .gg-shop-card > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
}
.gg-shop-grid--4 .gg-shop-card > div {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  color: var(--gg-espresso);
}
.gg-shop-grid--4 .gg-shop-card span { color: var(--gg-gold-dark); }
.gg-shop-grid--4 .gg-shop-card h3 {
  margin: .4rem 0;
  color: var(--gg-espresso);
  font-size: 1.7rem;
}
.gg-shop-grid--4 .gg-shop-card p {
  color: var(--gg-muted);
  font-size: .82rem;
}
.gg-shop-grid--4 .gg-shop-card b { color: var(--gg-espresso); }
#shop-guides .gg-guide-grid,
#makeup-guides .gg-guide-grid {
  grid-template-columns: repeat(4, 1fr);
}
#shop-guides .gg-card h3,
#makeup-guides .gg-card h3 { font-size: 1.45rem; }
.gg-stat-grid i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: #f3dfd2;
  color: var(--gg-gold-dark);
  font-family: var(--gg-serif);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
}
.gg-stat-grid div { min-height: 210px; }
.gg-callout { border-radius: 0; background: linear-gradient(90deg,#efd6c6,#f7ece3); color: var(--gg-muted); }
.gg-callout h3 { color: var(--gg-espresso); }
.gg-callout .gg-eyebrow { color: var(--gg-gold-dark); }

@media (max-width: 980px) {
  .gg-page-hero__grid { min-height: 0; grid-template-columns: 1fr; }
  .gg-page-hero__media,
  .gg-page-hero__media img { min-height: 520px; }
  .gg-visual-category-grid,
  .gg-shop-grid--4,
  #shop-guides .gg-guide-grid,
  #makeup-guides .gg-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .gg-shop-grid--4 > :last-child { grid-column: auto; }
}
@media (max-width: 620px) {
  .gg-page-hero__grid > div:first-child { padding: 3.2rem 1.2rem; }
  .gg-page-hero__media,
  .gg-page-hero__media img { min-height: 420px; }
  .gg-visual-category-grid,
  .gg-shop-grid--4,
  #shop-guides .gg-guide-grid,
  #makeup-guides .gg-guide-grid { grid-template-columns: 1fr; }
  .gg-visual-category-grid img { aspect-ratio: 16 / 10; }
  .gg-shop-grid--4 .gg-shop-card > img { aspect-ratio: 16 / 11; }
}


/* Final mockup scale correction */
.gg-page-hero--editorial h1 {
  max-width: 690px;
  font-size: clamp(2.9rem, 4.35vw, 4.9rem);
  line-height: .98;
}
.gg-page-hero__grid { min-height: 520px; }
.gg-page-hero__grid > div:first-child {
  padding: clamp(3rem, 5vw, 4.8rem) clamp(2rem, 5vw, 4.6rem);
}
.gg-page-hero__media,
.gg-page-hero__media img { min-height: 520px; }
.gg-page-hero__media--shop img { object-position: center; }
.gg-page-lead { max-width: 610px; font-size: 1rem; }
.gg-page-hero--editorial .gg-hero-actions { margin-top: 1.35rem; }
@media (max-width: 980px) {
  .gg-page-hero--editorial h1 { max-width: 760px; font-size: clamp(3rem, 8vw, 5rem); }
  .gg-page-hero__grid { min-height: 0; }
}
@media (max-width: 620px) {
  .gg-page-hero--editorial h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .gg-page-hero__media,
  .gg-page-hero__media img { min-height: 390px; }
}


/* Lock portrait heroes to the approved compact desktop height */
@media (min-width: 981px) {
  .gg-page-hero__grid { height: 520px; min-height: 520px; }
  .gg-page-hero__media { height: 520px; min-height: 520px; }
  .gg-page-hero__media img { height: 520px; min-height: 520px; }
}


/* Shop My Favorites exact compact layout v2 */
.gg-shop-compact{background:#fffaf4}
.gg-shop-compact .gg-page-hero{padding:0;background:#f7e8dc}
.gg-shop-compact .gg-page-hero__grid{grid-template-columns:44% 56%;min-height:430px;max-height:430px}
.gg-shop-compact .gg-page-hero__grid>div:first-child{padding:52px 38px 48px 0;align-self:center}
.gg-shop-compact .gg-page-hero h1{font-size:clamp(2.75rem,4.2vw,4.35rem);line-height:1.03;letter-spacing:-.035em;margin:0 0 22px}
.gg-shop-compact .gg-page-lead{font-size:1rem;line-height:1.65;max-width:430px;margin:0 0 24px}
.gg-shop-compact .gg-page-hero__media{height:430px;min-height:430px;overflow:hidden;margin:0}
.gg-shop-compact .gg-page-hero__media img{width:100%;height:100%;object-fit:cover;object-position:100% 50%}
.gg-shop-compact .gg-button{padding:13px 21px;font-size:.72rem}
.gg-shop-compact .gg-section{padding:42px 0}
.gg-shop-compact .gg-section+.gg-section{padding-top:24px}
.gg-shop-section-title{margin:0 0 25px;text-align:center;text-transform:uppercase;letter-spacing:.16em;font-family:var(--gg-font-sans);font-size:.82rem;font-weight:800}
.gg-shop-section-title--lined{display:flex;align-items:center;gap:18px}
.gg-shop-section-title--lined:before,.gg-shop-section-title--lined:after{content:"";height:1px;background:#e7d7c8;flex:1}
.gg-shop-compact .gg-shop-grid--4{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.gg-shop-compact .gg-shop-card{border:1px solid #eadbcd;border-radius:9px;background:#fff;box-shadow:0 7px 18px rgba(70,43,26,.07);overflow:hidden}
.gg-shop-compact .gg-shop-card img{width:100%;height:220px;object-fit:cover}
.gg-shop-compact #shop-guides .gg-shop-card img{height:235px}
.gg-shop-compact .gg-shop-card>div{padding:16px 16px 18px;text-align:center}
.gg-shop-compact .gg-shop-card span{font-size:.68rem;letter-spacing:.13em}
.gg-shop-compact .gg-shop-card h3{font-size:1.2rem;line-height:1.12;margin:0 0 12px}
.gg-shop-compact #shop-categories .gg-shop-card h3{font-size:1.25rem;margin-bottom:14px}
.gg-shop-compact .gg-shop-card p{font-size:.79rem;line-height:1.45;margin:0 0 15px}
.gg-shop-compact .gg-shop-card b{font-size:.68rem;letter-spacing:.1em}
.gg-shop-compact .gg-affiliate-note{margin:25px 0 0;padding:14px 18px;font-size:.73rem}
.gg-shop-trustbar{padding:32px 0;background:linear-gradient(90deg,#fff8f1,#f8e5d9)}
.gg-shop-trustbar .gg-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.gg-shop-trustbar div div{display:flex;flex-direction:column;gap:8px;align-items:center}
.gg-shop-trustbar span{font-size:1.7rem;color:#b48756}
.gg-shop-trustbar b{text-transform:uppercase;letter-spacing:.11em;font-size:.69rem}
@media(max-width:900px){.gg-shop-compact .gg-page-hero__grid{grid-template-columns:1fr 1fr}.gg-shop-compact .gg-shop-grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.gg-shop-compact .gg-page-hero__grid{grid-template-columns:1fr;max-height:none}.gg-shop-compact .gg-page-hero__grid>div:first-child{padding:40px 24px}.gg-shop-compact .gg-page-hero__media{height:320px;min-height:320px}.gg-shop-compact .gg-page-hero h1{font-size:2.65rem}.gg-shop-compact .gg-shop-grid--4{grid-template-columns:1fr}.gg-shop-compact .gg-shop-card img,.gg-shop-compact #shop-guides .gg-shop-card img{height:350px}.gg-shop-trustbar .gg-container{grid-template-columns:repeat(2,1fr)}}

/* Shop category compact height fix */
.gg-shop-compact #shop-categories .gg-shop-card{min-height:0;height:auto;align-self:start}

/* Shop hero product crop fix */
.gg-shop-compact .gg-page-hero__media--shop img{transform:scale(2.05);transform-origin:100% 50%;object-position:100% 50%}


/* Exact uploaded Shop hero */
.gg-shop-image-hero{max-width:1180px;margin:0 auto;background:#fff}
.gg-shop-image-hero a,.gg-shop-image-hero img{display:block;width:100%}
.gg-shop-image-hero img{height:auto}
@media(max-width:680px){.gg-shop-image-hero{max-width:none}}
