/* Lindsey Care — lindsey.care
   Palette and type carried over from the printed business card. */

:root {
  --paper:      #FCFBF7;
  --tint:       #F4EDE3;
  --ink:        #1F1E1C;
  --ink-soft:   #3A3833;
  --muted:      #6B675F;
  --faint:      #6E6A60;
  --rule:       #DAD5CB;
  --rule-soft:  #EAE5DC;
  --sage:       #4A5C51;
  --sage-deep:  #37453D;
  --terra:      #A5613C;
  --terra-deep: #8E512F;
  --terra-lift: #E0A87F;

  --serif: 'Cormorant Garamond', 'Hoefler Text', Georgia, serif;
  --sans:  Jost, 'Avenir Next', 'Century Gothic', system-ui, sans-serif;

  --wrap: 1140px;
  --pad: clamp(1.25rem, 4vw, 3rem);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; }

a { color: var(--terra); }
a:hover { color: var(--ink); }

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

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--sage); color: #fff; padding: .75rem 1.25rem;
}
.skip:focus { left: .5rem; top: .5rem; }

:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; }

/* ---------- Type ---------- */

h1, h2, h3 { font-family: var(--serif); font-weight: 500; margin: 0; letter-spacing: .01em; }

h1 {
  font-size: clamp(2.6rem, 6.4vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -.005em;
}
h2 { font-size: clamp(1.95rem, 4vw, 2.9rem); line-height: 1.12; }
h3 { font-size: 1.28rem; line-height: 1.25; font-weight: 600; }

p { margin: 0 0 1.05rem; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-size: .74rem; font-weight: 500;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--faint);
  margin: 0 0 1rem;
}
.eyebrow-light { color: rgba(252,251,247,.74); }

.lede { font-size: clamp(1.08rem, 1.9vw, 1.26rem); color: var(--ink-soft); max-width: 40ch; }
.section-lede { color: var(--muted); max-width: 62ch; margin-top: 1.1rem; font-size: 1.05rem; }
.fine { font-size: .84rem; color: var(--faint); line-height: 1.55; }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(252,251,247,.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--rule-soft);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 74px;
  flex-wrap: wrap;
}

.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; margin-right: auto; }
.brand-mark { width: 40px; height: 40px; flex: none; border-radius: 10px; }
.brand-mark-sm { width: 34px; height: 34px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.42rem; letter-spacing: .01em; }
.brand-sub {
  font-size: .62rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--faint); margin-top: .32rem;
}

.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a {
  color: var(--ink-soft); text-decoration: none;
  font-size: .88rem; letter-spacing: .04em;
  padding: .35rem 0; border-bottom: 1px solid transparent;
}
.site-nav a:hover { color: var(--ink); border-bottom-color: var(--terra); }

.nav-call {
  font-weight: 500; color: var(--sage) !important;
  border: 1px solid var(--rule) !important; border-radius: 999px;
  padding: .5rem 1.05rem !important; white-space: nowrap;
}
.nav-call:hover { background: var(--sage); color: #fff !important; border-color: var(--sage) !important; }

.nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
.nav-button { display: none; }

@media (max-width: 860px) {
  .nav-button {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; cursor: pointer;
    border: 1px solid var(--rule); border-radius: 10px; padding: 0 10px;
  }
  .nav-button span { display: block; height: 1.5px; background: var(--ink); border-radius: 2px; }
  .site-nav {
    flex-basis: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    max-height: 0; overflow: hidden;
    transition: max-height .28s ease;
  }
  .nav-toggle:checked ~ .site-nav { max-height: 26rem; }
  .site-nav a {
    padding: .95rem .1rem; border-bottom: 1px solid var(--rule-soft);
    font-size: 1rem;
  }
  .nav-call { text-align: center; margin: .9rem 0 1.1rem; }
  @media (prefers-reduced-motion: reduce) { .site-nav { transition: none; } }
}

/* ---------- Hero ---------- */

.hero {
  padding: clamp(3.5rem, 9vw, 7.5rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(120% 90% at 88% 4%, rgba(200,138,94,.10), transparent 58%),
    radial-gradient(90% 80% at 4% 100%, rgba(74,92,81,.10), transparent 62%),
    var(--paper);
  border-bottom: 1px solid var(--rule-soft);
}
.hero h1 { margin-bottom: 1.5rem; max-width: 22ch; }

.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.1rem; }

.btn {
  display: inline-block; text-decoration: none;
  font-size: .95rem; font-weight: 500; letter-spacing: .05em;
  padding: .95rem 1.75rem; border-radius: 999px;
  border: 1px solid transparent;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.btn-primary { background: var(--sage); color: #fff; }
.btn-primary:hover { background: var(--sage-deep); color: #fff; }
.btn-ghost { border-color: var(--rule); color: var(--ink-soft); }
.btn-ghost:hover { border-color: var(--ink); color: var(--ink); }

.cred-strip {
  list-style: none; margin: clamp(2.6rem, 5vw, 3.6rem) 0 0; padding: 1.6rem 0 0;
  border-top: 1px solid var(--rule);
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.cred-strip li { display: flex; flex-direction: column; gap: .3rem; }
.cred-strip strong {
  font-family: var(--serif); font-weight: 600; font-size: 1.32rem;
  color: var(--sage); letter-spacing: .01em;
}
.cred-strip span { font-size: .82rem; letter-spacing: .05em; color: var(--muted); }

/* ---------- Bands ---------- */

.band { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.band-tint { background: var(--tint); }

.note {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 1.35rem 1.5rem;
  background: var(--tint);
  border-left: 3px solid var(--terra);
  border-radius: 4px;
  font-size: .95rem; color: var(--ink-soft);
  max-width: 78ch;
}
.band-tint .note { background: var(--paper); }

/* ---------- Service cards ---------- */

.cards {
  margin-top: clamp(2.2rem, 4vw, 3.2rem);
  display: grid; gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  background: var(--paper);
  border-radius: 6px;
}
.card {
  background: var(--paper); padding: 1.85rem 1.7rem;
  box-shadow: 0 0 0 1px var(--rule-soft);
}
.card h3 { margin-bottom: .6rem; color: var(--sage-deep); }
.card p { color: var(--muted); font-size: .96rem; margin: 0; }
.card-feature { background: var(--tint); }
.card-feature h3 { color: var(--terra-deep); }
.card-feature p { color: var(--ink-soft); }

/* ---------- Split / about ---------- */

.split { padding: clamp(3.5rem, 8vw, 6.5rem) 0; border-top: 1px solid var(--rule-soft); }
.split-inner {
  display: grid; gap: clamp(2.2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  align-items: start;
}
@media (max-width: 900px) { .split-inner { grid-template-columns: 1fr; } }

.split-body { grid-column: 1; grid-row: 1; }
.split-aside { grid-column: 2; grid-row: 1; }
@media (max-width: 900px) {
  .split-body, .split-aside { grid-column: auto; grid-row: auto; }
}

.split-body h2 { margin-bottom: 1.3rem; }
.split-body p { color: var(--ink-soft); max-width: 62ch; }

blockquote {
  margin: 2rem 0 0; padding: 0 0 0 1.4rem;
  border-left: 2px solid var(--rule);
}
blockquote p {
  font-family: var(--serif); font-size: 1.45rem; line-height: 1.35;
  color: var(--sage); margin: 0;
}

.portrait { margin: 0 0 1.5rem; }
@media (max-width: 900px) {
  .portrait { max-width: 23rem; margin-inline: auto; }
  .verify { max-width: 30rem; margin-inline: auto; }
}
.portrait img {
  display: block; width: 100%; height: auto;
  border-radius: 6px;
  background: var(--tint);
}
.portrait figcaption {
  margin-top: .7rem;
  font-size: .74rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--faint); text-align: center;
}

.verify {
  background: var(--tint);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 1.75rem 1.65rem;
}
.verify h3 { margin-bottom: .7rem; color: var(--sage-deep); }
.verify > p { font-size: .92rem; color: var(--muted); }

.verify dl {
  margin: 1.3rem 0; padding: 1.15rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: grid; grid-template-columns: auto 1fr; gap: .55rem 1.1rem;
}
.verify dt {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--faint); align-self: center;
}
.verify dd {
  margin: 0; font-size: .96rem; font-weight: 500; color: var(--ink);
  letter-spacing: .02em;
}
.ok {
  display: inline-block; background: var(--sage); color: #fff;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  padding: .22rem .6rem; border-radius: 999px; font-weight: 500;
}

/* ---------- Service area ---------- */

.places {
  list-style: none; margin: clamp(2rem, 4vw, 2.8rem) 0 0; padding: 0;
  /* Flex, not grid: the last row's cells grow to fill, so the list looks right
     at any number of places and no empty cells show through. */
  display: flex; flex-wrap: wrap; gap: 1px;
  background: var(--tint);
  border-radius: 6px; overflow: hidden;
}
.places li {
  flex: 1 1 calc(25% - 1px);   /* four per row; a short last row stretches evenly */
  background: var(--paper); padding: 1.15rem 1.35rem;
  box-shadow: 0 0 0 1px var(--rule);
  font-family: var(--serif); font-size: 1.24rem; font-weight: 600;
  color: var(--sage-deep);
}
@media (max-width: 900px) { .places li { flex-basis: calc(50% - 1px); } }
@media (max-width: 520px) { .places li { flex-basis: 100%; } }

/* ---------- Steps ---------- */

.steps {
  list-style: none; counter-reset: none;
  margin: clamp(2.2rem, 4vw, 3.2rem) 0 0; padding: 0;
  display: grid; gap: clamp(1.5rem, 3vw, 2.2rem);
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
.steps li { padding-top: 1.15rem; border-top: 2px solid var(--rule); }
.step-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 999px;
  background: var(--sage); color: #fff;
  font-size: .92rem; font-weight: 500;
  margin-bottom: .95rem;
}
.steps h3 { margin-bottom: .55rem; color: var(--sage-deep); }
.steps p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ---------- Contact ---------- */

.contact {
  background: var(--sage-deep);
  color: var(--paper);
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}
.contact h2 { color: var(--paper); }
.contact-lede { color: rgba(252,251,247,.74); margin-top: 1rem; max-width: 34ch; }
.contact-inner {
  display: grid; gap: clamp(2.2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}
@media (max-width: 860px) { .contact-inner { grid-template-columns: 1fr; } }

.contact-lines { display: flex; flex-direction: column; gap: 1.25rem; }
.phone {
  display: block; text-decoration: none; color: var(--paper);
  border: 1px solid rgba(252,251,247,.22); border-radius: 6px;
  padding: 1.15rem 1.4rem;
  transition: background .18s ease, border-color .18s ease;
}
.phone:hover { background: rgba(252,251,247,.07); border-color: rgba(252,251,247,.45); color: var(--paper); }
.phone-label {
  display: block; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(252,251,247,.74); margin-bottom: .4rem;
}
.phone-num { display: block; font-size: 1.6rem; font-weight: 500; letter-spacing: .01em; }
.phone-lg .phone-num { font-size: clamp(1.8rem, 4vw, 2.5rem); }
.phone-alpha {
  display: block; margin-top: .3rem;
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--terra-lift);
}
.postal {
  font-size: .95rem; line-height: 1.6;
  color: rgba(252,251,247,.8); margin: .3rem 0 0;
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--paper);
  border-top: 1px solid var(--rule);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 2rem;
  justify-content: space-between; align-items: flex-start;
}
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-name {
  font-family: var(--serif); font-weight: 600; font-size: 1.28rem; margin: 0 0 .2rem;
}
.footer-meta { text-align: right; }
.footer-meta p { margin: 0 0 .4rem; font-size: .88rem; color: var(--muted); }
@media (max-width: 700px) { .footer-meta { text-align: left; } }

.footer-meta a { display: inline-block; padding: .35rem 0; }
