:root {
  --ink: #2d2527;
  --muted: #76696b;
  --rose: #c99ba0;
  --rose2: #ead7d9;
  --cream: #fcf8f7;
  --line: #e8dcdc;
  --white: #fff;
  --dark: #292123;
  --max: 1180px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream) url("images/updatedbackground.png") center/cover fixed;
  line-height: 1.6
}

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

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

button {
  font: inherit
}

.container {
  width: min(var(--max), calc(100% - 42px));
  margin: auto
}

.section {
  padding: 94px 0
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  color: var(--rose);
  font-weight: 600
}

.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 52px
}

.section-head h2 {
  font-family: var(--serif);
  font-size: clamp(45px, 5vw, 68px);
  font-weight: 500;
  line-height: .95;
  margin: 10px 0 18px
}

.section-head p {
  color: var(--muted);
  font-size: 13px
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 10px;
  font-weight: 600;
  transition: .25s
}

.btn:hover {
  background: var(--rose);
  border-color: var(--rose);
  transform: translateY(-2px)
}

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

.btn.outline {
  background: transparent;
  color: inherit
}

.topbar {
  height: 34px;
  background: var(--dark);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 34px;
  width: 100%;
  color: #fff
}

.site-header.scrolled {
  position: fixed;
  top: 0;
  background: rgba(41, 33, 35, .97);
  box-shadow: 0 4px 20px #0002
}

.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff4
}

.brand {
  font-family: var(--serif);
  font-size: 31px;
  line-height: .75;
  white-space: nowrap
}

.brand small {
  display: block;
  text-align: center;
  font: 600 7px var(--sans);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 8px
}

.navlinks {
  display: flex;
  gap: 25px;
  align-items: center;
  list-style: none
}

.navlinks a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.navlinks a:hover {
  color: #f0cdd0
}

.book-link {
  padding: 10px 16px;
  border: 1px solid #fff8
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 27px;
  cursor: pointer
}

.hero {
  min-height: 820px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;

  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(15, 12, 12, 0.55) 0%,
      rgba(15, 12, 12, 0.30) 50%,
      rgba(15, 12, 12, 0.18) 100%);
  z-index: 1;
  background:
    linear-gradient(90deg, #251d1fc2 0%, #251d1f65 48%, #251d1f20 100%),
    url("images/updatedbackground.png") center/cover
}

.hero-content {
  padding-top: 85px;
  max-width: 770px
}

.hero-content .kicker {
  color: #efd1d4;
  font-family: "Cormorant Garamond", serif;
}

.hero h1 {
  font-size: clamp(4rem, 6vw, 6.5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  max-width: 750px;
}

.hero p {
  font-family: "Montserrat", sans-serif;
}

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

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center
}

.intro-photo {
  height: 590px;
  background: var(--rose2);
  overflow: hidden
}

.intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.intro-copy h2 {
  font: 500 clamp(46px, 5vw, 70px)/.9 var(--serif);
  margin: 12px 0 25px
}

.intro-copy p {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 14px
}

.signature {
  font: italic 30px var(--serif);
  margin: 25px 0
}

.services {
  background: #f6ebeb
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.service-card {
  position: relative;
  height: 350px;
  overflow: hidden;
  background: var(--rose2)
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.service-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #201719c9, #20171905 65%)
}

.service-card:hover img {
  transform: scale(1.06)
}

.service-card-content {
  position: absolute;
  z-index: 2;
  left: 25px;
  right: 25px;
  bottom: 24px;
  color: #fff
}

.service-card h3 {
  font: 500 31px/1 var(--serif);
  margin-bottom: 11px
}

.service-card a {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff8
}

.feature-strip {
  background: var(--dark);
  color: #fff;
  padding: 65px 0
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center
}

.feature {
  padding: 0 35px
}

.feature:not(:last-child) {
  border-right: 1px solid #fff2
}

.feature strong {
  font: 500 42px var(--serif);
  color: #dfb5b9
}

.feature h3 {
  font: 500 27px var(--serif);
  margin: 3px 0 5px
}

.feature p {
  font-size: 11px;
  color: #fff8
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px
}

.price-category {
  border-top: 1px solid var(--line);
  padding-top: 22px
}

.price-category h3 {
  font: 500 38px var(--serif);
  margin-bottom: 16px
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line)
}

.price-name {
  font-size: 11px;
  font-weight: 600
}

.price-desc {
  font-size: 9px;
  color: var(--muted)
}

.price-value {
  font: 500 22px var(--serif);
  white-space: nowrap
}

.notice {
  margin-top: 40px;
  background: var(--rose2);
  padding: 16px;
  text-align: center;
  font-size: 10px;
  color: var(--muted)
}

.gallery {
  background: #f6ebeb
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 235px;
  gap: 10px
}

.gallery-item {
  overflow: hidden;
  cursor: pointer;
  background: var(--rose2)
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(8) {
  grid-row: span 2
}

.gallery-item:nth-child(5) {
  grid-column: span 2
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s
}

.gallery-item:hover img {
  transform: scale(1.05)
}

.page-hero {
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding-bottom: 65px;
  background:
    linear-gradient(90deg, rgba(32, 24, 23, .78), rgba(32, 24, 23, .38)),
    url("images/updatedbackground.png") center 42%/cover no-repeat
}

.page-hero h1 {
  font: 500 clamp(62px, 8vw, 95px)/.85 var(--serif)
}

.page-hero p {
  margin-top: 16px;
  color: #fffC;
  max-width: 560px;
  font-size: 13px
}

.booking-band h2 {
  font: 500 55px/1 var(--serif);
  margin-bottom: 16px
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 65px
}

.contact-info h2 {
  font: 500 65px/.9 var(--serif);
  margin: 10px 0 30px
}

.contact-block {
  margin: 0 0 24px
}

.contact-block label {
  display: block;
  color: var(--rose);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase
}

.contact-block p,
.contact-block a {
  font-size: 20px;
  color: var(--muted)
}

.map {
  min-height: 480px;
  background: #e4d6d6
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  filter: grayscale(1)
}

footer {
  background: var(--dark);
  color: #fff;
  padding: 65px 0 25px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px
}

.footer-brand {
  font: 38px var(--serif);
  margin-bottom: 12px
}

.footer-about {
  font-size: 11px;
  color: #fff7;
  max-width: 290px
}

.footer-title {
  font-size: 9px;
  letter-spacing: 2px;
  color: #e1b8bb;
  text-transform: uppercase;
  margin-bottom: 15px
}

.footer-links {
  list-style: none
}

.footer-links li {
  margin-bottom: 9px
}

.footer-links a {
  font-size: 20px;
  color: #fff9
}

.footer-bottom {
  border-top: 1px solid #fff2;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #fff6;
  font-size: 9px
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #130e0fd9;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px
}

.lightbox.open {
  display: flex
}

.lightbox img {
  max-width: 95vw;
  max-height: 90vh;
  width: auto
}

.lightbox button {
  position: absolute;
  top: 20px;
  right: 25px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer
}

@media(max-width:900px) {
  .navlinks {
    gap: 13px
  }

  .service-grid {
    grid-template-columns: 1fr 1fr
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:720px) {
  .container {
    width: calc(100% - 28px)
  }

  .section {
    padding: 70px 0
  }

  .menu-toggle {
    display: block
  }

  .navlinks {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(86vw, 360px);
    height: 100dvh;
    margin: 0;
    padding: 105px 30px 40px;
    box-sizing: border-box;
    background: rgba(43, 35, 37, .98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    transform: translateX(110%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .3s ease, visibility 0s linear .3s;
    box-shadow: -18px 0 45px rgba(0, 0, 0, .22);
    overflow-y: auto;
  }

  .navlinks.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: transform .3s ease, opacity .3s ease;
  }

  .navlinks a {
    font-size: 12px;
    padding: 6px 10px;
  }

  .navlinks a {
    font-size: 12px
  }

  .hero {
    min-height: 700px
  }

  .hero h1 {
    font-size: 65px
  }

  .intro-grid,
  .price-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .intro-photo {
    height: 400px
  }

  .service-grid {
    grid-template-columns: 1fr
  }

  .service-card {
    height: 390px
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .feature:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #fff2;
    padding-bottom: 30px
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 170px
  }

  .gallery-item:nth-child(5) {
    grid-column: span 2
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center
  }

  .page-hero {
    min-height: 390px
  }
}

@media(max-width:720px) {
  body.menu-open {
    overflow: hidden;
  }
}


/* Future Nail Salon - services/about refresh */
.nav-logo {
  filter: grayscale(1) brightness(0);
  width: 170px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 9px;
  font-weight: 600;
}

.nav-cta:hover {
  background: #fff;
  color: var(--ink)
}

.services-hero,
.about-hero {
  background:
    linear-gradient(90deg, rgba(30, 25, 24, .78), rgba(30, 25, 24, .34)),
    url("images/updatedbackground.png") center 42%/cover no-repeat;
}

.service-menu-section {
  background: #fbf8f4
}

.menu-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start
}

.menu-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font: 15px var(--sans);
}

.menu-card {
  background: #fff;
  border: 1px solid #e8ddd4;
  box-shadow: 0 8px 28px rgba(50, 35, 27, .07);
  padding: 0 25px 22px;
}

.menu-ribbon {
  margin: 0 -25px 12px;
  padding: 12px 20px;
  background: #2d2527;
  color: #fff;
  font: 600 16px var(--sans);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: center;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #e9e1d8;
}

.menu-item:last-of-type {
  border-bottom: 0
}

.menu-item h3 {
  font: 700 15px var(--sans);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.menu-item h3 span {
  font-weight: 600;
  font-size: 12px
}

.menu-item p {
  font-size: 12px;
  line-height: 1.55;
  color: var;
  max-width: 470px;
  font-weight: 450;
}

.menu-item>strong,
.simple-row strong {
  font: 600 23px var(--serif);
  white-space: nowrap;
}

.menu-headline {
  display: flex;
  justify-content: space-between;
  padding: 0 2px 6px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}

.simple-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px dotted #cfc3ba;
  font: 700 15px var(--sans);

}

.simple-row:last-child {
  border-bottom: 0
}

.menu-note {
  text-align: center;
  color: var(--muted);
  font-size: 9px;
  margin: 0 0 12px
}

.enhancement-head,
.enhancement-row {
  display: grid;
  grid-template-columns: 1fr 72px 72px;
  gap: 10px;
  align-items: center;
}

.enhancement-head {
  padding: 0 0 6px;
  text-align: center;
  text-transform: uppercase;
  font-size: 8px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 1px;
}

.enhancement-row {
  padding: 11px 0;
  border-bottom: 1px dotted #cfc3ba;
  font-size: 11px;
}

.enhancement-row span {
  font: 700 15px var(--sans);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.enhancement-row b {
  text-align: center;
  font: 15px var(--sans);
  font: 600 23px var(--serif);
  white-space: nowrap;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 18px
}

.mini-grid>div {
  border: 1px solid #e5dbd3;
  background: #fcfaf8;
  padding: 11px
}

.mini-grid h4 {
  margin: -11px -11px 7px;
  padding: 7px 9px;
  background: #2d2527;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mini-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px dotted #cfc3ba;
  font: 700 15px var(--sans);

}

.mini-row:last-child {
  border-bottom: 0
}

.mini-row b {
  font: 600 23px var(--serif);
}

.menu-footer-notice {
  margin-top: 28px;
  padding: 17px 20px;
  background: #2d2527;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  font-size: 9px;
}

.menu-footer-notice strong {
  font-weight: 600
}

.menu-footer-notice span {
  color: #ead7d9
}

.about-photo img {
  object-fit: cover
}

.about-details {
  background: #f6ebeb
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.about-cards article {
  background: #fff;
  border: 1px solid #e7dcd4;
  padding: 30px;
  min-height: 220px;
}

.about-cards article>span {
  display: block;
  color: var(--rose);
  font: 600 12px var(--sans);
  letter-spacing: 2px;
  margin-bottom: 22px;
}

.about-cards h3 {
  font: 500 32px var(--serif);
  margin-bottom: 10px
}

.about-cards p {
  font-size: 11px;
  line-height: 1.8;
  color: var(--muted)
}

.about-contact-card {
  margin-top: 22px;
  padding: 28px;
  background: #2d2527;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 30px;
  align-items: center;
}

.about-contact-card .kicker {
  color: #e1b8bb
}

.about-contact-card h3 {
  font: 500 28px var(--serif);
  margin: 7px 0 2px
}

.about-contact-card p {
  font-size: 10px;
  color: #fff9
}

.about-contact-card .btn {
  border-color: #fff;
  background: #fff;
  color: var(--ink)
}

@media(max-width:900px) {
  .nav-cta {
    display: none
  }

  .menu-layout {
    grid-template-columns: 1fr
  }

  .about-cards {
    grid-template-columns: 1fr
  }

  .about-contact-card {
    grid-template-columns: 1fr
  }
}

@media(max-width:720px) {
  .nav-logo {
    width: 130px;
    height: 62px
  }

  .menu-card {
    padding: 0 16px 18px
  }

  .menu-ribbon {
    margin: 0 -16px 10px;
    font-size: 13px
  }

  .menu-item {
    grid-template-columns: 1fr auto;
    gap: 10px
  }

  .menu-item h3 {
    font-size: 12px
  }

  .menu-item h3 span {
    font-size: 10px
  }

  .menu-item p {
    font-size: 9px
  }

  .menu-item>strong,
  .simple-row strong {
    font: 600 23px var(--serif);
  }

  .enhancement-head,
  .enhancement-row {
    grid-template-columns: 1fr 55px 55px
  }

  .enhancement-row {
    font-size: 9px
  }

  .enhancement-row b {
    font: 600 23px var(--serif);
  }

  .mini-grid {
    grid-template-columns: 1fr
  }

  .menu-footer-notice {
    flex-direction: column;
    text-align: center
  }

  .about-contact-card h3 {
    font-size: 25px
  }
}


/* Future Salon interior background update */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(rgba(252, 248, 247, .88), rgba(252, 248, 247, .92)), url("images/future-salon-interior.jpg") center/cover no-repeat;
  transform: scale(1.02);
}

.page-hero {
  background-image:
    linear-gradient(90deg, rgba(35, 27, 27, .80), rgba(35, 27, 27, .34)),
    url("images/updatedbackground.png");
  background-position: center 42%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-photo img {
  object-position: center center;
}

.gallery-grid .salon-photo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-grid .salon-photo img {
  object-fit: contain;
  background: #fff;
}

@media(max-width:720px) {
  .site-header {
    top: 34px;
  }

  .navlinks {
    z-index: 1000;
  }
}