:root {
  --black: #151311;
  --ink: #2a2621;
  --muted: #756e64;
  --line: #e8e1d4;
  --paper: #f7f3ea;
  --soft: #efe8dc;
  --gold: #bd943e;
  --gold-dark: #8e6924;
  --rose: #b66d73;
  --green: #667460;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 4vw;
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 12, 8, .72), rgba(18, 12, 8, .08));
}

.solid-header {
  position: sticky;
  color: var(--black);
  background: rgba(251, 250, 247, .96);
  border-bottom: 1px solid var(--line);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 700;
  letter-spacing: 0;
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(189, 148, 62, .85);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, .08);
  font-size: 18px;
}

.logo-text {
  font-size: 17px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 12px;
  text-transform: uppercase;
}

.main-nav a {
  opacity: .92;
}

.quote-pill,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
}

.quote-pill {
  color: var(--black);
  background: #fff;
}

.btn-gold {
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 12px 26px rgba(117, 80, 17, .2);
}

.btn-light {
  color: var(--black);
  background: rgba(255, 255, 255, .88);
}

.btn-line {
  color: var(--black);
  border-color: var(--gold);
  background: transparent;
}

.hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 10, 4, .78), rgba(52, 22, 9, .44) 43%, rgba(52, 22, 9, .08)),
    linear-gradient(0deg, rgba(92, 49, 9, .18), rgba(92, 49, 9, .18));
}

.hero-copy {
  position: relative;
  max-width: 660px;
  padding: 110px 4vw 80px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.12;
  font-weight: 500;
}

.hero-subtitle {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-bar span {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--black);
}

.section {
  padding: 76px 4vw;
}

.section-heading {
  max-width: 840px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.factory-copy h2,
.quote-copy h2,
.split-info h2,
.product-info h1 {
  color: var(--black);
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.12;
  font-weight: 500;
}

.section-heading p,
.factory-copy p,
.quote-copy p,
.split-info p,
.product-lead,
.product-tabs p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.service-item {
  min-height: 122px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  background: transparent;
  text-align: center;
}

.service-icon,
.solution-grid span {
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 13px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 10px 18px rgba(142, 105, 36, .16);
}

.service-item strong {
  font-size: 16px;
  line-height: 1.25;
}

.capability-strip {
  padding-top: 24px;
  background: var(--paper);
}

.capability-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 42px;
  max-width: 980px;
  margin: 0 auto;
}

.capability-row span {
  color: #2d2924;
  font-size: 20px;
  font-weight: 600;
}

.factory-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 56px;
  align-items: center;
  background: #fff;
}

.copy-block {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.copy-block h3 {
  margin-bottom: 8px;
  color: var(--black);
  font-size: 19px;
}

.factory-media img,
.product-gallery img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 22px 60px rgba(21, 19, 17, .16);
}

.products-section {
  background: var(--soft);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.category-card div {
  padding: 20px;
}

.category-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--black);
}

.category-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.tint-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(189, 148, 62, .16), transparent 46%),
    linear-gradient(315deg, rgba(102, 116, 96, .18), transparent 42%),
    #fff;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.detail-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.detail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-content {
  padding: 30px;
}

.tag {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 6px 10px;
  border: 1px solid rgba(189, 148, 62, .4);
  color: var(--gold-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 22px 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: Arial, Helvetica, sans-serif;
}

.price-row span {
  font-weight: 800;
}

.price-row small {
  color: var(--muted);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.oem-section {
  background: #fff;
}

.solution-grid,
.why-grid,
.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.solution-grid article,
.why-grid div,
.product-tabs div {
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.solution-grid h3,
.why-grid strong,
.product-tabs h2 {
  display: block;
  margin: 14px 0 10px;
  color: var(--black);
  font-size: 21px;
}

.solution-grid p,
.why-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.split-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 0;
  background: var(--line);
}

.split-info > div {
  padding: 74px 4vw;
  background: var(--soft);
}

.split-panel-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0 0 30px;
  object-fit: cover;
  background: #e8e5df;
}

.why-section {
  background: #fff;
}

.quote-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 52px;
  padding: 90px 4vw;
  align-items: start;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(21, 19, 17, .96), rgba(21, 19, 17, .84)),
    url("assets/hero-factory-lab.png") center / cover;
}

.quote-copy h2,
.quote-copy p {
  color: #fff;
}

.buy-steps {
  padding-left: 20px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.8;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, .9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.quote-form label:nth-child(5),
.quote-form button {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  padding: 14px 15px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font: 15px Arial, Helvetica, sans-serif;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, .58);
}

.site-footer {
  background: #050505;
  color: #fff;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-top span {
  padding: 24px;
  text-align: center;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 30px;
  padding: 42px 4vw;
  align-items: start;
}

.footer-main p,
.footer-links a,
.socials span {
  color: rgba(255, 255, 255, .72);
}

.footer-links,
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.product-page {
  background: var(--paper);
}

.product-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 58px;
  align-items: center;
  padding: 78px 4vw;
}

.product-info h1 {
  margin-bottom: 18px;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.spec-list span {
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.price-box {
  margin-bottom: 26px;
  padding: 22px;
  border-left: 3px solid var(--gold);
  background: #fff;
}

.price-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--black);
  font-size: 24px;
}

.price-box small {
  color: var(--muted);
  line-height: 1.55;
}

.product-buy {
  margin-top: 30px;
}

@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }

  .service-grid,
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .factory-section,
  .detail-card,
  .product-hero,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .detail-card img {
    max-height: 480px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    padding: 14px 18px;
  }

  .quote-pill {
    display: none;
  }

  .logo-text {
    font-size: 16px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-copy {
    padding: 120px 20px 58px;
  }

  .trust-bar,
  .footer-top,
  .footer-main,
  .service-grid,
  .category-grid,
  .detail-grid,
  .solution-grid,
  .why-grid,
  .product-tabs,
  .split-info,
  .quote-form,
  .spec-list {
    grid-template-columns: 1fr;
  }

  .section,
  .product-hero {
    padding: 62px 20px;
  }

  .quote-section {
    padding: 62px 20px;
  }

  .split-info > div {
    padding: 52px 20px;
  }

  .hero h1 {
    font-size: 34px;
  }
}

/* Reference-inspired final art direction: minimal perfume boutique, white nav, large editorial hero. */
body {
  background: #fff;
  font-family: "Courier New", Courier, monospace;
}

.site-header {
  height: 72px;
  padding: 0 28px;
  color: var(--black);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(21, 19, 17, .08);
  backdrop-filter: blur(16px);
}

.solid-header {
  position: sticky;
}

.logo {
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  justify-content: center;
}

.logo-mark {
  display: none;
}

.logo-text {
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
}

.main-nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.right-nav {
  margin-left: auto;
}

.quote-pill {
  background: var(--black);
  color: #fff;
}

.hero {
  min-height: 650px;
  margin-top: 72px;
}

.hero-image {
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 20, 19, .72), rgba(20, 20, 19, .34) 42%, rgba(20, 20, 19, .12)),
    linear-gradient(0deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .18));
}

.hero-copy {
  max-width: 560px;
  padding: 92px 4vw 80px;
}

.hero .eyebrow {
  color: #fff;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.16;
}

.hero-subtitle {
  font-size: 15px;
  line-height: 1.7;
}

.btn {
  border-radius: 0;
  min-height: 38px;
  text-transform: uppercase;
}

.btn-light {
  background: rgba(255, 255, 255, .94);
}

.intro-note {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 48px 20px;
  background: #fff;
  text-align: center;
}

.intro-note p {
  max-width: 640px;
  margin: 0;
  color: var(--black);
  font-size: 16px;
  line-height: 1.55;
}

.trust-bar {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1080px;
  margin: 0 auto;
  gap: 18px;
  padding: 0 4vw 74px;
  background: #fff;
  border-bottom: 0;
}

.trust-bar span {
  min-height: 74px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.section-heading h2,
.factory-copy h2,
.quote-copy h2,
.split-info h2,
.product-info h1 {
  font-family: Georgia, "Times New Roman", serif;
}

.service-summary {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.products-section {
  background: #fff;
  border-top: 1px solid var(--line);
}

.category-card {
  border: 0;
  background: #fff;
}

.category-card img {
  background: #e6e2da;
}

.category-card div {
  padding: 18px 0 0;
}

.category-card h3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
}

.category-card p {
  font-size: 13px;
}

.tint-card {
  min-height: 312px;
  border: 1px solid var(--line);
}

.detail-card {
  border-radius: 0;
}

.product-page .product-hero {
  margin-top: 72px;
}

@media (max-width: 1040px) {
  .main-nav {
    display: flex;
    gap: 14px;
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: fixed;
    height: 64px;
    padding: 0 18px;
  }

  .main-nav {
    display: none;
  }

  .logo-text {
    font-size: 18px;
    letter-spacing: 3px;
  }

  .hero {
    min-height: 620px;
    margin-top: 64px;
  }

  .trust-bar {
    grid-template-columns: 1fr;
  }

  .product-page .product-hero {
    margin-top: 64px;
  }
}

/* Final direction per reference 1: black-gold perfume factory independent site. */
body {
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}

.site-header {
  height: auto;
  min-height: 70px;
  padding: 14px 4vw;
  color: #fff;
  background: linear-gradient(180deg, rgba(18, 9, 4, .82), rgba(18, 9, 4, .18));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.solid-header {
  color: var(--black);
  background: rgba(251, 250, 247, .96);
  border-bottom: 1px solid var(--line);
}

.logo {
  position: static;
  left: auto;
  transform: none;
  justify-content: flex-start;
}

.logo-mark {
  display: grid;
  background: rgba(255, 255, 255, .08);
}

.logo-text {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.main-nav {
  margin-left: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  gap: 28px;
}

.right-nav {
  margin-left: 0;
}

.quote-pill {
  min-height: 40px;
  color: var(--black);
  background: #fff;
  border-radius: 999px;
}

.hero {
  min-height: 650px;
  margin-top: 0;
}

.hero-image {
  object-position: center;
}

.hero-shade {
  background:
    radial-gradient(circle at 72% 34%, rgba(189, 148, 62, .18), transparent 34%),
    linear-gradient(90deg, rgba(35, 12, 4, .84), rgba(57, 25, 8, .52) 48%, rgba(57, 25, 8, .12)),
    linear-gradient(0deg, rgba(98, 50, 8, .22), rgba(98, 50, 8, .22));
}

.hero-copy {
  max-width: 680px;
  padding: 120px 4vw 82px;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, .92);
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
}

.hero-subtitle {
  font-size: 17px;
  line-height: 1.68;
}

.btn {
  border-radius: 999px;
  min-height: 44px;
  text-transform: none;
}

.btn-light {
  background: #fff;
}

.trust-bar {
  grid-template-columns: repeat(4, 1fr);
  max-width: none;
  margin: 0;
  gap: 1px;
  padding: 0;
  background: var(--line);
}

.trust-bar span {
  min-height: 72px;
  background: #fff;
  border-top: 0;
  font-size: 12px;
}

.section-heading h2,
.factory-copy h2,
.quote-copy h2,
.split-info h2,
.product-info h1 {
  font-family: Georgia, "Times New Roman", serif;
}

.service-summary {
  background: var(--paper);
  border-top: 0;
}

.products-section {
  background: var(--soft);
}

.category-card {
  border: 1px solid var(--line);
  background: #fff;
}

.category-card div {
  padding: 20px;
}

.category-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.category-card p {
  font-size: 15px;
}

.capability-strip {
  background: var(--paper);
}

.capability-row span {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--black);
}

.product-page .product-hero {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .main-nav {
    display: none;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    min-height: 64px;
    padding: 14px 18px;
  }

  .quote-pill {
    display: none;
  }

  .logo-text {
    font-size: 16px;
    letter-spacing: 0;
  }

  .hero {
    margin-top: 0;
  }

  .trust-bar {
    grid-template-columns: 1fr;
  }
}

/* Final client direction: premium white perfume factory site, black typography, subtle gold accents. */
body {
  background: #fff;
  color: var(--black);
}

.site-header {
  position: fixed;
  min-height: 72px;
  color: var(--black);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(21, 19, 17, .08);
  box-shadow: 0 10px 30px rgba(21, 19, 17, .05);
}

.solid-header {
  color: var(--black);
  background: rgba(255, 255, 255, .96);
}

.logo-mark {
  color: var(--gold-dark);
  border-color: rgba(142, 105, 36, .45);
  background: #fff;
}

.quote-pill {
  color: #fff;
  background: var(--black);
}

.hero {
  margin-top: 72px;
  color: var(--black);
  background: #f3f0ea;
}

.hero-image {
  opacity: .62;
  filter: saturate(.92) contrast(.98) brightness(1.08);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .74) 42%, rgba(255, 255, 255, .18)),
    radial-gradient(circle at 82% 38%, rgba(189, 148, 62, .14), transparent 36%);
}

.hero .eyebrow {
  color: var(--gold-dark);
}

.hero-subtitle {
  color: #4d4840;
}

.btn-light {
  color: #fff;
  background: var(--black);
}

.btn-gold {
  color: #fff;
  background: var(--black);
  box-shadow: 0 14px 26px rgba(21, 19, 17, .16);
}

.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-bar span {
  background: #fff;
  border-right: 1px solid var(--line);
}

.trust-bar span:last-child {
  border-right: 0;
}

.service-summary,
.capability-strip,
.products-section,
.oem-section,
.why-section {
  background: #fff;
}

.factory-section,
.split-info > div,
.solution-grid article,
.why-grid div,
.product-tabs div,
.price-box,
.spec-list span {
  background: #fbfaf7;
}

.category-card,
.detail-card {
  background: #fff;
  border-color: #ebe5d9;
  box-shadow: 0 18px 42px rgba(21, 19, 17, .06);
}

.service-icon {
  color: var(--black);
  background: #fff;
  border: 1px solid rgba(142, 105, 36, .45);
  box-shadow: none;
}

.quote-section {
  color: var(--black);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .84)),
    url("assets/factory-production-line.png") center / cover;
}

.quote-copy h2,
.quote-copy p {
  color: var(--black);
}

.buy-steps {
  color: #4d4840;
}

.quote-form {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(21, 19, 17, .08);
}

.quote-form label {
  color: var(--black);
}

.quote-form input,
.quote-form textarea {
  color: var(--black);
  background: #fff;
  border: 1px solid var(--line);
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #9b958b;
}

.site-footer {
  background: #111;
}

.product-page .product-hero {
  margin-top: 72px;
}

@media (max-width: 760px) {
  .site-header {
    position: fixed;
    background: rgba(255, 255, 255, .96);
  }

  .hero {
    margin-top: 64px;
  }

  .product-page .product-hero {
    margin-top: 64px;
  }
}

.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
}

.category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media (max-width: 1040px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
}

.policy-section {
  background: #fff;
  border-top: 1px solid var(--line);
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.policy-grid article {
  padding: 28px;
  background: #fbfaf7;
  border: 1px solid #ebe5d9;
  box-shadow: 0 14px 34px rgba(21, 19, 17, .05);
}

.policy-grid h3 {
  margin-bottom: 12px;
  color: var(--black);
  font-size: 20px;
}

.policy-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
  font-size: 15px;
}

.note-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  line-height: 1.6;
}

.note-list strong {
  color: var(--black);
}

.variant-panel {
  margin: 28px 0;
}

.variant-panel h2 {
  margin-bottom: 14px;
  color: var(--black);
  font-size: 20px;
}

.variant-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}

.variant-option {
  display: grid;
  gap: 7px;
  padding: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--black);
  cursor: pointer;
  text-align: left;
}

.variant-option.active {
  border-color: var(--black);
  box-shadow: 0 0 0 1px var(--black);
}

.variant-option img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f4f0e8;
}

.variant-option span {
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

@media (max-width: 1040px) {
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .variant-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.catalog-page,
.cart-page {
  background: #fff;
}

.catalog-hero {
  padding-top: 120px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.catalog-hero h1 {
  margin: 0 0 16px;
  color: var(--black);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.08;
}

.catalog-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 240px;
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
}

.catalog-tools input,
.catalog-tools select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--black);
  font: 14px Arial, Helvetica, sans-serif;
}

.catalog-section {
  padding-top: 44px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
}

.catalog-card {
  background: #fff;
  border: 1px solid #ebe5d9;
  box-shadow: 0 14px 34px rgba(21, 19, 17, .05);
}

.catalog-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f4f0e8;
}

.catalog-card > div {
  padding: 18px;
}

.catalog-card h3 {
  min-height: 48px;
  margin-bottom: 10px;
  color: var(--black);
  font-size: 18px;
  line-height: 1.28;
}

.catalog-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.catalog-card .card-actions {
  margin-top: 16px;
}

.catalog-card .btn {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: start;
}

.cart-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 16px;
}

.cart-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  background: #f4f0e8;
}

.cart-item h3 {
  margin-bottom: 8px;
  color: var(--black);
  font-size: 22px;
}

.cart-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.cart-controls button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--black);
  cursor: pointer;
}

.empty-cart {
  padding: 30px;
  border: 1px solid var(--line);
  background: #fbfaf7;
  color: var(--muted);
}

.cart-form {
  position: sticky;
  top: 92px;
}

@media (max-width: 1200px) {
  .catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .catalog-grid,
  .cart-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-form {
    position: static;
  }
}

@media (max-width: 760px) {
  .catalog-tools,
  .catalog-grid,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/* Final factory catalog polish */
.catalog-hero::after {
  content: "Factory selection · Private label ready · Global shipping";
  display: block;
  max-width: 760px;
  margin: 22px auto 0;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-card .tag {
  background: #fbfaf7;
}

.category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
  margin: 26px auto 0;
}

.category-nav a {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--black);
  font: 700 12px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.category-nav a:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
}

.collection-section {
  margin: 0 auto 74px;
  scroll-margin-top: 96px;
}

.collection-section:last-child {
  margin-bottom: 0;
}

.collection-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 0 0 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.collection-heading h2 {
  margin: 7px 0 10px;
  color: var(--black);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.collection-heading p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  line-height: 1.65;
}

.collection-count {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: var(--gold-dark);
  font: 800 12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.catalog-empty {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.variant-panel h2::after {
  content: "Choose one scent/style before adding to cart";
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.factory-video-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 34px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 20px 58px rgba(21, 19, 17, .07);
}

.factory-video-copy h3 {
  margin-bottom: 16px;
  color: var(--black);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 500;
}

.factory-video-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.factory-video-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
}

.factory-video-points span {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.factory-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f0e8;
}

/* Maison OEM identity: a bottle silhouette carrying an M-shaped fragrance mark. */
.logo {
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  gap: 0;
  justify-content: center;
  padding: 5px 0 7px;
  border-bottom: 1px solid var(--gold);
}

.logo::before {
  content: "";
  display: block;
  width: 50px;
  height: 24px;
  flex: 0 0 50px;
  margin-right: 10px;
  background: url("assets/perfume-empire-emblem.svg") center / contain no-repeat;
}

.logo-text {
  color: #6d4328;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1;
  white-space: nowrap;
}

.footer-logo .logo-mark {
  display: none;
}

@media (max-width: 760px) {
  .logo {
    position: static;
    transform: none;
    justify-content: flex-start;
    padding-bottom: 5px;
  }

  .logo::before {
    width: 39px;
    height: 20px;
    flex-basis: 39px;
    margin-right: 7px;
  }

  .logo-text {
    font-size: 13px;
    letter-spacing: 1.8px;
  }
}

@media (max-width: 900px) {
  .collection-heading {
    display: block;
  }

  .collection-count {
    display: block;
    margin-top: 14px;
  }

  .factory-video-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

}

/* Final site-wide usability pass. */
html {
  scroll-behavior: smooth;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 3vw, 52px);
}

.site-header .left-nav {
  grid-column: 1;
  justify-self: start;
  margin-left: 0;
}

.site-header .logo {
  position: static;
  grid-column: 2;
  justify-self: center;
  transform: none;
  left: auto;
}

.site-header .right-nav {
  grid-column: 3;
  justify-self: end;
  margin-left: 0;
}

.site-header .main-nav {
  gap: clamp(13px, 1.4vw, 24px);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .3px;
}

.site-header .main-nav a {
  transition: color .2s ease;
}

.site-header .main-nav a:hover {
  color: var(--gold-dark);
}

.btn-hero-line {
  color: var(--black);
  border: 1px solid rgba(21, 19, 17, .5);
  background: rgba(255, 255, 255, .7);
}

.btn-hero-line:hover {
  color: #fff;
  border-color: var(--black);
  background: var(--black);
}

.trust-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  text-wrap: balance;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header .left-nav {
    display: none;
  }

  .site-header .logo {
    grid-column: 1;
    justify-self: start;
  }

  .site-header .right-nav {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
    padding: 0 18px;
  }

  .site-header .logo {
    padding: 4px 0 5px;
  }

  .site-header .right-nav {
    display: flex;
    gap: 12px;
    font-size: 10px;
  }

  .site-header .right-nav a:not(:nth-child(1)):not(:nth-child(3)) {
    display: none;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #25d366;
  box-shadow: 0 12px 28px rgba(21, 19, 17, .2);
  font: 800 12px Arial, Helvetica, sans-serif;
  letter-spacing: .4px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(21, 19, 17, .28);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  overflow: visible;
}

.whatsapp-tooltip {
  position: absolute;
  right: 62px;
  padding: 8px 10px;
  color: #fff;
  background: var(--black);
  font: 700 11px Arial, Helvetica, sans-serif;
  letter-spacing: .2px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(5px);
  transition: opacity .2s ease, transform .2s ease;
}

.whatsapp-float:hover .whatsapp-tooltip,
.whatsapp-float:focus-visible .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 760px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}
