@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500&display=swap');

:root {
  --ink: #171311;
  --ink-soft: #504943;
  --black: #0b0a09;
  --cream: #fbf7f1;
  --blush: #f7e8ea;
  --blush-deep: #e8c9ce;
  --gold: #d8b462;
  --gold-light: #f3dda0;
  --line: rgba(23, 19, 17, 0.12);
  --white: #ffffff;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px 28px;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}

.site-header.scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(11, 10, 9, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
}

.nav-wrap {
  max-width: var(--max-width);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 150px;
  height: 62px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s ease;
}

.site-nav a:hover {
  color: var(--gold-light);
}

.site-nav .nav-contact {
  border: 1px solid rgba(243, 221, 160, .6);
  border-radius: 999px;
  padding: 11px 20px;
  color: var(--gold-light);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 1px;
  background: var(--white);
  margin: 6px 0;
}

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 150px 28px 100px;
  background:
    radial-gradient(circle at 50% 34%, rgba(216, 180, 98, .08), transparent 30%),
    linear-gradient(145deg, #070605, #12100e 55%, #090807);
  color: var(--white);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  width: 460px;
  height: 460px;
  left: -250px;
  top: 18%;
  background: rgba(234, 184, 194, .11);
}

.hero-glow-two {
  width: 520px;
  height: 520px;
  right: -330px;
  bottom: -120px;
  background: rgba(216, 180, 98, .11);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: #b68a35;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 12px;
  font-weight: 600;
}

.hero .eyebrow,
.contact-banner .eyebrow,
.statement-section .eyebrow {
  color: var(--gold-light);
}

.hero-logo {
  width: min(410px, 80vw);
  margin: 0 auto 25px;
}


.location-pill {
  width: fit-content;
  margin: 0 auto 24px;
  padding: 8px 16px;
  border: 1px solid rgba(243, 221, 160, .3);
  border-radius: 999px;
  color: var(--gold-light);
  background: rgba(255, 255, 255, .035);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
}

.footer-location {
  color: rgba(255, 255, 255, .48);
  font-size: 14px;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.statement-inner h2,
.contact-banner h2,
.faq-heading h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
}

.hero h1 {
  margin: 0;
  font-size: clamp(42px, 6.5vw, 84px);
  line-height: .99;
  letter-spacing: -.035em;
}

.hero-copy {
  max-width: 620px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .68);
  font-size: 18px;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  min-width: 165px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  border-radius: 999px;
  padding: 14px 26px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #17110a;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, .22);
  color: var(--white);
  background: rgba(255, 255, 255, .035);
}

.scroll-hint {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 9px;
  display: grid;
  justify-items: center;
  gap: 10px;
}

.scroll-hint i {
  width: 1px;
  height: 38px;
  background: linear-gradient(var(--gold-light), transparent);
}

.section {
  padding: 120px 28px;
}

.section-light {
  background: var(--cream);
}

.section-heading,
.faq-heading {
  max-width: 720px;
  margin: 0 auto 65px;
  text-align: center;
}

.section-heading h2,
.about-copy h2,
.faq-heading h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 63px);
  line-height: 1.03;
  letter-spacing: -.03em;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.service-grid {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  min-height: 330px;
  padding: 38px 30px;
  border-right: 1px solid var(--line);
  transition: background .25s ease, transform .25s ease;
}

.service-card:last-child {
  border-right: 0;
}

.service-card:hover {
  background: var(--white);
  transform: translateY(-5px);
}

.service-number {
  color: #a98b55;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 16px;
}

.service-card h3 {
  margin: 50px 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
}

.service-card p {
  color: var(--ink-soft);
  font-size: 15px;
}

.service-card a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #8d6b2b;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.service-card a span,
.text-link span {
  transition: transform .2s ease;
}

.service-card a:hover span,
.text-link:hover span {
  transform: translateX(5px);
}

.service-note {
  max-width: var(--max-width);
  margin: 28px auto 0;
  color: var(--ink-soft);
  text-align: center;
  font-size: 14px;
}

.statement-section {
  background:
    linear-gradient(rgba(10,9,8,.92), rgba(10,9,8,.92)),
    radial-gradient(circle at center, #7c6437, #0d0c0b 60%);
  color: var(--white);
  padding: 120px 28px;
  text-align: center;
}

.statement-inner {
  max-width: 880px;
  margin: auto;
}

.statement-inner .ornament {
  display: block;
  color: var(--gold-light);
  font-size: 28px;
  margin-bottom: 28px;
}

.statement-inner p {
  color: var(--gold-light);
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 24px;
}

.statement-inner h2 {
  margin: 24px 0 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.03;
}

.about-section {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.about-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 17px;
}

.about-copy h2 {
  margin-bottom: 30px;
}

.about-art {
  min-height: 540px;
  position: relative;
}

.art-card {
  position: absolute;
  border-radius: 34px;
}

.art-card-main {
  width: 80%;
  height: 92%;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 65px 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.8), transparent 28%),
    linear-gradient(145deg, #f5e3e5, #efd8da 52%, #d7b4bb);
  box-shadow: 0 30px 70px rgba(79, 47, 52, .15);
}

.art-card-main::before {
  content: "";
  width: 55%;
  height: 48%;
  position: absolute;
  top: 14%;
  left: 23%;
  border: 1px solid rgba(80, 45, 50, .16);
  border-radius: 50% 50% 48% 52%;
  transform: rotate(-12deg);
}

.nail-swatch {
  width: 48px;
  border-radius: 26px 26px 16px 16px;
  box-shadow: inset 0 4px 10px rgba(255,255,255,.38), 0 12px 20px rgba(69,38,43,.14);
}

.swatch-one { height: 138px; background: #f2c8cf; transform: rotate(12deg) translateY(10px); }
.swatch-two { height: 170px; background: #b86070; transform: rotate(5deg); }
.swatch-three { height: 188px; background: #6c2433; }
.swatch-four { height: 170px; background: #d99da8; transform: rotate(-5deg); }
.swatch-five { height: 138px; background: #f7e8e9; transform: rotate(-12deg) translateY(10px); }

.art-card-small {
  width: 220px;
  height: 190px;
  bottom: 0;
  left: 0;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--black);
  color: var(--white);
  border: 1px solid rgba(216,180,98,.28);
  box-shadow: 0 22px 50px rgba(0,0,0,.2);
}

.art-card-small span {
  color: var(--gold-light);
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 25px;
}

.art-card-small strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}

.art-card-small i {
  color: var(--gold-light);
  margin-top: 10px;
}

.steps {
  max-width: var(--max-width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.step {
  padding: 38px;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.45);
}

.step span {
  color: #a8874b;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
}

.step h3 {
  margin: 70px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  font-weight: 500;
}

.step p {
  color: var(--ink-soft);
  margin: 0;
}

.contact-banner {
  padding: 120px 28px;
  background:
    radial-gradient(circle at top left, rgba(216,180,98,.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(232,201,206,.13), transparent 30%),
    var(--black);
  color: var(--white);
  text-align: center;
}

.contact-banner-inner {
  max-width: 770px;
  margin: auto;
}

.contact-banner h2 {
  margin: 0;
  font-size: clamp(50px, 7vw, 88px);
  letter-spacing: -.04em;
}

.contact-banner p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px auto;
  color: rgba(255,255,255,.66);
  font-size: 17px;
}

.button-gold {
  margin-top: 14px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #17110a;
}

.email-link {
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  color: rgba(255,255,255,.66);
  text-underline-offset: 4px;
}

.faq-section {
  max-width: 940px;
  margin: auto;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 25px 52px 25px 0;
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 23px;
  color: #9b7a3e;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 680px;
  margin: -4px 0 28px;
  color: var(--ink-soft);
}

.faq-list details a {
  color: #8d6b2b;
}

.site-footer {
  background: #080706;
  color: rgba(255,255,255,.7);
  padding: 75px 28px 28px;
}

.footer-inner,
.footer-bottom {
  max-width: var(--max-width);
  margin: auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 50px;
}

.footer-brand img {
  width: 230px;
}

.footer-copy p {
  margin: 0 0 8px;
}

.footer-copy a,
.footer-links a,
.footer-bottom a {
  color: var(--gold-light);
  text-decoration: none;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 55px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 950px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-copy {
    max-width: 720px;
  }

  .about-art {
    max-width: 620px;
    width: 100%;
    margin: auto;
  }
}

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

  .brand img {
    width: 128px;
    height: 56px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 60;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    background: rgba(8, 7, 6, .98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
  }

  .site-nav .nav-contact {
    font-family: "DM Sans", Arial, sans-serif;
    font-size: 15px;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .section {
    padding: 88px 20px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

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

  .service-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-card h3 {
    margin-top: 32px;
  }

  .statement-section,
  .contact-banner {
    padding: 90px 20px;
  }

  .about-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-art {
    min-height: 430px;
  }

  .art-card-main {
    width: 88%;
    padding: 50px 20px;
  }

  .art-card-small {
    width: 180px;
    height: 155px;
    padding: 27px;
  }

  .nail-swatch {
    width: 38px;
  }

  .swatch-one, .swatch-five { height: 108px; }
  .swatch-two, .swatch-four { height: 138px; }
  .swatch-three { height: 155px; }

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

  .step {
    min-height: auto;
  }

  .step h3 {
    margin-top: 45px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
