:root {
  --rose: #c9808f;
  --rose-dark: #9d5867;
  --blush: #fff2f4;
  --cream: #fffaf5;
  --sage: #7d9b86;
  --gold: #d7a65a;
  --ink: #2c2630;
  --muted: #766d75;
  --line: #ead9d3;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(91, 56, 66, 0.16);
  --radius: 8px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.6rem); font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4.4vw, 4rem); font-weight: 500; }
h3 { font-size: 1.2rem; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -50px;
  z-index: 20;
  background: var(--rose);
  color: #fff;
  padding: .7rem 1rem;
}
.skip-link:focus { top: 0; }
.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 245, .94);
  border-bottom: 1px solid rgba(234, 217, 211, .84);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-width: max-content;
}
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}
.brand strong, .brand small { display: block; }
.brand small { color: var(--muted); font-size: .78rem; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 800;
}
.nav-menu a:hover { color: var(--rose-dark); }
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: .82rem 1.12rem;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.nav-cta, .btn.primary {
  color: #fff;
  background: var(--rose-dark);
  box-shadow: 0 14px 32px rgba(157, 88, 103, .24);
}
.btn.secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(255,255,255,.1);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}
.hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 250, 245, .98), rgba(255, 250, 245, .82) 38%, rgba(255, 250, 245, .1) 72%),
    url("../images/hero-pedicure.png") center / cover no-repeat;
}
.hero-copy { max-width: 720px; padding: 6rem 0; }
.hero-copy p { max-width: 620px; color: var(--muted); font-size: 1.12rem; }
.eyebrow {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.quick-info {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.3rem 0;
}
.info-grid div { display: flex; align-items: baseline; gap: .7rem; }
.info-grid strong { color: var(--rose-dark); font-size: 1.5rem; }
.info-grid span { color: var(--muted); font-weight: 800; }
.section { padding: 5.5rem 0; }
.intro { background: var(--blush); }
.split, .image-split, .visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.note-card, .card-grid article, .review-grid article, .contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(91, 56, 66, .08);
}
.note-card { padding: 2rem; }
.note-card a { color: var(--rose-dark); font-weight: 950; }
.section-heading { max-width: 760px; margin-bottom: 2.4rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.card-grid article, .review-grid article { padding: 1.4rem; }
.card-grid span {
  display: inline-flex;
  width: 38px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  color: var(--rose-dark);
  background: var(--blush);
  font-size: .78rem;
  font-weight: 950;
}
.visual {
  background: linear-gradient(180deg, var(--cream), var(--white));
}
.image-frame {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.image-frame img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}
.check-list {
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .65rem;
  color: var(--muted);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .64rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
}
.reviews {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 242, 244, .9), rgba(255, 250, 245, .94)),
    url("../images/hero-neutral-nails.png") center / cover no-repeat;
}
.reviews .section-inner {
  position: relative;
}
.reviews .section-heading h2 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.review-grid p { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.25; }
.review-grid span { color: var(--muted); font-size: .86rem; font-weight: 900; }
.visit { background: var(--cream); }
.contact-list {
  display: grid;
  gap: .8rem;
  margin-top: 1.5rem;
}
.contact-list a, .contact-list div {
  display: block;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.contact-list strong, .contact-list span { display: block; }
.contact-list span { color: var(--muted); font-weight: 800; }
.contact-form {
  padding: clamp(1.25rem, 3vw, 2rem);
}
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
label { font-weight: 900; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .86rem .9rem;
  color: var(--ink);
  background: #fff;
  font: inherit;
}
textarea { min-height: 118px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(201, 128, 143, .2);
  border-color: var(--rose);
}
.form-status { min-height: 1.4rem; margin: .7rem 0 0; color: var(--rose-dark); font-weight: 900; }
.site-footer { color: rgba(255,255,255,.82); background: #33262d; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 2rem;
  padding: 3rem 0;
}
.footer-grid strong { display: block; color: #fff; margin-bottom: .7rem; }
.footer-grid a, .footer-grid span { display: block; margin-bottom: .35rem; }
.has-prototype-notice {
  padding-bottom: 104px;
}
.prototype-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  padding: 14px max(18px, calc((100vw - 1160px) / 2));
  color: var(--ink);
  background: rgba(255, 255, 255, .98);
  border-top: 1px solid rgba(91, 56, 66, .14);
  box-shadow: 0 -14px 40px rgba(91, 56, 66, .14);
}
.prototype-notice strong {
  display: inline;
  color: var(--rose-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.prototype-notice p {
  display: inline;
  margin: 0 0 0 10px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.55;
}
@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute;
    inset: 76px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .7rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .nav-menu.is-open { display: flex; }
  .nav-menu a { padding: .8rem; }
  .split, .image-split, .visit-grid, .footer-grid { grid-template-columns: 1fr; }
  .card-grid, .review-grid, .info-grid { grid-template-columns: 1fr; }
  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255, 250, 245, .98), rgba(255, 250, 245, .62)),
      url("../images/hero-pedicure.png") center / cover no-repeat;
  }
}
@media (max-width: 620px) {
  .section-inner, .nav-wrap { width: min(100% - 28px, var(--max)); }
  h1 { font-size: 3rem; }
  .section { padding: 4rem 0; }
  .hero-copy { padding: 5rem 0; }
  .hero-actions, .btn { width: 100%; }
  .image-frame img { min-height: 280px; }
  .info-grid div { align-items: flex-start; flex-direction: column; gap: .1rem; }
  .has-prototype-notice { padding-bottom: 68px; }
  .prototype-notice { padding: 6px 9px; }
  .prototype-notice strong,
  .prototype-notice p {
    display: block;
    margin-left: 0;
    font-size: .56rem;
    line-height: 1.22;
  }
  .prototype-notice strong {
    font-size: .55rem;
    letter-spacing: .1em;
  }
  .prototype-notice p { margin-top: 1px; }
}
