/* Elevated Digital Partners — one-page site
   Brand tokens are locked in CLAUDE.md: Bone base, Ink for dark sections,
   Teal for accents/CTA, Apricot for numerals and marks. */

:root {
  --bone:    #FAF7F2;
  --ink:     #16191C;
  --teal:    #1E4D48;
  --apricot: #E9A87E;
  --grey:    #6B6560;
  --body:    #4A4642;
  --tint:    #EFEAE2;

  --display: 'Libre Caslon Display', Georgia, serif;
  --sans:    'DM Sans', system-ui, sans-serif;

  --shell:   1240px;
  --gutter:  48px;
}

/* ---------------------------------------------------------------- base */

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

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

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--ink); }

::selection { background: var(--apricot); color: var(--ink); }

:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.process :focus-visible,
.cta-box :focus-visible { outline-color: var(--apricot); }

h1, h2, h3 { font-weight: 400; }

/* Page shell. Sections set their own vertical rhythm. */
.shell {
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
@media (max-width: 760px) { .shell { padding-inline: 20px; } }

.eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--teal);
}
.eyebrow--hero { margin-bottom: 28px; }

.btn {
  display: inline-block;
  border-radius: 2px;
  font-weight: 500;
  transition: background-color .18s ease, color .18s ease;
}
.btn--nav  { font-size: 14px; color: var(--bone); background-color: var(--teal);    padding: 11px 20px; white-space: nowrap; }
.btn--hero { font-size: 15px; color: var(--bone); background-color: var(--ink);     padding: 16px 30px; }
.btn--cta  { font-size: 16px; color: var(--ink);  background-color: var(--apricot); padding: 18px 34px; }
.btn--nav:hover  { background-color: var(--ink);  color: var(--bone); }
.btn--hero:hover { background-color: var(--teal); color: var(--bone); }
.btn--cta:hover  { background-color: var(--bone); color: var(--ink); }

/* Shared portrait frame: fixed ratio, image cropped to a chosen focal point. */
.portrait { position: relative; overflow: hidden; background: var(--tint); }
.portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* -------------------------------------------------------------- header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(22, 25, 28, 0.08);
}
.header-inner {
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { display: flex; align-items: baseline; gap: 12px; color: var(--ink); }
.brand img { height: 19px; width: auto; display: block; }
.brand span {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
  white-space: nowrap;
}

.nav { display: flex; align-items: center; gap: 36px; }
/* Plain links only — the trailing CTA keeps its .btn styling. */
.nav a:not(.btn) { font-size: 14px; color: var(--ink); }
/* Below 760px the hero CTA carries the booking link instead. */
@media (max-width: 760px) { .nav { display: none; } }

/* ---------------------------------------------------------------- hero */

.hero {
  padding-top: 96px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-size: 66px;
  line-height: 1.07;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.lede {
  margin: 32px 0 0;
  font-size: 19px;
  line-height: 1.6;
  color: var(--body);
  max-width: 30em;
  text-wrap: pretty;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 40px; }

.portrait--hero { aspect-ratio: 4 / 5; }
.portrait--hero img { object-position: 50% 24%; }

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; gap: 36px; padding-top: 64px; }
  .hero h1 { font-size: 38px; }
  .lede { font-size: 16px; }
}

/* ---------------------------------------------------------- industries */

.industries { margin-top: 80px; }
.industries-rule {
  margin: 0;
  padding: 26px 0;
  list-style: none;
  border-top: 1px solid rgba(22, 25, 28, 0.14);
  border-bottom: 1px solid rgba(22, 25, 28, 0.14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 40px;
}
.industries-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
}
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--apricot); }
.industry { font-family: var(--display); font-size: 22px; }
@media (max-width: 760px) { .industry { font-size: 17px; } }

/* ------------------------------------------------------ who I work with */

.work {
  padding-top: 104px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
}
.work h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.audience { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; }
.audience li {
  display: grid;
  grid-template-columns: 44px 1fr 1.15fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(22, 25, 28, 0.16);
}
.audience li:last-child { border-bottom: 1px solid rgba(22, 25, 28, 0.16); }
.audience .marker { font-family: var(--display); font-size: 15px; color: var(--apricot); padding-top: 3px; }
.audience h3 { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.3; }
.audience p  { margin: 0; font-size: 15px; line-height: 1.6; color: var(--grey); }

@media (max-width: 760px) {
  .work { grid-template-columns: 1fr; gap: 36px; padding-top: 64px; }
  .work h2 { font-size: 29px; }
  .audience li { grid-template-columns: 1fr; gap: 6px; }
}

/* ------------------------------------------------------------ services */

.services { padding-top: 112px; }
.services h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  max-width: 14em;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.section-head > p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--grey); max-width: 26em; }

/* 2×2 grid; the 2px gap over a dark background draws the hairline rules. */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(22, 25, 28, 0.12);
  border-top: 1px solid rgba(22, 25, 28, 0.12);
  border-bottom: 1px solid rgba(22, 25, 28, 0.12);
}
.svc { background: var(--bone); padding: 44px 34px 48px; display: flex; flex-direction: column; }
.svc-num { margin: 0 0 22px; font-family: var(--display); font-size: 15px; color: var(--apricot); }
.svc h3 { margin: 0 0 6px; font-family: var(--display); font-size: 32px; line-height: 1.15; }
.svc-kicker {
  margin: 0 0 22px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
}
.svc-quote { margin: 0 0 26px; font-family: var(--display); font-size: 20px; line-height: 1.45; color: var(--teal); }
.svc ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.svc li { font-size: 15px; line-height: 1.5; color: var(--body); padding-left: 18px; position: relative; }
.svc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--apricot);
  border-radius: 50%;
}

.svc-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
}
.svc-foot p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--grey); max-width: 44em; }
.link-quiet {
  font-size: 15px;
  font-weight: 500;
  color: var(--teal);
  border-bottom: 1px solid rgba(30, 77, 72, 0.4);
  padding-bottom: 3px;
  transition: color .18s ease;
}
.link-quiet:hover { color: var(--ink); }

@media (max-width: 760px) {
  .services { padding-top: 64px; }
  .services h2 { font-size: 29px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc { padding: 34px 22px 38px; }
  .svc h3 { font-size: 24px; }
}

/* ------------------------------------------------------------- process */

.process { background: var(--ink); color: var(--bone); margin-top: 112px; }
.process-inner { padding-top: 104px; padding-bottom: 112px; }
.process .eyebrow { color: var(--apricot); }
.process h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -0.01em;
}
.section-head--process { margin-bottom: 64px; }
.section-head--process > p { color: rgba(250, 247, 242, 0.62); }

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.step { border-top: 1px solid rgba(250, 247, 242, 0.24); padding-top: 24px; }
.step h3 { margin: 0 0 12px; font-size: 19px; font-weight: 500; }
.step p  { margin: 0; font-size: 15px; line-height: 1.6; color: rgba(250, 247, 242, 0.66); }
/* Scoped past `.step p`, which would otherwise out-specify a bare .step-num. */
.step .step-num { margin: 0 0 18px; font-family: var(--display); font-size: 40px; line-height: 1; color: var(--apricot); }

@media (max-width: 760px) {
  .process-inner { padding-top: 64px; padding-bottom: 64px; }
  .process h2 { font-size: 29px; }
  .steps { grid-template-columns: 1fr; gap: 36px; }
}

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

.about {
  padding-top: 112px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: center;
}
.portrait--about { aspect-ratio: 3 / 4; }
.portrait--about img { object-position: 50% 35%; }

.about h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.role {
  margin: 0 0 32px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 500;
}
.bio { margin: 0; font-size: 19px; line-height: 1.65; color: var(--body); max-width: 34em; text-wrap: pretty; }

.tags { display: flex; flex-wrap: wrap; gap: 12px; margin: 36px 0 0; padding: 0; list-style: none; }
.tags li {
  font-size: 13px;
  color: var(--teal);
  border: 1px solid rgba(30, 77, 72, 0.3);
  padding: 9px 16px;
  border-radius: 100px;
}

@media (max-width: 760px) {
  .about { grid-template-columns: 1fr; gap: 36px; padding-top: 64px; }
  .about h2 { font-size: 29px; }
  .bio { font-size: 16px; }
}

/* ----------------------------------------------------------------- cta */

.cta { margin-top: 112px; }
.cta-box {
  background: var(--teal);
  color: var(--bone);
  padding: 88px 64px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}
.cta-box h2 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: 47px;
  line-height: 1.09;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.cta-box > div > p { margin: 0; font-size: 18px; line-height: 1.6; color: rgba(250, 247, 242, 0.75); max-width: 28em; }
.cta-actions { display: flex; flex-direction: column; gap: 20px; align-items: flex-start; }

@media (max-width: 760px) {
  .cta-box { grid-template-columns: 1fr; gap: 36px; padding: 48px 24px; }
  .cta-box h2 { font-size: 29px; }
}

/* -------------------------------------------------------------- footer */

.site-footer { padding-top: 64px; padding-bottom: 72px; }
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(22, 25, 28, 0.14);
  padding-top: 36px;
}
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-brand img { height: 18px; width: auto; display: block; }
.footer-brand p { margin: 0; font-size: 14px; color: var(--grey); }
.footer-links { display: flex; flex-wrap: wrap; gap: 28px; font-size: 14px; color: var(--grey); }
.footer-links a { color: var(--grey); }
.footer-links a:hover { color: var(--ink); }
