:root {
  --black: #050407;
  --ink: #100c12;
  --rose: #ff5aa8;
  --rose-soft: #ffb4d6;
  --silver: #d8dde4;
  --platinum: #f7f9fb;
  --smoke: #9aa1ad;
  --line: rgba(255, 255, 255, 0.16);
  --glass: rgba(255, 255, 255, 0.07);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 90, 168, 0.26), transparent 28rem),
    radial-gradient(circle at 88% 4%, rgba(216, 221, 228, 0.22), transparent 30rem),
    linear-gradient(135deg, #050407 0%, #150811 48%, #030305 100%);
  color: var(--platinum);
  font-family: "Noto Sans Thai", system-ui, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

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

#glitter-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.site-header,
main,
footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(18px, 4vw, 64px);
  backdrop-filter: blur(24px);
  background: rgba(5, 4, 7, 0.72);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  min-width: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  background: #050407;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 28px rgba(255, 180, 214, 0.42),
    0 12px 26px rgba(0, 0, 0, 0.4);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 42%);
  pointer-events: none;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 1px solid rgba(255, 226, 238, 0.18);
  z-index: 2;
  pointer-events: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.15vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffe7f2;
  text-shadow: 0 0 16px rgba(255, 180, 214, 0.28);
}

.brand-subtitle {
  font-family: "Noto Sans Thai", sans-serif;
  font-size: clamp(0.52rem, 0.72vw, 0.72rem);
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(216, 221, 228, 0.72);
}

.nav-links {
  display: flex;
  gap: clamp(14px, 2.5vw, 32px);
  color: rgba(247, 249, 251, 0.74);
  font-size: 0.95rem;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--rose-soft);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.header-cta {
  border: 1px solid rgba(216, 221, 228, 0.52);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 90, 168, 0.12));
  color: var(--platinum);
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 5vw, 74px);
  min-height: calc(90vh - 84px);
  padding: clamp(42px, 6vw, 76px) clamp(18px, 6vw, 90px) 44px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-size: clamp(2.45rem, 4.8vw, 4.35rem);
  line-height: 1.08;
  background: linear-gradient(105deg, #fff, #ffd2e8 32%, #b9c0ca 62%, #ff6fb3 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 36px rgba(255, 90, 168, 0.12);
}

.hero-text,
.intro p,
.booking p {
  max-width: 680px;
  color: rgba(247, 249, 251, 0.76);
  font-size: clamp(0.98rem, 1.25vw, 1.12rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.btn-primary {
  border: 0;
  background:
    linear-gradient(135deg, #ff76ba, #ff2f91 45%, #c7cbd3 100%);
  color: #13050d;
  box-shadow: 0 16px 46px rgba(255, 47, 145, 0.32);
  cursor: pointer;
}

.btn-primary:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--platinum);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-stats span {
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(247, 249, 251, 0.7);
}

.hero-stats strong {
  display: block;
  color: var(--platinum);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.hero-visual {
  position: relative;
  min-height: 580px;
  filter: drop-shadow(0 40px 70px rgba(0, 0, 0, 0.42));
}

.hero-cover {
  display: grid;
  align-items: end;
  overflow: hidden;
  min-height: auto;
  aspect-ratio: 1.5;
  border: 1px solid rgba(216, 221, 228, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 90, 168, 0.16), transparent 36%),
    #050407;
  box-shadow: var(--shadow);
}

.hero-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent 42%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 45%, rgba(0, 0, 0, 0.18));
}

.hero-cover-caption {
  position: relative;
  z-index: 1;
  max-width: 420px;
  padding: clamp(22px, 4vw, 34px);
}

.hero-cover-caption span {
  color: var(--rose-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-cover-caption strong {
  display: block;
  margin-top: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1;
}

.mirror {
  position: absolute;
  inset: 4% 9% 12% 8%;
  overflow: hidden;
  border: 1px solid rgba(247, 249, 251, 0.28);
  border-radius: 48% 48% 12px 12px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(circle at 50% 30%, rgba(255, 180, 214, 0.3), transparent 26%),
    linear-gradient(160deg, rgba(15, 13, 17, 0.9), rgba(53, 22, 40, 0.72));
  box-shadow:
    inset 0 0 0 10px rgba(216, 221, 228, 0.08),
    inset 0 0 90px rgba(255, 90, 168, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.mirror::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(216, 221, 228, 0.26);
  border-radius: inherit;
  content: "";
}

.mirror-glow {
  position: absolute;
  width: 58%;
  height: 72%;
  left: 20%;
  top: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 180, 214, 0.46), transparent 64%);
  animation: pulseGlow 4.8s ease-in-out infinite;
}

.face-art {
  position: absolute;
  width: 58%;
  height: 58%;
  left: 20%;
  top: 21%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 214, 226, 0.22), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 90, 168, 0.04));
}

.brow,
.eye,
.cheek,
.lip {
  position: absolute;
  display: block;
}

.brow {
  left: 31%;
  top: 33%;
  width: 38%;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
  transform: rotate(-8deg);
}

.eye {
  left: 35%;
  top: 43%;
  width: 30%;
  height: 16px;
  border-radius: 50%;
  border-bottom: 3px solid #111;
  box-shadow: 0 10px 18px rgba(255, 90, 168, 0.55);
}

.cheek {
  left: 24%;
  top: 56%;
  width: 52%;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 168, 0.42), transparent 68%);
}

.lip {
  left: 38%;
  top: 70%;
  width: 24%;
  height: 12px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #8a0e4a, #ff5aa8, #8a0e4a);
}

.compact {
  position: absolute;
  right: 2%;
  bottom: 4%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: min(46%, 270px);
  padding: 18px;
  border: 1px solid rgba(216, 221, 228, 0.35);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    #141014;
  box-shadow: var(--shadow);
  transform: rotate(-8deg);
}

.compact span {
  aspect-ratio: 1;
  border-radius: 50%;
}

.compact span:nth-child(1) {
  background: radial-gradient(circle, #ffd2e8, #ff5aa8 55%, #4d152e);
}

.compact span:nth-child(2) {
  background: radial-gradient(circle, #f7f9fb, #aeb5bf 62%, #323843);
}

.compact span:nth-child(3) {
  background: radial-gradient(circle, #171019, #030305 72%);
}

.brush {
  position: absolute;
  left: 0;
  bottom: 13%;
  width: 290px;
  height: 58px;
  transform: rotate(-25deg);
  animation: brushFloat 5.6s ease-in-out infinite;
}

.bristles {
  position: absolute;
  left: 0;
  width: 84px;
  height: 58px;
  border-radius: 50% 8px 8px 50%;
  background: linear-gradient(90deg, #201018, #ff93c8 52%, #f4f7fa);
}

.handle {
  position: absolute;
  left: 76px;
  top: 19px;
  width: 214px;
  height: 19px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f8fbff, #8e96a3 28%, #ff5aa8 52%, #141015);
}

.spark-trail {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  animation: trailSpin 9s linear infinite;
}

.spark-trail-one {
  right: 12%;
  top: 8%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 180, 214, 0.34);
  box-shadow: 0 0 50px rgba(255, 90, 168, 0.28);
}

.spark-trail-two {
  left: 13%;
  bottom: 15%;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(216, 221, 228, 0.32);
  animation-duration: 12s;
}

.section {
  scroll-margin-top: 96px;
  padding: 76px clamp(18px, 6vw, 90px);
}

.intro {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 90, 168, 0.08), rgba(216, 221, 228, 0.05));
}

.intro p {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.18rem, 2.1vw, 2rem);
  color: #fff;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 72px);
  margin-bottom: clamp(28px, 4vw, 48px);
}

h2 {
  max-width: 760px;
  font-size: clamp(2.2rem, 4.2vw, 4.7rem);
}

.section-note {
  max-width: 500px;
  margin: 0;
  color: rgba(247, 249, 251, 0.7);
  line-height: 1.75;
}

.section-note code {
  color: var(--rose-soft);
  font-size: 0.9em;
}

.before-after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 90, 168, 0.055)),
    rgba(5, 4, 7, 0.36);
  border-bottom: 1px solid var(--line);
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.before-after-card {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(6, 5, 8, 0.78);
  box-shadow: var(--shadow);
}

.ba-media {
  position: relative;
  min-height: 640px;
  background: #050407;
}

.ba-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050407;
  transition: opacity 220ms ease, transform 260ms ease;
}

.ba-media img.is-changing {
  opacity: 0;
  transform: scale(0.985);
}

.ba-media span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
  color: var(--platinum);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ba-toggle {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  gap: 6px;
  transform: translateX(-50%);
  padding: 5px;
  border: 1px solid rgba(216, 221, 228, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.ba-toggle button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(247, 249, 251, 0.72);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0 14px;
}

.ba-toggle button.is-active {
  background: linear-gradient(135deg, #ff76ba, #d8dde4);
  color: #13050d;
}

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

.portfolio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.95fr);
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.portfolio-carousel {
  display: grid;
  gap: 18px;
}

.carousel-toolbar {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(216, 221, 228, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--platinum);
  cursor: pointer;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 180, 214, 0.65);
  background: rgba(255, 90, 168, 0.12);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(216, 221, 228, 0.36);
}

.carousel-dots span.is-active {
  width: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rose), var(--silver));
}

.carousel-track {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.carousel-track:active {
  cursor: grabbing;
}

.carousel-track.is-dragging {
  scroll-behavior: auto;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track .look {
  flex: 0 0 min(520px, 82vw);
  min-height: clamp(560px, 72vh, 720px);
  scroll-snap-align: start;
}

.carousel-track .look-featured {
  flex-basis: min(640px, 88vw);
  grid-row: auto;
}

.look-featured {
  grid-row: span 2;
}

.service-card,
.package,
.booking-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(6, 5, 8, 0.72);
  box-shadow: var(--shadow);
}

.service-card,
.package {
  min-height: 250px;
  padding: 28px;
}

.card-number,
.package-name {
  color: var(--rose-soft);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card h3,
.package h3 {
  margin-top: 28px;
  font-size: clamp(1.8rem, 2.4vw, 2.7rem);
}

.service-card p,
.package p {
  color: rgba(247, 249, 251, 0.72);
  line-height: 1.8;
}

.look {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
}

.look-featured {
  min-height: 620px;
}

.look img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050407;
  filter: saturate(0.98) contrast(1.04);
}

.look-one img {
  object-position: center;
}

.look-two img {
  object-position: center;
}

.look-three img {
  object-position: center;
}

.look::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 232, 241, 0.08), transparent 18%),
    radial-gradient(circle at 50% 52%, rgba(255, 90, 168, 0.18), transparent 25%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.look::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.88), transparent 58%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 44%, rgba(0, 0, 0, 0.18));
  mix-blend-mode: screen;
}

.look-one {
  background:
    radial-gradient(circle at 50% 42%, #ffb4d6, transparent 26%),
    linear-gradient(145deg, #241017, #050407);
}

.look-two {
  background:
    radial-gradient(circle at 50% 38%, #adb3bd, transparent 24%),
    linear-gradient(145deg, #07070a, #2a0c1a);
}

.look-three {
  background:
    radial-gradient(circle at 50% 36%, #f7f9fb, transparent 20%),
    linear-gradient(145deg, #1c1f26, #09060a 52%, #ff5aa8);
}

.look span {
  position: absolute;
  left: 50%;
  top: 21%;
  z-index: 1;
  width: 42%;
  aspect-ratio: 0.72;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50% 50% 44% 44%;
  background:
    radial-gradient(circle at 40% 45%, rgba(8, 7, 10, 0.85) 0 3%, transparent 4%),
    radial-gradient(circle at 60% 45%, rgba(8, 7, 10, 0.85) 0 3%, transparent 4%),
    radial-gradient(circle at 50% 66%, rgba(255, 90, 168, 0.64), transparent 8%),
    linear-gradient(160deg, rgba(255, 232, 241, 0.72), rgba(255, 180, 214, 0.18));
  transform: translateX(-50%);
}

.look-featured span {
  top: 18%;
  width: 36%;
}

.look figcaption {
  position: absolute;
  left: clamp(20px, 3vw, 36px);
  right: clamp(20px, 3vw, 36px);
  bottom: clamp(20px, 3vw, 34px);
  z-index: 2;
  display: grid;
  gap: 7px;
  font-family: "Cormorant Garamond", serif;
}

.look figcaption small,
.album-card figcaption span {
  color: var(--rose-soft);
  font-family: "Noto Sans Thai", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.look figcaption strong {
  display: block;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1;
}

.look:not(.look-featured) figcaption strong {
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
}

.look figcaption em {
  max-width: 420px;
  color: rgba(247, 249, 251, 0.72);
  font-family: "Noto Sans Thai", system-ui, sans-serif;
  font-size: 0.96rem;
  font-style: normal;
  line-height: 1.65;
}

.makeup-styles {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 90, 168, 0.055)),
    rgba(5, 4, 7, 0.3);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.style-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.compact-style-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.style-card {
  position: relative;
  grid-column: span 2;
  min-height: 215px;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 6, 9, 0.42);
  box-shadow: none;
}

.style-card:nth-child(4),
.style-card:nth-child(5),
.style-card:nth-child(6) {
  grid-column: span 2;
}

.style-card::before {
  position: absolute;
  inset: auto -25% -42% 28%;
  height: 150px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(255, 90, 168, 0.18), transparent 66%);
}

.style-card span {
  color: rgba(216, 221, 228, 0.72);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.style-card h3 {
  margin-top: 18px;
  font-size: clamp(1.5rem, 2vw, 2.05rem);
}

.style-card p {
  position: relative;
  color: rgba(247, 249, 251, 0.72);
  line-height: 1.76;
}

.album-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 170px;
  gap: clamp(16px, 2vw, 24px);
}

.album-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #100c12;
  box-shadow: var(--shadow);
}

.album-wide {
  grid-column: span 3;
  grid-row: span 2;
}

.album-tall {
  grid-column: span 3;
  grid-row: span 3;
}

.album-card:not(.album-wide):not(.album-tall) {
  grid-column: span 3;
  grid-row: span 2;
}

.album-photo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 238, 245, 0.85), transparent 12%),
    radial-gradient(circle at 50% 48%, rgba(255, 90, 168, 0.28), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), transparent 42%);
  transition: transform 360ms ease, filter 360ms ease;
}

.album-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #050407;
  filter: saturate(1.02) contrast(1.03);
}

.album-photo:has(img)::before {
  content: none;
}

.album-card:hover .album-photo {
  transform: scale(1.05);
  filter: saturate(1.18);
}

.album-photo::before {
  position: absolute;
  left: 50%;
  top: 21%;
  width: 44%;
  aspect-ratio: 0.7;
  border-radius: 50% 50% 42% 42%;
  content: "";
  background:
    radial-gradient(circle at 38% 44%, rgba(0, 0, 0, 0.8) 0 3%, transparent 4%),
    radial-gradient(circle at 62% 44%, rgba(0, 0, 0, 0.8) 0 3%, transparent 4%),
    radial-gradient(circle at 50% 66%, rgba(255, 90, 168, 0.72), transparent 8%),
    linear-gradient(160deg, rgba(255, 232, 241, 0.82), rgba(255, 180, 214, 0.22));
  transform: translateX(-50%);
}

.album-one .album-photo {
  background-color: #201018;
}

.album-one .album-photo img {
  object-position: center;
}

.album-two .album-photo {
  background:
    linear-gradient(90deg, rgba(9, 8, 11, 0.96) 0 48%, rgba(255, 180, 214, 0.28) 48% 52%, rgba(49, 20, 35, 0.95) 52%),
    radial-gradient(circle at 50% 38%, rgba(255, 238, 245, 0.72), transparent 16%);
}

.album-two .album-photo img {
  object-position: center;
}

.album-three .album-photo {
  background:
    radial-gradient(circle at 50% 30%, rgba(216, 221, 228, 0.78), transparent 14%),
    linear-gradient(145deg, #07070a, #340d20 62%, #ff5aa8);
}

.album-three .album-photo img {
  object-position: center;
}

.album-four .album-photo {
  background:
    repeating-linear-gradient(110deg, transparent 0 18px, rgba(255, 255, 255, 0.08) 19px 20px),
    radial-gradient(circle at 50% 32%, rgba(255, 180, 214, 0.74), transparent 15%),
    linear-gradient(145deg, #171b22, #050407 54%, #ff5aa8);
}

.album-four .album-photo img {
  object-position: center;
}

.album-card figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 96px clamp(18px, 2vw, 28px) clamp(18px, 2vw, 28px);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
}

.album-card figcaption span {
  display: block;
}

.album-card figcaption strong {
  display: block;
  margin-top: 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.8rem);
  line-height: 1.1;
}

.album-card figcaption p {
  max-width: 420px;
  margin: 10px 0 0;
  color: rgba(247, 249, 251, 0.68);
  line-height: 1.6;
}

.package.featured {
  border-color: rgba(255, 90, 168, 0.62);
  background:
    linear-gradient(145deg, rgba(255, 90, 168, 0.22), rgba(216, 221, 228, 0.1)),
    rgba(6, 5, 8, 0.8);
  transform: translateY(-12px);
}

.reviews {
  background:
    linear-gradient(rgba(5, 4, 7, 0.72), rgba(5, 4, 7, 0.9)),
    radial-gradient(circle at 18% 48%, rgba(255, 90, 168, 0.22), transparent 36%),
    radial-gradient(circle at 82% 26%, rgba(216, 221, 228, 0.16), transparent 32%);
}

.reviews-panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(216, 221, 228, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(6, 5, 8, 0.78);
  box-shadow: var(--shadow);
}

.review-kicker {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.review-kicker span {
  color: rgba(247, 249, 251, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.review-kicker strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.9;
}

.stars {
  color: #fbbc04;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(251, 188, 4, 0.22);
}

.review-copy {
  transition: opacity 260ms ease, transform 260ms ease;
}

.review-copy.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

blockquote {
  max-width: 960px;
  font-size: clamp(2rem, 4.4vw, 5rem);
  color: #fff;
}

.review-copy > p:last-child {
  color: var(--rose-soft);
  font-weight: 700;
}

.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(247, 249, 251, 0.8);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(216, 221, 228, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--platinum);
  font: inherit;
  padding: 12px 14px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--rose-soft);
  box-shadow: 0 0 0 3px rgba(255, 90, 168, 0.16);
}

select option {
  color: #161016;
}

.form-status {
  min-height: 1.5em;
  margin: -4px 0 0;
  color: rgba(247, 249, 251, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.form-status.is-success {
  color: #ffd2e8;
}

.form-status.is-error {
  color: #ff9ab9;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 6vw, 90px);
  border-top: 1px solid var(--line);
  color: rgba(247, 249, 251, 0.68);
}

.footer-logo {
  display: block;
  width: clamp(150px, 18vw, 220px);
  height: auto;
  border-radius: 8px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.32);
}

@keyframes pulseGlow {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes brushFloat {
  0%,
  100% {
    transform: rotate(-25deg) translateY(0);
  }
  50% {
    transform: rotate(-20deg) translateY(-16px);
  }
}

@keyframes trailSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 960px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-links {
    order: 3;
    display: flex;
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    color: rgba(247, 249, 251, 0.82);
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid rgba(216, 221, 228, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.86rem;
  }

  .hero,
  .booking {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-visual {
    min-height: auto;
  }

  .service-grid,
  .before-after-grid,
  .portfolio-grid,
  .package-grid,
  .style-grid,
  .album-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-rows: none;
  }

  .look-featured,
  .album-wide,
  .album-tall,
  .album-card:not(.album-wide):not(.album-tall) {
    grid-column: auto;
    grid-row: auto;
  }

  .style-card {
    grid-column: auto;
  }

  .style-card:nth-child(4),
  .style-card:nth-child(5),
  .style-card:nth-child(6) {
    grid-column: auto;
  }

  .album-card {
    min-height: 360px;
  }

  .reviews-panel {
    grid-template-columns: 1fr;
  }

  .before-after-card {
    min-height: 520px;
  }

  .ba-media {
    min-height: 520px;
  }

  .package.featured {
    transform: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    gap: 9px;
    max-width: calc(100% - 118px);
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .brand-name {
    font-size: 1.22rem;
  }

  .brand-subtitle {
    font-size: 0.48rem;
    letter-spacing: 0.22em;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .nav-links a {
    padding: 7px 11px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
    padding-inline: 16px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-cover {
    aspect-ratio: 1.2;
  }

  .carousel-track .look {
    flex-basis: 82vw;
    min-height: 500px;
  }

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

  .hero-stats span {
    min-width: 0;
    padding: 12px 8px;
  }

  .hero-stats strong {
    font-size: 1.45rem;
  }

  .mirror {
    inset: 2% 2% 16% 2%;
  }

  .brush {
    width: 220px;
  }

  .handle {
    width: 150px;
  }

  .section {
    padding: 58px 16px;
  }

  .section-heading {
    display: block;
  }

  .section-note {
    margin-top: 14px;
  }

  .ba-media {
    min-height: 460px;
  }

  .before-after-card {
    min-height: 460px;
  }

  .ba-toggle {
    width: calc(100% - 34px);
  }

  .ba-toggle button {
    flex: 1;
  }

  .look {
    min-height: 340px;
  }

  footer {
    display: block;
  }

  .footer-logo {
    width: 168px;
    margin-bottom: 14px;
  }
}
