/* ============================================================
   Cologne By Phone – Main Stylesheet  (v3 – vibrant palette)
   ============================================================ */

/* ── PALETTE ────────────────────────────────────────────────
   Primary accent  : #ff2051  (rose-red)
   Secondary accent: #7B2FBE  (deep violet)
   Warm highlight  : #FF7043  (sunset orange — stats bar, hover accents)
   Surface tints   : soft lavender, blush, ivory
   Text            : #1a1a2e (near-black navy) on light; white on dark
   ──────────────────────────────────────────────────────── */
:root {
  --rose:       #ff2051;
  --rose-dk:    #cc0035;
  --violet:     #7B2FBE;
  --violet-lt:  #9D4EDD;
  --sunset:     #FF7043;
  --ivory:      #FBF8FF;
  --lavender-bg:#F3EEFF;
  --blush-bg:   #FFF0F3;
  --ink:        #1a1a2e;
  --ink-mid:    #3d3d5c;
  --soft:       #9090a8;
  --white:      #ffffff;
  --border:     #e4d8f0;
}

/* ── BASE ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--ivory);
  color: var(--ink);
  overflow-x: hidden;
}

/* ── TOPBAR ────────────────────────────────────────────────── */
.topbar {
  background: var(--ink);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .04em;
  padding: 7px 0;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--rose); }

/* ── LOGO BAR ──────────────────────────────────────────────── */
.logo-bar {
  background: var(--white);
  border-bottom: 4px solid var(--rose);
  padding: 18px 0 14px;
  text-align: center;
}
.logo-bar img {
  max-width: min(700px, 90vw);
  height: auto;
}
.logo-bar .tagline {
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  font-style: italic;
  color: var(--violet);
  letter-spacing: .06em;
  margin-top: 5px;
}

/* ── NAVBAR ────────────────────────────────────────────────── */
.navbar {
  background: var(--ink) !important;
  padding: 0;
}
.navbar-toggler { border-color: var(--rose); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ff2051' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .nav-link {
  color: #fff !important;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 16px 13px !important;
  transition: color .2s;
}
.navbar .nav-link:hover,
.navbar .nav-link.active { color: var(--rose) !important; }
.navbar .dropdown-menu {
  background: #12122a;
  border: none;
  border-top: 3px solid var(--rose);
  border-radius: 0 0 8px 8px;
  min-width: 210px;
}
.navbar .dropdown-item {
  color: #fff;
  font-size: .8rem;
  padding: 10px 20px;
  transition: background .15s, color .15s;
}
.navbar .dropdown-item:hover {
  background: var(--rose);
  color: #fff;
}

/* ── HERO SLIDER ───────────────────────────────────────────── */
.hero-carousel { position: relative; }
.hero-carousel .carousel-item { height: 550px; }
.hero-carousel .carousel-item img {
  width: 100%; height: 550px;
  object-fit: cover; object-position: center;
  filter: brightness(.5);
}
.hero-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 0 20px;
}
.hero-overlay .badge-pill {
  background: var(--rose);
  color: #fff;
  font-size: .72rem; letter-spacing: .15em; text-transform: uppercase;
  padding: 6px 20px; border-radius: 30px; margin-bottom: 18px;
}
.hero-overlay h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 14px;
}
.hero-overlay h1 strong { color: #ffb3c1; }
.hero-overlay .sub {
  font-size: clamp(.95rem, 2.4vw, 1.3rem);
  color: rgba(255,255,255,.9); letter-spacing: .04em; margin-bottom: 30px;
}
.hero-overlay .btn-hero {
  background: var(--rose);
  border: 2px solid var(--rose);
  color: #fff; padding: 13px 36px; border-radius: 40px;
  font-size: .85rem; letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none; font-weight: 600;
  transition: background .2s, border-color .2s, color .2s;
}
.hero-overlay .btn-hero:hover {
  background: transparent; border-color: #fff; color: #fff;
}
.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--rose); border: none; opacity: .6;
}
.carousel-indicators .active { opacity: 1; }

/* Slide 2 gradient */
.slide-grad {
  width: 100%; height: 550px;
  background: linear-gradient(135deg, #1a1a2e 0%, #3b1060 45%, #7b2fbe 80%, #ff2051 100%);
}
.slide-grad-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem,5vw,3.6rem);
  font-weight: 800; color: #fff; line-height: 1.2;
}
.slide-grad-text em { color: #ffb3c1; font-style: italic; }

/* ── STATS BAR ─────────────────────────────────────────────── */
.stats-bar {
  background: linear-gradient(90deg, var(--rose) 0%, var(--violet) 60%, #5a1fa0 100%);
  padding: 20px 0;
}
.stats-bar .stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem; font-weight: 800; color: #fff; display: block;
}
.stats-bar .stat-lbl {
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.8);
}
.stats-bar .stat-divider {
  width: 1px; background: rgba(255,255,255,.25); align-self: stretch;
}

/* ── SECTION HEADINGS ──────────────────────────────────────── */
.sec-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem,4vw,2.8rem);
  font-weight: 700; color: var(--ink); margin-bottom: 8px;
}
.eyebrow {
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 700; color: var(--rose); margin-bottom: 6px;
}
.accent-rule {
  display: inline-block; height: 3px; width: 50px;
  background: linear-gradient(90deg, var(--rose), var(--violet));
  border-radius: 2px; margin: 0 auto 20px;
}

/* ── ABOUT ─────────────────────────────────────────────────── */
.about-section { background: var(--white); padding: 80px 0; }
.about-img-wrap {
  position: relative; border-radius: 12px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(123,47,190,.18);
}
.about-img-wrap::before {
  content: '';
  position: absolute; inset: -10px -10px auto auto;
  width: 70px; height: 70px;
  border-top: 4px solid var(--rose); border-right: 4px solid var(--rose);
}
.about-img-wrap::after {
  content: '';
  position: absolute; inset: auto auto -10px -10px;
  width: 70px; height: 70px;
  border-bottom: 4px solid var(--violet); border-left: 4px solid var(--violet);
}
.about-img-wrap img { width: 100%; display: block; border-radius: 12px; }

.about-stat {
  border-left: 4px solid var(--rose); padding: 10px 16px; margin-bottom: 20px;
  background: var(--blush-bg); border-radius: 0 8px 8px 0;
}
.about-stat .num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 800; color: var(--rose); line-height: 1;
}
.about-stat .lbl {
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); font-weight: 600;
}
.about-info-item {
  display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px;
}
.about-info-item .ico {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--rose), var(--violet));
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: #fff; font-size: 1.1rem;
}
.about-info-item strong { color: var(--ink); }
.about-info-item span { color: #333; font-size: .88rem; line-height: 1.7; }

/* ── BRANDS TABLE ──────────────────────────────────────────── */
.brands-section {
  background: var(--lavender-bg); padding: 70px 0;
}
.brand-table { border-radius: 10px; overflow: hidden; box-shadow: 0 6px 40px rgba(123,47,190,.1); }
.brand-table thead th {
  background: linear-gradient(90deg, var(--ink), var(--violet));
  color: #fff; font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; padding: 16px 20px; border: none;
}
.brand-table tbody td {
  padding: 10px 20px; font-size: .9rem; color: #111; border-color: #e5d8f5;
  background: #fff;
}
.brand-table tbody tr:nth-child(even) td { background: var(--ivory); }
.brand-table tbody tr:hover td { background: var(--blush-bg); color: var(--rose); transition: .15s; }

/* ── PRESS & VIDEO ─────────────────────────────────────────── */
.press-section { background: var(--ivory); }

/* Header gradient band */
.press-header-band {
  background: linear-gradient(135deg, var(--ink) 0%, var(--violet) 60%, var(--rose) 100%);
  padding: 60px 0 50px;
}

/* Press release card */
.press-release-wrap { background: var(--ink); padding: 0 0 50px; }
.press-release-card {
  background: #12122a;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.pr-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--rose); color: #fff;
  font-size: .65rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 700; padding: 5px 14px; border-radius: 20px;
}

/* Left stripe */
.pr-left {
  background: linear-gradient(180deg, rgba(255,32,81,.18) 0%, rgba(123,47,190,.18) 100%);
  border-right: 1px solid rgba(255,255,255,.07);
  padding: 40px 32px;
  display: flex; flex-direction: column; gap: 28px;
}
.pr-headline h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 800; color: #fff; line-height: 1.25;
  margin-bottom: 8px;
}
.pr-sub {
  font-size: .82rem; color: var(--rose); font-weight: 600;
  letter-spacing: .05em; margin: 0;
}
.pr-meta { display: flex; flex-direction: column; gap: 8px; }
.pr-meta-item {
  font-size: .78rem; color: rgba(255,255,255,.55);
  letter-spacing: .04em; display: flex; align-items: center; gap: 8px;
}
.pr-meta-item i { color: var(--rose); }

/* Contact block inside left stripe */
.pr-contact { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; }
.pr-contact-label {
  font-size: .65rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--rose); font-weight: 700; margin-bottom: 10px;
}
.pr-contact p { font-size: .82rem; color: #fff; margin-bottom: 6px; line-height: 1.5; }
.pr-contact strong { color: #fff; }
.pr-contact a { color: #fff; text-decoration: none; font-weight: 500; }
.pr-contact a:hover { color: var(--rose); }
.pr-contact i { color: var(--rose); font-size: .78rem; }

/* Right body */
.pr-right { padding: 40px 36px; }
.pr-lead {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; color: #fff; line-height: 1.7; margin-bottom: 18px;
  border-left: 3px solid var(--rose); padding-left: 16px;
}
.pr-lead strong { color: #ffb3c1; }
.pr-right p {
  font-size: .9rem; color: rgba(255,255,255,.72); line-height: 1.9; margin-bottom: 14px;
}
.pr-right p strong { color: #fff; }
.pr-highlight {
  background: linear-gradient(90deg, rgba(255,32,81,.15), rgba(123,47,190,.15));
  border: 1px solid rgba(255,32,81,.3);
  border-radius: 8px; padding: 18px 22px;
  font-style: italic; font-size: .9rem;
  color: rgba(255,255,255,.8); line-height: 1.7; margin-top: 10px;
}
.pr-highlight i { color: var(--rose); font-size: 1.2rem; }

/* Video cards */
.video-card {
  background: var(--white); border-radius: 14px;
  overflow: hidden; box-shadow: 0 8px 36px rgba(123,47,190,.13);
  border: 1px solid var(--border);
  transition: transform .25s, box-shadow .25s;
}
.video-card:hover { transform: translateY(-5px); box-shadow: 0 16px 50px rgba(123,47,190,.2); }

.video-thumb {
  position: relative; overflow: hidden; cursor: pointer;
  aspect-ratio: 16/9; background: #111;
}
.video-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .3s; display: block; }
.video-thumb:hover img { opacity: .5; }
.play-btn {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.play-btn .circle {
  width: 70px; height: 70px;
  background: var(--rose); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #fff;
  transition: transform .2s, background .2s;
  box-shadow: 0 0 0 12px rgba(255,32,81,.2);
}
.video-thumb:hover .circle { transform: scale(1.1); background: var(--rose-dk); }
.video-duration-badge {
  position: absolute; bottom: 12px; right: 12px;
  background: var(--rose); color: #fff;
  font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
}
.video-card-body { padding: 22px 24px; }
.video-tag {
  display: inline-block;
  background: var(--lavender-bg); color: var(--violet);
  font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px; margin-bottom: 10px;
}
.video-card-body h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 8px;
}
.video-card-body p { font-size: .87rem; color: #333; line-height: 1.75; margin: 0; }

/* ── CTA BANNER ────────────────────────────────────────────── */
.cta-section { position: relative; padding: 100px 0; overflow: hidden; }
.cta-bg {
  position: absolute; inset: 0;
  background-image: url('images/hero_2.jpg');
  background-size: cover; background-position: center;
  filter: brightness(.32);
}
.cta-section .inner { position: relative; z-index: 2; text-align: center; }
.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem,5vw,3.2rem); color: #fff; font-weight: 800; margin-bottom: 12px;
}
.cta-section h2 strong { color: #ffb3c1; }
.cta-badge {
  display: inline-block;
  background: rgba(255,32,81,.18); border: 1px solid rgba(255,32,81,.7);
  color: #fff; border-radius: 30px; padding: 9px 26px;
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; margin: 6px;
}
.cta-badges { margin: 22px 0 32px; }
.btn-cta {
  display: inline-block;
  background: linear-gradient(90deg, var(--rose), var(--violet));
  color: #fff; padding: 14px 42px; border-radius: 40px;
  font-size: .88rem; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 600; text-decoration: none;
  box-shadow: 0 8px 30px rgba(255,32,81,.4);
  transition: opacity .2s, transform .2s;
}
.btn-cta:hover { opacity: .9; transform: translateY(-2px); color: #fff; }

/* ── TESTIMONIALS ──────────────────────────────────────────── */
.testimonials-section { background: var(--lavender-bg); padding: 70px 0; }
.testi-card {
  background: var(--white); border-radius: 14px; padding: 36px 30px;
  border: 1px solid var(--border); border-top: 4px solid var(--rose);
  position: relative; box-shadow: 0 8px 30px rgba(123,47,190,.08);
}
.testi-card::before {
  content: '\201C'; font-family: 'Playfair Display', serif; font-size: 5rem;
  color: var(--rose); opacity: .15; position: absolute; top: -10px; left: 20px; line-height: 1;
}
.testi-text { font-style: italic; color: #222; line-height: 1.8; font-size: .95rem; margin-bottom: 20px; }
.testi-author { font-weight: 700; font-size: .85rem; color: var(--ink); }
.testi-loc { font-size: .75rem; color: var(--soft); letter-spacing: .06em; }
.testi-stars { color: var(--rose); font-size: .9rem; margin-bottom: 10px; }

/* Carousel nav buttons */
.testi-nav-btn {
  width: 40px; height: 40px; border: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; cursor: pointer; transition: background .2s, color .2s;
}
.testi-nav-btn.prev {
  background: var(--border); color: var(--ink);
}
.testi-nav-btn.next {
  background: linear-gradient(135deg, var(--rose), var(--violet)); color: #fff;
}
.testi-nav-btn:hover.prev { background: var(--rose); color: #fff; }

/* ── FRAGRANCE SHOWCASE (below testimonials) ────────────────── */
.fragrance-showcase {
  position: relative; padding: 90px 0; overflow: hidden;
}
.fragrance-showcase-bg {
  position: absolute; inset: 0;
  /* Deep purple-rose gradient — always visible even if Unsplash image fails to load */
  background: linear-gradient(135deg, #0d0020 0%, #1a0a2e 30%, #3b0a5e 55%, #5a0a2e 80%, #1a0010 100%);
  background-size: cover; background-position: center;
}
.fragrance-showcase .inner { position: relative; z-index: 2; }
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.showcase-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px; padding: 30px 24px; text-align: center;
  backdrop-filter: blur(10px); transition: transform .25s, background .25s;
}
.showcase-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.14); }
.showcase-card .sc-icon {
  width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center; font-size: 1.6rem;
}
.showcase-card h5 { font-family: 'Playfair Display',serif; color: #fff; font-size: 1.15rem; margin-bottom: 8px; }
.showcase-card p { color: rgba(255,255,255,.75); font-size: .85rem; line-height: 1.7; margin: 0; }
.sc-icon-rose { background: linear-gradient(135deg, var(--rose), #ff6b9d); }
.sc-icon-violet { background: linear-gradient(135deg, var(--violet), #b44ff0); }
.sc-icon-sunset { background: linear-gradient(135deg, var(--sunset), #ffd54f); }
@media (max-width: 767px) {
  .showcase-grid { grid-template-columns: 1fr; gap: 18px; }
}

/* ── CONTACT ───────────────────────────────────────────────── */
.contact-section { background: var(--white); padding: 70px 0; }
.contact-form .form-control {
  background: var(--ivory); border: 1.5px solid var(--border);
  border-radius: 8px; padding: 12px 16px; color: #111; font-size: .9rem;
  transition: border-color .2s, box-shadow .2s;
}
.contact-form .form-control:focus {
  border-color: var(--rose); box-shadow: 0 0 0 3px rgba(255,32,81,.1); outline: none;
}
.contact-form label {
  font-size: .75rem; letter-spacing: .08em; text-transform: uppercase;
  color: #111; font-weight: 700; margin-bottom: 6px; display: block;
}
.btn-submit {
  background: linear-gradient(90deg, var(--rose), var(--violet));
  border: none; color: #fff; padding: 13px 42px; border-radius: 40px;
  font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  cursor: pointer; box-shadow: 0 8px 24px rgba(255,32,81,.3);
  transition: opacity .2s, transform .2s;
}
.btn-submit:hover { opacity: .88; transform: translateY(-2px); }
.contact-info-box {
  background: linear-gradient(145deg, var(--ink), #2d1b5e);
  color: #fff; border-radius: 14px; padding: 40px 36px; height: 100%;
}
.contact-info-box h4 {
  font-family: 'Playfair Display', serif; font-size: 1.7rem; color: #fff; margin-bottom: 24px;
}
.cib-item { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.cib-item .ico {
  color: var(--rose); font-size: 1.1rem; flex-shrink: 0; margin-top: 2px;
}
.cib-item p { margin: 0; font-size: .85rem; line-height: 1.75; color: #fff; }
.cib-item a { color: #fff; text-decoration: none; font-weight: 500; }
.cib-item a:hover { color: var(--rose); }

/* ── FOOTER ────────────────────────────────────────────────── */
footer {
  background: var(--ink); color: #fff; padding: 60px 0 0; font-size: .84rem;
}
footer .foot-logo { max-width: 240px; margin-bottom: 18px; filter: brightness(.85); }
footer h6 {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--rose); margin-bottom: 16px;
}
footer a { color: #fff; text-decoration: none; }
footer a:hover { color: var(--rose); }
footer p { color: #fff; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 9px; }
footer ul li::before { content: '›'; color: var(--rose); margin-right: 8px; font-weight: 700; }
.foot-social a {
  width: 36px; height: 36px; background: rgba(255,255,255,.12);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; transition: background .2s, color .2s;
}
.foot-social a:hover { background: var(--rose); color: #fff; }
.foot-bottom {
  margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 0; font-size: .75rem; color: rgba(255,255,255,.6); text-align: center;
}
.foot-bottom a { color: #fff; }

/* ── VIDEO MODAL ───────────────────────────────────────────── */
#videoModal .modal-dialog { max-width: 800px; }
#videoModal .modal-content { background: #000; border: 2px solid var(--rose); border-radius: 12px; }
#videoModal .btn-close { filter: invert(1); }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 767px) {
  .hero-carousel .carousel-item,
  .hero-carousel .carousel-item img,
  .slide-grad { height: 420px; }
  .about-img-wrap { margin-bottom: 40px; }
  .contact-info-box { margin-top: 40px; }
  .pr-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
  .pr-right { padding: 28px 24px; }
  .pr-badge { top: 12px; right: 12px; }
}
@media (max-width: 575px) {
  .topbar .d-flex { flex-direction: column; gap: 2px; text-align: center; }
}

/* ── AOS ───────────────────────────────────────────────────── */
[data-aos] { pointer-events: none; }
[data-aos].aos-animate { pointer-events: auto; }