/* Local brand fonts */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "DM Sans", Arial, sans-serif;
  --ink: #171719;
  --wine: #b9913d;
  --gold: #c5a04a;
  --gold-light: #e0c476;
  --pink: #e7c7d2;
  --soft-pink: #f4e2e8;
  --paper: #f8e9ee;
  --soft-gray: #d7d5d2;
  --white: #f8e9ee;
  --silver: #d8d5d4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 5%, #fceff3, transparent 32rem),
    linear-gradient(145deg, #faedf2 0%, var(--paper) 55%, #f2dfe6 100%);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  overflow-x: hidden;
}

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

button {
  color: inherit;
  font: inherit;
}

h1,
h2,
h3,
.brand,
.footer-brand,
.marquee span,
.script-word,
.signature strong {
  font-family: Georgia, "Times New Roman", serif;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.035;
  pointer-events: none;
  background:
    repeating-linear-gradient(38deg, transparent 0 3px, rgba(33, 27, 29, 0.22) 4px 5px),
    repeating-linear-gradient(112deg, transparent 0 7px, rgba(255, 255, 255, 0.4) 8px 9px);
  background-size: 11px 13px, 17px 19px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--gold-light);
  background: rgba(67, 67, 70, 0.97);
  border-bottom: 1px solid rgba(197, 160, 74, 0.28);
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.brand b,
.footer-brand b {
  font-style: italic;
  color: var(--gold-light);
}

.brand-mark {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(33, 27, 29, 0.24);
  border-radius: 50%;
  font-family: var(--font-display), Georgia, serif;
  font-style: italic;
  font-size: 1.65rem;
}

.profile-logo {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(212, 159, 44, 0.45);
  border-radius: 12px;
  object-fit: contain;
  background: #000;
  box-shadow: 0 4px 18px rgba(33, 27, 29, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  padding: 12px 22px;
  color: #1c1c1e;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-family: var(--font-sans), Arial, sans-serif;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.header-cta:hover {
  color: var(--gold-light);
  background: var(--ink);
  transform: translateY(-2px);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 146px clamp(24px, 7vw, 112px) 68px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 250, 252, 0.62), transparent 48%),
    radial-gradient(circle at 72% 42%, rgba(231, 165, 191, 0.3), transparent 31rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  animation: introUp 0.9s 0.1s both;
}

.overline {
  margin: 0 0 22px;
  color: var(--wine);
  font-family: var(--font-display), Georgia, serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(4.3rem, 7vw, 8.4rem);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.065em;
}

.hero h1 span {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0.14em 0 0.08em 0.42em;
  color: var(--wine);
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
}

.hero h1 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -0.12em;
  right: -0.1em;
  bottom: 0.02em;
  height: 0.22em;
  border-radius: 50%;
  background: var(--pink);
  opacity: 0.45;
  transform: rotate(-1deg);
}

.hero-intro {
  max-width: 510px;
  margin: 32px 0;
  color: rgba(33, 27, 29, 0.68);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.7;
}

.hero-actions,
.visit-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button {
  min-height: 56px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 999px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

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

.button-dark {
  color: #1c1c1e;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 16px 40px rgba(33, 27, 29, 0.18);
}

.button-dark:hover {
  color: var(--gold-light);
  background: var(--ink);
}

.text-link,
.map-link {
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 700;
}

.text-link span {
  margin-left: 10px;
}

.hero-visual {
  position: relative;
  height: min(70vw, 710px);
  max-height: 710px;
  animation: introScale 1s 0.25s both;
}

.hero-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--soft-pink);
  box-shadow: 0 28px 80px rgba(62, 33, 43, 0.19);
}

.hero-image img,
.manifesto-photo img,
.portfolio-item img {
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-image-main {
  top: 0;
  right: 8%;
  width: 68%;
  height: 82%;
  border-radius: 48% 48% 34px 34px;
  transform: rotate(2deg);
}

.hero-image-main:hover img {
  transform: scale(1.04);
}

.hero-image-small {
  left: 0;
  bottom: 1%;
  z-index: 3;
  width: 35%;
  height: 42%;
  border: 10px solid var(--paper);
  border-radius: 999px 999px 26px 26px;
  transform: rotate(-7deg);
}

.polish-stroke {
  position: absolute;
  top: 14%;
  right: 0;
  width: 72%;
  height: 52%;
  border: 25px solid rgba(233, 169, 185, 0.35);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(22deg);
  filter: blur(1px);
}

.vertical-note {
  position: absolute;
  top: 6%;
  right: -4%;
  margin: 0;
  color: rgba(33, 27, 29, 0.45);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

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

.orb-one {
  width: 360px;
  height: 360px;
  top: 7%;
  left: 34%;
  background: radial-gradient(circle at 35% 35%, #fff, #dfdcdb 40%, #999 72%, #eee);
  opacity: 0.14;
}

.orb-two {
  width: 260px;
  height: 260px;
  right: -100px;
  bottom: -80px;
  background: var(--pink);
  opacity: 0.22;
}

.hero-scroll {
  position: absolute;
  left: clamp(24px, 7vw, 112px);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(33, 27, 29, 0.45);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-scroll span {
  width: 44px;
  height: 1px;
  background: currentColor;
}

.hero-personal {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center start;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: #443b3b;
}

.hero-personal-image {
  z-index: -3;
  object-fit: contain;
  object-position: right center;
  transform: none;
}

.hero-personal-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(20, 20, 21, 0.02) 20%, rgba(20, 20, 21, 0.2) 62%, rgba(20, 20, 21, 0.62) 100%),
    linear-gradient(90deg, #171719 0%, rgba(23, 23, 25, 0.96) 34%, rgba(23, 23, 25, 0.3) 67%, rgba(23, 23, 25, 0.04) 100%);
}

.hero-personal-copy {
  width: min(650px, calc(100% - 48px));
  margin: 16vh 0 0 clamp(32px, 7vw, 110px);
  display: grid;
  justify-items: start;
  text-align: left;
  text-shadow: 0 2px 30px rgba(24, 12, 17, 0.55);
  animation: introUp 0.9s 0.1s both;
}

.hero-personal-copy .overline {
  margin-bottom: 18px;
}

.hero-personal-copy h1 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(4.6rem, 7.5vw, 8.5rem);
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: -0.06em;
}

.hero-personal-copy h1 span {
  display: block;
  margin-top: 0.3em;
  color: var(--gold-light);
  font-size: 0.42em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.015em;
}

.hero-personal-copy > p:not(.overline) {
  max-width: 480px;
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.65;
}

.hero-personal-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-book-button {
  color: #1c1c1e;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 18px 48px rgba(31, 13, 20, 0.28);
  text-shadow: none;
}

.hero-book-button:hover {
  color: var(--gold-light);
  background: #252528;
}

.hero-work-link {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-personal-location {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: 34px;
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-personal + .marquee {
  position: relative;
  z-index: 4;
  margin-top: -4px;
}

.marquee {
  padding: 22px 0;
  color: white;
  background: #111112;
  overflow: hidden;
  transform: rotate(-1.2deg) scale(1.02);
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 38px;
  animation: marquee 25s linear infinite;
}

.marquee span {
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-style: italic;
}

.marquee i {
  color: var(--gold-light);
  font-style: normal;
}

.section-shell {
  padding: clamp(95px, 11vw, 170px) clamp(24px, 7vw, 112px);
}

.section-heading {
  max-width: 730px;
}

.section-heading h2,
.work-heading h2,
.manifesto-copy h2,
.visit-copy h2 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(3.6rem, 6.7vw, 7.4rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.section-heading h2 em,
.work-heading h2 em {
  color: var(--wine);
  font-weight: 400;
}

.section-heading > p:last-child {
  max-width: 540px;
  margin: 30px 0 0 auto;
  color: rgba(33, 27, 29, 0.63);
  font-size: 1.08rem;
  line-height: 1.75;
}

.services {
  background: rgba(248, 233, 238, 0.96);
}

.service-list {
  margin-top: 85px;
  border-top: 1px solid rgba(33, 27, 29, 0.18);
}

.service-card {
  min-height: 170px;
  padding: 34px 18px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 30px;
  align-items: center;
  border-bottom: 1px solid rgba(33, 27, 29, 0.18);
  transition: 0.35s ease;
  color: inherit;
  text-decoration: none;
}

.service-card:hover {
  padding-left: 32px;
  color: white;
  background: #59595d;
}

.service-number {
  align-self: start;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.service-card h3 {
  margin: 0 0 9px;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(2.45rem, 4vw, 4.65rem);
  font-weight: 500;
}

.service-card p {
  max-width: 570px;
  margin: 0;
  color: rgba(33, 27, 29, 0.62);
  font-size: 1.08rem;
  line-height: 1.65;
  transition: color 0.35s;
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.72);
}

.service-arrow {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.35rem;
}

.service-card:hover .service-arrow {
  color: var(--gold-light);
}

.beauty-edit {
  padding-top: clamp(95px, 11vw, 165px);
  padding-bottom: clamp(95px, 11vw, 165px);
  color: white;
  background: linear-gradient(145deg, #202022, #111112);
}

.beauty-edit-heading {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 30px;
  align-items: end;
}

.beauty-edit-heading .overline {
  grid-column: 1 / -1;
}

.beauty-edit-heading h2 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.06em;
}

.beauty-edit-heading h2 em {
  color: var(--gold-light);
  font-weight: 400;
}

.beauty-edit-heading > p:last-child {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.75;
}

.beauty-edit-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 0.92fr;
  gap: 20px;
}

.beauty-feature {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  isolation: isolate;
  background: #33292c;
}

.beauty-feature-brows {
  min-height: 590px;
  margin-top: 120px;
  border-radius: 260px 260px 18px 18px;
}

.beauty-feature-pedicure {
  min-height: 640px;
  margin-top: 48px;
  border-radius: 18px 18px 240px 240px;
}

.beauty-feature > img {
  z-index: -2;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.beauty-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 42%, rgba(22, 12, 16, 0.86));
}

.beauty-feature:hover > img {
  transform: scale(1.045);
}

.beauty-feature-number {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 700;
}

.beauty-feature > div {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.beauty-feature p,
.beauty-feature h3 {
  margin: 0;
}

.beauty-feature p,
.beauty-feature > div > span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.beauty-feature h3 {
  margin: 5px 0 18px;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(3.2rem, 5vw, 6rem);
  font-weight: 500;
  line-height: 0.9;
}

.manifesto {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  background: linear-gradient(135deg, #f1dce3, #faedf2);
}

.our-salon {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
  background: var(--soft-pink);
}

.our-salon-photo {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-radius: 8px 190px 8px 8px;
  box-shadow: 0 28px 80px rgba(23, 23, 25, 0.15);
}

.our-salon-photo img {
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.our-salon-photo:hover img {
  transform: scale(1.025);
}

.our-salon-copy h2 {
  margin: 0;
  font-size: clamp(4.2rem, 6vw, 7rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.our-salon-copy h2 em {
  color: var(--wine);
  font-weight: 400;
}

.our-salon-copy > p:not(.overline) {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(23, 23, 25, 0.68);
  line-height: 1.8;
}

.our-salon-copy .button {
  margin-top: 36px;
}

.manifesto-photo {
  position: relative;
  min-height: 720px;
  margin: 46px 0 46px 46px;
  overflow: hidden;
  border-radius: 320px 320px 24px 24px;
}

.manifesto-photo:hover img {
  transform: scale(1.045);
}

.manifesto-copy {
  position: relative;
  padding: clamp(85px, 10vw, 160px) clamp(40px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.manifesto-copy h2 {
  max-width: 600px;
  font-size: clamp(3.4rem, 5.5vw, 6rem);
}

.manifesto-copy > p:not(.overline):not(.script-word) {
  max-width: 540px;
  margin: 30px 0;
  color: rgba(33, 27, 29, 0.65);
  line-height: 1.8;
}

.script-word {
  position: absolute;
  top: 10%;
  right: 7%;
  margin: 0;
  color: rgba(111, 23, 52, 0.1);
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(6rem, 12vw, 13rem);
  font-style: italic;
  transform: rotate(-8deg);
}

.signature {
  display: flex;
  align-items: center;
  gap: 15px;
}

.signature img {
  border: 5px solid white;
  border-radius: 50%;
  object-fit: cover;
}

.signature span {
  display: grid;
  gap: 3px;
  color: rgba(33, 27, 29, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signature strong {
  color: var(--ink);
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
}

.work {
  background: linear-gradient(145deg, #1d1d1f, #101011);
  color: white;
}

.work-heading {
  margin-bottom: 70px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.work-heading h2 em {
  color: var(--gold-light);
}

.work-heading > a {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

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

.portfolio-item {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #33292c;
}

.portfolio-item:hover img {
  transform: scale(1.055);
}

.portfolio-item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 40px 18px 16px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(transparent, rgba(20, 10, 13, 0.72));
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s;
}

.portfolio-item:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.item-1 { border-radius: 220px 220px 18px 18px; }
.item-2 { margin-top: 72px; border-radius: 18px; }
.item-3 { border-radius: 18px 18px 220px 220px; }

.visit {
  background: var(--paper);
}

.visit-card {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  overflow: hidden;
  color: white;
  background: linear-gradient(135deg, #242426, #111112);
  border-radius: 38px;
  box-shadow: 0 28px 90px rgba(65, 15, 33, 0.2);
}

.visit-copy {
  padding: clamp(50px, 7vw, 100px);
}

.visit-copy h2 {
  color: var(--gold-light);
}

.visit-copy > p:not(.overline) {
  max-width: 560px;
  margin: 28px 0 45px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.visit-details {
  max-width: 640px;
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.visit-details > div {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.visit-details span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visit-details p,
.visit-details a {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

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

.visit-art {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--soft-pink);
}

.visit-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(111, 23, 52, 0.08), rgba(63, 12, 30, 0.38)),
    linear-gradient(90deg, transparent 55%, rgba(246, 215, 224, 0.2));
  pointer-events: none;
}

.visit-art-photo {
  object-fit: cover;
  object-position: 56% center;
  transform: scale(1.035);
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.visit-art:hover .visit-art-photo {
  transform: scale(1.08);
}

.location-pin {
  position: absolute;
  top: 10%;
  right: 12%;
  padding: 17px;
  border: 1px solid rgba(111, 23, 52, 0.35);
  border-radius: 50%;
  color: var(--wine);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
  color: white;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(74, 15, 36, 0.38);
  backdrop-filter: blur(10px);
}

.chrome-ball {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background:
    radial-gradient(circle at 28% 25%, rgba(255, 255, 255, 0.75), rgba(216, 216, 220, 0.24) 28%, rgba(72, 72, 78, 0.2) 58%, rgba(255, 255, 255, 0.32) 78%);
  box-shadow:
    inset -12px -12px 25px rgba(25, 25, 28, 0.14),
    0 20px 50px rgba(20, 20, 24, 0.16);
  backdrop-filter: blur(9px) saturate(0.8);
  opacity: 0.72;
}

.ball-one {
  width: 132px;
  height: 132px;
  left: 10%;
  top: 9%;
  animation: float 5.5s ease-in-out infinite;
}

.ball-two {
  width: 78px;
  height: 78px;
  right: 8%;
  bottom: 10%;
  animation: float 4.4s 0.5s ease-in-out infinite;
}

footer {
  padding: 45px clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 34px;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  background: #111112;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atlas-credit {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.atlas-credit a {
  color: rgba(255, 255, 255, 0.76);
  transition: color 180ms ease;
}

.atlas-credit a:hover,
.atlas-credit a:focus-visible {
  color: white;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: 0.25s ease;
}

.social-links a:hover {
  color: var(--wine);
  border-color: currentColor;
}

/* Service detail pages */
.detail-page {
  min-height: 100vh;
  background: var(--paper);
}

.detail-header {
  height: 104px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  background: #111112;
  border-bottom: 1px solid rgba(197, 160, 74, 0.28);
}

.detail-header .header-cta {
  display: inline-flex;
}

.detail-back {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-hero {
  min-height: calc(100svh - 104px);
  padding: 54px clamp(24px, 7vw, 112px) 80px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(45px, 8vw, 120px);
  align-items: center;
  overflow: hidden;
}

.detail-copy h1 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(5rem, 9vw, 10rem);
  font-weight: 500;
  line-height: 0.76;
  letter-spacing: -0.065em;
}

.detail-copy h1 em {
  display: block;
  margin-top: 0.2em;
  margin-left: 0.12em;
  color: var(--wine);
  font-size: 0.7em;
  font-weight: 400;
}

.detail-copy > p:not(.overline) {
  max-width: 540px;
  margin: 34px 0;
  color: rgba(33, 27, 29, 0.65);
  font-size: 1.16rem;
  line-height: 1.75;
}

.detail-cover {
  position: relative;
  min-height: 670px;
  margin: 0;
  overflow: hidden;
  border-radius: 320px 320px 28px 28px;
  background: var(--soft-pink);
  box-shadow: 0 30px 90px rgba(65, 20, 36, 0.18);
}

.detail-cover img,
.detail-gallery-grid img {
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.detail-cover:hover img,
.detail-gallery-grid figure:hover img {
  transform: scale(1.045);
}

.detail-cover span {
  position: absolute;
  left: 30px;
  bottom: 25px;
  padding: 12px 18px;
  color: white;
  background: rgba(33, 27, 29, 0.66);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.detail-about {
  padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px);
  display: grid;
  grid-template-columns: 0.45fr 1.15fr 0.7fr;
  gap: clamp(35px, 6vw, 90px);
  background: var(--soft-pink);
}

.detail-about h2,
.detail-gallery-heading h2,
.detail-cta h2 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(3.8rem, 6vw, 7rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.detail-about h2 em,
.detail-gallery-heading h2 em,
.detail-cta h2 em {
  color: var(--wine);
  font-weight: 400;
}

.detail-about > div > p {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(33, 27, 29, 0.64);
  font-size: 1.08rem;
  line-height: 1.8;
}

.detail-about ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(33, 27, 29, 0.18);
}

.detail-about li {
  padding: 21px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(33, 27, 29, 0.18);
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.6rem;
}

.detail-about li span {
  color: var(--wine);
  font-family: var(--font-display), Georgia, serif;
  font-size: 0.62rem;
  font-weight: 700;
}

.detail-gallery {
  padding: clamp(95px, 11vw, 170px) clamp(24px, 7vw, 112px);
  color: white;
  background: linear-gradient(145deg, #1d1d1f, #101011);
}

.detail-gallery-heading {
  margin-bottom: 70px;
}

.detail-gallery-heading h2 em {
  color: var(--gold-light);
}

.detail-gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: 340px;
  gap: 18px;
}

.detail-gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #33292c;
}

.detail-gallery-grid figure:first-child,
.detail-gallery-grid figure:last-child {
  grid-row: span 2;
  border-radius: 260px 260px 18px 18px;
}

.detail-gallery-grid figure:last-child {
  border-radius: 18px 18px 260px 260px;
}

.detail-cta {
  padding: clamp(90px, 11vw, 160px) 24px;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 50% 0%, rgba(197, 154, 61, 0.2), transparent 34rem),
    linear-gradient(145deg, #232325, #111112);
}

.detail-cta > img {
  margin-bottom: 28px;
  border: 6px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  object-fit: cover;
}

.detail-cta h2 {
  max-width: 800px;
  margin-bottom: 38px;
}

.detail-cta h2 em {
  color: var(--gold-light);
}

.detail-cta > div {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-brand {
  color: white;
  text-transform: none;
}

.mobile-book {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

@keyframes introUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes introScale {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-14px) rotate(3deg); }
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr 0.95fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero h1 {
    font-size: clamp(4rem, 8vw, 6rem);
  }

  .manifesto-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .portfolio-grid {
    grid-auto-rows: 90px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    height: 84px;
    padding: 0 20px;
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 0 9px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(33, 27, 29, 0.24);
    border-radius: 50%;
    background: transparent;
  }

  .menu-button span {
    width: 20px;
    height: 1px;
    background: currentColor;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 2;
    padding: 110px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    color: white;
    background: rgba(33, 27, 29, 0.97);
    font-family: var(--font-display), Georgia, serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
  }

  .hero {
    min-height: auto;
    padding: 122px 20px 85px;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hero-personal {
    min-height: 780px;
    place-items: end center;
  }

  .hero-personal-image {
    object-fit: contain;
    object-position: center top;
  }

  .hero-personal-shade {
    background: linear-gradient(180deg, rgba(22, 17, 18, 0.04) 28%, rgba(22, 17, 18, 0.26) 52%, rgba(22, 17, 18, 0.86) 100%);
  }

  .hero-personal-copy {
    width: calc(100% - 36px);
    margin: 0 0 92px;
    justify-items: center;
    text-align: center;
  }

  .hero-personal-copy h1 {
    font-size: clamp(4rem, 20vw, 6.2rem);
  }

  .hero-personal-copy > p:not(.overline) {
    margin: 22px 0;
    font-size: 0.93rem;
  }

  .hero-personal-actions {
    width: 100%;
    flex-direction: column;
    gap: 18px;
  }

  .hero-book-button {
    width: min(100%, 340px);
  }

  .hero-personal-location {
    display: none;
  }

  .hero h1 {
    font-size: clamp(4.2rem, 18vw, 6.4rem);
  }

  .hero h1 span {
    margin-left: 0.16em;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-visual {
    height: 600px;
    max-height: none;
  }

  .hero-image-main {
    right: 4%;
    width: 78%;
    height: 80%;
  }

  .hero-image-small {
    width: 43%;
    height: 42%;
  }

  .vertical-note {
    right: 0;
  }

  .hero-scroll {
    display: none;
  }

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

  .section-heading h2,
  .work-heading h2,
  .manifesto-copy h2,
  .visit-copy h2 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

  .section-heading > p:last-child {
    margin-left: 0;
  }

  .service-list {
    margin-top: 55px;
  }

  .service-card {
    min-height: 0;
    padding: 28px 4px;
    grid-template-columns: 38px 1fr auto;
    gap: 14px;
  }

  .service-card:hover {
    padding-left: 12px;
  }

  .service-card h3 {
    font-size: 2.75rem;
  }

  .service-card p {
    font-size: 1rem;
  }

  .service-arrow {
    width: 37px;
    height: 37px;
  }

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

  .our-salon {
    grid-template-columns: 1fr;
  }

  .our-salon-photo {
    min-height: 480px;
    border-radius: 8px 120px 8px 8px;
  }

  .beauty-edit-heading,
  .beauty-edit-grid {
    grid-template-columns: 1fr;
  }

  .beauty-edit-heading > p:last-child {
    margin-top: 8px;
  }

  .beauty-feature,
  .beauty-feature-brows,
  .beauty-feature-pedicure {
    min-height: 560px;
    margin-top: 0;
    border-radius: 10px;
  }

  .beauty-feature-hair {
    border-radius: 220px 220px 10px 10px;
  }

  .manifesto-photo {
    min-height: 590px;
    margin: 25px 20px 0;
  }

  .manifesto-copy {
    padding: 100px 24px 85px;
  }

  .script-word {
    top: 2%;
  }

  .work-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portfolio-item {
    min-height: 440px;
    margin: 0;
    border-radius: 10px;
  }

  .item-1,
  .item-2,
  .item-3 { border-radius: 150px 150px 10px 10px; }

  .portfolio-item figcaption {
    opacity: 1;
    transform: none;
  }

  .visit-card {
    grid-template-columns: 1fr;
    border-radius: 25px;
  }

  .visit-copy {
    padding: 62px 26px;
  }

  .visit-details {
    grid-template-columns: 1fr;
  }

  .visit-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .visit-art {
    min-height: 400px;
  }

  footer {
    padding-bottom: 110px;
    grid-template-columns: 1fr;
    gap: 15px;
    text-align: center;
  }

  .social-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .detail-header {
    height: 84px;
    padding: 0 20px;
    grid-template-columns: 1fr auto;
  }

  .detail-header .detail-back {
    display: none;
  }

  .detail-header .header-cta {
    display: inline-flex;
    padding: 10px 16px;
  }

  .detail-hero {
    min-height: auto;
    padding: 75px 20px 85px;
    grid-template-columns: 1fr;
  }

  .detail-copy h1 {
    font-size: clamp(4.7rem, 20vw, 7rem);
  }

  .detail-cover {
    min-height: 560px;
  }

  .detail-about {
    grid-template-columns: 1fr;
  }

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

  .detail-gallery-grid figure,
  .detail-gallery-grid figure:first-child,
  .detail-gallery-grid figure:last-child {
    grid-row: auto;
    border-radius: 12px;
  }

  .detail-gallery-grid figure:first-child {
    border-radius: 220px 220px 12px 12px;
  }

  .detail-cta > div {
    flex-direction: column;
  }

  .footer-brand {
    justify-content: center;
  }

  .mobile-book {
    position: fixed;
    z-index: 30;
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 58px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1c1c1e;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    box-shadow: 0 16px 45px rgba(55, 13, 28, 0.35);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (max-width: 430px) {
  .hero-visual {
    height: 500px;
  }

  .manifesto-photo {
    min-height: 500px;
  }

  .portfolio-grid {
    grid-auto-rows: 170px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

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

:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

/* Mobile-first polish: compact rhythm, predictable media, and safe viewport edges. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  img {
    max-width: 100%;
  }

  .site-header,
  .detail-header {
    height: 76px;
    padding-inline: 16px;
  }

  .profile-logo {
    width: 48px;
    height: 48px;
  }

  .brand {
    min-width: 0;
    font-size: clamp(1rem, 5vw, 1.3rem);
  }

  .hero-personal {
    min-height: 100svh;
    max-height: 920px;
  }

  .hero-personal-image {
    object-fit: cover !important;
    object-position: 54% center !important;
  }

  .hero-personal-copy {
    width: calc(100% - 32px);
    margin-bottom: max(88px, calc(env(safe-area-inset-bottom) + 76px));
  }

  .hero-personal-copy h1 {
    max-width: 100%;
    font-size: clamp(3.5rem, 17vw, 5rem);
    line-height: 0.82;
  }

  .hero-personal-copy > p:not(.overline) {
    max-width: 32rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .marquee {
    width: 100%;
  }

  .section-shell,
  .detail-gallery,
  .detail-about {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-heading h2,
  .beauty-edit-heading h2,
  .work-heading h2,
  .manifesto-copy h2,
  .our-salon-copy h2,
  .visit-copy h2,
  .detail-about h2,
  .detail-gallery-heading h2,
  .detail-cta h2 {
    overflow-wrap: anywhere;
    font-size: clamp(2.8rem, 13vw, 4.25rem);
    line-height: 0.95;
  }

  .service-card {
    padding: 24px 0;
    grid-template-columns: 30px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .service-card h3 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .service-card p {
    line-height: 1.5;
  }

  .beauty-edit {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .beauty-edit-grid {
    width: calc(100% + 16px);
    padding-right: 16px;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 340px);
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .beauty-feature,
  .beauty-feature-brows,
  .beauty-feature-pedicure {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }

  .beauty-edit-grid::-webkit-scrollbar,
  .portfolio-grid::-webkit-scrollbar {
    display: none;
  }

  .beauty-feature > img {
    object-position: center 38% !important;
  }

  .beauty-feature-brows > img {
    object-position: center !important;
  }

  .manifesto-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
    margin: 16px 16px 0;
  }

  .manifesto-photo img,
  .our-salon-photo img {
    object-position: center !important;
  }

  .manifesto-copy {
    padding: 80px 20px 72px;
  }

  .our-salon {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .our-salon-photo {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .portfolio-grid {
    width: calc(100% + 16px);
    padding-right: 16px;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 340px);
    grid-auto-rows: auto;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .portfolio-item {
    min-height: 0;
    aspect-ratio: 4 / 5;
    scroll-snap-align: start;
  }

  .portfolio-item img {
    object-position: center !important;
  }

  .visit {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .visit-card {
    overflow: hidden;
    border-radius: 20px;
  }

  .visit-copy {
    padding: 52px 22px;
  }

  .visit-art {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .visit-art-photo {
    object-position: 56% center !important;
  }

  .detail-hero {
    padding: 96px 16px 72px;
    gap: 42px;
  }

  .detail-copy h1 {
    overflow-wrap: anywhere;
    font-size: clamp(3.7rem, 17vw, 5.5rem);
    line-height: 0.86;
  }

  .detail-cover {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .detail-cover img {
    object-position: center !important;
  }

  .detail-about {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .detail-gallery {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .detail-gallery-heading {
    margin-bottom: 42px;
  }

  .detail-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 12px;
  }

  .detail-gallery-grid figure,
  .detail-gallery-grid figure:first-child,
  .detail-gallery-grid figure:last-child {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .detail-gallery-grid img {
    object-position: center !important;
  }

  .detail-cta {
    padding: 84px 20px calc(112px + env(safe-area-inset-bottom));
  }

  .mobile-book {
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 56px;
  }
}

@media (max-width: 390px) {
  .brand span {
    font-size: 1rem;
  }

  .detail-header .header-cta {
    padding: 9px 12px;
    font-size: 0.68rem;
  }

  .service-card {
    grid-template-columns: 26px minmax(0, 1fr) 36px;
  }

  .visit-copy {
    padding-inline: 18px;
  }
}

.brand,
.footer-brand,
.nav-links,
.header-cta,
.button,
.overline,
.service-number,
.service-arrow,
.hero-work-link,
.map-link,
.detail-back,
.hero-personal-copy h1,
.section-heading h2,
.service-card h3,
.beauty-edit-heading h2,
.beauty-feature h3,
.manifesto-copy h2,
.work-heading h2,
.visit-copy h2,
.detail-copy h1,
.detail-about h2,
.detail-gallery-heading h2,
.detail-cta h2,
.our-salon-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
}
