:root {
  --purple: #2d1b43;
  --purple-2: #3a234f;
  --plum: #513a4c;
  --lavender: #efe8f8;
  --violet: #8b67ba;
  --cream: #f8f2e8;
  --warm: #f3ead9;
  --ink: #4b3447;
  --gold: #d4ab5f;
  --line: #ccb77f;
  --white: #fffdf9;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
.container {
  width: min(1510px, calc(100% - 96px));
  margin: auto;
}
.narrow {
  width: min(1040px, calc(100% - 40px));
  margin: auto;
}
.center {
  text-align: center;
}
.section {
  padding: 120px 0;
}
.eyebrow,
.tiny {
  font-family: var(--sans);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 11px;
  color: #a77b54;
}
.eyebrow.purple {
  color: #835db1;
}
.eyebrow.gold,
.gold {
  color: var(--gold);
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.98;
}
h2 {
  font-size: clamp(48px, 5vw, 80px);
  margin: 24px 0 32px;
}
p {
  font-size: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-height: 62px;
  padding: 0 42px;
  border: 1px solid transparent;
  border-radius: 34px;
  font-family: var(--sans);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11px;
  transition: 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}
.btn-gold {
  background: var(--gold);
  color: #2e2140;
}
.btn-light {
  background: rgba(255, 255, 255, 0.72);
  border-color: #8d6aa8;
  color: #7a58a5;
}
.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.btn-outline-dark {
  border-color: #614a5e;
  color: #3f2d44;
  background: transparent;
}
.btn-purple {
  background: #4b3149;
  color: #fff;
}
.btn.square {
  border-radius: 0;
  min-height: 68px;
}

.site-header {
  height: 108px;
  background: var(--purple);
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 30;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: 0.26em;
  white-space: nowrap;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 48px;
}
.main-nav a {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
}
.nav-contact {
  border: 1px solid #b99356;
  border-radius: 28px;
  padding: 16px 28px;
  color: #e4bf72;
}
.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 1344px;
  background: url("assets/hero-clean.jpg") center/cover no-repeat;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.hero-wash {
  position: absolute;
  left: 22%;
  right: 22%;
  top: 6%;
  bottom: 8%;
  /*background: radial-gradient(*/
  /*  ellipse at center,*/
  /*  rgba(225, 208, 197, 0.92) 0%,*/
  /*  rgba(225, 208, 197, 0.84) 38%,*/
  /*  rgba(225, 208, 197, 0.48) 65%,*/
  /*  rgba(225, 208, 197, 0) 82%*/
  /*);*/
  filter: blur(3px);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 155px;
}
.monogram {
  font-family: var(--display);
  font-size: 34px;
  letter-spacing: 0.28em;
  color: #a27ec1;
  margin-bottom: 10px;
}
.hero h1 {
  font-size: clamp(76px, 8vw, 130px);
  color: #8c64b9;
  margin: 45px 0 22px;
  letter-spacing: -0.02em;
}
.hero h1 em {
  display: block;
  color: #2f1c49;
  font-weight: 400;
}
.ornament {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 12px 0 38px;
}
.ornament span {
  height: 1px;
  width: 55px;
  background: #ad8a56;
}
.ornament i {
  width: 7px;
  height: 7px;
  background: #ad8a56;
  transform: rotate(45deg);
  display: block;
}
.hero-copy {
  font-size: 27px;
  color: #8463a6;
  line-height: 1.35;
}
.hero-copy em {
  color: #71506c;
}
.hero-meta {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.42em;
  color: #8b66bb;
  margin: 32px 0 55px;
}
.hero-meta b {
  padding: 0 18px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.promise {
  background: #fbf7f0;
  min-height: 680px;
  display: flex;
  align-items: center;
}
.promise h2 {
  font-size: 78px;
}
.promise p {
  max-width: 980px;
  margin: 0 auto 35px;
  color: #71586b;
}
.promise .text-link {
  display: inline-block;
  font-family: var(--sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #b69760;
  padding-bottom: 6px;
}

.collections {
  background: var(--lavender);
  padding: 150px 0 160px;
}
.collections-head {
  margin-bottom: 70px;
}
.collections-head h2 {
  margin-bottom: 0;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 40px;
}
.collection-card {
  background: #fbf7f0;
  box-shadow: 0 4px 18px rgba(75, 52, 71, 0.03);
  overflow: hidden;
}
.collection-card img {
  aspect-ratio: 1.36/1;
  object-fit: cover;
}
.collection-copy {
  padding: 32px 34px 36px;
  min-height: 300px;
}
.collection-copy h3 {
  font-size: 39px;
  margin: 16px 0 12px;
  line-height: 1.05;
}
.collection-copy p {
  font-size: 17px;
  color: #71586b;
  min-height: 76px;
}
.collection-copy a {
  font-family: var(--sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: #7a59aa;
}

.why {
  background: #fbf7f0;
  padding-top: 160px;
  padding-bottom: 160px;
}
.why h2 {
  font-size: 76px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 52px;
  margin-top: 90px;
}
.why-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 28px;
  border-radius: 50%;
  border: 1px solid #cbb9e3;
  background: #f0e7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a60b4;
}
.why-item h3 {
  font-size: 28px;
  margin: 0 0 12px;
}
.why-item p {
  font-size: 15px;
  line-height: 1.55;
  color: #725d6f;
}

.wholesale {
  background: linear-gradient(125deg, #49334b 0%, #533c50 60%, #3b2943 100%);
  color: #fff;
  padding: 95px 0 110px;
}
.wholesale h2 {
  font-size: 96px;
  margin: 28px 0 24px;
}
.wholesale-intro {
  color: #e4dce4;
  font-size: 22px;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin: 70px auto 62px;
  gap: 24px;
}
.stats strong {
  font-family: var(--display);
  font-size: 69px;
  font-weight: 400;
  color: var(--gold);
  display: block;
  line-height: 1;
}
.stats span {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.35em;
  display: block;
  margin-top: 18px;
}
.partnership {
  margin-bottom: 22px;
}
.wholesale-actions {
  gap: 24px;
}

.concentrates {
  background: #f4ead8;
  padding-top: 130px;
}
.concentrates-head h2 {
  font-size: 76px;
  margin: 20px 0 3px;
}
.gold-text {
  color: var(--gold);
}
.subtitle {
  font-size: 26px;
  color: #9e70b2;
  margin-bottom: 28px;
}
.storyline {
  margin-bottom: 26px;
}
.concentrates-head p {
  max-width: 900px;
  margin: 0 auto 72px;
  color: #725b6a;
}
.products-label {
  color: #4e3550;
  margin-bottom: 10px;
}
.products-label:after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: var(--gold);
  margin: 14px auto 0;
}
.product-card-wide,
.product-card {
  background: var(--purple);
  color: #fff;
  border-radius: 5px;
}
.product-card-wide {
  padding: 54px 52px 50px;
  text-align: center;
  margin: 45px auto 48px;
  max-width: 1510px;
  box-shadow: 0 18px 50px rgba(54, 33, 67, 0.12);
}
.product-card-wide img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 14px;
  border: 2px solid var(--gold);
}
.product-card-wide h3,
.product-card h3 {
  color: var(--gold);
  font-size: 42px;
  margin: 8px 0;
}
.product-desc {
  font-family: var(--sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #e6d9ed;
}
.isolate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 42px;
}
.isolate-grid > div {
  border-top: 1px solid rgba(212, 171, 95, 0.24);
  padding-top: 20px;
}
.isolate-grid h4 {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--gold);
}
.isolate-grid p {
  margin: 4px 0;
  font-size: 16px;
}
.isolate-grid b {
  font-weight: 400;
  color: var(--gold);
  margin-left: 8px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
}
.product-card {
  min-height: 435px;
  text-align: center;
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  /* margin: 0px auto 0px;
  border: 0px solid var(--gold); */
}
.product-card h3 {
  font-size: 34px;
}
.product-card .product-desc {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-list {
  margin-top: 24px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.price-list div {
  margin: 7px 0;
}
.price-list b {
  color: var(--gold);
  margin-left: 15px;
}
.product-note {
  font-size: 14px;
  color: #cdbbd0;
  margin-top: auto;
  font-style: italic;
}
.availability {
  text-align: center;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #a17b58;
  margin: 50px 0 80px;
}

.responsibility {
  background: #fffcf8;
  border: 1px solid #bca7d3;
  padding: 65px 85px 55px;
  margin: 0 auto 70px;
  max-width: 1510px;
}
.mini-rule {
  display: block;
  width: 45px;
  height: 1px;
  background: #b58b51;
  margin: 14px auto 34px;
}
.responsibility > .eyebrow {
  text-align: center;
}
.responsibility .lead {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 32px;
}
.docs {
  max-width: 980px;
  margin: auto;
  color: #6e5868;
}
.docs strong {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
}
.docs ul {
  padding-left: 26px;
}
.docs li {
  margin: 12px 0;
}
.docs em {
  font-size: 15px;
}
.responsibility-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-top: 44px;
}
.responsibility-cols p {
  font-size: 16px;
  color: #715c6b;
}
.catalog-cta {
  background: var(--purple);
  color: #fff;
  padding: 58px 40px 60px;
  margin: 0 auto;
  max-width: 1510px;
  border-radius: 5px;
}
.catalog-cta h3 {
  font-size: 55px;
  margin: 20px 0 35px;
}
.catalog-meta {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.25em;
  margin-top: 17px;
}
.catalog-meta.gold {
  margin-top: 7px;
  color: var(--gold);
}

.science {
  background: #fbf7f0;
  padding: 140px 0 160px;
}
.science-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  align-items: center;
  gap: 100px;
  max-width: 1510px;
}
.science-copy h2 {
  font-size: 76px;
  margin: 22px 0 38px;
}
.science-copy p {
  max-width: 720px;
  margin-bottom: 28px;
  color: #5c4559;
}
.science-copy .btn {
  margin-top: 24px;
}
.science-image {
  position: relative;
  padding: 20px;
}
.science-image:before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 92%;
  height: 92%;
  border: 1px solid #a88a87;
  transform: translate(0, 0);
}
.science-image img {
  position: relative;
  z-index: 2;
  aspect-ratio: 0.83/1;
  object-fit: cover;
}

.contact {
  background: var(--lavender);
  padding: 115px 0 125px;
}
.contact h2 {
  font-size: 78px;
  margin-bottom: 25px;
}
.contact p {
  color: #876a8b;
}
.contact-actions {
  margin-top: 38px;
}
.footer {
  background: var(--purple);
  color: #fff;
  padding: 95px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.7fr 1fr;
  gap: 85px;
}
.footer-monogram {
  font-size: 34px;
  color: var(--gold);
  line-height: 1;
}
.footer-name {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin: 8px 0 35px;
}
.footer-brand p {
  font-size: 16px;
  color: #ded4df;
}
.footer h4 {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.footer a {
  display: block;
  font-size: 17px;
  margin: 10px 0;
  color: #f5edf4;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 70px;
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  color: #9e83ba;
  font-size: 13px;
}
.footer-bottom span:last-child {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.22em;
}

@media (max-width: 1100px) {
  .container {
    width: min(100% - 48px, 980px);
  }
  .site-header {
    height: 82px;
  }
  .brand {
    font-size: 19px;
  }
  .main-nav {
    gap: 26px;
  }
  .hero {
    min-height: 960px;
  }
  .hero-content {
    padding-top: 105px;
  }
  .hero h1 {
    font-size: 78px;
  }
  .hero-copy {
    font-size: 21px;
  }
  .promise h2,
  .why h2,
  .contact h2,
  .science-copy h2,
  .concentrates-head h2 {
    font-size: 60px;
  }
  .collection-grid {
    gap: 24px;
  }
  .collection-copy {
    padding: 24px;
    min-height: 280px;
  }
  .collection-copy h3 {
    font-size: 31px;
  }
  .why-grid {
    gap: 28px;
  }
  .wholesale h2 {
    font-size: 70px;
  }
  .product-card {
    min-height: 390px;
  }
  .science-grid {
    gap: 50px;
  }
  .footer-grid {
    gap: 45px;
  }
}
@media (max-width: 820px) {
  body {
    font-size: 16px;
  }
  .container {
    width: min(100% - 34px, 720px);
  }
  .section {
    padding: 80px 0;
  }
  .site-header {
    height: 74px;
  }
  .menu-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    background: none;
    border: 0;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }
  .menu-toggle span {
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    background: var(--purple);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 22px 32px;
    gap: 22px;
  }
  .main-nav.open {
    display: flex;
  }
  .nav-contact {
    padding: 10px 18px;
  }
  .hero {
    min-height: 850px;
    background-position: center;
  }
  .hero-wash {
    left: 3%;
    right: 3%;
    top: 7%;
    bottom: 10%;
    /*background: radial-gradient(*/
    /*  ellipse at center,*/
    /*  rgba(229, 212, 203, 0.96) 0%,*/
    /*  rgba(229, 212, 203, 0.9) 50%,*/
    /*  rgba(229, 212, 203, 0.28) 85%,*/
    /*  transparent*/
    /*);*/
  }
  .hero-content {
    padding-top: 95px;
  }
  .hero h1 {
    font-size: 64px;
    margin-top: 30px;
  }
  .hero-copy {
    font-size: 19px;
  }
  .hero-copy br {
    display: none;
  }
  .hero-meta {
    letter-spacing: 0.23em;
    line-height: 1.8;
  }
  .hero-meta b {
    padding: 0 8px;
  }
  .btn {
    width: 100%;
    max-width: 390px;
    min-height: 58px;
    padding: 0 25px;
  }
  .promise {
    min-height: auto;
  }
  .promise h2 {
    font-size: 52px;
  }
  .collections {
    padding: 95px 0;
  }
  .collection-grid {
    grid-template-columns: 1fr 1fr;
  }
  .why h2 {
    font-size: 54px;
  }
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wholesale h2 {
    font-size: 60px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .isolate-grid {
    grid-template-columns: 1fr 1fr;
  }
  .responsibility {
    padding: 45px 35px;
  }
  .responsibility-cols {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .science-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .science-copy h2 {
    font-size: 58px;
  }
  .science-image {
    max-width: 520px;
    margin: auto;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .contact h2 {
    font-size: 58px;
  }
}
@media (max-width: 560px) {
  .container {
    width: calc(100% - 28px);
  }
  .brand {
    font-size: 15px;
    letter-spacing: 0.22em;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 0.26em;
  }
  .hero {
    min-height: 760px;
    background-position: center top;
  }
  .hero-content {
    padding-top: 68px;
  }
  .monogram {
    font-size: 25px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-copy {
    font-size: 17px;
  }
  .hero-meta {
    font-size: 8px;
    margin: 24px 0 34px;
  }
  .hero-actions {
    gap: 12px;
  }
  .promise h2,
  .collections-head h2,
  .why h2,
  .concentrates-head h2,
  .science-copy h2,
  .contact h2 {
    font-size: 43px;
  }
  .promise p {
    font-size: 16px;
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .collection-copy {
    min-height: auto;
  }
  .collection-copy p {
    min-height: auto;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .wholesale {
    padding: 75px 0;
  }
  .wholesale h2 {
    font-size: 49px;
  }
  .wholesale-intro {
    font-size: 17px;
  }
  .stats strong {
    font-size: 47px;
  }
  .product-card-wide {
    padding: 40px 22px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    min-height: 390px;
  }
  .responsibility {
    padding: 38px 22px;
  }
  .catalog-cta {
    padding: 45px 20px;
  }
  .catalog-cta h3 {
    font-size: 42px;
  }
  .science {
    padding-top: 90px;
  }
  .science-grid {
    gap: 40px;
  }
  .science-image {
    padding: 12px;
  }
  .contact {
    padding: 90px 0;
  }
  .footer {
    padding-top: 70px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom span:last-child {
    line-height: 1.7;
  }
}
