/* Cessalee Stovall — proposed site structure (preview)
   Palette pinned to the live site: yellow #F4C92F, green #0BB7A3,
   accent #FED120, near-black #050505.
   Contrast note: near-black on both yellow (13.5:1) and green (8.3:1).
   The live site currently puts white (2.5:1) and yellow (1.7:1) text on the
   green — this preview uses near-black throughout on coloured surfaces. */

:root {
  --yellow: #f4c92f;
  --green: #0bb7a3;
  --ink: #050505;
  --grey: #f5f5f5;
  --page: #ffffff;
  --heading: "Bodoni Moda", "Bodoni MT", Didot, serif;
  --body: "Montserrat", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.7;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

h1, h2, h3 {
  font-family: var(--heading);
  font-weight: 500;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.25rem); }
h3 { font-size: 1.25rem; }

p { margin: 0; }

.wrap { max-width: 1500px; margin: 0 auto; }

.pad { padding: 4rem 1.5rem; }
@media (min-width: 768px) { .pad { padding: 5rem 3rem; } }

.band-grey { background: var(--grey); }
.band-yellow { background: var(--yellow); }
.band-green { background: var(--green); }

/* ---- preview bar ---- */
.preview-bar {
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.6rem 1.5rem;
  text-align: center;
}
.preview-bar strong { color: var(--yellow); }

/* ---- header ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--ink);
  color: #fff;
}
.site-header .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.brand { font-family: var(--heading); font-size: 1.4rem; text-decoration: none; }
.site-nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.site-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.85;
}
.site-nav a:hover { opacity: 1; }
.site-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 4px; opacity: 1; }

/* ---- hero ---- */
.hero { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 900px) { .hero { grid-template-columns: 7fr 5fr; gap: 3.5rem; } }
.kicker {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 1.25rem;
}
.lede { margin-top: 1.5rem; font-size: 1rem; max-width: 58ch; }
.portrait { width: 100%; max-width: 420px; }
@media (min-width: 900px) { .portrait { max-width: none; } }

/* An unresolved fact in the review draft — never shipped, only shown so the
   owner can see what is being asked of her. */
.todo {
  margin-top: 1.5rem;
  padding: 0.9rem 1.1rem;
  border: 1px dashed rgba(5,5,5,0.5);
  background: #fff8dd;
  font-size: 0.8rem;
  max-width: 70ch;
}

/* ---- buttons ---- */
.actions { display: flex; flex-direction: column; gap: 1rem; margin-top: 2.25rem; }
@media (min-width: 640px) { .actions { flex-direction: row; } }
.btn {
  display: inline-block;
  padding: 0.85rem 1.75rem;
  border: 2px solid var(--ink);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
}
.btn-yellow { background: var(--yellow); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--yellow); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--yellow); }
.btn:hover { opacity: 0.85; }

.link-more {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---- service cards ---- */
.cards { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; gap: 2rem; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cards { grid-template-columns: repeat(4, 1fr); } }
.card { display: flex; flex-direction: column; }
.card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.card h3 { margin-top: 1.25rem; }
.card p { margin-top: 0.75rem; font-size: 0.82rem; flex: 1; }

/* ---- focus areas ---- */
.focus { display: grid; gap: 3rem; }
@media (min-width: 900px) { .focus { grid-template-columns: 5fr 7fr; gap: 4rem; } }
.focus dl { margin: 0; }
.focus .row { border-top: 1px solid rgba(5,5,5,0.3); padding: 1.25rem 0; }
.focus .row:first-child { border-top: 0; }
.focus dt { font-family: var(--heading); font-size: 1.3rem; }
.focus dd { margin: 0.5rem 0 0; font-size: 0.82rem; max-width: 62ch; }

/* ---- testimonials ---- */
.quotes { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; gap: 2.5rem; }
@media (min-width: 768px) { .quotes { grid-template-columns: repeat(3, 1fr); } }
.quote { border-top: 2px solid var(--ink); padding-top: 1.25rem; }
.quote blockquote { margin: 0; font-family: var(--heading); font-size: 1.15rem; line-height: 1.35; }
.quote .who { margin-top: 1rem; font-weight: 700; font-size: 0.82rem; }
.quote .role { font-size: 0.78rem; }

/* ---- logo strip ---- */
.logos {
  display: flex;
  gap: 3.5rem;
  align-items: center;
  overflow-x: auto;
  padding: 2rem 1.5rem;
  scrollbar-width: none;
}
.logos::-webkit-scrollbar { display: none; }
.logos img { height: 90px; width: auto; object-fit: contain; flex-shrink: 0; }

/* ---- timeline ---- */
.timeline { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.timeline li { border-top: 1px solid rgba(5,5,5,0.25); padding: 1.1rem 0; }
.timeline .what { font-family: var(--heading); font-size: 1.15rem; }
.timeline .org { font-size: 0.82rem; }

/* ---- notes for review ---- */
.note {
  margin: 0;
  padding: 0.9rem 1.5rem;
  background: #fff8dd;
  border-bottom: 1px solid rgba(5,5,5,0.15);
  font-size: 0.8rem;
}
.note span { font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.7rem; margin-right: 0.5rem; }

/* ---- footer ---- */
.site-footer { background: #fff; border-top: 1px solid rgba(5,5,5,0.5); }
.site-footer .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) { .site-footer .inner { grid-template-columns: 2fr 1fr; } }
.site-footer h4 { font-family: var(--heading); font-size: 1.6rem; margin: 0; }
.site-footer .identity { font-weight: 700; font-size: 0.82rem; margin-top: 0.5rem; }
.site-footer .ack { font-size: 0.76rem; margin-top: 1.5rem; max-width: 68ch; }

.section-lede { margin-top: 1.25rem; max-width: 62ch; font-size: 0.9rem; }
