/* ───────────────────────────────────────────────────────────
   ALMOND & ASH — Lash, Brow & Skin. Suite 12.
   Warm, light, unhurried. One person, one room.
   Deliberately shares no DNA with the Hollow & Hone build:
   light not dark · serif not condensed grotesk · no mono ·
   single column not split grid · soft edges not hard rules.
   Built by 72Frame.
   ─────────────────────────────────────────────────────────── */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }

:root {
  --cream:   #faf6f1;
  --cream-d: #f2eae1;
  --sand:    #e8dcd0;
  --ink:     #2e2723;
  --ink-70:  rgba(46, 39, 35, .70);
  --ink-50:  rgba(46, 39, 35, .50);
  --ink-30:  rgba(46, 39, 35, .30);
  --ink-14:  rgba(46, 39, 35, .14);
  --ink-07:  rgba(46, 39, 35, .07);
  --clay:    #a8674f;
  --clay-d:  #8d5340;

  --serif: 'Fraunces', Georgia, serif;
  --sans:  'Figtree', system-ui, sans-serif;

  --pad:  clamp(1.25rem, 5vw, 3rem);
  --maxw: 1180px;
  --r:    14px;               /* soft corners throughout — the barbershop has none */
  --ease: cubic-bezier(.4, 0, .2, 1);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: env(safe-area-inset-bottom);
}

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.narrow { max-width: 660px; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-variation-settings: 'SOFT' 30, 'WONK' 1, 'opsz' 40;
  line-height: 1.08;
  letter-spacing: -.015em;
}

.kicker {
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 600;
}

/* ── Buttons — pill, soft, never sharp ───────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--sans); font-size: .95rem; font-weight: 600;
  padding: .95rem 1.9rem;
  border-radius: 100px;
  border: 1px solid transparent;
  background: var(--ink); color: var(--cream);
  transition: background .3s var(--ease), transform .3s var(--ease), color .3s var(--ease);
}
.btn:hover { background: var(--clay); transform: translateY(-1px); }
.btn--soft { background: transparent; color: var(--ink); border-color: var(--ink-14); }
.btn--soft:hover { background: var(--ink-07); color: var(--ink); transform: translateY(-1px); }
.btn--wide { width: 100%; }

/* ── Header — no sticky bar, just a quiet line ───────────── */
.top {
  padding: 1.75rem 0;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.logo { font-family: var(--serif); font-size: 1.22rem; letter-spacing: -.01em; }
.logo em { font-style: normal; color: var(--clay); }
.top__right { display: flex; align-items: center; gap: 1.75rem; }
.top__links { display: flex; gap: 1.6rem; }
.top__links a {
  font-size: .93rem; color: var(--ink-70);
  padding-bottom: 2px; border-bottom: 1px solid transparent;
  transition: color .25s var(--ease), border-color .25s var(--ease);
}
.top__links a:hover { color: var(--ink); border-bottom-color: var(--clay); }

/* ── Hero ────────────────────────────────────────────────── */
.hero { padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 7vw, 5rem); }
.hero__h1 {
  font-size: clamp(2.9rem, 8vw, 5.4rem);
  max-width: 13ch;
  margin-bottom: 1.5rem;
}
.hero__h1 em { font-style: italic; color: var(--clay); }
.hero__lead {
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  color: var(--ink-70);
  max-width: 46ch;
  margin-bottom: 2rem;
}
.hero__acts { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.2rem; }
.hero__note { font-size: .88rem; color: var(--ink-50); }

.hero__media { margin-top: clamp(2.5rem, 6vw, 4rem); position: relative; }
.hero__media img {
  width: 100%; height: auto; aspect-ratio: 21/9; object-fit: cover; object-position: 50% 45%;
  border-radius: var(--r);
}
/* small floating card over the image — warm, human, not a stat bar */
.hero__card {
  position: absolute; right: clamp(1rem, 3vw, 2.25rem); bottom: clamp(1rem, 3vw, 2.25rem);
  background: var(--cream);
  border-radius: var(--r);
  padding: 1.1rem 1.35rem;
  max-width: 15.5rem;
  box-shadow: 0 12px 40px rgba(46,39,35,.14);
}
.hero__card strong { display: block; font-family: var(--serif); font-size: 1.05rem; margin-bottom: .15rem; }
.hero__card span { font-size: .86rem; color: var(--ink-50); line-height: 1.5; display: block; }

/* ── Section shell ───────────────────────────────────────── */
.sec { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.sec--sand { background: var(--cream-d); }
.sec__h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); margin-bottom: .9rem; max-width: 18ch; }
.sec__intro { color: var(--ink-70); max-width: 52ch; margin-bottom: clamp(2rem, 4vw, 3rem); }

/* ── Services — soft panels, two up. Not a price list. ───── */
.svcs { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(.9rem, 2vw, 1.4rem); }
.svc {
  background: var(--cream);
  border: 1px solid var(--ink-07);
  border-radius: var(--r);
  padding: clamp(1.35rem, 2.6vw, 1.9rem);
  display: flex; flex-direction: column;
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.sec--sand .svc { background: var(--cream); }
.svc:hover { border-color: var(--clay); transform: translateY(-2px); }
.svc__top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; }
.svc__name { font-family: var(--serif); font-size: 1.3rem; }
.svc__price { font-weight: 600; font-size: 1.02rem; white-space: nowrap; }
.svc__time { font-size: .84rem; color: var(--ink-50); margin-bottom: .7rem; }
.svc__desc { font-size: .94rem; color: var(--ink-70); margin-bottom: 1.1rem; }
.svc__add {
  margin-top: auto; padding-top: 1rem;
  font-size: .86rem; color: var(--ink-50);
  border-top: 1px solid var(--ink-07);
}
.svc__add b { color: var(--ink-70); font-weight: 600; }

/* ── Work — offset masonry-ish, never equal squares ──────── */
.work { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(.6rem, 1.4vw, 1rem); }
.work figure { overflow: hidden; border-radius: var(--r); }
.work img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.work figure:hover img { transform: scale(1.05); }
.work .w1 { grid-column: span 4; aspect-ratio: 16/10; }
.work .w2 { grid-column: span 2; aspect-ratio: 4/5; }
.work .w3 { grid-column: span 2; aspect-ratio: 4/5; }
.work .w4 { grid-column: span 4; aspect-ratio: 16/10; }

/* ── About — the person is the brand ─────────────────────── */
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(1.75rem, 4vw, 3.5rem); align-items: center; }
.about__img img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r); }
.about__body p { color: var(--ink-70); margin-bottom: 1rem; }
.about__body p:last-child { margin-bottom: 0; }
.about__sig {
  font-family: var(--serif); font-style: italic;
  font-size: 1.35rem; color: var(--ink); margin-top: 1.5rem;
}

/* ── Policies — plain, honest, numbered ──────────────────── */
.pol { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.25rem, 3vw, 2.25rem) clamp(2rem, 5vw, 4rem); }
.pol__item { display: flex; gap: 1rem; }
.pol__n {
  font-family: var(--serif); font-size: 1.15rem; color: var(--clay);
  flex-shrink: 0; width: 1.6rem;
}
.pol__t { font-weight: 600; margin-bottom: .2rem; }
.pol__d { font-size: .94rem; color: var(--ink-70); }

/* ── Visit ───────────────────────────────────────────────── */
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.75rem, 4vw, 3.5rem); }
.visit__addr { font-style: normal; }
.visit__addr .big { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.2; }
.visit__addr .sm { color: var(--ink-70); margin-top: .75rem; }
.visit__acts { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.hrs { border-top: 1px solid var(--ink-14); }
.hrs__r { display: flex; justify-content: space-between; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--ink-07); font-size: .96rem; }
.hrs__r .d { color: var(--ink-70); }
.hrs__r .t { color: var(--ink-50); }
.hrs__r.is-today .d, .hrs__r.is-today .t { color: var(--clay); font-weight: 600; }

/* ── Footer ──────────────────────────────────────────────── */
.foot { padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(6rem, 8vw, 3rem); border-top: 1px solid var(--ink-14); }
.foot__in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.foot__soc { display: flex; gap: .6rem; }
.ic {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--ink-14);
  display: grid; place-items: center; color: var(--ink-50);
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.ic:hover { background: var(--clay); border-color: var(--clay); color: var(--cream); }
.foot__cr { font-size: .85rem; color: var(--ink-50); text-align: center; width: 100%; margin-top: 2rem; }
.foot__cr a { color: var(--ink-70); border-bottom: 1px solid var(--ink-14); }

/* ── Sticky booking bar — mobile only.
      This site is a link-in-bio destination; booking must
      never be more than a thumb away. ───────────────────── */
.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none;
  padding: .7rem var(--pad) calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(250,246,241,.94);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--ink-14);
}

/* ── Reveal ──────────────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; } }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
  .about__img img { aspect-ratio: 3/2; }
  .visit { grid-template-columns: 1fr; }
  .work { grid-template-columns: repeat(4, 1fr); }
  .work .w1, .work .w4 { grid-column: span 4; }
  .work .w2, .work .w3 { grid-column: span 2; }
}

@media (max-width: 680px) {
  .top__links { display: none; }
  .svcs { grid-template-columns: 1fr; }
  .pol { grid-template-columns: 1fr; }
  .hero__card { position: static; margin-top: .9rem; max-width: none; box-shadow: none; border: 1px solid var(--ink-07); }
  .hero__media img { aspect-ratio: 4/3; }
  .dock { display: block; }
}
