/* Aborn Nail — Evergreen botanical. Distinct from rose/coral/plum sibling mocks. */
:root {
  --forest: #143528;
  --forest-deep: #0C241C;
  --moss: #2F5A45;
  --sage: #C9D6C4;
  --sage-soft: #E4EBDF;
  --ivory: #F7F3EB;
  --sand: #EFE8DC;
  --apricot: #D4845A;
  --apricot-deep: #B8663C;
  --ink: #1A221C;
  --muted: #5C675E;
  --line: rgba(20, 53, 40, 0.12);
  --card: #FFFcf7;
  --shadow: 0 20px 48px rgba(12, 36, 28, 0.12);
  --header-h: 4.1rem;
  --dock-h: 4.15rem;
  --wrap: 1100px;
  --radius: 18px;
  --display: "Newsreader", Georgia, "Times New Roman", serif;
  --body: "Figtree", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.03rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 100% -10%, rgba(201, 214, 196, 0.55), transparent 55%),
    radial-gradient(900px 500px at -10% 30%, rgba(212, 132, 90, 0.08), transparent 50%),
    var(--ivory);
  padding-bottom: calc(var(--dock-h) + env(safe-area-inset-bottom, 0px) + 10px);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--moss); text-underline-offset: 0.18em; }
a:hover { color: var(--forest); }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--apricot); outline-offset: 3px; }

.skip { position: absolute; left: -999px; top: 0; }
.skip:focus {
  left: 0.75rem; top: 0.75rem; z-index: 500;
  background: var(--card); color: var(--ink);
  padding: 0.55rem 0.85rem; border-radius: 10px;
}

.wrap { width: min(var(--wrap), calc(100% - 1.55rem)); margin-inline: auto; }

.eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--apricot-deep);
}
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--forest-deep);
  margin: 0 0 0.65rem;
}
h1 { font-size: clamp(2.05rem, 6.2vw, 3.35rem); }
h2 { font-size: clamp(1.65rem, 4.2vw, 2.35rem); }
h3 { font-size: 1.15rem; }
.lede, .section-lede, p { color: var(--muted); }
.lede { font-size: 1.08rem; max-width: 38rem; }
.section { padding: 3.4rem 0; }
.section-head { margin-bottom: 1.6rem; max-width: 40rem; }
.section-head.tight { margin-bottom: 1.1rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { min-height: 3.1rem; padding-inline: 1.4rem; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn-apricot {
  background: linear-gradient(135deg, var(--apricot), var(--apricot-deep));
  color: #fff;
  box-shadow: 0 10px 24px rgba(184, 102, 60, 0.28);
}
.btn-apricot:hover { color: #fff; }
.btn-forest {
  background: var(--forest);
  color: var(--ivory);
}
.btn-forest:hover { background: var(--forest-deep); color: #fff; }
.btn-outline, .btn-outline-dark, .btn-ghost-sm {
  background: rgba(255,252,247,0.7);
  color: var(--forest);
  border-color: var(--line);
}
.btn-outline:hover, .btn-outline-dark:hover, .btn-ghost-sm:hover {
  border-color: var(--forest);
  color: var(--forest-deep);
}
.btn-ghost-sm { min-height: 2.35rem; padding-inline: 0.95rem; font-size: 0.92rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247, 243, 235, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: var(--header-h);
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none; color: inherit; margin-right: auto;
}
.brand-mark {
  width: 2.35rem; height: 2.35rem; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--forest);
  color: var(--ivory);
  font-family: var(--display);
  font-weight: 700; font-size: 1.2rem;
  box-shadow: inset 0 -3px 0 var(--apricot);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--display); font-weight: 650; font-size: 1.12rem; color: var(--forest-deep); }
.brand-tag { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.04em; }
.nav-desk { display: none; gap: 1.1rem; }
.nav-desk a {
  text-decoration: none; color: var(--muted); font-weight: 600; font-size: 0.92rem;
}
.nav-desk a:hover { color: var(--forest); }
.nav-vi { display: block; font-size: 0.68rem; font-weight: 500; color: #8a9488; letter-spacing: 0; text-transform: none; }
.header-actions { display: flex; gap: 0.45rem; }

/* Hero — split editorial */
.hero { padding: 1.4rem 0 0.4rem; }
.hero-grid {
  display: grid; gap: 1.4rem;
  align-items: center;
}
.hero-photo {
  margin: 0;
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--sage-soft);
}
.hero-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.hero-photo figcaption,
.about-photo figcaption {
  padding: 0.55rem 0.85rem 0.7rem;
  font-size: 0.78rem;
  color: var(--muted);
  background: var(--card);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.65rem; margin: 1.2rem 0 0.7rem; }
.hero-meta { margin: 0; font-size: 0.92rem; }

/* Ribbon */
.ribbon { padding: 1.35rem 0 0.2rem; }
.ribbon-grid {
  display: grid; gap: 0.7rem;
  background: var(--forest);
  color: var(--ivory);
  border-radius: var(--radius);
  padding: 0.85rem;
  box-shadow: var(--shadow);
}
.ribbon-item {
  display: flex; flex-direction: column; gap: 0.15rem;
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.05);
}
a.ribbon-item:hover { background: rgba(255,255,255,0.1); color: #fff; }
.ribbon-k { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); font-weight: 650; }
.ribbon-v { font-weight: 650; }

/* About */
.about-grid { display: grid; gap: 1.5rem; align-items: center; }
.about-photo {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  order: -1;
}
.about-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-points {
  margin: 1rem 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid; gap: 0.55rem;
}
.about-points li {
  padding: 0.7rem 0.9rem 0.7rem 2.35rem;
  border-radius: 12px;
  background: var(--sage-soft);
  border: 1px solid var(--line);
  color: var(--forest);
  font-weight: 550;
  position: relative;
}
.about-points li::before {
  content: "";
  position: absolute; left: 0.85rem; top: 50%; transform: translateY(-50%);
  width: 0.65rem; height: 0.65rem; border-radius: 50%;
  background: var(--apricot);
  box-shadow: 0 0 0 4px rgba(212, 132, 90, 0.2);
}

/* Services */
.menu-board {
  display: grid; gap: 0.9rem;
}
.menu-col {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.15rem 0.85rem;
  box-shadow: 0 8px 24px rgba(12, 36, 28, 0.05);
}
.menu-col h3 {
  margin-bottom: 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px dashed var(--line);
  color: var(--moss);
}
.menu-col ul { list-style: none; margin: 0; padding: 0; }
.menu-col li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(20,53,40,0.06);
  color: var(--ink);
}
.menu-col li:last-child { border-bottom: 0; }
.menu-col em {
  font-style: normal;
  font-weight: 700;
  color: var(--apricot-deep);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.menu-note { margin: 1.1rem 0 1.2rem; font-size: 0.95rem; }
.center-cta { display: flex; flex-wrap: wrap; gap: 0.65rem; }

/* Gallery */
.gallery-strip { padding: 0.5rem 0 3rem; }
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}
.gallery figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--sand);
}
.gallery img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.gallery figcaption {
  padding: 0.45rem 0.65rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--moss);
  background: var(--card);
}

/* Hours */
.hours-grid { display: grid; gap: 1.4rem; align-items: start; }
.hours-card {
  background: var(--forest);
  color: var(--ivory);
  border-radius: calc(var(--radius) + 4px);
  padding: 0.4rem 0.35rem;
  box-shadow: var(--shadow);
}
.hours-card table { width: 100%; border-collapse: collapse; }
.hours-card th, .hours-card td {
  padding: 0.72rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-weight: 550;
}
.hours-card tr:last-child th,
.hours-card tr:last-child td { border-bottom: 0; }
.hours-card th { font-weight: 650; color: var(--sage); width: 42%; }
.hours-card td { text-align: right; font-variant-numeric: tabular-nums; }

/* Visit */
.visit {
  padding: 3rem 0 2.5rem;
  background:
    linear-gradient(180deg, transparent, rgba(201,214,196,0.35));
}
.visit-grid { display: grid; gap: 1.3rem; }
.visit-sub { font-weight: 650; color: var(--forest); margin-top: -0.25rem; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.1rem; }
.visit-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow);
}
.visit-card h3 { margin-bottom: 0.4rem; }
.phone-big {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.55rem, 5vw, 1.9rem);
  font-weight: 650;
  color: var(--forest);
  text-decoration: none;
  margin: 0.85rem 0 1rem;
}
.visit-fine { margin: 0.85rem 0 0; font-size: 0.88rem; }

/* Footer */
.site-footer {
  padding: 1.6rem 0 1.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}
.footer-inner { display: grid; gap: 0.35rem; }
.footer-inner p { margin: 0; }
.footer-note { font-size: 0.82rem; color: #8a9488; }

/* Sticky dock */
.dock {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
  background: rgba(247, 243, 235, 0.94);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(12, 36, 28, 0.08);
}
.dock-call, .dock-book {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 3.15rem;
  border-radius: 14px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-weight: 700;
}
.dock-call {
  background: var(--card);
  color: var(--forest);
  border: 1px solid var(--line);
  gap: 0.05rem;
}
.dock-call span {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 650;
}
.dock-call strong { font-size: 0.92rem; font-weight: 700; }
.dock-book {
  background: linear-gradient(135deg, var(--apricot), var(--apricot-deep));
  color: #fff;
  font-size: 1.05rem;
}

/* Modal */
body.book-open { overflow: hidden; }
.modal[hidden] { display: none !important; }
.modal {
  position: fixed; inset: 0; z-index: 80;
  display: grid; place-items: end center;
}
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(12, 36, 28, 0.55);
}
.modal-panel {
  position: relative;
  width: min(100%, 460px);
  max-height: min(94vh, 820px);
  overflow: auto;
  background: var(--ivory);
  border-radius: 22px 22px 0 0;
  padding: 1.25rem 1.15rem 1.5rem;
  box-shadow: 0 -20px 60px rgba(0,0,0,0.25);
}
.modal-x {
  position: absolute; top: 0.7rem; right: 0.75rem;
  width: 2.3rem; height: 2.3rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--card);
  font-size: 1.35rem; line-height: 1;
  cursor: pointer;
}
.modal-lede { margin: 0 0 1rem; font-size: 0.95rem; }
#book-form { display: grid; gap: 0.75rem; }
#book-form label { display: grid; gap: 0.35rem; font-weight: 600; color: var(--forest); font-size: 0.9rem; }
#book-form label i { font-style: normal; font-weight: 500; color: var(--muted); }
#book-form input,
#book-form select,
#book-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  background: var(--card);
  font-weight: 500;
  color: var(--ink);
}
#book-form .form-row {
  display: grid;
  gap: 0.75rem;
}
#book-form .err { color: #a33a2c; font-weight: 600; min-height: 1em; font-size: 0.8rem; }
#book-form label.is-invalid input,
#book-form label.is-invalid select {
  border-color: #c45a4a;
  background: #fff7f5;
}
#book-thanks h2 { margin-bottom: 0.5rem; }
#thanks-body { color: var(--ink); }

@media (min-width: 720px) {
  .nav-desk { display: flex; }
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    padding-top: 1rem;
  }
  .ribbon-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0.55rem;
  }
  .about-grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.2rem;
  }
  .about-photo { order: 0; }
  .menu-board { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
  .hours-grid { grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
  .visit-grid { grid-template-columns: 1.2fr 0.9fr; gap: 1.8rem; align-items: stretch; }
  .modal { place-items: center; }
  .modal-panel {
    border-radius: 22px;
    width: min(100% - 2rem, 460px);
  }
  #book-form .form-row { grid-template-columns: 1fr 1fr; }
  .dock-call strong { font-size: 1rem; }
}

@media (min-width: 980px) {
  .gallery { grid-template-columns: repeat(6, 1fr); }
  .gallery figure:nth-child(n+5) { display: block; }
}
