:root {
  --black:#181917;
  --white:#fafaf7;
  --paper:#eeefea;
  --gold:#8b733e;
  --muted:#555952;
  --pad:clamp(24px,5vw,96px);
  --rule:#18191728;
  --head:88px;
  color-scheme:light
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}
body {
  margin:0;
  background:var(--white);
  color:var(--black);
  font:16px/1.65 'Segoe UI',Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  cursor:pointer
}
img {
  display:block;
  max-width:100%
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-weight:350
}
h1,h2 {
  line-height:1;
  letter-spacing:-.065em
}
p {
  max-width:45ch
}
button,a {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:2px solid var(--gold);
  outline-offset:6px
}
.skip {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:99;
  background:#111;
  color:#fff;
  padding:12px
}
.skip:focus {
  top:12px
}
.kicker {
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.8125rem;
  font-weight:500;
  line-height:1.5
}
.gold-text {
  color:var(--gold)
}
.muted {
  color:var(--muted)
}
.wordmark {
  font:500 29px/1 Arial,sans-serif;
  letter-spacing:.25em;
  white-space:nowrap
}
.wordmark small {
  display:block;
  margin-top:9px;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:400
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  min-height:54px;
  padding:14px 24px;
  border:1px solid var(--black);
  border-radius:40px;
  background:var(--black);
  color:var(--white);
  font-size:.875rem;
  line-height:1.4;
  font-weight:500;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#3e4138;
  transform:translateY(-2px)
}
.button.light {
  background:var(--white);
  color:var(--black);
  border-color:var(--white)
}
.button.light:hover {
  background:#deded6
}
.button.outline {
  background:transparent;
  color:inherit;
  border-color:currentColor
}
.button.outline:hover {
  background:#ffffff19
}
.arrow {
  font-size:1.25rem;
  font-weight:400;
  line-height:1
}
.text-link {
  display:inline-flex;
  gap:24px;
  align-items:center;
  min-height:44px;
  border-bottom:1px solid currentColor;
  font-size:.875rem;
  font-weight:500;
  line-height:1.5
}
.actions {
  display:flex;
  gap:25px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:30px
}
.header {
  position:absolute;
  inset:0 0 auto;
  z-index:10;
  height:var(--head);
  padding:0 var(--pad);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  border-bottom:1px solid var(--rule)
}
.nav {
  display:flex;
  gap:35px;
  align-items:center;
  font-size:.875rem
}
.nav a {
  padding:10px 0
}
.nav a:hover {
  color:var(--gold)
}
.header-contact {
  font-size:.875rem;
  border-bottom:1px solid #181917;
  padding:8px 0
}
.menu-toggle {
  display:none;
  border:0;
  background:none;
  color:inherit;
  padding:10px 0;
  font-size:.875rem
}
.menu-toggle span {
  font-size:1.2rem;
  margin-left:8px
}
.scene {
  position:relative;
  isolation:isolate;
  min-height:100svh;
  display:flex;
  align-items:center;
  padding:100px var(--pad);
  overflow:hidden;
  background:#d7d8d3
}
.scene .photo {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-2
}
.scene:before {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#e6e7e1d9 0%,#e6e7e175 30%,#e6e7e100 64%);
  z-index:-1
}
.scene .copy {
  width:46%;
  max-width:620px
}
.scene h2 {
  font-size:clamp(3.8rem,7.1vw,8rem)
}
.scene .description {
  font-size:1.0625rem;
  margin-top:25px;
  max-width:34ch;
  line-height:1.7
}
.scene .kicker {
  margin-bottom:30px
}
.hero {
  min-height:max(780px,100svh);
  padding-top:calc(var(--head) + 60px);
  padding-bottom:130px
}
.hero:before {
  background:linear-gradient(90deg,#d8d9d3f2,#d8d9d3a6 29%,#d8d9d300 65%)
}
.hero h1 {
  font-size:clamp(4.8rem,7.8vw,8.8rem);
  line-height:.99;
  max-width:9ch
}
.hero h1 span {
  display:block
}
.hero .photo {
  object-position:70% center
}
.hero .description {
  max-width:33ch;
  font-size:1rem
}
.hero .copy {
  width:45%
}
.hero-base {
  position:absolute;
  bottom:30px;
  left:var(--pad);
  right:var(--pad);
  border-top:1px solid var(--rule);
  padding-top:20px;
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center;
  font-size:.75rem;
  letter-spacing:.08em
}
.hero-base a {
  font-size:.875rem;
  letter-spacing:0
}
.hero-base span:last-child {
  text-align:right
}
.section-label {
  position:absolute;
  left:var(--pad);
  top:35px;
  right:var(--pad);
  display:flex;
  justify-content:space-between;
  font-size:.8125rem;
  letter-spacing:.1em;
  line-height:1.4;
  text-transform:uppercase
}
.section-label .count {
  letter-spacing:0;
  font-variant-numeric:tabular-nums
}
.scene-bottom {
  position:absolute;
  bottom:34px;
  left:var(--pad);
  right:var(--pad);
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:.75rem;
  letter-spacing:.12em;
  text-transform:uppercase
}
.intro {
  padding:100px var(--pad);
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:50px
}
.intro .kicker {
  padding-top:12px
}
.intro h2 {
  font-size:clamp(2.7rem,4.6vw,5rem);
  line-height:1.08;
  max-width:17ch
}
.intro h2 span {
  color:#888b80
}
.intro p {
  margin-top:30px;
  font-size:1.0625rem;
  max-width:57ch;
  color:var(--muted)
}
.intro-nav {
  display:flex;
  flex-wrap:wrap;
  gap:22px 36px;
  margin-top:30px
}
.intro-nav a {
  font-size:.875rem;
  border-bottom:1px solid var(--rule);
  padding:4px 0
}
.intro-nav a:hover {
  border-color:var(--black)
}
.alisado {
  background:#dedfda
}
.alisado .photo {
  object-position:65% center
}
.alisado:before {
  background:linear-gradient(90deg,#e4e5e0e8 0%,#e4e5e0aa 30%,#e4e5e000 65%)
}
.alisado .copy {
  width:49%
}
.alisado h2 {
  font-size:clamp(4.3rem,7.6vw,8.5rem)
}
.care {
  padding:40px var(--pad);
  display:grid;
  grid-template-columns:.8fr 1.35fr 1fr;
  gap:40px;
  align-items:center;
  background:#e8e9e1;
  border-top:1px solid #15151518
}
.care .kicker {
  color:#76633c
}
.care h3 {
  font-size:clamp(1.6rem,2.3vw,2.6rem);
  line-height:1.15;
  letter-spacing:-.035em
}
.care p {
  font-size:.9375rem;
  max-width:39ch;
  color:var(--muted)
}
.care .text-link {
  margin-top:12px;
  font-size:.8125rem
}
.molecular {
  background:#151918;
  color:var(--white);
  justify-content:flex-end
}
.molecular:before {
  background:linear-gradient(270deg,#141817f2 0%,#141817b3 32%,#14181700 72%)
}
.molecular .photo {
  object-position:35% center
}
.molecular .copy {
  width:45%;
  max-width:620px
}
.molecular .kicker {
  color:#cdc3a4
}
.molecular h2 {
  font-size:clamp(6rem,12vw,13rem);
  letter-spacing:-.075em;
  line-height:.84
}
.molecular h2 span {
  display:block;
  font-size:.34em;
  letter-spacing:-.045em;
  line-height:1.3;
  margin-top:12px
}
.molecular .description {
  color:#d3d6d0
}
.molecular .subhead {
  font-size:clamp(1.4rem,2.3vw,2.2rem);
  font-weight:350;
  letter-spacing:-.025em;
  margin-top:35px;
  line-height:1.3
}
.gold {
  background:#7e7a70;
  color:var(--white)
}
.gold:before {
  background:linear-gradient(90deg,#353630d4 0%,#35363073 33%,#35363000 70%)
}
.gold .photo {
  object-position:70% center
}
.gold h2 {
  font-size:clamp(4rem,7.3vw,8rem)
}
.gold .description {
  color:#f0f0e7
}
.detox {
  background:#e2e4df
}
.detox .photo {
  object-position:65% center
}
.detox:before {
  background:linear-gradient(90deg,#e5e7e2f2 0%,#e5e7e2b3 35%,#e5e7e200 70%)
}
.detox h2 {
  font-size:clamp(4rem,7vw,7.8rem)
}
.philosophy {
  background:#1c1e1b;
  color:var(--white);
  padding:110px var(--pad)
}
.philosophy-heading {
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:50px
}
.philosophy .kicker {
  color:#c5b48b;
  margin-top:10px
}
.philosophy h2 {
  font-size:clamp(3rem,5vw,5.5rem);
  line-height:1.05
}
.philosophy h2 span {
  color:#a8ae9e
}
.pillars {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px;
  margin-top:80px
}
.pillar {
  border-top:1px solid #ffffff40;
  padding-top:22px
}
.pillar .number {
  font-size:.75rem;
  color:#c5b48b
}
.pillar h3 {
  font-size:1.55rem;
  letter-spacing:-.025em;
  margin:26px 0 16px;
  line-height:1.3
}
.pillar p {
  color:#b7bcb0;
  font-size:1rem;
  max-width:35ch
}
.pro-strip {
  border-top:1px solid #ffffff40;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  margin-top:60px;
  padding-top:35px
}
.pro-strip p {
  font-size:1.05rem;
  max-width:50ch
}
.pro-strip .text-link {
  white-space:nowrap
}
.salons {
  padding:110px var(--pad);
  display:grid;
  grid-template-columns:1.35fr 1fr;
  gap:75px;
  background:#eeefe9
}
.salons .kicker {
  color:var(--gold);
  margin-bottom:30px
}
.salons h2 {
  font-size:clamp(3.5rem,6.8vw,7rem);
  line-height:1.02;
  max-width:9ch
}
.salons-copy {
  padding-top:53px
}
.salons-copy>p {
  max-width:37ch;
  font-size:1.0625rem;
  color:var(--muted)
}
.salons .contact-note {
  font-size:.8125rem;
  margin-top:22px;
  color:#62665a
}
.salons .contact-note a {
  border-bottom:1px solid #62665a
}
.faq {
  margin-top:40px;
  border-top:1px solid var(--rule)
}
.faq details {
  padding:17px 0;
  border-bottom:1px solid var(--rule)
}
.faq summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:.9375rem;
  line-height:1.6
}
.faq summary::-webkit-details-marker {
  display:none
}
.faq summary:after {
  content:'+';
  font-size:1.2rem
}
.faq details[open] summary:after {
  content:'−'
}
.faq p {
  margin-top:15px;
  color:var(--muted);
  font-size:.9375rem
}
.faq p a {
  text-decoration:underline
}
.footer {
  padding:65px var(--pad) 25px;
  background:#191b18;
  color:var(--white)
}
.footer-top {
  display:flex;
  justify-content:space-between;
  gap:60px
}
.footer-statement {
  font-size:1.5rem;
  letter-spacing:-.025em;
  font-weight:350;
  line-height:1.35;
  max-width:20ch
}
.footer-nav {
  display:flex;
  gap:75px;
  font-size:.875rem
}
.footer-nav div {
  display:flex;
  flex-direction:column;
  gap:10px
}
.footer-nav strong {
  font-weight:400;
  color:#aeb59f;
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:10px
}
.footer-nav a:hover {
  color:#c5b48b
}
.footer-mark {
  font-family:Arial,sans-serif;
  font-size:clamp(3.3rem,17.05vw,21rem);
  letter-spacing:.037em;
  line-height:1;
  font-weight:400;
  margin:65px 0 28px;
  text-align:center;
  max-width:100%;
  color:#e3e6db
}
.footer-bottom {
  border-top:1px solid #ffffff30;
  padding-top:20px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  font-size:.75rem;
  color:#aeb3a5
}
.footer-bottom a {
  white-space:nowrap
}
.campaign-credit {
  font-size:.75rem;
  color:#aeb3a5
}
@media(min-width:1800px) {
  .hero h1 {
    font-size:8.7rem
  }
  .scene {
    min-height:max(900px,100svh)
  }
}
@media(max-width:1100px) {
  .nav {
    gap:22px
  }
  .scene .copy {
    width:49%
  }
  .hero h1 {
    font-size:6rem
  }
  .care {
    gap:25px;
    grid-template-columns:.8fr 1.2fr 1.2fr
  }
  .salons {
    gap:45px
  }
  .salons h2 {
    font-size:5rem
  }
  .pillars {
    gap:32px
  }
  .footer-nav {
    gap:40px
  }
}
@media(max-width:820px) {
  :root {
    --head:78px
  }
  .header {
    padding:0 24px
  }
  .wordmark {
    font-size:24px
  }
  .wordmark small {
    font-size:12px
  }
  .header-contact {
    margin-left:auto
  }
  .nav {
    display:none;
    position:absolute;
    top:77px;
    left:0;
    right:0;
    padding:18px 24px;
    background:#f7f8f2;
    flex-direction:column;
    gap:2px;
    align-items:stretch;
    border-bottom:1px solid var(--rule)
  }
  .nav.open {
    display:flex
  }
  .nav a {
    padding:12px 0
  }
  .menu-toggle {
    display:block
  }
  .scene {
    min-height:max(850px,100svh);
    padding:100px var(--pad) 85px;
    align-items:flex-end
  }
  .scene .copy,.hero .copy,.molecular .copy {
    width:100%;
    max-width:580px
  }
  .scene .photo {
    height:76%;
    object-position:70% top
  }
  .scene:before {
    background:linear-gradient(0deg,#e4e5e0 0%,#e4e5e0f7 26%,#e4e5e095 45%,#e4e5e000 70%)
  }
  .hero {
    min-height:max(900px,100svh);
    padding-bottom:110px
  }
  .hero:before {
    background:linear-gradient(0deg,#d8d9d3 0%,#d8d9d3f2 28%,#d8d9d375 55%,#d8d9d300 75%)
  }
  .hero .photo {
    height:83%;
    object-position:75% top
  }
  .hero h1 {
    font-size:clamp(4.5rem,10vw,6rem);
    max-width:10ch;
    line-height:.98
  }
  .hero .kicker {
    max-width:27ch
  }
  .hero .description {
    max-width:41ch
  }
  .scene .kicker {
    margin-bottom:20px
  }
  .scene h2 {
    font-size:clamp(4.2rem,10vw,6rem)
  }
  .scene .description {
    margin-top:22px;
    max-width:40ch;
    font-size:1rem
  }
  .hero-base {
    bottom:25px;
    padding-top:16px
  }
  .hero-base span:last-child {
    display:none
  }
  .intro {
    grid-template-columns:1fr;
    gap:25px;
    padding:70px var(--pad)
  }
  .intro h2 {
    font-size:3.4rem;
    max-width:20ch
  }
  .intro p {
    margin-top:25px
  }
  .section-label {
    top:27px
  }
  .scene-bottom {
    bottom:27px
  }
  .care {
    grid-template-columns:1fr 1.5fr;
    padding:35px var(--pad)
  }
  .care>.kicker {
    grid-column:1/-1
  }
  .care h3 {
    font-size:2rem
  }
  .molecular:before {
    background:linear-gradient(0deg,#141817 0%,#141817f5 25%,#14181787 55%,#14181700 80%)
  }
  .molecular .photo {
    object-position:25% top
  }
  .molecular h2 {
    font-size:8.8rem
  }
  .molecular .subhead {
    margin-top:24px;
    font-size:1.7rem
  }
  .gold:before {
    background:linear-gradient(0deg,#3b3d35 0%,#3b3d35f5 25%,#3b3d3573 54%,#3b3d3500 80%)
  }
  .gold .photo {
    object-position:77% top
  }
  .detox:before {
    background:linear-gradient(0deg,#e5e7e2 0%,#e5e7e2f5 25%,#e5e7e287 54%,#e5e7e200 80%)
  }
  .detox .photo {
    object-position:80% top
  }
  .philosophy {
    padding:75px var(--pad)
  }
  .philosophy-heading {
    grid-template-columns:1fr;
    gap:25px
  }
  .philosophy h2 {
    font-size:3.4rem
  }
  .pillars {
    gap:28px;
    margin-top:50px
  }
  .pillar h3 {
    font-size:1.35rem
  }
  .salons {
    padding:75px var(--pad);
    gap:35px;
    grid-template-columns:1fr
  }
  .salons h2 {
    font-size:4.5rem;
    max-width:15ch
  }
  .salons-copy {
    padding-top:0
  }
  .salons-copy>p {
    max-width:50ch
  }
  .salons .actions {
    margin-top:25px
  }
  .faq {
    max-width:600px
  }
  .footer {
    padding-top:50px
  }
}
@media(max-width:560px) {
  .header-contact {
    display:none
  }
  .wordmark {
    font-size:22px;
    letter-spacing:.22em
  }
  .wordmark small {
    font-size:12px;
    letter-spacing:.08em
  }
  .header {
    gap:20px
  }
  .menu-toggle {
    margin-left:auto
  }
  .scene {
    min-height:max(810px,100svh);
    padding:100px 24px 84px
  }
  .hero {
    min-height:max(860px,100svh);
    padding-top:130px;
    padding-bottom:105px
  }
  .hero .photo {
    height:65%;
    object-position:78% top
  }
  .hero h1 {
    font-size:4.15rem;
    max-width:9.5ch
  }
  .hero .description {
    font-size:1rem;
    max-width:31ch
  }
  .hero .kicker {
    font-size:.75rem;
    margin-bottom:20px
  }
  .hero:before {
    background:linear-gradient(0deg,#d8d9d3 0%,#d8d9d3 27%,#d8d9d3d6 44%,#d8d9d300 72%)
  }
  .hero .actions {
    margin-top:24px
  }
  .hero-base {
    left:24px;
    right:24px
  }
  .hero-base a {
    font-size:.8125rem
  }
  .hero-base>span:first-of-type {
    display:none
  }
  .button {
    font-size:.8125rem;
    padding:13px 21px;
    gap:18px;
    min-height:51px
  }
  .scene .photo {
    height:66%
  }
  .scene h2 {
    font-size:3.7rem;
    line-height:1.01
  }
  .scene .description {
    max-width:32ch;
    font-size:1rem
  }
  .scene .copy>.kicker {
    font-size:.75rem
  }
  .scene:before {
    background:linear-gradient(0deg,#e4e5e0 0%,#e4e5e0 25%,#e4e5e0d6 44%,#e4e5e000 72%)
  }
  .section-label {
    left:24px;
    right:24px;
    top:25px;
    font-size:.75rem
  }
  .scene-bottom {
    left:24px;
    right:24px;
    font-size:.75rem;
    letter-spacing:.09em;
    bottom:26px
  }
  .scene-bottom span:last-child {
    display:none
  }
  .alisado .photo {
    object-position:78% top
  }
  .intro {
    padding:60px 24px;
    gap:24px
  }
  .intro>.kicker {
    font-size:.75rem
  }
  .intro h2 {
    font-size:2.75rem;
    line-height:1.09;
    max-width:17ch
  }
  .intro p {
    font-size:1rem
  }
  .intro-nav {
    gap:15px 24px
  }
  .intro-nav a {
    font-size:.8125rem
  }
  .care {
    grid-template-columns:1fr;
    gap:20px;
    padding:32px 24px
  }
  .care>.kicker {
    grid-column:auto;
    font-size:.75rem
  }
  .care h3 {
    font-size:2rem
  }
  .care p {
    font-size:.9375rem
  }
  .care .text-link {
    margin-top:10px
  }
  .molecular {
    padding-bottom:86px;
    min-height:max(850px,100svh)
  }
  .molecular .photo {
    object-position:22% top
  }
  .molecular:before {
    background:linear-gradient(0deg,#141817 0%,#141817 28%,#141817ce 49%,#14181700 80%)
  }
  .molecular h2 {
    font-size:7.7rem
  }
  .molecular .subhead {
    font-size:1.5rem;
    margin-top:22px
  }
  .molecular .description {
    margin-top:13px
  }
  .molecular .actions {
    margin-top:24px
  }
  .gold .photo {
    object-position:78% top
  }
  .gold:before {
    background:linear-gradient(0deg,#3b3d35 0%,#3b3d35 25%,#3b3d35ce 45%,#3b3d3500 78%)
  }
  .detox .photo {
    object-position:80% top
  }
  .detox:before {
    background:linear-gradient(0deg,#e5e7e2 0%,#e5e7e2 25%,#e5e7e2d6 45%,#e5e7e200 76%)
  }
  .philosophy {
    padding:60px 24px
  }
  .philosophy .kicker {
    font-size:.75rem
  }
  .philosophy h2 {
    font-size:2.8rem
  }
  .pillars {
    grid-template-columns:1fr;
    margin-top:45px;
    gap:30px
  }
  .pillar {
    position:relative;
    padding:20px 0 0 42px
  }
  .pillar .number {
    position:absolute;
    left:0;
    top:22px
  }
  .pillar h3 {
    font-size:1.5rem;
    margin:0 0 14px
  }
  .pillar p {
    font-size:1rem
  }
  .pro-strip {
    margin-top:40px;
    padding-top:26px;
    flex-direction:column;
    align-items:flex-start;
    gap:15px
  }
  .pro-strip p {
    font-size:1rem
  }
  .pro-strip .text-link {
    font-size:.875rem;
    white-space:normal
  }
  .salons {
    padding:60px 24px;
    gap:28px
  }
  .salons .kicker {
    font-size:.75rem;
    margin-bottom:25px
  }
  .salons h2 {
    font-size:3.65rem;
    max-width:9ch
  }
  .salons-copy>p {
    font-size:1rem
  }
  .salons .actions {
    gap:18px
  }
  .salons .contact-note {
    font-size:.75rem
  }
  .faq {
    margin-top:35px
  }
  .footer {
    padding:45px 24px 22px
  }
  .footer-top {
    flex-direction:column;
    gap:40px
  }
  .footer-statement {
    font-size:1.7rem
  }
  .footer-nav {
    justify-content:space-between;
    gap:25px;
    font-size:.8125rem
  }
  .footer-nav strong {
    font-size:.75rem
  }
  .footer-mark {
    font-size:16vw;
    letter-spacing:0;
    margin:50px 0 25px
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:14px;
    font-size:.75rem
  }
  .campaign-credit {
    font-size:.75rem
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important
  }
}
