/* ══════════════════════════════════════════════════
   NAUTICAL FRAGRANCES — SHARED STYLESHEET
   ══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --navy:        #0B1B2B;
  --navy-mid:    #112233;
  --navy-light:  #1A3050;
  --navy-card:   #0F2035;
  --gold:        #C8972A;
  --gold-dim:    #8A6418;
  --gold-light:  #E8C97A;
  --page-bg:     #F5F0E8;
  --page-bg2:    #EDE8DE;
  --white:       #FFFFFF;
  --off-white:   #EEE8DC;
  --ink:         #1A2535;
  --ink-mid:     #2E4060;
  --ink-soft:    #5A7090;
  --muted:       #7A96B0;
  --border:      #1E3A55;
  --cream-border:#D8CEBC;
  --pill-bg:     #0D2840;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #fff; color: var(--ink); min-height: 100vh; }

/* ── NAV ── */
nav {
  background: var(--navy);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 2.5rem; height: 68px;
  position: sticky; top: 0; z-index: 200;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 38px; width: auto; }
.nav-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 300;
  color: var(--white); letter-spacing: 0.08em;
}
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-links a {
  font-size: 0.78rem; font-weight: 500;
  color: var(--muted); text-decoration: none;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta {
  background: var(--gold); color: var(--navy) !important;
  font-size: 0.75rem !important; font-weight: 600 !important;
  padding: 8px 20px; border-radius: 2px;
  text-decoration: none; letter-spacing: 0.06em;
  text-transform: uppercase; transition: background 0.2s;
}
.nav-cta:hover { background: var(--gold-light) !important; }

/* Industries dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: flex; align-items: center; gap: 4px; }
.nav-dropdown > a::after { content: '▾'; font-size: 0.6rem; }
.dropdown-menu {
  display: none; position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  padding-top: 8px; /* bridges gap between button and menu */
  min-width: 220px; z-index: 300;
  background: transparent; border: none; box-shadow: none;
}
.dropdown-menu::before {
  content: ''; position: absolute; top: 8px; left: 0; right: 0; bottom: 0;
  background: var(--navy-mid); border: 1px solid var(--border);
  border-radius: 4px; box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  z-index: -1;
}
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block; padding: 8px 16px;
  font-size: 0.75rem; color: var(--muted);
  text-decoration: none; letter-spacing: 0.04em;
  text-transform: uppercase; transition: all 0.15s;
  white-space: nowrap; position: relative;
}
.dropdown-menu a:hover { background: var(--navy-light); color: var(--gold); }

/* Mobile hamburger */
.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--muted); border-radius: 2px; transition: all 0.2s; }
.mobile-nav {
  display: none; position: fixed; inset: 68px 0 0 0;
  background: var(--navy-mid); z-index: 199;
  padding: 1.5rem; flex-direction: column; gap: 1rem;
  border-top: 1px solid var(--border);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 0.88rem; font-weight: 500; color: var(--muted);
  text-decoration: none; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav .nav-cta {
  text-align: center; padding: 12px; border-radius: 2px;
  border-bottom: none; margin-top: 0.5rem;
  color: var(--navy) !important;
}

/* ── HERO ── */
.hero {
  background: url('../images/hero-banner.png') center center / cover no-repeat;
  padding: 3rem 2.5rem 2.75rem; text-align: left;
  min-height: 380px;
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: none;
  pointer-events: none;
}
.hero-inner {
  max-width: 100%; margin: 0;
}
.hero-text-row {
  display: flex; align-items: flex-start; gap: 3rem; margin-bottom: 1.75rem;
}
.hero-eye {
  display: inline-block;
  font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--navy); font-weight: 600; margin-bottom: 0.4rem;
  background: rgba(255,255,255,0.54); padding: 0.25rem 0.7rem; border-radius: 4px;
}
.hero h1 {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.53rem, 5.06vw, 3.795rem);
  font-weight: 300; color: var(--navy);
  line-height: 1.15; margin-bottom: 1.5rem; letter-spacing: 0.02em;
  word-spacing: 0.1em;
  background: none; padding: 0; border-radius: 0;
  text-shadow:
    0 1px 0 rgba(200,170,80,0.6),
    1px 1px 0 rgba(200,170,80,0.3),
    2px 3px 8px rgba(0,0,0,0.25),
    0 6px 20px rgba(0,0,0,0.15);
}
.hero h1 em { font-style: italic; color: var(--navy); }
.hero-sub {
  display: block;
  font-size: 1rem; color: var(--navy);
  font-weight: 400; max-width: 480px;
  margin: 0 0 0 auto; line-height: 1.7; text-align: right;
  background: rgba(255,255,255,0.74); padding: 0.5rem 0.85rem; border-radius: 6px;
}

/* Industry quick-filters (hero) */
.industry-row {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: flex-end; max-width: 560px; margin: 0 0 0 auto;
}
.mood-btn {
  padding: 6px 14px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.74); background: rgba(255,255,255,0.74);
  color: var(--navy); font-family: 'Inter', sans-serif;
  font-size: 0.92rem; font-weight: 500;
  letter-spacing: 0.04em; cursor: pointer; transition: all 0.2s;
}
.mood-btn:hover {
  background: var(--gold); border-color: var(--gold); color: var(--navy);
}
.mood-btn.active {
  background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 600;
}

/* Industry hero (smaller) */
.industry-hero {
  background: url('../images/about-hero.png') center center / cover no-repeat;
  padding: 3.5rem 2.5rem 3rem; text-align: center;
  border-bottom: none; position: relative; overflow: hidden;
  min-height: 349px; display: flex; align-items: center; justify-content: center;
}
.industry-hero-hub { background-image: url('../images/industry-hub.png'); align-items: flex-start; justify-content: flex-start; padding-left: 2.5rem; padding-top: 3rem; }
.industry-hero-faq { background-image: url('../images/faq-hero.png'); align-items: flex-start; justify-content: flex-start; padding-left: 2.5rem; padding-top: 3rem; }
.industry-hero.industry-hero-faq h1 {
  font-size: clamp(2.53rem, 5.06vw, 3.795rem);
  font-weight: 300; word-spacing: 0.1em; letter-spacing: 0.02em;
  background: none; padding: 0; border-radius: 0;
  text-shadow:
    0 1px 0 rgba(200,170,80,0.6),
    1px 1px 0 rgba(200,170,80,0.3),
    2px 3px 8px rgba(0,0,0,0.25),
    0 6px 20px rgba(0,0,0,0.15);
}
.industry-hero.industry-hero-faq h1 em { font-style: italic; color: var(--navy); }
.industry-hero-cosmetics {
  background-image: url('../images/industry-cosmetics.png'); background-position: bottom center;
  min-height: 349px; display: flex; align-items: center; justify-content: center;
}
.industry-hero.industry-hero-cosmetics h1 {
  color: var(--navy);
  background: none;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  font-weight: 700;
}
.about-band-light.about-band-cosmetics p { color: var(--navy); }
.industry-hero-finefrag { background-image: url('../images/industry-fine-fragrances.png'); background-position: center 85%; }
.industry-hero.industry-hero-finefrag h1,
.industry-hero.industry-hero-personalcare h1,
.industry-hero.industry-hero-cleaning h1,
.industry-hero.industry-hero-airfreshener h1 {
  background: none; padding: 0; border-radius: 0; font-weight: 700; text-shadow: none;
}
.about-band-light.about-band-finefrag p,
.about-band-light.about-band-hygiene p,
.about-band-light.about-band-homecare p,
.about-band-light.about-band-incense p { color: var(--navy); }
.industry-hero-personalcare { background-image: url('../images/industry-personal-care.png'); background-position: bottom center; }
.industry-hero-cleaning { background-image: url('../images/industry-household-cleaning.png'); background-position: bottom center; }
.industry-hero-airfreshener { background-image: url('../images/industry-air-fresheners-incense.png'); background-position: bottom center; }
.industry-hero::before {
  content: ''; position: absolute; inset: 0;
  background: none;
  pointer-events: none;
}
.about-hero-minimal {
  text-align: left; display: flex; align-items: flex-start; justify-content: flex-start;
  min-height: 328px;
  padding-top: 5%; padding-left: 5%;
}
.about-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.53rem, 5.06vw, 3.795rem);
  font-weight: 700; color: var(--navy);
  font-style: normal;
  letter-spacing: 0.02em;
  word-spacing: 0.1em;
  margin: 0; line-height: 1.15;
  background: rgba(255,255,255,0.74);
  padding: 0.3rem 0.85rem;
  border-radius: 6px;
  display: inline-block;
  text-shadow: none;
}
.about-hero-title em {
  font-style: normal; font-weight: 700;
  color: var(--navy); display: block;
  font-size: 0.9em; letter-spacing: 0.01em;
}
.industry-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300; color: var(--navy);
  line-height: 1.15; margin-bottom: 0;
  background: rgba(255,255,255,0.65);
  padding: 0.4rem 1rem; border-radius: 6px;
  display: inline-block;
}
.industry-hero h1 em { font-style: italic; color: var(--gold-light); }
.industry-hero-hub h1 {
  font-size: clamp(2.53rem, 5.06vw, 3.795rem);
  font-weight: 300;
  color: var(--navy);
  word-spacing: 0.1em;
  background: none;
  padding: 0;
  border-radius: 0;
  display: block;
  text-shadow:
    0 1px 0 rgba(200,170,80,0.6),
    1px 1px 0 rgba(200,170,80,0.3),
    2px 3px 8px rgba(0,0,0,0.25),
    0 6px 20px rgba(0,0,0,0.15);
}
.industry-hero-hub h1 em { font-style: normal; color: var(--navy); }
.industry-hero p {
  font-size: 0.88rem; color: var(--muted); max-width: 580px;
  margin: 0 auto 1.5rem; line-height: 1.7;
}
.industry-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.industry-tag {
  font-size: 0.68rem; font-weight: 500; letter-spacing: 0.06em;
  color: var(--gold-light); background: rgba(200,151,42,0.74);
  border: 1px solid var(--gold-dim); padding: 4px 12px; border-radius: 20px;
}

/* ── LAYOUT ── */
.layout { display: grid; grid-template-columns: 240px 1fr; min-height: calc(100vh - 68px); }

/* ── SIDEBAR ── */
.sidebar {
  background: var(--navy-mid);
  border-right: 1px solid var(--border);
  padding: 1.5rem 1.2rem;
  position: sticky; top: 68px;
  height: calc(100vh - 68px); overflow-y: auto;
}
.sidebar::-webkit-scrollbar { width: 4px; }
.sidebar::-webkit-scrollbar-track { background: rgba(255,255,255,0.08); }
.sidebar::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }
.sidebar-section { margin-bottom: 2rem; }
.sidebar-heading {
  font-size: 0.75rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 600; margin-bottom: 0.9rem;
  padding-bottom: 0.5rem; border-bottom: 1px solid var(--border);
}
.filter-group { display: flex; flex-direction: column; gap: 2px; }
.filter-item {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 8px; border-radius: 3px;
  cursor: pointer; user-select: none; transition: background 0.15s;
}
.filter-item:hover { background: var(--navy-light); }
.filter-item input[type=checkbox] {
  accent-color: var(--gold); width: 13px; height: 13px;
  flex-shrink: 0; cursor: pointer;
}
.filter-label { font-size: 0.75rem; color: var(--off-white); font-weight: 400; }
.filter-count {
  margin-left: auto; font-size: 0.62rem;
  color: var(--muted); background: var(--navy-light);
  padding: 1px 6px; border-radius: 10px;
}
.reset-btn {
  width: 100%; margin-top: 1rem; padding: 7px; background: none;
  border: 1px solid var(--border); color: var(--muted);
  font-family: 'Inter', sans-serif; font-size: 0.72rem;
  border-radius: 2px; cursor: pointer; transition: all 0.15s;
}
.reset-btn:hover { border-color: var(--gold); color: var(--gold); }

/* ── PRICE FILTER ── */
.price-slider-wrap {
  position: relative; height: 24px; margin: 0.75rem 0 0.5rem;
}
.price-track {
  position: absolute; top: 50%; left: 0; right: 0; height: 4px;
  transform: translateY(-50%); background: rgba(255,255,255,0.2); border-radius: 2px;
}
.price-range-fill {
  position: absolute; top: 0; height: 100%;
  background: var(--gold); border-radius: 2px;
}
.price-range {
  position: absolute; top: 50%; width: 100%; left: 0;
  transform: translateY(-50%); margin: 0; padding: 0;
  -webkit-appearance: none; appearance: none;
  background: transparent; pointer-events: none;
  height: 4px; outline: none; z-index: 2;
}
.price-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); border: 2px solid var(--navy-mid);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  pointer-events: all; cursor: pointer;
}
.price-range::-moz-range-thumb {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); border: 2px solid var(--navy-mid);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  pointer-events: all; cursor: pointer; border: none;
}
.price-inputs {
  display: flex; align-items: center; gap: 5px; margin-top: 0.6rem;
}
.price-input-wrap {
  display: flex; align-items: center; gap: 3px; flex: 1;
  background: var(--navy-light); border: 1px solid var(--border);
  border-radius: 3px; padding: 5px 7px;
}
.price-currency { font-size: 0.65rem; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.price-input {
  width: 100%; background: transparent; border: none; outline: none;
  font-family: 'Inter', sans-serif; font-size: 0.72rem;
  color: var(--off-white); font-weight: 500; min-width: 0;
}
.price-input::-webkit-inner-spin-button,
.price-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.price-input-sep { font-size: 0.65rem; color: var(--muted); flex-shrink: 0; }

/* ── MAIN ── */
.main { padding: 1.5rem 2rem; background: var(--white); }
.toolbar {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.5rem; flex-wrap: wrap;
}
.search-wrap { position: relative; flex: 1; min-width: 200px; }
.search-icon {
  position: absolute; left: 11px; top: 50%;
  transform: translateY(-50%); color: var(--ink-soft); pointer-events: none;
}
.search-input {
  width: 100%; padding: 9px 12px 9px 36px;
  border: 1px solid var(--cream-border); border-radius: 3px;
  background: var(--white); font-family: 'Inter', sans-serif;
  font-size: 0.85rem; color: var(--ink); outline: none;
  transition: border-color 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.search-input:focus { border-color: var(--navy-light); box-shadow: 0 0 0 2px rgba(26,48,80,0.12); }
.search-input::placeholder { color: var(--ink-soft); }
.results-count { font-size: 0.78rem; color: var(--ink-soft); white-space: nowrap; }

.sort-select {
  padding: 8px 12px; border: 1px solid var(--cream-border);
  border-radius: 3px; background: var(--white);
  font-family: 'Inter', sans-serif; font-size: 0.78rem;
  color: var(--ink-soft); outline: none; cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.new-toggle {
  display: flex; align-items: center; gap: 6px;
  padding: 7px 14px; border: 1px solid var(--cream-border);
  border-radius: 3px; background: var(--white);
  cursor: pointer; font-size: 0.75rem; color: var(--ink-soft);
  font-family: 'Inter', sans-serif; white-space: nowrap;
  transition: all 0.15s; box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.new-toggle.active { border-color: var(--gold); color: var(--gold); background: rgba(200,151,42,0.06); }

/* ── GRID ── */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem;
}

/* ── CARD ── */
.card {
  background: var(--white); border: 1px solid rgba(200,151,42,0.18);
  border-radius: 10px; cursor: pointer;
  display: flex; flex-direction: column;
  transition: box-shadow 0.2s, transform 0.15s;
  position: relative; overflow: hidden; text-decoration: none;
  box-shadow: 0 2px 12px rgba(11,27,43,0.08), 0 1px 3px rgba(11,27,43,0.05);
}
.card:hover {
  box-shadow: 0 8px 28px rgba(11,27,43,0.13), 0 2px 6px rgba(11,27,43,0.07);
  transform: translateY(-3px);
}
.card-img {
  width: 100%; height: 180px; background: var(--page-bg2);
  border-bottom: none;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative; flex-shrink: 0;
}
.card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card-img-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: var(--cream-border);
}
.card-img-placeholder svg { opacity: 0.5; }
.card-img-placeholder span {
  font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft); opacity: 0.45; font-weight: 500; text-align: center;
}
.card-stripe {
  height: 3px; background: linear-gradient(90deg, var(--gold-dim), var(--gold));
  opacity: 0; transition: opacity 0.2s;
}
.card:hover .card-stripe { opacity: 1; }
.card-body { padding: 0.65rem 0.95rem 0.6rem; }
.card-top {
  display: flex; justify-content: space-between;
  align-items: flex-start; margin-bottom: 0.3rem;
}
.card-id { font-size: 0.6rem; color: var(--ink-soft); letter-spacing: 0.08em; font-weight: 500; }
.new-badge {
  background: var(--gold); color: var(--navy);
  font-size: 0.55rem; letter-spacing: 0.14em;
  font-weight: 700; padding: 2px 7px; border-radius: 2px; text-transform: uppercase;
}
.card-new-badge {
  position: absolute; top: 12px; left: 12px; z-index: 5;
  border-radius: 3px; box-shadow: 0 1px 4px rgba(11,27,43,0.2);
}
.card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 600;
  color: var(--ink); line-height: 1.2; margin-bottom: 0.55rem;
  text-align: center;
}
.card-notes {
  background: var(--navy-card); border-radius: 3px;
  padding: 0.5rem 0.7rem; margin-bottom: 0.6rem;
  display: flex; flex-direction: column; gap: 0.22rem;
}
.note-row { display: grid; grid-template-columns: 36px 1fr; gap: 5px; align-items: baseline; }
.note-lbl {
  font-size: 0.54rem; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--muted); font-weight: 600;
}
.note-val { font-size: 0.7rem; color: var(--off-white); line-height: 1.3; }
.app-row { display: flex; flex-wrap: wrap; gap: 3px; }
.app-chip {
  font-size: 0.58rem; padding: 2px 7px; border-radius: 2px;
  background: var(--page-bg2); border: 1px solid var(--cream-border);
  color: var(--ink-soft); font-weight: 500;
}

/* Compare checkbox on card */
.card-compare {
  position: absolute; top: 10px; left: 10px;
  width: 20px; height: 20px; z-index: 10;
  accent-color: var(--gold); cursor: pointer;
  opacity: 0; transition: opacity 0.2s;
}
.card:hover .card-compare,
.card-compare:checked { opacity: 1; }

.card-footer {
  margin-top: auto; padding: 0.6rem 0.95rem;
  border-top: 1px solid var(--cream-border);
  display: flex; align-items: center; justify-content: space-between;
}
.card-cta { font-size: 0.7rem; color: var(--navy); font-weight: 500; letter-spacing: 0.06em; }
.card-arrow { color: var(--navy); font-size: 0.9rem; transition: transform 0.2s; }
.card:hover .card-arrow { transform: translateX(4px); }

/* ── EMPTY STATE ── */
.empty { grid-column: 1/-1; text-align: center; padding: 4rem 2rem; color: var(--ink-soft); }
.empty h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300; color: var(--ink); margin-bottom: 0.5rem;
}

/* ── COMPARE DRAWER ── */
.compare-drawer {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--navy); border-top: 1px solid var(--border);
  padding: 1rem 2rem; display: flex; align-items: center; gap: 1.5rem;
  z-index: 300; transform: translateY(100%); transition: transform 0.3s;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.4);
}
.compare-drawer.open { transform: translateY(0); }
.compare-slots { display: flex; gap: 1rem; flex: 1; }
.compare-slot {
  background: var(--navy-light); border: 1px dashed var(--border);
  border-radius: 3px; padding: 6px 12px;
  font-size: 0.75rem; color: var(--muted);
  min-width: 140px; display: flex; align-items: center;
  justify-content: space-between; gap: 8px;
}
.compare-slot.filled { border-style: solid; border-color: var(--gold-dim); color: var(--off-white); }
.compare-slot-remove { cursor: pointer; color: var(--muted); font-size: 0.7rem; }
.compare-btn {
  background: var(--gold); color: var(--navy);
  border: none; border-radius: 2px; padding: 9px 20px;
  font-family: 'Inter', sans-serif; font-size: 0.75rem;
  font-weight: 700; letter-spacing: 0.06em; cursor: pointer;
  text-transform: uppercase; transition: background 0.2s; white-space: nowrap;
}
.compare-btn:hover { background: var(--gold-light); }
.compare-clear {
  background: none; border: 1px solid var(--border);
  color: var(--muted); font-family: 'Inter', sans-serif;
  font-size: 0.72rem; padding: 8px 14px; border-radius: 2px;
  cursor: pointer; transition: all 0.15s; white-space: nowrap;
}
.compare-clear:hover { border-color: var(--gold); color: var(--gold); }

/* ── COMPARE MODAL ── */
.compare-modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(5,12,22,0.85); z-index: 700;
  align-items: flex-start; justify-content: center;
  padding: 2rem 1rem; overflow-y: auto;
}
.compare-modal-overlay.open { display: flex; }
.compare-modal {
  background: var(--navy-mid); border: 1px solid var(--border);
  border-radius: 4px; width: 100%; max-width: 960px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  overflow: hidden;
}
.compare-modal-head {
  background: var(--navy); padding: 1.25rem 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border);
}
.compare-modal-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 300; color: var(--white);
}
.compare-close {
  background: none; border: none; color: var(--muted);
  font-size: 1.1rem; cursor: pointer;
}
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td {
  border: 1px solid var(--border); padding: 10px 14px;
  font-size: 0.78rem; vertical-align: top; text-align: left;
}
.compare-table th {
  background: var(--navy); font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 400; color: var(--white);
}
.compare-table td:first-child {
  font-size: 0.68rem; color: var(--muted);
  font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; width: 140px;
  background: rgba(11,27,43,0.5);
}
.compare-table td { color: var(--off-white); }

/* ── PRODUCT DETAIL PAGE ── */
.product-page-wrap { max-width: 1200px; margin: 0 auto; padding: 3rem 1rem 5rem; }
.product-eyebrow {
  font-size: 0.62rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold);
  font-weight: 500; margin-bottom: 0.5rem;
}
.product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 300; color: var(--ink);
  line-height: 1.1; margin-bottom: 0.5rem;
}
.product-id { font-size: 0.75rem; color: var(--ink-soft); margin-bottom: 1.5rem; }
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.pdp-columns {
  display: grid;
  grid-template-columns: 450px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  width: 100%;
}

.pdp-images { position: sticky; top: 68px; }
.pdp-carousel-wrap { position: relative; }
.pdp-img-viewer {
  width: 100%; height: 562px;
  overflow-x: scroll; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  display: flex; flex-direction: row;
  border-radius: 16px; box-shadow: 0 2px 10px rgba(11,27,43,0.12);
}
.pdp-img-viewer::-webkit-scrollbar { display: none; }
.pdp-img-viewer { -ms-overflow-style: none; scrollbar-width: none; }
.pdp-img-slot {
  width: 100%; height: 562px; flex-shrink: 0;
  scroll-snap-align: start;
  background: var(--page-bg); border: none;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.pdp-img-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pdp-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%; border: none;
  background: rgba(11,27,43,0.55); color: var(--white);
  font-size: 1.3rem; line-height: 1; cursor: pointer; z-index: 10;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.18s; backdrop-filter: blur(4px);
}
.pdp-arrow:hover { background: rgba(11,27,43,0.88); }
.pdp-arrow-prev { left: 10px; }
.pdp-arrow-next { right: 10px; }
.pdp-thumbs {
  display: flex; gap: 8px; justify-content: center;
  margin-top: 10px; flex-wrap: wrap;
}
.pdp-thumb {
  width: 62px; height: 62px; border-radius: 6px; overflow: hidden;
  border: 2px solid transparent; cursor: pointer; flex-shrink: 0;
  background: var(--page-bg); transition: border-color 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 4px rgba(11,27,43,0.1);
}
.pdp-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pdp-thumb:hover { border-color: var(--gold-dim); }
.pdp-thumb.active { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.pdp-counter {
  text-align: center; margin-top: 0.55rem;
  font-family: 'Inter', sans-serif; font-size: 0.72rem;
  color: var(--ink-soft); letter-spacing: 0.06em;
}
.pdp-img-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--border); text-align: center; padding: 1.5rem;
}
.pdp-img-placeholder svg { opacity: 0.3; }
.pdp-img-placeholder span {
  font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); opacity: 0.55; font-weight: 500; line-height: 1.5;
}
.pdp-content { display: flex; flex-direction: column; gap: 1.5rem; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }

/* Product description */
.product-description {
  font-size: 0.88rem; color: var(--ink-soft); line-height: 1.7;
  margin-bottom: 2rem;
}

/* Product sections */
.product-section {
  background: var(--white); border: 1px solid var(--navy);
  border-left: 4px solid var(--navy);
  border-radius: 4px; padding: 1.5rem;
  box-shadow: 0 1px 6px rgba(11,27,43,0.07);
}
.product-section-title {
  font-size: 0.92rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--navy);
  font-weight: 700; margin-bottom: 1rem;
  padding-bottom: 0.5rem; border-bottom: 1px solid var(--cream-border);
  text-align: center;
}
.scent-wheel { display: flex; flex-wrap: wrap; gap: 8px; }
.scent-tag {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 20px;
  border: 1px solid var(--navy); background: rgba(11,27,43,0.06);
  font-size: 0.87rem; color: var(--navy); font-weight: 500;
}
.scent-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--navy); flex-shrink: 0; }
.scent-tag.inactive {
  border-color: var(--cream-border); background: transparent;
  color: var(--ink-soft); opacity: 0.45;
}
.scent-dot.inactive { background: var(--cream-border); }

/* Olfactory mood colors — active tags only */
.scent-tag.olfa-citrus           { background: #FFF3A0; border-color: #C8A800; color: #4A3000; }
.scent-tag.olfa-citrus .scent-dot           { background: #C8A800; }
.scent-tag.olfa-floral           { background: #FAD4E0; border-color: #C06080; color: #5A0030; }
.scent-tag.olfa-floral .scent-dot           { background: #C06080; }
.scent-tag.olfa-spicy            { background: #F5C0A8; border-color: #C04020; color: #5A1000; }
.scent-tag.olfa-spicy .scent-dot            { background: #C04020; }
.scent-tag.olfa-earthy-woody     { background: #D4B896; border-color: #7A4E28; color: #3A1800; }
.scent-tag.olfa-earthy-woody .scent-dot     { background: #7A4E28; }
.scent-tag.olfa-musk-amber       { background: #F0D8A0; border-color: #A87820; color: #3A2400; }
.scent-tag.olfa-musk-amber .scent-dot       { background: #A87820; }
.scent-tag.olfa-fruity           { background: #FFD0A0; border-color: #D06010; color: #5A2000; }
.scent-tag.olfa-fruity .scent-dot           { background: #D06010; }
.scent-tag.olfa-sweet            { background: #FAC8C8; border-color: #C04060; color: #5A0020; }
.scent-tag.olfa-sweet .scent-dot            { background: #C04060; }
.scent-tag.olfa-green-herbal     { background: #C8E0B0; border-color: #407820; color: #1A3800; }
.scent-tag.olfa-green-herbal .scent-dot     { background: #407820; }
.scent-tag.olfa-aqua             { background: #B8E0F0; border-color: #1878A8; color: #003050; }
.scent-tag.olfa-aqua .scent-dot             { background: #1878A8; }
.scent-tag.olfa-creamy-powdery   { background: #EDE0D0; border-color: #A08060; color: #3A2010; }
.scent-tag.olfa-creamy-powdery .scent-dot   { background: #A08060; }
.scent-tag.olfa-leather-smoky    { background: #C8B8A8; border-color: #604838; color: #281008; }
.scent-tag.olfa-leather-smoky .scent-dot    { background: #604838; }

/* Notes pyramid */
.notes-pyramid { display: flex; flex-direction: column; gap: 0; align-items: center; width: 100%; }
.pyramid-tier { display: flex; flex-direction: column; align-items: center; width: 100%; }
.pyramid-tier.top    .pyramid-block { width: 52%; background: linear-gradient(135deg, #F0D060 0%, #C89622 40%, #E8C040 60%, #A07010 100%); border-color: #C89622; }
.pyramid-tier.heart  .pyramid-block { width: 76%; background: linear-gradient(135deg, #F0D060 0%, #C89622 40%, #E8C040 60%, #A07010 100%); border-color: #C89622; }
.pyramid-tier.base   .pyramid-block { width: 100%; background: linear-gradient(135deg, #F0D060 0%, #C89622 40%, #E8C040 60%, #A07010 100%); border-color: #C89622; }
.pyramid-block {
  border: 1px solid; border-radius: 3px;
  padding: 10px 14px; text-align: center;
  position: relative;
}
.pyramid-block::after {
  content: ''; display: block; width: 0; height: 0;
  border-left: 12px solid transparent; border-right: 12px solid transparent;
  border-top: 10px solid var(--cream-border);
  position: absolute; bottom: -11px; left: 50%;
  transform: translateX(-50%); z-index: 1;
}
.pyramid-tier.base .pyramid-block::after { display: none; }
.pyramid-lbl {
  font-size: 0.73rem; text-transform: uppercase;
  letter-spacing: 0.18em; font-weight: 700; margin-bottom: 4px;
}
.pyramid-tier.top   .pyramid-lbl { color: var(--navy); }
.pyramid-tier.heart .pyramid-lbl { color: var(--navy); }
.pyramid-tier.base  .pyramid-lbl { color: var(--navy); }
.pyramid-notes { font-size: 0.93rem; color: var(--navy); line-height: 1.45; }
.pyramid-divider { width: 2px; height: 22px; background: linear-gradient(to bottom, var(--navy), transparent); }

/* Applications */
.app-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.app-tag {
  display: flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 3px; font-size: 0.87rem; font-weight: 500;
}
.app-tag.active {
  border: 1px solid var(--navy); background: rgba(11,27,43,0.06);
  color: var(--navy); border-radius: 20px;
}
.app-tag.inactive {
  border: 1px dashed var(--cream-border); color: var(--ink-soft);
  font-size: 0.68rem; opacity: 0.5; border-radius: 20px;
}
.app-check { color: var(--gold); font-size: 0.7rem; }

/* COA table */
.tech-table { width: 100%; border-collapse: collapse; }
.tech-table tr { border-bottom: 1px solid var(--cream-border); }
.tech-table tr:last-child { border-bottom: none; }
.tech-table td {
  padding: 10px 12px; font-size: 0.93rem; line-height: 1.4; vertical-align: top;
}
.tech-table td:first-child {
  color: var(--ink-soft); font-weight: 500; font-size: 0.85rem;
  letter-spacing: 0.04em; width: 52%;
}
.tech-table td:last-child { color: var(--navy); font-weight: 500; }
.tech-table tr:hover td { background: rgba(11,27,43,0.03); }

/* MSDS */
.msds-section {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(200,151,42,0.06); border: 1px solid var(--gold-dim);
  border-radius: 4px; margin-top: 1.5rem;
}
.msds-info { display: flex; align-items: center; gap: 12px; }
.msds-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: var(--gold); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy); font-size: 1.1rem;
}
.msds-title { font-size: 0.97rem; font-weight: 600; color: var(--navy); margin-bottom: 2px; }
.msds-sub { font-size: 0.87rem; color: var(--ink-soft); }
.msds-btn {
  display: flex; align-items: center; gap: 7px;
  background: var(--gold); color: var(--navy);
  font-family: 'Inter', sans-serif; font-size: 0.72rem;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 9px 18px; border-radius: 2px;
  text-decoration: none; border: none; cursor: pointer;
  transition: background 0.2s; white-space: nowrap;
}
.msds-btn:hover { background: var(--gold-light); }
.msds-btn.unavailable {
  background: none; border: 1px solid var(--border);
  color: var(--muted); cursor: default;
}
.msds-btn.unavailable:hover { background: none; }

/* Price section */
.product-price-section {
  background: var(--white); border: 1px solid var(--navy);
  border-left: 4px solid var(--navy); border-radius: 4px;
  padding: 1.25rem 1.5rem;
}
.price-label {
  font-size: 0.83rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft); font-weight: 600; margin-bottom: 0.35rem;
}
.price-value {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem; font-weight: 700; color: var(--navy); line-height: 1;
  margin-bottom: 0.6rem;
}
.price-unit { font-size: 1rem; color: var(--ink-soft); font-weight: 400; }
.price-disclaimer {
  font-size: 0.83rem; color: var(--ink-soft); line-height: 1.5;
  border-top: 1px solid var(--cream-border); padding-top: 0.5rem; margin-top: 0.1rem;
}

/* CTA section */
.product-cta-section {
  background: var(--navy); border: 1px solid var(--border);
  border-radius: 4px; padding: 2rem; text-align: center; margin-top: 2rem;
  box-shadow: 0 2px 10px rgba(11,27,43,0.15);
}
.product-cta-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 300; color: var(--white); margin-bottom: 0.5rem;
}
.product-cta-section p {
  font-size: 0.82rem; color: var(--muted); margin-bottom: 1.5rem; line-height: 1.6;
}
.cta-btn {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 12px 28px; border-radius: 2px;
  text-decoration: none; border: none; cursor: pointer; transition: background 0.2s;
}
.cta-btn:hover { background: var(--gold-light); }
.cta-btn.outline {
  background: none; border: 1px solid var(--gold);
  color: var(--gold); margin-left: 0.75rem;
}
.cta-btn.outline:hover { background: rgba(200,151,42,0.1); }

/* Back breadcrumb */
.back-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  background: var(--navy); border-bottom: 1px solid var(--border);
  padding: 0.75rem 2.5rem;
}
.back-btn {
  display: flex; align-items: center; gap: 8px;
  background: none; border: none; color: var(--muted);
  font-family: 'Inter', sans-serif; font-size: 0.78rem;
  font-weight: 500; cursor: pointer; letter-spacing: 0.04em; transition: color 0.2s;
  text-decoration: none;
}
.back-btn:hover { color: var(--gold); }
.back-btn svg { transition: transform 0.2s; }
.back-btn:hover svg { transform: translateX(-3px); }

/* ── MODAL ── */
.modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(5,12,22,0.75); z-index: 600;
  align-items: center; justify-content: center; padding: 1rem;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--navy-mid); border: 1px solid var(--border);
  border-radius: 4px; padding: 2rem; width: 100%; max-width: 460px;
  position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.modal-close {
  position: absolute; top: 1rem; right: 1rem;
  background: none; border: none; color: var(--muted); font-size: 1.1rem; cursor: pointer;
}
.modal h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem; font-weight: 300; color: var(--white); margin-bottom: 0.25rem;
}
.modal-sub { font-size: 0.8rem; color: var(--muted); margin-bottom: 1.25rem; }
.modal-frag {
  font-size: 0.75rem; color: var(--gold);
  background: rgba(200,151,42,0.1); border: 1px solid var(--gold-dim);
  padding: 4px 10px; border-radius: 2px; display: inline-block; margin-bottom: 1.25rem;
}
.modal label {
  display: block; font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.1em; color: var(--muted);
  text-transform: uppercase; margin-bottom: 4px; margin-top: 0.9rem;
}
.modal label:first-of-type { margin-top: 0; }
.modal input, .modal textarea {
  width: 100%; padding: 8px 10px; border: 1px solid var(--border);
  border-radius: 3px; background: var(--navy);
  font-family: 'Inter', sans-serif; font-size: 0.82rem;
  color: var(--off-white); outline: none; transition: border-color 0.2s;
}
.modal input:focus, .modal textarea:focus { border-color: var(--gold); }
.modal textarea { resize: vertical; min-height: 75px; }
.modal-actions { display: flex; gap: 0.75rem; margin-top: 1.5rem; }
.btn-submit {
  flex: 1; padding: 10px; background: var(--gold); color: var(--navy);
  border: none; border-radius: 2px; font-family: 'Inter', sans-serif;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; cursor: pointer; transition: background 0.2s;
}
.btn-submit:hover { background: var(--gold-light); }
.btn-cancel {
  padding: 10px 16px; background: none; border: 1px solid var(--border);
  border-radius: 2px; font-family: 'Inter', sans-serif;
  font-size: 0.8rem; color: var(--muted); cursor: pointer;
}
.success-view { display: none; text-align: center; padding: 1rem 0; }
.success-view .star { font-size: 2rem; color: var(--gold); margin-bottom: 0.75rem; }
.success-view h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; font-weight: 300; color: var(--white); margin-bottom: 0.5rem;
}
.success-view p { font-size: 0.8rem; color: var(--muted); }

/* ── CONTENT PAGES (About, FAQ, Industries overview) ── */
.content-page { max-width: 900px; margin: 0 auto; padding: 2.5rem 2.5rem 5rem; }
.industry-hero-contact + .content-page {
  padding-top: 1rem;
}

/* ── ABOUT PAGE BANDED SECTIONS ── */
.about-band { padding: 2.5rem 1.25rem; }
.about-band-inner { max-width: 1200px; margin: 0 auto; }
.about-band-light { background: var(--white); }
.about-band-light h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 300; color: var(--navy); margin-bottom: 1rem; line-height: 1.2; }
.about-band-light p { font-size: 0.98rem; color: var(--ink-soft); line-height: 1.8; margin-bottom: 1.25rem; }
.about-band-light .section-label { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 0.75rem; display: block; }
.about-band-dark { background: #BFE8E4; }
.about-band-dark h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 300; color: var(--navy); margin-bottom: 1rem; line-height: 1.2; }
.about-band-dark p { font-size: 0.98rem; color: var(--navy); line-height: 1.8; margin-bottom: 1.25rem; }
.about-band-dark .section-label { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--navy); font-weight: 600; margin-bottom: 0.75rem; display: block; }
.about-band-dark strong { color: var(--navy); }
.about-band-dark .value-card { background: var(--white); border-color: rgba(11,27,43,0.12); }
.about-band-dark .value-card h4 { color: var(--navy); }
.about-band-dark .value-card p { color: var(--ink-soft); }
.about-band-dark .cert-badge { background: var(--white); border-color: rgba(11,27,43,0.12); color: var(--navy); }
/* ── ABOUT PAGE OVERRIDES ── */
.about-page .about-band h2 { font-weight: 700; }
.about-page .about-band-light p { color: var(--navy); }
.about-page .about-band-dark .value-card p { color: var(--navy); font-size: 0.98rem; }
.about-page .values-grid-cream .value-card p { color: var(--navy); }
.about-page .about-band-dark .section-label { color: var(--gold); }
.about-page .about-band-light p.section-label { color: var(--gold); }
.about-page .industry-img-placeholder:hover img { opacity: 0.12; }
.about-page .value-card h4 { font-weight: 700; }
.product-icon-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 1.5rem; margin-top: 2rem;
}
.product-icon-card { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; text-align: center; }
.product-icon {
  width: 64px; height: 64px; border-radius: 50%;
  border: 1.5px solid var(--cream-border); background: var(--page-bg);
  display: flex; align-items: center; justify-content: center; color: var(--navy);
}
.product-icon svg { width: 26px; height: 26px; }
.product-icon-card span { font-size: 0.8rem; color: var(--ink-soft); font-weight: 500; }
/* Cosmetics page — no circle, larger product illustrations */
.product-icon-grid.no-circle .product-icon {
  width: auto; height: auto; border-radius: 0; border: none; background: none;
  color: var(--gold-dim);
}
.product-icon-grid.no-circle .product-icon svg { width: 56px; height: 56px; }
.mission-vision-grid .value-card h4 { font-size: 1.52rem; }
.mission-vision-grid .value-card p { font-size: 1.03rem; }
.values-grid-cream .value-card {
  background: var(--white); border: 1px solid var(--cream-border);
  box-shadow: 0 0 0 1px rgba(200,151,42,0.15), 0 4px 14px rgba(200,151,42,0.12);
}
.values-grid-cream .value-card h4 { color: var(--navy); font-size: 1.43rem; }
.values-grid-cream .value-card p { color: var(--ink-soft); font-size: 0.94rem; }
.industry-img-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem;
}
.industry-img-placeholder {
  aspect-ratio: 4/3; background: var(--page-bg2);
  border: none; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(200,151,42,0.25), 0 4px 18px rgba(200,151,42,0.18);
}
.industry-img-placeholder img { transition: opacity 0.3s ease; }
.industry-img-placeholder:hover img { opacity: 0.25; }
/* ── INDUSTRY HUB PAGE OVERRIDES ── */
.content-page.industry-hub-content { padding-left: 1rem; padding-right: 1rem; }
.content-page.industry-hub-content .section-label { color: var(--navy); font-size: 0.636rem; }
.content-page.industry-hub-content h2 { font-weight: 300; color: var(--navy); margin-bottom: 1.25rem; }
.content-page.industry-hub-content p { color: var(--navy); }
.industry-hub-content .cta-btn.outline { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.industry-hub-content .cta-btn.outline:hover { background: var(--gold-light); }
.industry-hub-content .industry-img-placeholder:hover img { opacity: 0.12; }
.industry-hub-content .industry-img-grid {
  margin-top: 2.5rem;
  grid-template-columns: repeat(6, 1fr);
}
.industry-hub-content .industry-img-placeholder { grid-column: span 2; }
.industry-hub-content .industry-img-placeholder:nth-child(4) { grid-column: 2 / 4; }
.industry-hub-content .industry-img-placeholder:nth-child(5) { grid-column: 4 / 6; }
.industry-img-placeholder .img-label {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s ease;
  font-family: 'Cormorant Garamond', serif; font-size: 1.64rem; font-weight: 500;
  color: var(--navy); text-align: center; padding: 1rem; pointer-events: none;
}
.industry-img-placeholder:hover .img-label { opacity: 1; }
.industry-img-placeholder span {
  font-size: 0.75rem; color: var(--cream-border);
  text-transform: uppercase; letter-spacing: 0.1em; text-align: center;
}
.content-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 300;
  color: var(--ink); margin-bottom: 1rem; line-height: 1.2;
}
.content-page h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.43rem; font-weight: 400; color: var(--ink); margin-bottom: 0.5rem;
}
.content-page p {
  font-size: 0.98rem; color: var(--ink-soft); line-height: 1.8; margin-bottom: 1.25rem;
}
.section-divider { border: none; border-top: 1px solid var(--cream-border); margin: 2.5rem 0; }
.section-label {
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 1rem;
}

/* Stat grid (About page) */
.stat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem; margin: 2rem 0;
}
.stat-card {
  background: var(--navy-card); border: 1px solid var(--border);
  border-radius: 4px; padding: 1.5rem; text-align: center;
}
.stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 300; color: var(--gold); line-height: 1;
}
.stat-label { font-size: 0.72rem; color: var(--muted); margin-top: 4px; }

/* Value grid */
.value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.value-card {
  background: var(--navy-card); border: 1px solid var(--border);
  border-radius: 4px; padding: 1.25rem;
}
.value-card-icon { font-size: 1.4rem; margin-bottom: 0.75rem; }
.value-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem; font-weight: 400; color: var(--white); margin-bottom: 0.75rem;
  text-align: center;
}
.value-card p { font-size: 0.86rem; color: var(--white); line-height: 1.6; margin: 0; }

/* Cert badges */
.cert-row { display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.5rem 0; }
.cert-badge {
  background: var(--navy-card); border: 1px solid var(--border);
  border-radius: 4px; padding: 0.75rem 1.25rem;
  font-size: 0.83rem; font-weight: 600; color: var(--off-white);
  letter-spacing: 0.06em; text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.cert-badge::before {
  content: '✓'; color: var(--gold); font-size: 0.88rem;
}

/* FAQ accordion */
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item {
  border-bottom: 1px solid var(--cream-border);
}
.faq-question {
  width: 100%; text-align: left; background: none; border: none;
  padding: 1.1rem 0; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
}
.faq-question-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.22rem; font-weight: 400; color: var(--ink); line-height: 1.4;
}
.faq-icon {
  color: var(--gold); font-size: 1rem; flex-shrink: 0;
  transition: transform 0.25s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
}
.faq-answer-inner { padding: 0 0 1.25rem; }
.faq-answer-inner p {
  font-size: 0.96rem; color: var(--ink-soft); line-height: 1.75; margin-bottom: 0.75rem;
}
.faq-answer-inner p:last-child { margin-bottom: 0; }

/* Industries overview grid */
.industries-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.25rem; margin-top: 2rem;
}
.industry-card {
  background: var(--navy-card); border: 1px solid var(--border);
  border-radius: 4px; padding: 2rem 1.5rem;
  text-decoration: none; display: block;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(11,27,43,0.18);
}
.industry-card:hover {
  border-color: var(--gold-dim);
  box-shadow: 0 8px 28px rgba(11,27,43,0.28);
  transform: translateY(-2px);
}
.industry-card-icon { font-size: 2rem; margin-bottom: 1rem; }
.industry-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 0.5rem;
}
.industry-card p { font-size: 0.78rem; color: var(--muted); line-height: 1.6; margin: 0; }
.industry-card-arrow { color: var(--gold); font-size: 0.85rem; margin-top: 1rem; display: block; }

/* ── FOOTER ── */
footer {
  background: var(--navy); border-top: 1px solid var(--border);
  padding: 1.5rem 2.5rem; font-size: 0.75rem; color: var(--muted);
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem;
}
.footer-brand { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-brand img { height: 38px; width: auto; align-self: flex-start; }
.footer-logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 300; color: var(--white); letter-spacing: 0.08em;
}
.footer-tagline { font-size: 0.72rem; color: var(--muted); line-height: 1.6; }
.footer-col h4 {
  font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 0.75rem;
}
.footer-col a {
  display: block; color: var(--muted); text-decoration: none;
  font-size: 0.75rem; margin-bottom: 0.4rem; transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1100px; margin: 1rem auto 0; padding-top: 1rem;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 0.5rem;
}
.footer-bottom a { color: var(--gold); text-decoration: none; }

/* ── CONTACT PAGE ── */
.industry-hero-contact { background-image: url('../images/faq-hero.png'); align-items: flex-start; justify-content: flex-start; padding-left: 2.5rem; padding-top: 3rem; }
.industry-hero.industry-hero-contact h1 {
  font-size: clamp(2.53rem, 5.06vw, 3.795rem);
  font-weight: 300; word-spacing: 0.1em; letter-spacing: 0.02em;
  background: none; padding: 0; border-radius: 0;
  text-shadow:
    0 1px 0 rgba(200,170,80,0.6),
    1px 1px 0 rgba(200,170,80,0.3),
    2px 3px 8px rgba(0,0,0,0.25),
    0 6px 20px rgba(0,0,0,0.15);
}
.industry-hero.industry-hero-contact h1 em { font-style: italic; color: var(--navy); }
.contact-layout { display: grid; grid-template-columns: 1fr 340px; gap: 4rem; margin-top: 2rem; }
.contact-form-wrap h2 { margin-bottom: 0.5rem; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.contact-field { display: flex; flex-direction: column; margin-bottom: 1.25rem; }
.contact-field label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); margin-bottom: 0.4rem; }
.req-star { color: var(--gold); }
.contact-field input,
.contact-field select,
.contact-field textarea {
  background: #f8f8f8; border: 1px solid #ddd; border-radius: 4px;
  padding: 0.65rem 0.85rem; font-family: 'Inter', sans-serif;
  font-size: 0.88rem; color: var(--ink); outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 2px rgba(200,151,42,0.15);
}
.contact-field textarea { resize: vertical; }
.contact-info-wrap { padding-top: 3.5rem; }
.contact-info-wrap h2 { margin-bottom: 1.5rem; }
.contact-info-card {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.1rem 1.25rem; margin-bottom: 1rem;
  border: 1px solid var(--cream-border); border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(200,151,42,0.1), 0 2px 8px rgba(200,151,42,0.08);
}
.contact-info-icon { font-size: 1.2rem; margin-top: 0.1rem; }
.contact-info-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.25rem; }
.contact-info-value { font-size: 0.95rem; color: var(--navy); text-decoration: none; font-weight: 500; }
.contact-info-value:hover { color: var(--gold); }
.contact-info-note { margin-top: 1.5rem; padding: 1.1rem 1.25rem; background: #f8f8f8; border-radius: 6px; font-size: 0.85rem; color: var(--ink-soft); line-height: 1.6; }
.contact-alert { padding: 1rem 1.25rem; border-radius: 4px; margin-bottom: 2rem; font-size: 0.9rem; }
.contact-alert-success { background: #e8f5e9; border: 1px solid #a5d6a7; color: #2e7d32; }
.contact-alert-error { background: #ffebee; border: 1px solid #ef9a9a; color: #c62828; }
.contact-alert-error a { color: var(--gold); }

/* ── LOADING STATE ── */
.loading-state {
  grid-column: 1/-1; text-align: center; padding: 4rem 2rem;
  color: var(--ink-soft);
}
.loading-spinner {
  width: 32px; height: 32px; border: 2px solid var(--cream-border);
  border-top-color: var(--gold); border-radius: 50%;
  animation: spin 0.8s linear infinite; margin: 0 auto 1rem;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
/* ── RESPONSIVE ── */

/* Filter toggle button (catalogue mobile) */
.filter-toggle-btn {
  display: none;
  align-items: center; gap: 0.5rem;
  background: var(--navy); color: var(--gold);
  border: 1px solid var(--border); border-radius: 4px;
  padding: 0.45rem 0.9rem;
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 768px) {

  .pdp-columns {
    grid-template-columns: 1fr;
  }

  .pdp-images {
    position: static;
  }

  .pdp-img-viewer {
    height: 340px;
  }

  .pdp-img-slot {
    height: 340px;
  }
}

/* ── TABLET (≤ 1024px) ── */
@media (max-width: 1024px) {
  .layout { grid-template-columns: 200px 1fr; }
  .hero-text-row { gap: 1.5rem; }
  .industry-img-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-row { grid-template-columns: 1fr 1fr; }
  .about-band { padding: 2.5rem 1.25rem; }
  .home-explore-grid { grid-template-columns: 1fr 1fr; }
}

/* ── MOBILE (≤ 768px) ── */
@media (max-width: 768px) {
  /* Nav */
  nav { padding: 0 1rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  /* Catalogue layout — sidebar hidden, toggled */
  .layout { grid-template-columns: 1fr; }
  .sidebar {
    display: none;
    position: static; height: auto;
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 1rem;
  }
  .sidebar.open { display: block; }
  .filter-toggle-btn { display: flex; }
  .main { padding: 1rem; }

  /* Catalogue hero */
  .hero { padding: 2rem 1rem 0.7rem; }
  .hero-text-row { flex-direction: column; gap: 1rem; }
.hero-sub { max-width: 100%; font-size: 0.88rem; }
  .industry-row { gap: 0.4rem; }

  /* Industry hero */
  .industry-hero { min-height: 220px; padding: 2rem 1.25rem; }

  /* Homepage hero */
  .home-hero { min-height: 240px; }
  .home-hero-name { font-size: clamp(1.6rem, 6vw, 2.6rem); letter-spacing: 0.06em; }
  .home-quote-section { min-height: unset; padding: 1.25rem 1.25rem; }
  .home-why-section { padding: 3rem 1.25rem; }
  .home-explore-section { padding: 3rem 1.25rem; }
  .home-explore-grid { grid-template-columns: 1fr; }
  .home-usp-grid { grid-template-columns: repeat(2, 1fr); }

  /* Industry image grid */
  .industry-img-grid { grid-template-columns: repeat(2, 1fr); }

  /* Contact */
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .contact-row { grid-template-columns: 1fr; }

  /* General */
  .product-page-wrap { padding: 1.5rem 1rem 3rem; }
  .content-page { padding: 2rem 1rem 3rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .back-breadcrumb { padding: 0.75rem 1rem; }
  .compare-drawer { padding: 0.75rem 1rem; gap: 0.75rem; }
  .compare-slots { flex-wrap: wrap; }
  .hero-text-row {
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.hero-sub {
    width: 72%;
    max-width: 72%;
    margin: 0;
    text-align: left;
    line-height: 1.55;
    padding: 0.65rem 0.9rem;
    border-radius: 10px;
}

.industry-row {
    width: 72%;
    max-width: 72%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
}

.industry-row .mood-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}
}

/* ── MOBILE SMALL (≤ 480px) ── */
@media (max-width: 480px) {
  /* Catalogue */
  .hero { padding: 1.5rem 1rem; }
  .product-grid { grid-template-columns: 1fr; }

  /* Industry hero */
  .industry-hero { min-height: 180px; padding: 1.75rem 1rem; }

  /* Homepage */
  .home-hero { min-height: 190px; }
  .home-hero-name { font-size: clamp(1.3rem, 7vw, 2rem); }
  .home-quote-text { font-size: 0.95rem; }
  .home-why-section { padding: 2.5rem 1rem; }
  .home-explore-section { padding: 2.5rem 1rem; }
  .home-usp-grid { grid-template-columns: 1fr; }
  .home-explore-grid { grid-template-columns: 1fr; }

  /* Industry image grid */
  .industry-img-grid { grid-template-columns: repeat(2, 1fr); }

  /* Footer */
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* ── HOMEPAGE ── */

/* Section 1 — Hero Banner */
.home-hero {
  position: relative;
  min-height: 469px;
  background: url('../images/home-hero.png') center center / cover no-repeat var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.home-hero-logo {
  height: 80px;
  width: auto;
  border-radius: 6px;
}
.home-hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.4);
}

/* Section 2 — Quote */
.home-quote-section {
  background: var(--navy);
  padding: 2rem 2.5rem;
  text-align: center;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-quote-inner {
  max-width: 820px;
  margin: 0 auto;
}
.home-quote-ornament {
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.4em;
}
.home-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 300;
  font-style: italic;
  color: var(--off-white);
  line-height: 1.65;
  word-spacing: 0.08em;
  border: none;
  padding: 0;
  margin: 0;
}
.home-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.4rem;
  padding: 10px 22px;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: var(--navy);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.home-quote-btn span {
  font-size: 1rem;
  transition: transform 0.25s ease;
}

.home-quote-btn:hover {
  background: var(--gold);
  color: var(--navy);
}

.home-quote-btn:hover span {
  transform: translateX(4px);
}
/* Section 2 — Why Us */
.home-why-section {
  background: #fff;
  padding: 2.5rem 2.5rem;
}
.home-why-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.home-why-inner .section-label {
  font-size: 0.75rem;
}
.home-why-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 3.8vw, 3.1rem);
  font-weight: 600;
  color: var(--navy);
  text-align: center;
  margin-bottom: 3.5rem;
  line-height: 1.2;
}
.home-why-body {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2.5rem;
}
.home-why-images {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}
.home-why-img {
  flex: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  min-height: 0;
}
.home-why-img-placeholder {
  flex: 1;
  width: 100%;
  background: #f0f0f0;
  border: 2px dashed #ccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #999;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.home-usp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.home-usp-card {
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: 2rem 1.5rem;
  box-shadow: 0 0 0 1.5px rgba(200,151,42,0.35), 0 4px 20px rgba(200,151,42,0.22), 0 1px 6px rgba(200,151,42,0.15);
}
.home-usp-icon {
  color: var(--gold-dim);
  margin-bottom: 1rem;
}
.home-usp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.32rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.6rem;
}
.home-usp-desc {
  font-size: 0.9rem;
  color: var(--navy);
  line-height: 1.7;
}

/* Section 3 — Explore */
.home-explore-section {
  background: #BFE8E4;
  padding: 5rem 2.5rem;
}
.home-explore-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.home-explore-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.home-explore-section .section-label {
  font-size: 0.748rem;
}
.home-explore-sub {
  font-size: 0.99rem;
  color: var(--navy);
  line-height: 1.75;
  margin-bottom: 3rem;
}
.home-explore-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.home-explore-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: #fff;
  border: 1px solid rgba(11,27,43,0.15);
  border-radius: 8px;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.home-explore-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 20px rgba(200,151,42,0.12);
}
.home-explore-card-icon {
  color: var(--gold-dim);
  margin-bottom: 1.25rem;
}
.home-explore-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.815rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.home-explore-card-desc {
  font-size: 0.924rem;
  color: var(--navy);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}
.home-explore-card-cta {
  font-size: 0.836rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dim);
}
.home-explore-card:hover .home-explore-card-cta {
  color: var(--gold);
}

@media (max-width: 900px) {
  .home-usp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .home-quote-section { padding: 4rem 1.5rem; }
  .home-why-section, .home-explore-section { padding: 3.5rem 1.5rem; }
  .home-why-body { grid-template-columns: 1fr; }
  .home-usp-grid { grid-template-columns: 1fr; }
  .home-explore-grid { grid-template-columns: 1fr; }
}
.product-image-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  z-index: 20;
  pointer-events: none;
}

.product-image-loader .product-loader-spinner {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #b88916;
  border-radius: 50%;
  animation: productSpin 0.7s linear infinite;
}

@keyframes productSpin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {

    @media (max-width: 768px) {

    /* MOBILE INDUSTRY BANNER — TEXT ONLY */
    .industry-hero.industry-hero-hub h1 {
        width: 58%;
        max-width: 58%;
        font-size: 2.15rem;
        line-height: 1.08;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    /* MOBILE APPLICATION IMAGES */
    .industry-hub-content .industry-img-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .industry-hub-content .industry-img-placeholder {
        grid-column: auto;
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .industry-hub-content .industry-img-placeholder:nth-child(4),
    .industry-hub-content .industry-img-placeholder:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 480px) {

    .industry-hero.industry-hero-hub h1 {
        width: 60%;
        max-width: 60%;
        font-size: 1.85rem;
        line-height: 1.08;
    }

    .industry-hub-content .industry-img-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
}
@media (max-width: 768px) {
    .about-hero-title {
    width: 88%;
    max-width: 88%;
    box-sizing: border-box;
    font-size: 2.15rem;
    line-height: 1.12;
    margin: 0;
}
    
}
@media (max-width: 768px) {

  .industry-hero-cosmetics h1,
  .industry-hero-finefrag h1,
  .industry-hero-personalcare h1,
  .industry-hero-airfreshener h1 {
    transform: translateY(-18px);
  }

}
/* MOBILE ONLY — industry title lines */
.mobile-title-line {
  display: inline;
}

@media (max-width: 768px) {
  .mobile-title-line {
    display: block;
  }

  .industry-hero.industry-hero-finefrag h1,
  .industry-hero.industry-hero-personalcare h1,
  .industry-hero.industry-hero-airfreshener h1 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .faq-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .faq-cta-buttons .cta-btn.outline {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .industry-hero.industry-hero-faq h1 {
    transform: translateX(-35px);
  }
}
/* ABOUT BANNER — MOBILE ONLY */
@media (max-width: 768px) {
  .about-page .about-hero-minimal h1 {
    min-width: 0 !important;
    width: 92% !important;
    max-width: 92% !important;
    padding: 0.45rem 0.8rem !important;
    box-sizing: border-box;
  }

  /* Make the existing 4 lines become 2 lines */
  .about-page .about-hero-minimal h1 br:nth-of-type(1),
  .about-page .about-hero-minimal h1 br:nth-of-type(3) {
    display: none !important;
  }

  .about-page .about-hero-minimal h1 br:nth-of-type(2) {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .industry-hero-faq h1 {
    width: 80% !important;
    max-width: 80% !important;
    margin: 6px auto 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 0 !important;
    white-space: normal !important;
  }

  .industry-hero-faq h1::before {
    content: "Everything You";
    display: block;
    font-size: 2.53rem;
    line-height: 1.15;
    text-align: left;
    transform: none !important;
  }

  .industry-hero-faq h1::after {
    content: "Need to Know";
    display: block;
    font-size: 2.53rem;
    line-height: 1.15;
    text-align: left;
    transform: none !important;
  }
}
