:root {
  --bg: #ffffff;
  --text: #050505;
  --gold: #c49a45;
  --gold-dark: #9f722f;
  --beige: #faf7ef;
  --card: #ffffff;
  --muted: #4f4f4f;
  --line: rgba(5, 5, 5, 0.1);
  --gold-line: rgba(196, 154, 69, 0.34);
  --shadow: 0 24px 70px rgba(5, 5, 5, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--gold-line);
  backdrop-filter: blur(16px);
}

.brand {
  display: block;
  width: clamp(196px, 26vw, 310px);
  height: clamp(56px, 7.2vw, 84px);
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 750;
}

.main-nav a:hover {
  color: var(--gold-dark);
}

.main-nav a[aria-current="page"] {
  color: var(--gold-dark);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(600px, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(46px, 7vw, 104px);
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--gold-line);
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 72px) clamp(64px, 7vw, 94px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.985) 0%, rgba(255, 255, 255, 0.94) 46%, rgba(255, 253, 248, 0.7) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(239, 230, 216, 0.2)),
    url("https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=1900&q=84") center right / cover;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: min(48vw, 680px);
  border-left: 1px solid rgba(196, 154, 69, 0.24);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 253, 248, 0.34)),
    linear-gradient(180deg, rgba(255, 253, 248, 0.18), rgba(5, 5, 5, 0.04));
  pointer-events: none;
}

.hero-copy::before,
.page-hero::before {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--gold);
}

.hero-copy {
  max-width: 980px;
}

.hero h1,
.page-hero h1,
.split h1,
.profile-card h1,
.section h2,
.profile-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.hero h1 {
  max-width: none;
  font-size: clamp(3.25rem, 4vw, 5.2rem);
  white-space: nowrap;
}

.page-hero h1,
.split h1,
.profile-card h1 {
  max-width: 920px;
  font-size: clamp(2.5rem, 6vw, 5rem);
}

.lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-trust {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 13px 24px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(159, 114, 47, 0.18);
}

.button.primary {
  background: var(--text);
  border-color: var(--text);
  color: #ffffff;
}

.button.secondary {
  background: #ffffff;
  color: var(--text);
}

.button.secondary:hover {
  background: var(--text);
  border-color: var(--text);
  color: #ffffff;
}

.button.instagram-button {
  border-color: transparent;
  background:
    radial-gradient(circle at 25% 110%, #feda75 0 18%, transparent 38%),
    radial-gradient(circle at 15% 15%, #f58529 0 16%, transparent 34%),
    linear-gradient(135deg, #833ab4 0%, #c13584 42%, #e1306c 68%, #fd1d1d 100%);
  color: #ffffff;
}

.button.instagram-button:hover {
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(193, 53, 132, 0.26);
}

.button.full {
  width: 100%;
}

.hero-phone-wrap {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  padding-right: clamp(0px, 3vw, 44px);
  perspective: 1300px;
}

.hero-phone-wrap::before {
  content: "";
  position: absolute;
  width: min(390px, 88%);
  height: min(620px, 92%);
  border: 1px solid rgba(196, 154, 69, 0.26);
  border-radius: 220px 220px 38px 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 253, 248, 0.28)),
    rgba(239, 230, 216, 0.18);
  backdrop-filter: blur(8px);
  transform: translate(22px, 2px);
}

.phone-shadow {
  position: absolute;
  right: clamp(2px, 4vw, 56px);
  bottom: 30px;
  width: min(440px, 84%);
  height: min(210px, 42%);
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(5, 5, 5, 0.2), transparent 66%),
    radial-gradient(ellipse at 52% 40%, rgba(196, 154, 69, 0.2), transparent 58%);
  filter: blur(8px);
  transform: rotate(-4deg);
}

.phone-frame {
  position: relative;
  width: min(330px, 76vw);
  aspect-ratio: 9 / 18.8;
  border: 9px solid transparent;
  border-radius: 50px;
  background:
    linear-gradient(#050505, #050505) padding-box,
    linear-gradient(150deg, #fff7df 0%, var(--gold) 18%, #111111 48%, #a77a24 78%, #ffffff 100%) border-box;
  box-shadow:
    20px 48px 92px rgba(5, 5, 5, 0.26),
    -12px -12px 42px rgba(255, 255, 255, 0.64),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  transform: rotate(1.5deg) translateY(0);
  transform-style: preserve-3d;
}

.phone-frame::before {
  content: "";
  position: absolute;
  inset: 24% auto auto -15px;
  z-index: -1;
  width: 6px;
  height: 76px;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(180deg, #f7efd9, var(--gold-dark));
  box-shadow: 0 102px 0 -8px rgba(167, 122, 36, 0.9);
}

.phone-frame::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 55px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(305deg, rgba(196, 154, 69, 0.1), transparent 32%);
  pointer-events: none;
}

.phone-speaker {
  position: absolute;
  top: 13px;
  left: 50%;
  z-index: 2;
  width: 78px;
  height: 21px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 72% 50%, rgba(196, 154, 69, 0.36), transparent 16%),
    #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transform: translateX(-50%);
}

.phone-screen {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
  border-radius: 37px;
  background:
    radial-gradient(circle at 78% 22%, rgba(196, 154, 69, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 62%, rgba(196, 154, 69, 0.14) 100%);
  padding: 48px 22px 30px;
  text-align: center;
}

.phone-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 37px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.62), transparent 30%),
    linear-gradient(90deg, transparent 0 56%, rgba(255, 255, 255, 0.28) 56% 60%, transparent 60% 100%);
  pointer-events: none;
}

.phone-screen > * {
  position: relative;
}

.phone-screen img {
  width: min(206px, 90%);
  height: auto;
  margin: 0 auto 2px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.phone-preview-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr;
  gap: 8px;
  width: 100%;
  min-height: 76px;
}

.phone-preview-strip span {
  overflow: hidden;
  border: 1px solid rgba(196, 154, 69, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(5, 5, 5, 0.04)),
    url("https://images.unsplash.com/photo-1600948836101-f9ffda59d250?auto=format&fit=crop&w=400&q=72") center / cover;
  box-shadow: 0 14px 32px rgba(5, 5, 5, 0.08);
}

.phone-preview-strip span:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(5, 5, 5, 0.04)),
    url("https://images.unsplash.com/photo-1610992015732-2449b76344bc?auto=format&fit=crop&w=400&q=72");
}

.phone-preview-strip span:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(5, 5, 5, 0.04)),
    url("https://images.unsplash.com/photo-1612817288484-6f916006741a?auto=format&fit=crop&w=400&q=72");
}

.phone-screen p {
  margin: 0 auto;
  max-width: 220px;
  color: var(--muted);
  font-size: 0.96rem;
}

.phone-search,
.phone-card,
.phone-profile-card {
  border: 1px solid var(--gold-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.08);
}

.phone-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  color: var(--text);
  font-weight: 900;
}

.phone-search strong {
  color: var(--gold-dark);
}

.phone-card {
  display: grid;
  gap: 5px;
  padding: 16px;
  text-align: left;
}

.phone-profile-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  text-align: left;
  backdrop-filter: blur(12px);
  transform: translateX(-6px);
}

.phone-rating {
  color: var(--gold-dark);
  font-weight: 900;
}

.phone-card strong {
  color: var(--text);
  font-size: 1.05rem;
}

.phone-profile-card strong {
  color: var(--text);
  font-size: 1.2rem;
}

.phone-card small {
  color: var(--muted);
  font-size: 0.9rem;
}

.phone-profile-card small,
.phone-reviews {
  color: var(--muted);
  font-size: 0.93rem;
}

.phone-fake-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--text);
  color: #ffffff;
  font-weight: 900;
  margin-top: 8px;
  pointer-events: none;
  user-select: none;
}

.steps,
.section {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.page-hero {
  padding: clamp(52px, 8vw, 96px) clamp(20px, 5vw, 72px) clamp(28px, 5vw, 54px);
}

.page-hero p:not(.eyebrow),
.split p,
.business-callout p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.about-page {
  background: #fffdf8;
}

.about-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--gold-line);
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 253, 248, 0.94) 58%, rgba(239, 230, 216, 0.58) 100%),
    radial-gradient(circle at 86% 22%, rgba(196, 154, 69, 0.16), transparent 34%);
  padding-bottom: clamp(68px, 9vw, 116px);
}

.about-hero::after {
  content: "";
  position: absolute;
  right: clamp(20px, 9vw, 130px);
  bottom: clamp(20px, 5vw, 70px);
  width: clamp(110px, 16vw, 230px);
  height: 1px;
  background: var(--gold);
}

.about-hero .about-lead {
  max-width: 840px;
  color: var(--text);
  font-size: clamp(1.24rem, 2vw, 1.72rem);
  line-height: 1.42;
}

.about-editorial {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 7vw, 104px);
  border-bottom: 1px solid var(--gold-line);
  background: #fffdf8;
}

.about-goal {
  background:
    linear-gradient(90deg, rgba(239, 230, 216, 0.42) 0 34%, rgba(255, 253, 248, 0) 34% 100%),
    #fffdf8;
}

.about-section-heading {
  align-self: start;
}

.about-section-heading h2,
.about-request-note h2,
.about-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.65rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.about-text {
  max-width: 820px;
}

.about-text p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.74;
}

.about-text p + p {
  margin-top: 20px;
}

.about-request-note {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
  border-block: 1px solid var(--gold-line);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0 42%, rgba(196, 154, 69, 0.08) 42% 100%),
    #ffffff;
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 6vw, 80px);
  background: var(--text);
  color: #ffffff;
}

.about-cta p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.about-cta .eyebrow {
  color: var(--gold);
}

.about-cta .button.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--text);
}

.about-cta .button.secondary {
  background: transparent;
  border-color: var(--gold);
  color: #ffffff;
}

.about-cta .button.secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--text);
}

.no-top-padding {
  padding-top: 10px;
}

.steps {
  display: block;
  background: #fffdf8;
  border-bottom: 1px solid var(--gold-line);
}

.steps-heading {
  display: block;
  max-width: 720px;
  margin-bottom: clamp(34px, 5vw, 60px);
}

.steps-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 88px);
}

.category-card,
.provider-card,
.profile-card,
.review-card,
.form-card {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.steps article {
  position: relative;
  border-top: 1px solid var(--gold-line);
  padding: 26px 0 0;
}

.steps span {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.steps h3 {
  margin: 22px 0 8px;
  font-size: clamp(1.18rem, 1.7vw, 1.38rem);
}

.steps p,
.category-card p,
.provider-card p,
.intro p,
.split p,
.review-card p {
  color: var(--muted);
}

.intro {
  background: linear-gradient(180deg, #ffffff 0%, var(--beige) 100%);
  border-block: 1px solid var(--gold-line);
}

.intro h2,
.section-heading h2,
.split h2,
.profile-section h2 {
  font-size: clamp(2.05rem, 5vw, 4rem);
  max-width: 920px;
}

.intro p {
  max-width: 860px;
  font-size: 1.07rem;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

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

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

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

.category-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  margin-top: clamp(6px, 1vw, 14px);
}

.category-featured {
  display: grid;
  gap: 20px;
}

.featured-category {
  position: relative;
  display: flex;
  min-height: 228px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid var(--gold-line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: clamp(24px, 3.4vw, 34px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.featured-category:first-child {
  min-height: 292px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
}

.featured-category > :not(.featured-category-art) {
  position: relative;
  z-index: 1;
  max-width: 54%;
}

.featured-category-art {
  position: absolute;
  top: 0;
  right: -5%;
  bottom: 0;
  z-index: 0;
  display: grid;
  width: 56%;
  place-items: center;
  color: var(--gold);
  opacity: 0.72;
  pointer-events: none;
}

.featured-category-art svg {
  width: 112%;
  height: 112%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 9;
}

.featured-category-art.barberpole {
  right: 2%;
  width: 42%;
  opacity: 0.72;
}

.featured-category-art.barberpole svg {
  transform: rotate(2deg) scale(0.72);
  stroke-width: 7;
}

.featured-category-art.lashes {
  right: 1%;
  width: 48%;
  opacity: 0.72;
}

.featured-category-art.lashes svg {
  transform: rotate(-2deg) scale(0.86);
  stroke-width: 7;
}

.featured-category-art.lashes .lash-brow {
  stroke-width: 13;
}

.featured-category-art.lashes .lash-lid {
  stroke-width: 9;
}

.featured-category-art.lashes .lash-lid-soft {
  opacity: 0.42;
  stroke-width: 8;
}

.featured-category-art.lashes .lash-tweezer {
  opacity: 0.62;
  stroke-width: 6;
}

.featured-category:hover,
.category-row:hover {
  border-color: var(--gold);
  box-shadow: 0 28px 72px rgba(5, 5, 5, 0.11);
  transform: translateY(-3px);
}

.featured-category .category-icon {
  margin-bottom: auto;
}

.featured-category h3 {
  margin: 26px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 3.55rem);
  font-weight: 500;
  line-height: 1.02;
}

.featured-category p {
  max-width: 360px;
  margin: 0 0 22px;
  color: var(--muted);
}

.category-list {
  display: grid;
  align-content: start;
  gap: 0;
  border-top: 1px solid var(--gold-line);
}

.category-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--gold-line);
  padding: 18px 0;
  transition: transform 180ms ease, color 180ms ease;
}

.category-row .category-icon {
  min-width: 34px;
  min-height: 34px;
  font-size: 1.05rem;
}

.category-row-label {
  display: block;
  margin-bottom: 5px;
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.category-row strong {
  display: block;
  color: var(--text);
  font-size: 1.1rem;
}

.category-row small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.95rem;
}

.category-row em {
  color: var(--gold-dark);
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.value-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0 46%, rgba(196, 154, 69, 0.08) 46% 100%),
    linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  border-block: 1px solid var(--gold-line);
}

.value-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.value-copy h2 {
  max-width: 560px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.value-copy p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.1rem;
}

.value-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--gold-line);
  padding-top: 4px;
}

.value-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--gold-line);
  padding: 24px 0;
}

.value-item > span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  color: var(--gold-dark);
  font-weight: 950;
}

.value-item h3 {
  margin: 0 0 6px;
  font-size: 1.16rem;
}

.value-item p {
  margin: 0;
  color: var(--muted);
}

.empty-state {
  grid-column: 1 / -1;
}

.category-card,
.provider-card {
  overflow: hidden;
  border-radius: 34px;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  background: #ffffff;
  border-color: var(--gold-line);
  border-top: 4px solid var(--gold);
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card:hover {
  border-color: var(--gold);
  box-shadow: 0 28px 72px rgba(5, 5, 5, 0.12);
  transform: translateY(-4px);
}

.category-card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.category-indicator {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.category-icon {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-line);
  border-radius: 50%;
  background: var(--beige);
  color: var(--gold-dark);
  font-size: 1.25rem;
}

.category-card h3,
.provider-card h3,
.profile-card h3 {
  margin: 0;
  font-size: 1.25rem;
}

.category-card p {
  min-height: 44px;
  margin: 0 0 16px;
}

.category-link {
  margin-top: auto;
  color: var(--gold-dark);
  font-weight: 950;
}

.small-button {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
  background: #ffffff;
}

.small-button:hover {
  background: var(--text);
  border-color: var(--text);
  color: #ffffff;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-chip {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  padding: 9px 16px;
  color: var(--text);
  font-weight: 800;
}

.filter-chip.active,
.filter-chip:hover {
  border-color: var(--gold);
  color: #ffffff;
  background: var(--text);
}

.provider-image {
  display: block;
  height: 190px;
}

.provider-body {
  padding: 24px;
}

.provider-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.provider-location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 780;
}

.provider-location-icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  color: var(--gold-dark);
}

.provider-location-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.provider-card,
.profile-card,
.form-card {
  border-color: rgba(196, 154, 69, 0.22);
}

.meta-row,
.rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.pill {
  border-radius: 999px;
  background: var(--text);
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 750;
}

.stars {
  color: var(--gold-dark);
  font-weight: 900;
}

.profile-section {
  padding: clamp(46px, 7vw, 82px) clamp(20px, 5vw, 72px);
}

.profile-card {
  border-radius: 38px;
  padding: clamp(24px, 4vw, 44px);
  border-top: 4px solid var(--gold);
}

.profile-block {
  padding-top: clamp(36px, 6vw, 70px);
}

.profile-top {
  display: block;
  text-align: center;
}

.profile-intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.profile-intro > p {
  max-width: 680px;
  margin-inline: auto;
}

.profile-intro .rating-row,
.profile-intro .card-actions {
  justify-content: center;
}

.profile-meta-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.profile-badge {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  font-weight: 900;
  padding: 8px 14px 8px 9px;
  box-shadow: 0 12px 34px rgba(5, 5, 5, 0.06);
}

.badge-mark,
.badge-icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: transparent;
  color: var(--gold-dark);
  flex: 0 0 auto;
}

.badge-mark {
  font-size: 1.18rem;
  line-height: 1;
}

.badge-mark .brow-icon {
  width: 58px;
  height: 26px;
  color: var(--gold-dark);
}

.badge-mark .brow-stroke {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 3.2;
}

.badge-mark .brow-stroke.fine {
  stroke-width: 1.5;
  opacity: 0.82;
}

.badge-icon svg {
  width: 18px;
  height: 18px;
}

.profile-badge .badge-icon {
  margin-right: -4px;
}

.badge-icon path,
.badge-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: start;
}

.profile-gallery-column {
  min-width: 0;
}

.profile-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: clamp(96px, 9.5vw, 150px);
}

.profile-logo-tile {
  grid-column: 1 / 3;
  display: grid;
  min-height: clamp(210px, 28vw, 310px);
  place-items: center;
  border: 1px solid var(--gold-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 40%, rgba(196, 154, 69, 0.11), transparent 42%),
    #ffffff;
  box-shadow: var(--shadow);
  text-align: center;
}

.logo-kicker {
  align-self: end;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.profile-logo-tile strong {
  align-self: start;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.profile-logo-tile em {
  color: var(--gold-dark);
  font-style: normal;
}

.clinic-tile,
.work-preview {
  margin: 0;
}

.clinic-tile img {
  aspect-ratio: 1 / 0.82;
  height: auto;
  border: 1px solid var(--gold-line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.clinic-tile figcaption,
.work-preview figcaption {
  margin-top: 9px;
  color: var(--gold-dark);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}

.profile-work-gallery {
  margin-top: clamp(30px, 5vw, 52px);
  text-align: center;
}

.gallery-note {
  max-width: 560px;
  margin: -4px auto 18px;
  color: var(--muted);
}

.work-button {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.work-button img {
  aspect-ratio: 1 / 0.72;
  border: 1px solid var(--gold-line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.work-button:hover img {
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(5, 5, 5, 0.13);
}

.gallery-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  font-weight: 900;
  padding: 8px 13px;
}

.work-preview figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.work-preview figcaption span {
  color: var(--text);
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
}

.gallery-modal.hidden {
  display: none;
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.72);
}

.gallery-modal-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  width: min(1040px, 100%);
  max-height: min(760px, 92vh);
  overflow: hidden;
  border: 1px solid var(--gold-line);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.gallery-image-wrap {
  position: relative;
  min-width: 0;
}

.gallery-image-wrap img {
  min-height: 420px;
  max-height: 92vh;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-nav.previous {
  left: 16px;
}

.gallery-nav.next {
  right: 16px;
}

.gallery-modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 42px);
}

.gallery-modal-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
}

.gallery-modal-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.gallery-position {
  color: var(--gold-dark) !important;
  font-weight: 900;
}

.gallery-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 9px 15px;
}

.modal-open {
  overflow: hidden;
}

.services-list,
.reviews-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

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

.service-row strong:last-child {
  color: var(--gold-dark);
  white-space: nowrap;
}

.review-overview {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 5vw, 52px);
  align-items: center;
  margin-top: 18px;
  border: 1px solid rgba(196, 154, 69, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(196, 154, 69, 0.08), rgba(255, 255, 255, 0) 42%),
    #ffffff;
  padding: clamp(22px, 4vw, 34px);
}

.review-score-panel {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 190px;
  border-right: 1px solid var(--gold-line);
  padding-right: clamp(20px, 4vw, 42px);
}

.review-score {
  display: inline-flex;
  width: fit-content;
  align-items: baseline;
  border-bottom: 2px solid var(--gold);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-weight: 720;
  line-height: 1;
  padding: 0 18px 10px 0;
  text-shadow: 0 14px 34px rgba(196, 154, 69, 0.14);
}

.review-score-stars {
  font-size: 1.18rem;
  letter-spacing: 0.04em;
}

.review-score-panel strong {
  font-size: 1.1rem;
}

.review-score-panel span:last-child {
  color: var(--muted);
}

.review-distribution {
  display: grid;
  gap: 12px;
}

.review-bar-row {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 34px;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
}

.review-bar {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.08);
}

.review-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold));
}

.review-bar-row strong {
  color: var(--text);
  text-align: right;
}

.review-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.review-count {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 750;
}

.review-toolbar select,
input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 18px;
  background: #ffffff;
  color: var(--text);
  padding: 13px 14px;
  font: inherit;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(196, 154, 69, 0.14);
}

.review-card {
  border-color: rgba(196, 154, 69, 0.2);
  border-radius: 24px;
  padding: 18px;
  box-shadow: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
}

.request-section {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95) 0 52%, rgba(196, 154, 69, 0.08) 52% 100%),
    linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  border-block: 1px solid var(--gold-line);
}

.request-copy {
  position: sticky;
  top: 130px;
}

.request-copy h1 {
  max-width: 640px;
}

.request-copy p:not(.eyebrow) {
  max-width: 580px;
}

.business-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--text);
  color: #ffffff;
}

.business-callout p {
  color: #ffffff;
}

.business-callout .eyebrow {
  color: var(--gold);
}

.business-callout .button.primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--text);
}

.form-card {
  display: grid;
  gap: 16px;
  border-radius: 34px;
  padding: clamp(22px, 4vw, 34px);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-card input,
.form-card select,
.form-card textarea {
  border-color: rgba(196, 154, 69, 0.32);
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  color-scheme: light;
  accent-color: var(--gold);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-card input::placeholder,
.form-card textarea::placeholder {
  color: rgba(5, 5, 5, 0.42);
}

.form-card input[type="date"],
.form-card input[type="time"] {
  min-height: 52px;
  border-color: var(--gold-line);
  background:
    linear-gradient(135deg, rgba(196, 154, 69, 0.1), rgba(255, 255, 255, 0) 46%),
    #ffffff;
  font-weight: 760;
}

.form-card input[type="date"]::-webkit-calendar-picker-indicator,
.form-card input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.86;
  filter: sepia(60%) saturate(560%) hue-rotate(4deg) brightness(82%);
}

.choice-field {
  position: relative;
}

label {
  display: grid;
  gap: 7px;
  font-weight: 750;
}

.fineprint {
  margin: 0;
  border-left: 2px solid var(--gold);
  padding-left: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.success-message {
  margin: 0;
  border-radius: 20px;
  background: rgba(196, 154, 69, 0.16);
  padding: 14px;
  color: var(--text);
  font-weight: 750;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 28px;
  padding: 34px 20px;
  border-top: 1px solid var(--gold-line);
  color: var(--muted);
}

.footer strong {
  color: var(--text);
}

.hidden {
  display: none;
}

@media (max-width: 1180px) {
  .hero,
  .profile-showcase,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 28px;
  }

  .hero-phone-wrap {
    place-items: center;
    padding-right: 0;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .category-grid,
  .provider-grid,
  .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-editorial,
  .value-editorial,
  .about-editorial,
  .about-request-note {
    grid-template-columns: 1fr;
    gap: clamp(30px, 7vw, 58px);
  }

  .category-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-category,
  .featured-category:first-child {
    min-height: 240px;
  }

  .featured-category > :not(.featured-category-art) {
    max-width: 58%;
  }

  .value-section {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  }

  .business-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-goal,
  .about-request-note {
    background: #fffdf8;
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-media-grid {
    margin-top: clamp(34px, 8vw, 72px);
  }

  .request-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.88rem;
  }

  .hero-phone-wrap {
    min-height: 470px;
  }

  .phone-frame {
    transform: rotate(0deg);
  }

  .hero {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: 1.28rem;
  }

  .category-grid,
  .provider-grid,
  .compact-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    padding-top: 52px;
  }

  .steps-heading {
    margin-bottom: 28px;
  }

  .steps article {
    padding-top: 18px;
  }

  .category-featured {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .featured-category,
  .featured-category:first-child {
    min-height: 188px;
    border-radius: 26px;
    padding: 22px;
  }

  .featured-category > :not(.featured-category-art) {
    max-width: 64%;
  }

  .featured-category-art {
    right: -10%;
    width: 56%;
    opacity: 0.46;
  }

  .featured-category-art.lashes {
    right: 0;
    width: 50%;
  }

  .featured-category h3 {
    margin-top: 20px;
  }

  .category-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  .category-row em {
    grid-column: 2;
    justify-self: start;
  }

  .value-editorial {
    gap: 28px;
  }

  .value-item {
    gap: 14px;
    padding: 20px 0;
  }

  .request-section {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .review-overview {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .review-score-panel {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--gold-line);
    padding-right: 0;
    padding-bottom: 20px;
  }

  .review-bar-row {
    grid-template-columns: 76px minmax(0, 1fr) 28px;
    gap: 9px;
    font-size: 0.86rem;
  }

  .filter-chip {
    flex: 1 1 calc(50% - 10px);
  }

  .section-heading {
    display: block;
  }

  .about-hero {
    padding-bottom: 54px;
  }

  .about-hero::after {
    right: 20px;
    bottom: 26px;
    width: 96px;
  }

  .about-editorial,
  .about-request-note {
    gap: 22px;
  }

  .about-text p {
    line-height: 1.65;
  }

  .category-card p {
    min-height: auto;
  }

  .category-card {
    min-height: 0;
    padding: 20px;
  }

  .steps-heading {
    display: block;
  }

  .profile-logo-tile {
    min-height: 190px;
  }

  .profile-showcase {
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
  }

  .profile-gallery-column {
    order: 2;
    margin-top: 10px;
  }

  .profile-media-grid {
    order: 1;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 26px;
  }

  .clinic-tile + .clinic-tile {
    margin-top: 10px;
  }

  .profile-logo-tile {
    grid-column: auto;
  }

  .clinic-tile figcaption {
    max-width: 320px;
    margin: 14px auto 0;
    line-height: 1.45;
  }

  .profile-block {
    padding-top: 48px;
  }

  .gallery-modal-card {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .gallery-image-wrap img {
    min-height: 260px;
    max-height: 48vh;
  }

  .hero-actions,
  .card-actions {
    flex-direction: column;
  }

  .button,
  .small-button {
    width: 100%;
  }
}
