/* ==========================================================
   A Shear Experience — Salon & Spa
   Palette: shell white / slate ink / sea-glass teal / blush
   Type:    Fraunces (display) + Karla (body)
   ========================================================== */

:root {
  --shell:    #FBF9F6;
  --shell-2:  #F1EEE7;
  --ink:      #22303A;
  --ink-soft: #51606B;
  --teal:     #3E7C74;
  --teal-deep:#2C5B55;
  --blush:    #D8A7A0;
  --line:     #DAD4C9;

  --display: "Fraunces", Georgia, serif;
  --body:    "Karla", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1040px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 5rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--shell);
}

a { color: var(--teal-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--teal); }
a:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--teal-deep);
  outline-offset: 3px;
  border-radius: 2px;
}

h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.15; margin: 0 0 .5em; }
em { font-style: italic; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: .85rem 1.25rem;
  background: rgba(251, 249, 246, .92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}

.brand {
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: .01em;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 1.15rem;
  margin-left: auto;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: .95rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: .02em;
}
.site-nav a:hover { color: var(--teal-deep); }

.nav-phone {
  font-weight: 600;
  font-size: .95rem;
  color: var(--teal-deep);
  text-decoration: none;
  white-space: nowrap;
}

/* ---------- Hero ---------- */
.hero {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 7.5rem) 1.25rem 4.5rem;
  text-align: center;
}

.eyebrow {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 1.25rem;
}

.hero h1 {
  font-size: clamp(2.75rem, 7.5vw, 5rem);
  font-weight: 400;
  letter-spacing: -.01em;
  margin-bottom: .35em;
}

.hero h1 em {
  font-weight: 600;
  color: var(--teal-deep);
}

.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 34em;
  margin: 0 auto 2rem;
}

.hero-actions {
  display: flex;
  gap: .85rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

.hero-note {
  font-size: .9rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  display: inline-block;
  padding-top: 1rem;
  margin: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: .8rem 1.6rem;
  border-radius: 999px;
  font-family: var(--body);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .03em;
  text-decoration: none;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.btn-solid { background: var(--teal-deep); color: var(--shell); border: 1px solid var(--teal-deep); }
.btn-solid:hover { background: var(--teal); border-color: var(--teal); color: var(--shell); }

.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-ghost:hover { border-color: var(--teal-deep); color: var(--teal-deep); }

/* ---------- Sections ---------- */
.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 4.5rem 1.25rem;
}

.section-alt {
  max-width: none;
  background: var(--shell-2);
}
.section-alt > * {
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
}

.section-head { text-align: center; margin-bottom: 2.75rem; }
.section-head h2 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 500;
}
.section-head p { max-width: 40em; margin: .5rem auto 0; color: var(--ink-soft); }
.fineprint { font-size: .9rem; }

/* ---------- Service menus with dotted leaders ---------- */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 4rem;
}

.menu h3 {
  font-size: 1.35rem;
  color: var(--teal-deep);
  border-bottom: 1px solid var(--line);
  padding-bottom: .4rem;
  margin: 2rem 0 1rem;
}
.menu h3:first-child { margin-top: 0; }

.menu h3 .tag {
  font-family: var(--body);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blush);
  vertical-align: middle;
  margin-left: .5rem;
}

.pricelist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricelist li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .75rem;
  padding: .45rem 0;
  font-size: 1rem;
  border-bottom: 1px dotted var(--line);
}
.pricelist li:last-child { border-bottom: none; }

.pricelist .price {
  flex: 0 0 auto;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}

.pricelist small {
  color: var(--ink-soft);
  font-size: .82em;
}

/* ---------- Callout ---------- */
.callout {
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--blush);
  background: var(--shell);
  border-radius: 0 8px 8px 0;
}
.section-alt .callout { background: var(--shell); }
.callout h4 { font-size: 1.1rem; margin-bottom: .35rem; }
.callout p { margin: 0; font-size: .95rem; color: var(--ink-soft); }

.center { text-align: center; margin-top: 2.5rem; }

/* ---------- Feature band (salon interior) ---------- */
.feature {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1.25rem 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 3rem;
  align-items: center;
}

.feature-img { margin: 0; }
.feature-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(34, 48, 58, .16);
}

.feature-text h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
}
.feature-text p {
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
}

/* ---------- Wedding grid (photo + menus) ---------- */
.wedding-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 3rem;
  align-items: start;
}

.wedding-img { margin: 0; }
.wedding-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(34, 48, 58, .16);
}

.wedding-menus .menu + .menu { margin-top: 2rem; }

/* ---------- Visit ---------- */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 4rem;
  max-width: 780px;
  margin: 0 auto;
}

.visit-block h3 {
  font-size: 1.2rem;
  color: var(--teal-deep);
  margin: 1.5rem 0 .4rem;
}
.visit-block h3:first-child { margin-top: 0; }
.visit-block p { margin: 0 0 .5rem; }

.hours {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hours li {
  display: flex;
  justify-content: space-between;
  padding: .35rem 0;
  border-bottom: 1px dotted var(--line);
  font-size: .98rem;
}
.hours li:last-child { border-bottom: none; }
.hours li span:first-child { font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: var(--shell-2);
  text-align: center;
  padding: 3rem 1.25rem 2.5rem;
}

.footer-brand {
  font-family: var(--display);
  font-size: 1.5rem;
  margin: 0 0 .75rem;
}
.footer-brand em { color: var(--blush); }

.footer-social { margin: 0 0 1rem; }
.footer-social a { color: var(--shell-2); }
.footer-social a:hover { color: var(--blush); }
.footer-social span { margin: 0 .5rem; color: var(--ink-soft); }

.footer-copy {
  margin: 0;
  font-size: .82rem;
  color: #93A0AA;
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .site-header { flex-wrap: wrap; gap: .5rem 1rem; }
  .site-nav { margin-left: 0; width: 100%; order: 3; gap: 1rem; }
  .nav-phone { margin-left: auto; }

  .menu-grid, .visit-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .feature, .wedding-grid { grid-template-columns: 1fr; gap: 2rem; }
  .feature { padding-bottom: 3.25rem; }
  .wedding-img { max-width: 420px; margin: 0 auto; }
  .section { padding: 3.25rem 1.25rem; }
}
