:root {
  --ink: #31403F;
  --ink-soft: #5C7876;
  --teal: #2D5560;
  --teal-deep: #243f47;
  --header: #31403F;
  --mint: #95D5BB;
  --mist: #C7D4D3;
  --gold: #B38A4C;
  --gold-dark: #866739;
  --gold-soft: #D9C4A6;
  --paper: #F4F7F6;
  --card: #ffffff;
  --line: rgba(49, 64, 63, 0.14);
  --btn: #343434;
  --max: 1080px;
}
* { box-sizing: border-box; }
html { font-size: 18px; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Nunito Sans", "Avenir", "Helvetica Neue", sans-serif;
  font-weight: 400;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}
a { color: var(--teal); }
img { max-width: 100%; height: auto; display: block; }
.draft-banner {
  background: #f6ead6;
  color: #5a4320;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.45rem 1rem;
  border-bottom: 1px solid var(--gold-soft);
}
.draft-banner strong { font-weight: 800; }
.draft-banner a { color: #5a4320; }
header.site {
  background: var(--header);
  color: #f6f8f7;
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 8px 24px rgba(36, 63, 71, 0.18);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.7rem 1rem 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.logo {
  height: 52px;
  width: auto;
  max-width: 240px;
}
.brand { flex: 1; min-width: 0; }
.brand a { color: inherit; text-decoration: none; }
.brand strong {
  font-family: Barlow, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: block;
  font-size: 1.05rem;
}
.brand small {
  display: block;
  color: var(--mint);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.header-cta {
  display: none;
}
nav.top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0 1rem 0.75rem;
  max-width: var(--max);
  margin: 0 auto;
}
nav.top a {
  font-family: Barlow, sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #f6f8f7;
  background: rgba(255,255,255,0.08);
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(149, 213, 187, 0.28);
}
nav.top a[aria-current="page"] {
  background: var(--gold);
  color: #1f1a12;
  border-color: var(--gold);
}
nav.top a.book {
  background: var(--mint);
  color: var(--ink);
  border-color: var(--mint);
}
nav.top a:hover { background: rgba(149, 213, 187, 0.22); }
nav.top a[aria-current="page"]:hover { background: #c49a5a; }
header.site .logo,
header.site .header-inner,
header.site .brand small,
header.site nav.top,
header.site nav.top a {
  transition: width .2s ease, height .2s ease, padding .2s ease, min-height .2s ease, gap .2s ease, font-size .2s ease, opacity .2s ease;
}
header.site.compact .logo { height: 36px; }
header.site.compact .header-inner { padding: 0.28rem 1rem 0.15rem; gap: 0.65rem; }
header.site.compact .brand small { height: 0; opacity: 0; overflow: hidden; margin: 0; }
header.site.compact nav.top { padding-bottom: 0.4rem; gap: 0.3rem; }
header.site.compact nav.top a { min-height: 40px; padding: 0.35rem 0.75rem; font-size: 0.92rem; }
header.site.compact { border-bottom-width: 2px; }
@media (prefers-reduced-motion: reduce) {
  header.site .logo, header.site .header-inner, header.site .brand small,
  header.site nav.top, header.site nav.top a { transition: none; }
}
main { max-width: var(--max); margin: 0 auto; padding: 1.2rem 1rem 3.2rem; }
h1, h2, h3, h4 {
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: -0.01em;
}
h1 { font-size: 2.05rem; margin: 0.15rem 0 0.7rem; }
h2 { font-size: 1.4rem; margin: 1.7rem 0 0.55rem; }
h3 { font-size: 1.12rem; margin: 1.1rem 0 0.35rem; }
p { margin: 0 0 0.9rem; }
.lede { font-size: 1.12rem; color: var(--ink-soft); }
.kicker {
  font-family: Barlow, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 0.35rem;
}
.hero {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin: 0 0 1.4rem;
  min-height: 280px;
  box-shadow: 0 16px 36px rgba(45, 85, 96, 0.18);
}
.hero img { width: 100%; max-height: 460px; object-fit: cover; }
.hero-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.4rem 1.2rem 1.3rem;
  background: linear-gradient(to top, rgba(36, 63, 71, 0.82), rgba(36, 63, 71, 0.08));
  color: #f7faf8;
}
.hero-copy h1 { color: #fff; margin-bottom: 0.35rem; }
.hero-copy p { color: #e4f0ea; margin: 0; }
.btn, .btn-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  min-height: 52px;
  padding: 0.85rem 1.2rem;
  margin: 0.25rem 0.4rem 0.25rem 0;
  border: 0;
  cursor: pointer;
}
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-deep); color: #fff; }
.btn-gold { background: var(--gold); color: #1f1a12; }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 2px solid var(--mist);
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.2rem; margin: 0.8rem 0 0.4rem; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.05rem 1.1rem 1.15rem;
  margin: 0;
  box-shadow: 0 8px 20px rgba(49, 64, 63, 0.05);
}
.card img {
  border-radius: 12px;
  margin: 0 0 0.8rem;
  width: 100%;
  object-fit: cover;
}
.card h3 { margin-top: 0; }
.grid { display: grid; gap: 1rem; }
@media (min-width: 720px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  html { font-size: 19px; }
  .logo { height: 58px; max-width: 280px; }
}
.price-table { width: 100%; border-collapse: collapse; font-size: 0.98rem; }
.price-table th, .price-table td {
  text-align: left;
  padding: 0.65rem 0.55rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.price-table th {
  font-family: Barlow, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.price-table td:last-child, .price-table th:last-child {
  text-align: right;
  font-weight: 700;
  white-space: nowrap;
  font-family: Barlow, sans-serif;
}
.note {
  background: #eef6f2;
  border-left: 5px solid var(--mint);
  padding: 0.85rem 1rem;
  margin: 1rem 0;
  border-radius: 0 12px 12px 0;
}
.warn {
  background: #f7f0e4;
  border-left: 5px solid var(--gold);
  padding: 0.85rem 1rem;
  margin: 1rem 0;
  border-radius: 0 12px 12px 0;
}
.hours { list-style: none; padding: 0; margin: 0 0 1rem; }
.hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
}
footer.site {
  background: var(--header);
  color: #d5e4df;
  padding: 1.8rem 1rem 2.6rem;
  font-size: 0.95rem;
}
footer.site a { color: var(--mint); }
.foot-inner { max-width: var(--max); margin: 0 auto; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 0.55rem 0.9rem; margin: 0.8rem 0 1rem; }
.foot-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.portrait {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 12px;
}
.svc-img { height: 170px; object-position: center; }
.retail-logo {
  height: 88px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto 0.8rem;
  background: #111;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
}
.retail-photo { height: 140px; object-fit: contain; background: #f3f3f3; padding: 0.6rem; }
.map-wrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  height: 260px;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { margin: 0 0 0.55rem; }
.contact-list a { font-weight: 700; }
.form-grid { display: grid; gap: 0.7rem; }
label { font-weight: 700; font-size: 0.92rem; display: block; margin-bottom: 0.25rem; }
input, textarea {
  width: 100%;
  font: inherit;
  padding: 0.75rem 0.8rem;
  border-radius: 10px;
  border: 1px solid var(--mist);
  background: #fff;
  min-height: 48px;
}
textarea { min-height: 120px; resize: vertical; }
.fine { font-size: 0.88rem; color: var(--ink-soft); }
.tag {
  display: inline-block;
  font-family: Barlow, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #e8f4ee;
  color: var(--teal);
  padding: 0.22rem 0.5rem;
  border-radius: 6px;
  margin-bottom: 0.45rem;
}
.card a.more {
  font-family: Barlow, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.split {
  display: grid;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 800px) {
  .split { grid-template-columns: 1.15fr 0.85fr; }
  .portrait { height: 340px; }
}

/* Photo behind headers, same idea as the farm site */
body.page-photo header.site {
  background-color: var(--header);
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
}
body.page-photo .header-inner {
  padding: 1.15rem 1rem 0.85rem;
}
body.page-photo .logo {
  height: 58px;
  max-width: 280px;
  border-radius: 10px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.45);
  background: rgba(12, 22, 24, 0.55);
}
body.page-photo nav.top a {
  background: rgba(20, 36, 40, 0.62);
  backdrop-filter: blur(4px);
}
body.page-photo nav.top a[aria-current="page"] {
  background: var(--gold);
}
body.page-photo nav.top a.book {
  background: var(--mint);
}
header.site.compact.page-photo .logo,
body.page-photo header.site.compact .logo {
  height: 40px;
}

body.home header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.48), rgba(36, 63, 71, 0.68)),
    url("../images/headers/home.jpg");
}
body.about header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.48), rgba(36, 63, 71, 0.68)),
    url("../images/headers/about.jpg");
}
body.services header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/services.jpg");
}
body.gifts header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.52), rgba(36, 63, 71, 0.72)),
    url("../images/headers/gifts.jpg");
}
body.contact header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/contact.jpg");
}
body.botox header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/botox.jpg");
}
body.esthetics header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/esthetics.jpg");
}
body.laser header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/laser.jpg");
}
body.massage header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.48), rgba(36, 63, 71, 0.68)),
    url("../images/headers/massage.jpg");
}
body.iv header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/iv.jpg");
}
body.ultherapy header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/ultherapy.jpg");
}
body.lash header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/lash.jpg");
}
body.waxing header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/waxing.jpg");
}
body.subnovii header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/subnovii.jpg");
}
body.weight header.site {
  background-image:
    linear-gradient(rgba(36, 63, 71, 0.50), rgba(36, 63, 71, 0.70)),
    url("../images/headers/weight.jpg");
}
