:root {
  --charcoal: #16130F;
  --charcoal-soft: #2A2520;
  --ember: #E8622A;
  --cream: #F7F3EE;
  --cream-dim: #EDE7DF;
  --ink-60: #6B635A;
  --ink-40: #948C82;
  --rule: #DED6CB;
  --rule-dark: #342E27;

  --display: "Fraunces", Georgia, serif;
  --body: "Archivo", system-ui, -apple-system, sans-serif;
  --billing: "Archivo Narrow", "Archivo", system-ui, sans-serif;

  --gutter: clamp(1.25rem, 5vw, 4.5rem);
  --measure: 68rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wrap { max-width: var(--measure); margin: 0 auto; padding-inline: var(--gutter); }

a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 3px;
}

h1, h2, h3, .roster-name {
  font-family: var(--display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 0, "WONK" 1;
  letter-spacing: -0.01em;
  margin: 0;
}

/* ---------- billing block: the site's structural signature ---------- */
.billing {
  font-family: var(--billing);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: var(--ink-40);
  margin: 0;
}
.billing-dark { color: #8C7F72; }

.dot { color: var(--ember); }

/* ---------- header ---------- */
.masthead {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 238, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.masthead-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding-block: 0.9rem;
}
.masthead img { height: 24px; display: block; }
.nav { display: flex; gap: clamp(1rem, 3vw, 2.25rem); align-items: center; }
.nav a {
  font-family: var(--billing);
  text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.72rem; text-decoration: none; color: var(--ink-60);
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--charcoal); border-bottom-color: var(--ember); }

/* ---------- dark band ---------- */
.band-dark {
  background: var(--charcoal);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.band-dark::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(60rem 32rem at 18% 118%, rgba(232, 98, 42, 0.20), transparent 62%);
  pointer-events: none;
}
.band-dark > * { position: relative; }

/* ---------- hero ---------- */
.hero { padding-block: clamp(4.5rem, 14vh, 9rem) clamp(3.5rem, 10vh, 7rem); }
.hero h1 {
  font-size: clamp(2.4rem, 6.4vw, 4.6rem);
  line-height: 1.04;
  max-width: 16ch;
  margin-block: 1.6rem 1.8rem;
}
.hero p.lede {
  max-width: 46ch; font-size: clamp(1rem, 1.6vw, 1.12rem);
  color: #D6CCC0; margin: 0;
}
.hero-foot {
  margin-top: clamp(3rem, 7vh, 5rem);
  padding-top: 1.4rem;
  border-top: 1px solid var(--rule-dark);
  display: flex; flex-wrap: wrap; gap: 1rem 2.5rem; justify-content: space-between;
}

/* ---------- sections ---------- */
section { padding-block: clamp(3.5rem, 9vh, 6.5rem); }
.section-head { display: flex; align-items: baseline; gap: 1.25rem; margin-bottom: 2.5rem; }
.section-head h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.rule { border: 0; border-top: 1px solid var(--rule); margin: 0; }

/* ---------- roster ---------- */
.roster-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1rem 2rem;
  padding-block: clamp(1.75rem, 4vh, 2.75rem);
  border-top: 1px solid var(--rule);
  text-decoration: none;
}
.roster-item:first-of-type { border-top: 1px solid var(--charcoal); }
.roster-item:hover .roster-name { color: var(--ember); }
.roster-name {
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1.05;
  transition: color 160ms ease;
}
.roster-meta { text-align: right; }
.roster-open {
  border-top: 1px solid var(--rule);
  padding-block: clamp(1.75rem, 4vh, 2.75rem);
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem 2rem; align-items: end;
}
.roster-open p { margin: 0.6rem 0 0; max-width: 44ch; color: var(--ink-60); }

/* ---------- practice list ---------- */
.practice { display: grid; gap: 0; }
.practice-row {
  display: grid;
  grid-template-columns: 14rem minmax(0, 1fr);
  gap: 1rem 3rem;
  padding-block: 2rem;
  border-top: 1px solid var(--rule);
}
.practice-row h3 { font-size: 1.4rem; }
.practice-row p { margin: 0; color: var(--ink-60); max-width: 52ch; }

/* ---------- credits table ---------- */
.credits { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
.credits caption { text-align: left; }
.credits th, .credits td {
  text-align: left; padding: 0.85rem 1rem 0.85rem 0;
  border-top: 1px solid var(--rule); vertical-align: top;
  font-size: 0.95rem;
}
.credits th {
  font-family: var(--billing); text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.68rem; color: var(--ink-40); font-weight: 400;
}
.credits td:first-child { width: 6rem; color: var(--ink-60); font-variant-numeric: tabular-nums; }

/* ---------- artist page ---------- */
.artist-head { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: minmax(0, 1fr); }
@media (min-width: 52rem) {
  .artist-head { grid-template-columns: 1.15fr 1fr; align-items: start; }
}
.artist-head h1 { font-size: clamp(2.6rem, 7vw, 4.4rem); line-height: 1.02; margin-block: 1.2rem 1.5rem; }
/* The placeholder version. Kept for any artist page without a photograph yet. */
.portrait {
  aspect-ratio: 4 / 5; background: var(--cream-dim);
  border: 1px solid var(--rule); display: grid; place-items: center;
  color: var(--ink-40); font-family: var(--billing);
  text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.68rem; text-align: center; padding: 1rem;
}
.prose p { max-width: 60ch; }
.prose p + p { margin-top: 1.1rem; }

/* ---------- rep block ---------- */
.rep {
  border: 1px solid var(--charcoal);
  padding: clamp(1.5rem, 3vw, 2rem);
  margin-top: 2.5rem;
}
.rep dl { margin: 1rem 0 0; display: grid; grid-template-columns: 8rem minmax(0, 1fr); gap: 0.6rem 1.5rem; }
.rep dt {
  font-family: var(--billing); text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.68rem; color: var(--ink-40); padding-top: 0.2rem;
}
.rep dd { margin: 0; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: minmax(0, 1fr); }
@media (min-width: 52rem) { .contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.contact-card { border-top: 1px solid var(--charcoal); padding-top: 1.25rem; }
.contact-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.contact-card p { color: var(--ink-60); margin: 0 0 0.9rem; }
.contact-card a.mail {
  font-family: var(--billing); letter-spacing: 0.04em;
  text-decoration: none; border-bottom: 1px solid var(--ember); padding-bottom: 2px;
}
.contact-card a.mail:hover { color: var(--ember); }

/* ---------- footer ---------- */
.site-foot { background: var(--charcoal); color: #A99C8E; padding-block: clamp(3rem, 7vh, 4.5rem); }
.site-foot img { height: 20px; }
.foot-top { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: center; }
.foot-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.foot-nav a {
  font-family: var(--billing); text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.7rem; text-decoration: none; color: #A99C8E;
}
.foot-nav a:hover { color: var(--cream); }
.legal {
  margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--rule-dark);
  font-size: 0.78rem; line-height: 1.8; color: #7E7266; max-width: 62ch;
}
.legal a { color: #A99C8E; }
.todo { color: var(--ember); }

/* ---------- inlined logo ---------- */
.logo { display: block; }
.logo-link { color: var(--charcoal); display: inline-block; }
.foot-logo { color: var(--cream); }

/* ---------- shared page title ---------- */
.page-title { font-size: clamp(2.2rem, 5.5vw, 3.4rem); margin-block: 1rem 2.5rem; }

/* ---------- text call to action ---------- */
.cta {
  color: var(--charcoal); text-decoration: none;
  border-bottom: 1px solid var(--ember); padding-bottom: 3px;
}
.cta:hover { color: var(--ember); }

/* ---------- artist link list ---------- */
.linklist { margin-top: 2rem; border-top: 1px solid var(--rule); padding-top: 1.25rem; }
.linklist a {
  display: block; text-decoration: none; padding-block: 0.45rem;
  border-bottom: 1px solid var(--rule); font-size: 0.95rem;
}
.linklist a:hover { color: var(--ember); }

/* ---------- numbered sequence ---------- */
.steps { list-style: none; margin: 0; padding: 0; }
.steps li {
  display: grid; grid-template-columns: 7rem minmax(0, 1fr);
  gap: 1rem 3rem; padding-block: 2rem; border-top: 1px solid var(--rule);
}
.step-n {
  font-family: var(--billing); text-transform: uppercase;
  letter-spacing: 0.18em; font-size: 0.7rem; color: var(--ember); padding-top: 0.45rem;
}
.steps h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.steps p { margin: 0; color: var(--ink-60); max-width: 54ch; }

@media (max-width: 40rem) {
  .practice-row, .steps li { grid-template-columns: minmax(0, 1fr); gap: 0.5rem; }
  .roster-item, .roster-open { grid-template-columns: minmax(0, 1fr); }
  .roster-meta { text-align: left; }
  .rep dl { grid-template-columns: minmax(0, 1fr); gap: 0.15rem 0; }
  .rep dt { padding-top: 0.75rem; }
  .credits td:first-child { width: 4.5rem; }
}


/* ==================================================================
   The Desk — product page
   ================================================================== */

.nav-signin { color: var(--charcoal); border-bottom-color: var(--rule) !important; }
.nav-signin:hover { border-bottom-color: var(--ember) !important; }

/* the pipeline rail: a booking's five stages, only the live one lit */
.rail { margin-top: clamp(2.5rem, 7vh, 4rem); border-top: 1px solid var(--rule-dark); padding-top: 2.25rem; }
.rail ol { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; padding: 0; margin: 0; }
.rail li { position: relative; padding-top: 1.9rem; font-family: var(--billing); font-size: 0.82rem; line-height: 1.45; color: #8C7F72; }
.rail li b { display: block; font-family: var(--body); font-weight: 500; font-size: 0.95rem; color: var(--cream); margin-bottom: 0.2rem; }
.rail li::before { content: ""; position: absolute; top: 0; left: 0; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: var(--rule-dark); }
.rail li::after { content: ""; position: absolute; top: 0.27rem; left: 0.6rem; right: 1rem; height: 1px; background: var(--rule-dark); }
.rail li:last-child::after { display: none; }
.rail li.live::before { background: var(--ember); animation: railglow 2.6s ease-in-out infinite; }
@keyframes railglow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(232, 98, 42, 0.35); }
  50% { box-shadow: 0 0 0 0.34rem rgba(232, 98, 42, 0); }
}

.prose-dark p { color: #8C7F72; }

/* price */
.price-block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 21rem); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.amount { font-family: var(--display); font-variation-settings: "SOFT" 0, "WONK" 1; font-size: clamp(3rem, 9vw, 4.6rem); line-height: 1; letter-spacing: -0.03em; margin: 0; }
.amount small { display: block; font-family: var(--billing); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: var(--ink-60); margin-top: 1rem; }
.included { list-style: none; padding: 0; margin: 2.25rem 0 0; max-width: 36ch; }
.included li { position: relative; padding: 0.6rem 0 0.6rem 1.5rem; border-bottom: 1px solid var(--rule); font-size: 0.97rem; }
/* the ember as a bullet, which the brand spec allows */
.included li::before { content: ""; position: absolute; left: 0; top: 1.22rem; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--ember); }

.signup { border: 1px solid var(--charcoal); padding: clamp(1.5rem, 3vw, 2rem); }
.signup h3 { font-family: var(--display); font-size: 1.25rem; margin: 0 0 0.35rem; }
.signup label { display: block; font-family: var(--billing); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.7rem; color: var(--ink-60); margin-bottom: 1rem; }
.signup input { display: block; width: 100%; font-family: var(--body); font-size: 0.98rem; color: var(--charcoal); background: var(--cream); border: 1px solid var(--rule); border-radius: 2px; padding: 0.6rem 0.7rem; margin-top: 0.3rem; }
.signup input:focus-visible { outline: 2px solid var(--ember); outline-offset: 2px; }
.signup button { width: 100%; font-family: var(--body); font-size: 1rem; color: var(--cream); background: var(--charcoal); border: 0; border-radius: 2px; padding: 0.8rem; cursor: pointer; }
.signup button:hover { background: var(--charcoal-soft); box-shadow: inset 0 -3px 0 var(--ember); }
.signup .fine { font-size: 0.8rem; line-height: 1.5; color: var(--ink-60); margin: 1rem 0 0; }

/* questions */
.faq { border-bottom: 1px solid var(--rule); padding-block: 1.15rem; }
.faq summary { cursor: pointer; list-style: none; display: flex; gap: 0.85rem; align-items: baseline; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: ""; flex: 0 0 auto; width: 0.4rem; height: 0.4rem; border-radius: 50%; background: var(--rule); transform: translateY(-0.15rem); }
.faq[open] summary::before { background: var(--ember); }
.faq p { color: var(--ink-60); margin: 0.85rem 0 0 1.25rem; max-width: 60ch; }

@media (max-width: 46rem) {
  .rail ol { grid-template-columns: 1fr 1fr; }
  .rail li::after { display: none; }
}
@media (max-width: 54rem) {
  .price-block { grid-template-columns: minmax(0, 1fr); }
}

/* the portrait once a real photograph is in place */
img.portrait {
  display: block; width: 100%; height: auto;
  object-fit: cover; padding: 0;
  background: var(--cream-dim);
}

/* Commission and terms: the box and the paragraphs around it share one
   measure, so the whole section has a single left and right edge rather
   than a wide box sitting over a narrow column of text. */
.terms-col { max-width: 46rem; }
.terms-col p { max-width: none; }

/* ------------------------------------------------------------------
   Who we are

   The biography runs the full width of the band rather than sitting in
   a narrow column against all that dark space. Past 62rem it splits
   into two columns, which fills the width without letting a line grow
   to a hundred characters — long lines are the thing that actually
   makes wide text hard to read, not width itself.
   ------------------------------------------------------------------ */

.founder-lead,
.founder-body { color: #B9AD9F; line-height: 1.75; max-width: none; }
.founder-lead { margin-top: 1.75rem; }
.founder-lead p,
.founder-body p { margin: 0 0 1.2rem; }
.founder-lead p:last-child,
.founder-body p:last-child { margin-bottom: 0; }
.founder-lead b { color: var(--cream); }

.founder-figures {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 1.5rem; margin: 2.5rem 0 2.75rem;
  padding-top: 1.9rem; border-top: 1px solid var(--rule-dark);
}
.figure {
  font-family: var(--display); font-variation-settings: "SOFT" 0, "WONK" 1;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem); line-height: 1;
  margin: 0 0 .55rem; color: var(--cream);
}
.figure-label { margin: 0; color: var(--ink-40); }

@media (min-width: 62rem) {
  /* The opening line is short and the paragraph after it is long, so
     flowing them as columns would leave one stranded. A grid puts the
     name in the left column as a standfirst and the record beside it. */
  .founder-lead {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
    gap: clamp(2.5rem, 5vw, 4.5rem); align-items: start;
  }
  .founder-lead p:first-child {
    font-family: var(--display); font-variation-settings: "SOFT" 0, "WONK" 1;
    font-size: 1.5rem; line-height: 1.3; color: var(--cream); margin: 0;
  }
  .founder-body { columns: 2; column-gap: clamp(2.5rem, 5vw, 4.5rem); }
  .founder-body p { break-inside: avoid; }
}

/* ==================================================================
   The Desk — commercial sections
   ================================================================== */

.btn-primary {
  display: inline-block; background: var(--ember); color: #fff;
  font-family: var(--body); font-size: 1rem; text-decoration: none;
  padding: .85rem 1.9rem; border-radius: 2px;
}
.btn-primary:hover { background: #D4551F; }
.hero-cta { margin-top: clamp(2.25rem, 6vh, 3.25rem); display: flex;
            align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.cta-line { margin-top: clamp(2rem, 5vh, 2.75rem); }

/* an alternating band so a long page still has a rhythm */
section.alt { background: #FFFFFF; }

/* what the old way costs */
.cost { margin: clamp(2.25rem, 6vh, 3.25rem) 0 clamp(2rem, 5vh, 2.75rem);
        border-top: 1px solid var(--charcoal); }
.cost-row { display: grid; grid-template-columns: 12rem 1fr; gap: 2rem;
            padding-block: 1.5rem; border-bottom: 1px solid var(--rule); align-items: baseline; }
.cost-fig { font-family: var(--display); font-variation-settings: "SOFT" 0, "WONK" 1;
            font-size: 1.35rem; margin: 0; color: var(--charcoal); }
.cost-row p:last-child { margin: 0; color: var(--ink-60); }

/* what it replaces */
.swap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.swap-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.swap-list li { position: relative; padding: .65rem 0 .65rem 1.5rem;
                border-bottom: 1px solid var(--rule); font-size: .97rem; }
.swap-list li::before { content: ""; position: absolute; left: 0; top: 1.25rem;
                        width: .55rem; height: 1px; background: var(--rule); }
.swap-list.was li { color: var(--ink-60); }
.swap-list.now li::before { width: .4rem; height: .4rem; border-radius: 50%;
                            top: 1.1rem; background: var(--ember); }

/* the proof */
.proof { border-left: 2px solid var(--ember); padding-left: clamp(1.25rem, 3vw, 2rem); }
.proof-quote { font-family: var(--display); font-variation-settings: "SOFT" 0, "WONK" 1;
               font-size: clamp(1.15rem, 2.4vw, 1.5rem); line-height: 1.45;
               margin: 0 0 1.1rem; max-width: 40ch; }
.proof-who { font-family: var(--billing); text-transform: uppercase; letter-spacing: .12em;
             font-size: .72rem; color: var(--ink-60); margin: 0; }
.proof-who span { color: var(--ember); }

.reassure { font-size: .88rem; line-height: 1.6; color: var(--ink-60);
            margin: 1.5rem 0 0; max-width: 40ch; }

/* the closing band */
.closer { padding-block: clamp(3.5rem, 9vh, 5.5rem); }
.closer h2 { max-width: 18ch; }
.closer .lede { color: var(--ink-40); max-width: 44ch; margin-bottom: clamp(1.75rem, 4vh, 2.5rem); }

@media (max-width: 46rem) {
  .cost-row { grid-template-columns: 1fr; gap: .35rem; }
  .swap { grid-template-columns: 1fr; gap: 2rem; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 1rem; }
}
