/* public/css/style.css */

/* ============================================================
   VARIABLES
============================================================ */
:root {
  --navy:   #1a1a2e;
  --gold:   #c9a227;
  --gold-lt:#e8c84a;
  --white:  #ffffff;
  --off-white: #faf9f7;
  --gray-lt: #f5f4f2;
  --gray:   #e0ddd8;
  --gray-dk: #888;
  --text:   #2d2d2d;
  --text-lt: #666;
  --red:    #dc3545;
  --green:  #28a745;
  --wa-green: #25D366;
  --cat-men:    #4a90d2;
  --cat-women:  #e8a0bf;
  --cat-unisex: #d9a441;
  --cat-car:    #8b5e3c;
  --cat-gift:   #9b968f;
  --radius: 8px;
  --shadow: 0 2px 16px rgba(0,0,0,.08);
  --shadow-lg: 0 8px 32px rgba(0,0,0,.14);
  --transition: .25s ease;
}

/* ============================================================
   RESET
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.hidden { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Lato', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ============================================================
   UTILITIES
============================================================ */
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 4rem 0; }
.section__title { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--navy); text-align: center; margin-bottom: 2.5rem; position: relative; }
.section__title::after { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: .6rem auto 0; }
.text-center { text-align: center; }

/* ============================================================
   BUTTONS
============================================================ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .7rem 1.5rem; border-radius: var(--radius); font-weight: 700; font-size: .95rem; transition: background var(--transition), transform .1s; border: 2px solid transparent; cursor: pointer; }
.btn--primary { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn--primary:hover { background: var(--gold-lt); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: var(--white); }
.btn--wa { background: var(--wa-green); color: var(--white); border-color: var(--wa-green); }
.btn--wa:hover { background: #1ebe5b; }
.btn--disabled { background: var(--gray); color: var(--gray-dk); border-color: var(--gray); pointer-events: none; cursor: not-allowed; }
.btn--sm { padding: .35rem .85rem; font-size: .85rem; }
.btn--lg { padding: .9rem 2rem; font-size: 1rem; }
.btn--full { width: 100%; display: flex; }
.btn-gold { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .7rem 1.5rem; border-radius: var(--radius); font-weight: 700; font-size: .95rem; background: var(--gold); color: var(--navy); border: 2px solid var(--gold); transition: background var(--transition); }
.btn-gold:hover { background: var(--gold-lt); }
.btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; padding: .7rem 1.5rem; border-radius: var(--radius); font-weight: 700; font-size: .95rem; background: transparent; color: var(--navy); border: 2px solid var(--navy); transition: background var(--transition), color var(--transition); }
.btn-outline:hover { background: var(--navy); color: var(--white); }

/* ============================================================
   ERROR PAGES (404 / 500)
============================================================ */
.error-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
.error-page__code { font-family: 'Playfair Display', serif; font-size: 6rem; margin: 0; color: var(--gold); line-height: 1; }
.error-page h2 { margin: .5rem 0 1rem; color: var(--navy); }
.error-page p { color: var(--text-lt); margin-bottom: 1.5rem; }
.error-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   NAVBAR
============================================================ */
.navbar { background: var(--navy); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.2); }
.navbar__inner { display: flex; align-items: center; gap: 1rem; height: 64px; }
.navbar__logo { display: flex; align-items: center; gap: .6rem; flex-shrink: 0; }
.navbar__logo img { height: 40px; width: auto; }
.navbar__logo-text { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 1.4rem; font-weight: 700; }
.navbar-brand-text {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.3px;
  white-space: nowrap;
  line-height: 1.2;
  flex-shrink: 0;
}
.navbar-brand-text:hover { color: var(--gold); text-decoration: none; }

@media (max-width: 768px) {
  .navbar-brand-text { font-size: 17px; }
}
.navbar__promo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-lt), var(--gold));
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .4rem 1.1rem;
  border-radius: 20px;
  white-space: nowrap;
}
.navbar__promo i { color: var(--navy); }
@media (max-width: 900px) {
  .navbar__promo { font-size: .75rem; padding: .35rem .8rem; }
}
@media (max-width: 768px) {
  .navbar__promo { display: none; }
}
.navbar__menu { display: flex; align-items: center; gap: .2rem; margin-left: auto; }
.navbar__menu > li > a { color: rgba(255,255,255,.85); padding: .5rem .75rem; border-radius: 4px; font-size: .92rem; transition: color var(--transition), background var(--transition); white-space: nowrap; }
.navbar__menu > li > a:hover { color: var(--gold); background: rgba(255,255,255,.07); }
.navbar__search-form { display: flex; align-items: center; background: rgba(255,255,255,.1); border-radius: 20px; overflow: hidden; }
.navbar__search-input { background: transparent; border: none; color: var(--white); padding: .4rem .8rem; width: 160px; font-size: .9rem; outline: none; }
.navbar__search-input::placeholder { color: rgba(255,255,255,.5); }
.navbar__search-btn { background: transparent; border: none; padding: .4rem .7rem; color: rgba(255,255,255,.7); cursor: pointer; display: flex; }
.navbar__cart { position: relative; color: rgba(255,255,255,.85); display: flex; align-items: center; padding: .4rem .6rem; }
.navbar__cart:hover { color: var(--gold); }
.navbar__cart-count { position: absolute; top: -2px; right: -4px; background: var(--gold); color: var(--navy); font-size: .7rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.navbar__hamburger { display: none; flex-direction: column; gap: 5px; padding: .5rem; margin-left: auto; }
.navbar__hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: var(--transition); }
.navbar__hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar__hamburger.active span:nth-child(2) { opacity: 0; }
.navbar__hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO SLIDER
============================================================ */
.slider { position: relative; overflow: hidden; height: 520px; background: var(--navy); }
.slider__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .6s ease; display: flex; align-items: center; justify-content: flex-start; }
.slider__slide.active { opacity: 1; z-index: 1; }
.slider__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,26,46,.75) 0%, rgba(26,26,46,.2) 100%); }
.slider__content { position: relative; z-index: 1; padding: 0 5%; max-width: 640px; }
.slider__title { font-family: 'Playfair Display', serif; font-size: 2.8rem; color: var(--white); line-height: 1.2; margin-bottom: 1rem; }
.slider__subtitle { font-size: 1.15rem; color: rgba(255,255,255,.85); margin-bottom: 1.8rem; }
.slider__btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; background: rgba(255,255,255,.15); color: var(--white); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.8rem; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background var(--transition); }
.slider__btn:hover { background: rgba(255,255,255,.3); }
.slider__btn--prev { left: 1rem; }
.slider__btn--next { right: 1rem; }
.slider__dots { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); display: flex; gap: .5rem; z-index: 2; }
.slider__dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.4); border: none; cursor: pointer; transition: background var(--transition); }
.slider__dot.active { background: var(--gold); }

/* ============================================================
   CATEGORIES GRID
============================================================ */
.categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.cat-card { display: flex; flex-direction: column; align-items: center; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cat-card__img-wrap { width: 100%; aspect-ratio: 1; overflow: hidden; background: var(--gray-lt); }
.cat-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cat-card:hover .cat-card__img-wrap img { transform: scale(1.06); }
.cat-card__name { padding: .75rem; font-size: .9rem; font-weight: 700; color: var(--navy); text-align: center; }

/* ============================================================
   PRODUCTS GRID
============================================================ */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.products-section--alt { background: var(--off-white); }
.product-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); display: flex; flex-direction: column; border: 1px solid transparent; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card[data-category="perfume-for-men"] { border-color: var(--cat-men); }
.product-card[data-category="perfume-for-women"] { border-color: var(--cat-women); }
.product-card[data-category="unisex-perfumes"] { border-color: var(--cat-unisex); }
.product-card[data-category="car-perfumes"] { border-color: var(--cat-car); }
.product-card[data-category="corporate-festival-gifts"],
.product-card[data-category="resellers-forum"] { border-color: var(--cat-gift); }
.product-card__img-link { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--gray-lt); }
.product-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-card__img { transform: scale(1.05); }
.product-card__badge { position: absolute; top: .6rem; right: .6rem; padding: .2rem .55rem; border-radius: 3px; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.product-card__badge--new { background: var(--green); color: var(--white); }
.product-card__badge--hot { background: var(--red); color: var(--white); }
.product-card__badge--trending { background: #ff6b35; color: var(--white); }
.product-card__badge--most-loved { background: #e91e63; color: var(--white); }
.product-card__badge--top-rated { background: #007bff; color: var(--white); }
.product-card__badge--limited-edition { background: #6f42c1; color: var(--white); }
.product-card__body { padding: 1rem; flex: 1; display: flex; flex-direction: column; }
.product-card__name { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--navy); margin-bottom: .3rem; flex: 1; }
.product-card__name a:hover { color: var(--gold); }
.product-card__family { font-size: .8rem; color: var(--text-lt); margin-bottom: .6rem; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: .5rem; }
.product-card__price { display: flex; flex-direction: column; }
.price--current { font-weight: 700; font-size: 1.05rem; color: var(--navy); }
.price--compare { font-size: .82rem; color: var(--text-lt); text-decoration: line-through; }
.price--lg { font-size: 1.6rem; font-weight: 700; color: var(--navy); }
.add-to-cart-btn { flex-shrink: 0; }

/* ============================================================
   ABOUT SNIPPET
============================================================ */
.about-snippet { background: var(--navy); color: var(--white); }
.about-snippet__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-snippet__text h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold); margin-bottom: 1rem; }
.about-snippet__text p { color: rgba(255,255,255,.8); margin-bottom: 1.5rem; line-height: 1.8; }
.about-snippet__badges { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.badge { background: rgba(255,255,255,.07); border-radius: var(--radius); padding: 1.25rem; display: flex; flex-direction: column; align-items: center; gap: .5rem; text-align: center; }
.badge__icon { font-size: 2rem; }
.badge span:last-child { font-weight: 700; font-size: .9rem; color: rgba(255,255,255,.9); }

/* ============================================================
   NEWSLETTER
============================================================ */
.newsletter-section { background: #eef1f6; }
.newsletter-split { display: flex; align-items: center; gap: 0; }
.newsletter-split__col { flex: 1; padding: 0 2.5rem; text-align: center; }
.newsletter-split__col:first-child { padding-left: 0; }
.newsletter-split__col:last-child { padding-right: 0; }
.newsletter-split__divider { width: 2px; align-self: stretch; background: #c5cfe0; flex-shrink: 0; min-height: 160px; }
.newsletter-split__col h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--navy); margin-bottom: .5rem; }
.newsletter-split__col p { color: var(--text-lt); margin-bottom: 1.5rem; font-size: .95rem; }
.newsletter__form { display: flex; gap: .5rem; max-width: 400px; margin: 0 auto; }
.newsletter__input { flex: 1; padding: .7rem 1rem; border: 2px solid #c5cfe0; border-radius: var(--radius); font-size: .95rem; background: var(--white); }
.newsletter__msg { margin-top: .75rem; font-weight: 700; font-size: .9rem; color: var(--navy); }

/* ============================================================
   FOOTER
============================================================ */
.footer { background: var(--navy); color: rgba(255,255,255,.8); padding-top: 3rem; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr; gap: 32px; align-items: start; }
.footer__logo { display: flex; align-items: center; gap: .6rem; margin-bottom: 1rem; }
.footer__logo img { height: 36px; }
.footer__logo span { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--gold); font-weight: 700; }
.footer__brand p { font-size: .9rem; line-height: 1.7; margin-bottom: 1.5rem; }
.footer__social { display: flex; gap: .75rem; }
.footer__social a { color: rgba(255,255,255,.6); transition: color var(--transition); display: flex; }
.footer__social a:hover { color: var(--gold); }
.footer__col h4 { font-family: 'Playfair Display', serif; color: var(--gold); margin-bottom: 1rem; font-size: 1rem; }
.footer__col ul li { margin-bottom: .5rem; }
.footer__col ul a { font-size: .9rem; color: rgba(255,255,255,.7); transition: color var(--transition); }
.footer__col ul a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 2.5rem; padding: 1.2rem 0; text-align: center; font-size: .85rem; color: rgba(255,255,255,.5); }

/* ============================================================
   BREADCRUMB
============================================================ */
.breadcrumb { display: flex; align-items: center; gap: .4rem; font-size: .85rem; color: var(--text-lt); padding: 1rem 0; flex-wrap: wrap; }
.breadcrumb a { color: var(--gold); }
.breadcrumb a:hover { text-decoration: underline; }

/* ============================================================
   PAGE LAYOUT
============================================================ */
.page-main { padding: 1.5rem 0 4rem; }
.page-title { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--navy); margin-bottom: 1.5rem; }
.category-header-inline { margin-bottom:20px; }
.category-header-inline h1 { margin:0; white-space:nowrap; }
.category-desc-inline { display:block; margin-top:8px; font-size:15px; color:var(--text-lt, #666); line-height:1.5; white-space:nowrap; }
.category-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; flex-wrap: wrap; gap: .75rem; }
.products-count { color: var(--text-lt); font-size: .9rem; }
.sort-select { padding: .5rem .75rem; border: 1px solid var(--gray); border-radius: var(--radius); font-size: .9rem; background: var(--white); }
.empty-state { text-align: center; padding: 4rem 1rem; color: var(--text-lt); }
.empty-state p { margin-bottom: 1.5rem; font-size: 1.1rem; }

/* ============================================================
   PAGINATION
============================================================ */
.pagination { display: flex; justify-content: center; gap: .4rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pagination__btn { padding: .4rem .9rem; border: 1px solid var(--gray); border-radius: var(--radius); font-size: .9rem; color: var(--text); background: var(--white); cursor: pointer; transition: var(--transition); }
.pagination__btn:hover { border-color: var(--gold); color: var(--gold); }
.pagination__btn.active { background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 700; }

/* ============================================================
   PRODUCT DETAIL
============================================================ */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.product-detail__main-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; background: var(--gray-lt); border: 1px solid transparent; }
.product-detail__main-img img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__main-img[data-category="perfume-for-men"] { border-color: var(--cat-men); }
.product-detail__main-img[data-category="perfume-for-women"] { border-color: var(--cat-women); }
.product-detail__main-img[data-category="unisex-perfumes"] { border-color: var(--cat-unisex); }
.product-detail__main-img[data-category="car-perfumes"] { border-color: var(--cat-car); }
.product-detail__main-img[data-category="corporate-festival-gifts"],
.product-detail__main-img[data-category="resellers-forum"] { border-color: var(--cat-gift); }
.product-detail__thumbs { display: flex; gap: .5rem; margin-top: .75rem; flex-wrap: wrap; }
.product-thumb { width: 70px; height: 70px; object-fit: cover; border-radius: 4px; cursor: pointer; border: 2px solid transparent; transition: border-color var(--transition); }
.product-thumb.active, .product-thumb:hover { border-color: var(--gold); }
.product-detail__name { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--navy); margin-bottom: 1rem; }
.product-detail__price-wrap { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.product-detail__short-desc { color: var(--text-lt); margin-bottom: 1.25rem; line-height: 1.7; }
.specs-table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; font-size: .9rem; }
.specs-table th, .specs-table td { padding: .55rem .75rem; border-bottom: 1px solid var(--gray); }
.specs-table th { width: 40%; background: var(--gray-lt); color: var(--text); font-weight: 700; }
.product-detail__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.product-detail__tester-note { font-size: .85rem; color: var(--green); font-weight: 700; }
.product-description { padding: 3rem 0; border-top: 1px solid var(--gray); }
.product-description h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 1rem; }
.product-description__content { line-height: 1.8; }
.product-description__content ul { padding-left: 1.25rem; list-style: disc; }
.product-description__content li { margin-bottom: .4rem; }
.related-products { border-top: 1px solid var(--gray); padding-top: 3rem; }

/* ============================================================
   PRODUCT PAGE REDESIGN — TYPOGRAPHY
============================================================ */
.product-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--navy);
}
.product-price {
  font-family: 'Lato', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
}
.product-specs th {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--text-lt);
}
.product-specs td {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: var(--text);
}
.product-short-desc {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-lt);
}
.product-full-desc h1 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: var(--navy);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 6px;
  margin: 28px 0 14px;
  display: inline-block;
}
.product-full-desc h2 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  color: var(--navy);
  border-left: 3px solid var(--gold);
  padding-left: 10px;
  margin: 24px 0 12px;
}
.product-full-desc p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 14px;
}
.product-section-divider {
  border: none;
  border-top: 1px solid var(--gold);
  opacity: 0.3;
  margin: 28px 0;
}

/* ============================================================
   FRAGRANCE NOTES PILLS
============================================================ */
.fragrance-notes-section { margin: 16px 0 20px; }
.notes-heading {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-lt);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 0;
}
.notes-heading i { display: none; }
.notes-tiers { display: flex; flex-direction: column; gap: 10px; }
.notes-tier { display: flex; align-items: center; gap: 12px; }
.tier-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 44px;
  padding: 3px 8px;
  border-radius: 3px;
  text-align: center;
}
.tier-top   { background: #fffdf0; color: #8a6d00; border: 1px solid #e0c84a; }
.tier-heart { background: #fff5f7; color: #9c3050; border: 1px solid #e8a0b4; }
.tier-base  { background: #f8f3ee; color: #5c3a1e; border: 1px solid #c9a277; }
.notes-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.note-pill {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 3px;
  letter-spacing: 0.3px;
}
.note-pill--top   { background: #fffdf0; color: #8a6d00; border: 1px solid #e8c84a; }
.note-pill--heart { background: #fff5f7; color: #9c3050; border: 1px solid #f0a8bc; }
.note-pill--base  { background: #f8f3ee; color: #5c3a1e; border: 1px solid #c9a27780; }

/* ============================================================
   INSPIRED BY BADGE
============================================================ */
.inspired-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: var(--text-lt);
  background: var(--off-white);
  border: 1px solid var(--gray);
  border-left: 3px solid var(--gold);
  padding: 5px 12px;
  border-radius: var(--radius);
  margin: 8px 0 14px;
}
.inspired-badge i { color: var(--gold); font-size: 12px; }
.inspired-badge strong { color: var(--navy); }

/* ══════════════════════════════════════════════
   LUXURY PRODUCT DESCRIPTION — Editorial Layout
   Reference: Jo Malone / Creed / Byredo
   ══════════════════════════════════════════════ */

/* Outer wrapper — pure white, whisper shadow */
.product-about-wrap {
  background: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 36px 40px;
  margin: 36px 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

/* Section header — "About This Fragrance" */
.about-section-header {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--gold);
}
.about-section-title {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-lt);
  margin: 0;
}
/* Hide the flask icon — luxury needs no icon here */
.about-section-title i { display: none; }

/* H1 inside full desc — product name line */
.product-about-wrap .product-full-desc h1 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  color: var(--navy);
  margin: 0 0 14px;
  border: none;
  padding: 0;
  display: block;
  line-height: 1.4;
}

/* H2 section labels — ALL CAPS small tracking */
.product-about-wrap .product-full-desc h2 {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-lt);
  margin: 36px 0 12px;
  padding: 0;
  border: none;
  border-top: none;
  display: block;
}
.product-about-wrap .product-full-desc h2:first-of-type {
  margin-top: 20px;
}

/* Body paragraphs — upright, generous line-height */
.product-about-wrap .product-full-desc p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  color: var(--text);
  margin: 0 0 14px;
  background: none;
  border: none;
  padding: 0;
}

/* Thin rule between sections — replaces old gold card border */
.product-about-wrap .section-rule {
  border: none;
  border-top: 1px solid var(--gray);
  margin: 28px 0 0;
  opacity: 0.6;
}

/* Who Should Wear — editorial paragraph, NOT list */
/* The JS script will convert the bullet list back to a paragraph */

/* ── Who/When Wear Row — Option A Minimal Stat Row ──────────────── */
.wear-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 24px 0 20px;
  padding: 20px 0;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.wear-col {
  flex: 1;
  padding: 0 28px;
  min-width: 0;
}
.wear-col:first-child { padding-left: 0; }
.wear-col:last-child  { padding-right: 0; }
.wear-divider {
  width: 1px;
  background: var(--gray);
  align-self: stretch;
  flex-shrink: 0;
  margin: 4px 0;
}
.wear-label {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-lt);
  display: block;
  margin-bottom: 10px;
}
.wear-text {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  margin: 0;
}
.wear-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}
.wear-chip {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--navy);
  border: 1.5px solid var(--navy);
  border-radius: 3px;
  padding: 4px 12px;
  display: inline-block;
}

/* Mobile — stack vertically */
@media (max-width: 600px) {
  .wear-row { flex-direction: column; gap: 20px; }
  .wear-divider { width: 100%; height: 1px; align-self: auto; margin: 0; }
  .wear-col { padding: 0; }
}

/* ── Why Choose FGF — Product Page Tiles ────────────────────────── */
.why-fgf-strip {
  margin: 32px 0 0;
}
.why-fgf-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--navy);
  text-align: center;
  margin: 2rem 0 1rem;
}
.why-fgf-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.why-fgf-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid var(--gray);
  background: #fff;
  transition: box-shadow 0.2s, transform 0.2s;
}
.why-fgf-tile:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.why-fgf-tile--blue   { border-top: 3px solid #4285F4; }
.why-fgf-tile--gold   { border-top: 3px solid var(--gold); }
.why-fgf-tile--orange { border-top: 3px solid #FF6600; }
.why-fgf-tile--green  { border-top: 3px solid #25D366; }

.why-fgf-tile__icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 28px;
  flex-shrink: 0;
}
.why-fgf-tile--blue  .why-fgf-tile__icon { background: rgba(66,133,244,0.08); color: #4285F4; }
.why-fgf-tile--gold  .why-fgf-tile__icon { background: rgba(201,162,39,0.08); color: var(--gold); }
.why-fgf-tile--orange .why-fgf-tile__icon { background: rgba(255,102,0,0.08); color: #FF6600; }
.why-fgf-tile--green .why-fgf-tile__icon { background: rgba(37,211,102,0.08); color: #25D366; }

.why-fgf-tile__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.why-fgf-tile__title {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.why-fgf-tile__desc {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: var(--text-lt);
  line-height: 1.55;
}
.wfgf-stars {
  color: #FFD700;
  font-size: 12px;
  letter-spacing: 1px;
}

/* Mobile — 2 cols then 1 col */
@media (max-width: 900px) {
  .why-fgf-tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .why-fgf-tiles { grid-template-columns: 1fr; }
}

/* Disclaimer — single bordered box, gold left border + full border */
.product-disclaimer {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  color: #6b5c00;
  border: 1px solid #e8c84a;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  padding: 9px 16px 9px 14px;
  margin-top: 28px;
  line-height: 1.6;
  background: #fffdf0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-disclaimer::before {
  content: 'Disclaimer — ';
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  color: var(--navy);
  letter-spacing: 0.2px;
}

/* Remove double-box — em inside full desc is now handled by JS above */
.product-about-wrap .product-full-desc em,
.product-about-wrap .product-full-desc p em {
  all: unset;
  /* intentionally blank — disclaimer is handled by .product-disclaimer via JS */
}

/* Mobile */
@media (max-width: 768px) {
  .product-about-wrap { padding: 24px 18px; }
}

/* ── About FGF Section ───────────────────────────────────────────── */
.about-fgf-section {
  background: var(--navy);
  padding: 80px 40px;
}
.about-fgf-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}
.about-fgf-text {
  flex: 1;
  min-width: 0;
}
.about-fgf-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 20px;
  line-height: 1.3;
}
.about-fgf-body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,0.82);
  margin: 0 0 14px;
}
.about-fgf-body:last-child { margin-bottom: 0; }

/* Trust badges grid */
.about-fgf-badges {
  flex: 0 0 560px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.trust-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 22px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
}
.trust-badge--blue   { background: rgba(66, 133, 244, 0.12); border-color: rgba(66,133,244,0.25); }
.trust-badge--gold   { background: rgba(201, 162, 39, 0.12); border-color: rgba(201,162,39,0.25); }
.trust-badge--orange { background: rgba(255, 102, 0, 0.12);  border-color: rgba(255,102,0,0.25); }
.trust-badge--green  { background: rgba(37, 211, 102, 0.12); border-color: rgba(37,211,102,0.25); }

.trust-badge__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 12px;
}
.trust-badge--blue  .trust-badge__icon { color: #4285F4; }
.trust-badge--gold  .trust-badge__icon { color: var(--gold); }
.trust-badge--orange .trust-badge__icon { color: #FF6600; }
.trust-badge--green .trust-badge__icon { color: #25D366; }

.trust-badge__logo {
  height: 28px;
  width: auto;
  display: block;
}
.trust-badge__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.trust-badge__title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.trust-badge__desc {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}
.star-gold { color: #FFD700; font-size: 18px; letter-spacing: 1px; }

/* Mobile */
@media (max-width: 900px) {
  .about-fgf-inner { flex-direction: column; gap: 32px; }
  .about-fgf-badges { flex: unset; width: 100%; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .about-fgf-badges { grid-template-columns: 1fr; }
  .about-fgf-section { padding: 40px 16px; }
}

/* ============================================================
   STICKY ADD TO CART BAR
============================================================ */
.sticky-atc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--navy);
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  padding: 10px 0;
}
.sticky-atc.visible { transform: translateY(0); }
.sticky-atc__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sticky-atc__name {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: var(--white);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-atc__price {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
  white-space: nowrap;
}
.sticky-atc__btn {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 600;
  background: var(--gold);
  color: var(--navy);
  border: none;
  padding: 9px 20px;
  border-radius: var(--radius);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: background 0.2s;
}
.sticky-atc__btn:hover { background: var(--gold-lt); }

/* ============================================================
   CART
============================================================ */
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 2rem; align-items: start; }
.cart-items { background: var(--white); }
.cart-row { display: grid; grid-template-columns: 80px 1fr auto auto auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--gray); }
.cart-row__img { width: 80px; height: 80px; object-fit: cover; border-radius: 4px; }
.cart-row__name { font-weight: 700; color: var(--navy); }
.cart-row__price { font-weight: 700; }
.qty-stepper { display: flex; align-items: center; gap: .4rem; }
.qty-stepper button { width: 28px; height: 28px; border: 1px solid var(--gray); border-radius: 4px; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; }
.qty-stepper input { width: 44px; text-align: center; border: 1px solid var(--gray); border-radius: 4px; padding: .2rem; font-size: .95rem; }
.cart-row__remove { color: var(--red); font-size: 1.1rem; padding: .3rem; }
.cart-summary { background: var(--white); border: 1px solid var(--gray); border-radius: var(--radius); padding: 1.5rem; position: sticky; top: 80px; }
.cart-summary h2 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--navy); margin-bottom: 1rem; }
.cart-summary__row { display: flex; justify-content: space-between; padding: .5rem 0; border-bottom: 1px solid var(--gray); font-size: .95rem; }
.cart-summary__row--note { font-size: .8rem; color: var(--text-lt); border-bottom: none; }
.cart-summary__total { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.1rem; padding: .75rem 0; margin-bottom: 1rem; }
.cart-empty { text-align: center; padding: 3rem 1rem; }

/* ============================================================
   CONTACT
============================================================ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; }
.contact-info h2 { font-family: 'Playfair Display', serif; margin-bottom: 1rem; color: var(--navy); }
.contact-info__items { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.contact-info__item { display: flex; gap: 1rem; }
.contact-info__icon { font-size: 1.5rem; flex-shrink: 0; }
.contact-info__item strong { display: block; font-size: .85rem; color: var(--text-lt); }
.contact-info__item a { color: var(--gold); font-weight: 700; }
.contact-form-wrap h2 { font-family: 'Playfair Display', serif; margin-bottom: 1.5rem; color: var(--navy); }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .35rem; }
.form-group label { font-size: .85rem; font-weight: 700; color: var(--text); }
.form-group input, .form-group textarea, .form-group select { padding: .65rem .9rem; border: 1px solid var(--gray); border-radius: var(--radius); font-size: .95rem; transition: border-color var(--transition); width: 100%; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,162,39,.15); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-msg { font-size: .9rem; margin-top: .5rem; }

/* ── Contact Page: Map + Trust Cards ────────────────────────────── */
.contact-map-section {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--gray);
}
.contact-map-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.25rem;
}
.contact-map-frame {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
}
.contact-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.contact-trust-card {
  background: var(--white);
  border: 1px solid var(--gray);
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  box-shadow: var(--shadow);
}
.contact-trust-card--google  { border-top: 3px solid #4285F4; }
.contact-trust-card--justdial { border-top: 3px solid #FF6600; }
.contact-trust-card--info    { border-top: 3px solid var(--gold); }

.contact-trust-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.contact-trust-card__platform {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-lt);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-trust-card__stars {
  font-size: 20px;
  color: #FFD700;
  letter-spacing: 2px;
  line-height: 1;
}
.contact-trust-card__rating {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.1;
}
.contact-trust-card__count {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: var(--text-lt);
  line-height: 1.4;
}
.contact-trust-card__address {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: var(--text);
  line-height: 1.7;
}
.contact-trust-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  text-decoration: none;
  margin-top: auto;
  padding-top: 8px;
}
.contact-trust-card__link:hover { color: var(--navy); }
.contact-trust-card__link i { font-size: 11px; }

/* Mobile */
@media (max-width: 768px) {
  .contact-trust-row { grid-template-columns: 1fr; }
  .contact-map-section { margin-top: 2rem; padding-top: 1.5rem; }
}

/* ============================================================
   CMS PAGES
============================================================ */
.cms-page { max-width: 860px; }
.cms-content { line-height: 1.9; }
.cms-content h2, .cms-content h3 { font-family: 'Playfair Display', serif; color: var(--navy); margin: 1.5rem 0 .75rem; }
.cms-content p { margin-bottom: 1rem; }
.cms-content ul { padding-left: 1.5rem; list-style: disc; margin-bottom: 1rem; }
.cms-content li { margin-bottom: .4rem; }
.cms-content a { color: var(--gold); text-decoration: underline; }

/* ============================================================
   SEARCH PAGE
============================================================ */
.search-form-large { display: flex; gap: .75rem; max-width: 580px; margin-bottom: 1.5rem; }
.search-input-large { flex: 1; padding: .75rem 1rem; border: 2px solid var(--gray); border-radius: var(--radius); font-size: 1rem; }
.search-input-large:focus { outline: none; border-color: var(--gold); }
.search-results-info { color: var(--text-lt); margin-bottom: 1.5rem; font-size: .95rem; }

/* ============================================================
   PERFUME FINDER
============================================================ */
.finder-hero { background: linear-gradient(135deg, var(--navy) 0%, #2d2d5e 100%); padding: 3rem 0; text-align: center; }
.finder-hero__title { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold); margin-bottom: .75rem; }
.finder-hero__sub { color: rgba(255,255,255,.8); font-size: 1.05rem; }
.finder-section { background: var(--off-white); }
.finder-wrap { display: grid; grid-template-columns: 300px 1fr; gap: 2rem; align-items: start; }
.finder-filters { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.5rem; position: sticky; top: 80px; }
.finder-group { margin-bottom: 1.5rem; }
.finder-group:last-child { margin-bottom: 0; }
.finder-group__label { font-family: 'Playfair Display', serif; font-size: .95rem; color: var(--navy); margin-bottom: .75rem; display: flex; align-items: center; gap: .5rem; }
.finder-group__label i { color: var(--gold); }
.finder-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { padding: .35rem .8rem; border-radius: 20px; border: 1.5px solid var(--gray); background: var(--white); font-size: .82rem; color: var(--text); cursor: pointer; transition: all .2s; font-weight: 600; }
.chip:hover { border-color: var(--gold); color: var(--gold); }
.chip.active { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.finder-results { min-height: 400px; }
.finder-results__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.finder-results__count { font-size: .9rem; color: var(--text-lt); font-weight: 700; }
.finder-loading { text-align: center; padding: 4rem; color: var(--text-lt); font-size: 1.1rem; grid-column: 1 / -1; }
.finder-empty { text-align: center; padding: 3rem 1rem; grid-column: 1 / -1; }
.finder-empty i { font-size: 2.5rem; color: var(--gray); display: block; margin-bottom: 1rem; }
.finder-empty p { color: var(--text-lt); margin-bottom: 1.5rem; line-height: 1.7; }

/* ============================================================
   DISCLAIMER POPUP
============================================================ */
.disclaimer-overlay { position: fixed; inset: 0; background: rgba(10,10,20,.85); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 1rem; backdrop-filter: blur(3px); }
.disclaimer-overlay.hidden { display: none; }
.disclaimer-box { background: var(--white); border-radius: 12px; max-width: 560px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.disclaimer-box__header { background: var(--navy); padding: 1.5rem; text-align: center; border-radius: 12px 12px 0 0; }
.disclaimer-box__header img { height: 48px; margin: 0 auto .75rem; }
.disclaimer-box__header h2 { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 1.4rem; }
.disclaimer-box__body { padding: 1.5rem; }
.disclaimer-box__body p { margin-bottom: 1rem; font-size: .95rem; line-height: 1.7; color: var(--text); }
.disclaimer-box__body .disclaimer-ta { font-size: .88rem; color: var(--text-lt); font-style: italic; border-left: 3px solid var(--gold); padding-left: .75rem; margin-bottom: 1rem; }
.disclaimer-box__footer { padding: 1rem 1.5rem 1.5rem; text-align: center; }
.disclaimer-accept-btn { width: 100%; padding: .85rem 1rem; background: var(--gold); color: var(--navy); border: none; border-radius: var(--radius); font-size: 1rem; font-weight: 700; cursor: pointer; transition: background .2s; font-family: inherit; }
.disclaimer-accept-btn:hover { background: var(--gold-lt); }

/* ============================================================
   AUDIT — EXTRACTED INLINE STYLES (Phase 1)
============================================================ */
.u-mt-sm { margin-top: .5rem; }
.u-mt-lg { margin-top: 1.5rem; }

.contact-map-frame iframe { border: 0; border-radius: 10px; display: block; }

.contact-trust-card__logo { height: 28px; width: auto; display: block; }
.contact-trust-card__logo--sm { height: 24px; }

.contact-trust-card__icon { font-size: 24px; color: var(--gold); }

.contact-trust-card__sub { font-size: 13px; color: var(--text-lt); }

.slider__slide--fallback { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); }

.why-fgf-tile__icon img { height: 28px; width: auto; display: block; }

.disclaimer-box__note { font-size: .88rem; color: var(--text-lt); }

.footer__contact-text { font-size: .9rem; }

.navbar__cta-link { color: var(--gold); font-weight: 700; }

/* ============================================================
   SCROLL ANIMATIONS (product page only)
============================================================ */

/* Base hidden state — applied via JS before observer fires */
.anim-ready {
  opacity: 0;
  will-change: opacity, transform;
}

/* Fade up — for "Inspired by Luxury" cards */
.anim-fade-up {
  transform: translateY(48px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Fade left — for "Why Choose FGF" tiles */
.anim-fade-left {
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Triggered state — JS adds this class */
.anim-ready.anim-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* Stagger delays for children */
.anim-stagger > *:nth-child(1) { transition-delay: 0s; }
.anim-stagger > *:nth-child(2) { transition-delay: 0.12s; }
.anim-stagger > *:nth-child(3) { transition-delay: 0.24s; }
.anim-stagger > *:nth-child(4) { transition-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  .anim-ready { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================================================
   ICON STRIP (homepage, below categories)
============================================================ */
.icon-strip {
  background: #faf5ee;
  padding: 2rem 0;
  border-top: 1px solid #ede4d6;
  border-bottom: 1px solid #ede4d6;
}
.icon-strip__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.icon-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 0 0.5rem;
  position: relative;
}
.icon-strip__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  height: 48px;
  width: 1px;
  background: #e0d9cf;
}
.icon-strip__tile {
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-strip__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.6rem;
  color: #2d2d2d;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .icon-strip__row {
    flex-wrap: wrap;
  }
  .icon-strip__item {
    flex: 0 0 25%;
    margin-bottom: 1.25rem;
  }
  .icon-strip__item::after { display: none; }
}

/* ============================================================
   FEAT GRID (product page, replaces when-to-wear)
============================================================ */
.feat-grid__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--navy);
  text-align: center;
  margin: 2rem 0 1rem;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}
.feat-card {
  background: #fff;
  border: 1px solid #f0e8e8;
  border-left: 4px solid #1a1a2e;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.feat-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #1a1a2e;
  color: #1a1a2e;
  font-weight: 700;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.2;
}
.feat-badge--icon {
  font-size: 0;
}
/* 8 distinct luxury accent colors, one per card */
.feat-card:nth-child(1) { border-left-color: #1a1a2e; }
.feat-card:nth-child(1) .feat-badge { border-color: #1a1a2e; color: #1a1a2e; }
.feat-card:nth-child(2) { border-left-color: #c9a227; }
.feat-card:nth-child(2) .feat-badge { border-color: #c9a227; color: #c9a227; }
.feat-card:nth-child(3) { border-left-color: #7d2e46; }
.feat-card:nth-child(3) .feat-badge { border-color: #7d2e46; color: #7d2e46; }
.feat-card:nth-child(4) { border-left-color: #1f6f5c; }
.feat-card:nth-child(4) .feat-badge { border-color: #1f6f5c; color: #1f6f5c; }
.feat-card:nth-child(5) { border-left-color: #5b3a6e; }
.feat-card:nth-child(5) .feat-badge { border-color: #5b3a6e; color: #5b3a6e; }
.feat-card:nth-child(6) { border-left-color: #2e5266; }
.feat-card:nth-child(6) .feat-badge { border-color: #2e5266; color: #2e5266; }
.feat-card:nth-child(7) { border-left-color: #a0673e; }
.feat-card:nth-child(7) .feat-badge { border-color: #a0673e; color: #a0673e; }
.feat-card:nth-child(8) { border-left-color: #44546a; }
.feat-card:nth-child(8) .feat-badge { border-color: #44546a; color: #44546a; }
.feat-card__title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a2e;
}
.feat-card__sub {
  font-size: 0.78rem;
  color: #666;
  margin-top: 2px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
}

/* WEAR SECTION */
/* ============================================================
   WEAR SECTION (product page)
============================================================ */
.wear-section {
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--gray);
}
.wear-section__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--navy);
  text-align: center;
  margin: 0 0 1.5rem;
}
.wear-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.wear-card {
  background: var(--white);
  border: 1px solid #ede8e0;
  border-radius: 14px;
  padding: 1.6rem 1.2rem 1.4rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  transition: box-shadow var(--transition);
}
.wear-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.10); }
.wear-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 1rem;
  height: 44px;
}
.wear-card__title {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.wear-card__desc {
  font-size: 0.82rem;
  color: var(--text-lt);
  line-height: 1.55;
}
@media (max-width: 768px) {
  .wear-cards { grid-template-columns: repeat(2, 1fr); }
  .wear-section__title { font-size: 1.25rem; }
}
@media (max-width: 480px) {
  .wear-cards { grid-template-columns: 1fr 1fr; gap: 0.75rem; }
  .wear-card { padding: 1.2rem 0.9rem; }
}
