/* Brightside Media — Boston headshots landing page.
   Standalone: no nav, one action. Uses the site's existing palette and faces
   so paid traffic lands somewhere that still feels like the brand.
   Deliberately single-theme light, matching the main site. */

:root {
  --accent: #ffa500;
  --accent-deep: #e08c00;
  --ink: #1d1d1d;
  --ink-2: #3a3733;
  --warm-gray: #645f59;
  --cream: #f7efe4;
  --soft: #f4f3f2;
  --line: #e4e0da;
  --white: #ffffff;
  --radius: 6px;
  --head: 'Prompt', 'Trebuchet MS', sans-serif;
  --body: 'Karla', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

h1, h2, h3 { font-family: var(--head); font-weight: 700; line-height: 1.12; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 1.3rem + 3.2vw, 3.5rem); letter-spacing: -0.022em; }
h2 { font-size: clamp(1.7rem, 1.25rem + 1.9vw, 2.5rem); letter-spacing: -0.015em; }
h3 { font-size: 1.12rem; letter-spacing: -0.005em; }
p { margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 20px; }
.wrap.narrow { max-width: 760px; }
.center { text-align: center; }
section { padding-block: clamp(3rem, 1.5rem + 5vw, 5.5rem); }

.eyebrow {
  font-family: var(--head); font-weight: 600; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .1em; color: var(--accent-deep);
}
.sub { color: var(--warm-gray); max-width: 62ch; }
.micro { font-size: .88rem; color: var(--warm-gray); }
.skip {
  position: absolute; left: -9999px;
  background: var(--ink); color: #fff; padding: .75rem 1.25rem; z-index: 99;
}
.skip:focus { left: 12px; top: 12px; }

/* ---- buttons */
.btn {
  display: inline-block; font-family: var(--head); font-weight: 700;
  font-size: .95rem; text-transform: uppercase; letter-spacing: .04em;
  text-decoration: none; background: var(--accent); color: #1d1d1d;
  padding: 15px 30px; border: none; border-radius: 999px; cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}
.btn:hover { background: var(--accent-deep); transform: translateY(-1px); }
.btn-wide { width: 100%; font-size: 1rem; padding: 17px 30px; }
.btn-ghost {
  font-family: var(--head); font-weight: 600; font-size: .92rem;
  text-decoration: none; color: var(--ink-2); border-bottom: 2px solid var(--line);
  padding-bottom: 2px;
}
.btn-ghost:hover { border-color: var(--accent); }

/* ---- header */
.lp-header { border-bottom: 1px solid var(--line); padding-block: 14px; }
.lp-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.lp-logo { height: 30px; width: auto; }
.lp-phone {
  font-family: var(--head); font-weight: 700; font-size: .98rem;
  text-decoration: none; white-space: nowrap;
}
.lp-phone:hover { color: var(--accent-deep); }

/* ---- hero */
.hero { background: var(--cream); padding-block: clamp(2.5rem, 1rem + 5vw, 4.5rem); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.hero-copy { display: flex; flex-direction: column; gap: 1.15rem; align-items: flex-start; }
.hero-copy .lede { font-size: 1.12rem; color: var(--ink-2); max-width: 44ch; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.pill {
  display: inline-block; background: var(--white); border: 1px solid var(--line);
  border-radius: 999px; padding: 8px 18px; font-size: .9rem; color: var(--ink-2);
}
.pill strong { font-family: var(--head); font-weight: 700; }
.pill a { color: var(--accent-deep); text-underline-offset: 3px; }

.hero-shots { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.hero-shots img { object-fit: cover; border-radius: var(--radius); width: 100%; height: 100%; }
.hero-shots .hero-lead { grid-row: 1 / span 2; aspect-ratio: 4/5; }

/* ---- logo band */
.band-logos { padding-block: clamp(2.75rem, 2rem + 2vw, 4rem); border-bottom: 1px solid var(--line); }
.trust {
  font-family: var(--head); font-weight: 700;
  font-size: clamp(1.15rem, .95rem + .9vw, 1.6rem); letter-spacing: -0.01em;
  text-align: center; max-width: 30ch; margin: 0 auto 2rem; line-height: 1.25;
}
.logo-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 1.4rem 2rem; align-items: center; }
.logo-row img { height: 40px; width: 100%; object-fit: contain; opacity: .72; }

/* ---- why */
.band-why { background: var(--white); }
.band-why h2 { margin-bottom: 2.5rem; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.25rem 2.75rem; }
.why-item { display: flex; gap: 1rem; align-items: flex-start; }
.why-ico {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  background: var(--cream); color: var(--accent-deep);
  display: grid; place-items: center;
}
.ico { width: 21px; height: 21px; }
.why-item h3 { margin-bottom: .3rem; }
.why-item p { font-size: .96rem; color: var(--warm-gray); }
.band-why .center { margin-top: 3rem; }

/* ---- work */
.band-work { background: var(--soft); }
.band-work h2 { margin-bottom: .5rem; }
.band-work .sub { margin-bottom: 2rem; }
.shot-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.shot-grid img { aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius); width: 100%; }

/* ---- audiences */
.band-aud h2 { margin-bottom: 2.25rem; }
.aud-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.aud {
  background: var(--white); border: 1px solid var(--line);
  border-top: 3px solid var(--accent); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; display: flex; flex-direction: column; gap: .9rem;
}
.aud p { font-size: .96rem; color: var(--warm-gray); }
.aud ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .5rem; margin-top: auto; }
.aud li { position: relative; padding-left: 1.5rem; font-size: .92rem; }
.aud li::before {
  content: ""; position: absolute; left: 0; top: .52em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
}
.band-aud .center { margin-top: 2.75rem; }

/* ---- how it works: a real sequence, so it is numbered */
.band-how { background: var(--ink); color: #fff; }
.band-how h2 { color: #fff; margin-bottom: 2.5rem; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; max-width: 760px; }
.step { display: flex; gap: 1.4rem; padding-bottom: 2rem; position: relative; }
.step:last-child { padding-bottom: 0; }
.step::before {
  content: ""; position: absolute; left: 21px; top: 44px; bottom: 0;
  width: 2px; background: rgba(255,165,0,.35);
}
.step:last-child::before { display: none; }
.step-n {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  background: var(--accent); color: #1d1d1d;
  font-family: var(--head); font-weight: 700; font-size: 1.15rem;
  display: grid; place-items: center; position: relative; z-index: 1;
}
.step h3 { color: #fff; margin-bottom: .3rem; padding-top: .5rem; }
.step p { color: rgba(255,255,255,.76); font-size: .97rem; max-width: 58ch; }

/* ---- quote form */
.band-quote { background: var(--cream); scroll-margin-top: 1rem; }
.band-quote h2 { margin-bottom: .6rem; }
.band-quote .sub { margin-bottom: 2rem; }
.qform {
  background: var(--white); border: 1px solid var(--line); border-radius: 10px;
  padding: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  display: grid; gap: 1.15rem; max-width: 780px; scroll-margin-top: 1rem;
}
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field label { font-family: var(--head); font-weight: 600; font-size: .88rem; }
.opt { font-family: var(--body); font-weight: 400; color: var(--warm-gray); font-size: .82rem; }
.field input, .field select, .field textarea {
  font-family: var(--body); font-size: 1rem; color: var(--ink);
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 12px 13px; width: 100%;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--accent); outline: 2px solid rgba(255,165,0,.3); outline-offset: 0;
}
.hp { position: absolute; left: -9999px; }

/* ---- testimonials */
.band-quotes h2 { margin-bottom: 2.25rem; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.quote { margin: 0; background: var(--soft); border-radius: var(--radius); padding: 1.8rem 1.6rem; display: flex; flex-direction: column; gap: 1.1rem; }
.quote blockquote { margin: 0; font-size: 1rem; line-height: 1.6; }
.quote figcaption { display: flex; flex-direction: column; margin-top: auto; }
.q-name { font-family: var(--head); font-weight: 700; font-size: .95rem; }
.q-role { font-size: .86rem; color: var(--warm-gray); }

/* ---- faq */
.band-faq { background: var(--white); }
.band-faq h2 { margin-bottom: 1.75rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  font-family: var(--head); font-weight: 600; font-size: 1.02rem;
  cursor: pointer; list-style: none; padding: 1.15rem 2.5rem 1.15rem 0;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 1.55rem;
  width: 9px; height: 9px; border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent); transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); top: 1.75rem; }
.faq details p { padding-bottom: 1.3rem; color: var(--warm-gray); max-width: 68ch; }

/* ---- closing */
.band-end { background: var(--cream); }
.band-end h2 { margin-bottom: .75rem; }
.band-end p { color: var(--ink-2); margin-bottom: 1.5rem; }
.band-end .micro { margin-top: 1rem; margin-bottom: 0; }

/* ---- footer */
.lp-foot { background: var(--ink); color: rgba(255,255,255,.7); padding-block: 1.75rem; font-size: .88rem; }
.lp-foot .wrap { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }
.lp-foot a { color: rgba(255,255,255,.9); }

/* ---- sticky mobile CTA */
.sticky-cta { display: none; }

@media (max-width: 900px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .aud-grid, .quote-grid { grid-template-columns: 1fr; }
  .logo-row { grid-template-columns: repeat(5, 1fr); }
  .shot-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-shots { max-width: 520px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .f2 { grid-template-columns: 1fr; }
  .logo-row { grid-template-columns: repeat(3, 1fr); gap: 1.1rem 1.4rem; }
  .shot-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-foot .wrap { flex-direction: column; }
  .hero-actions { gap: .9rem; }
  .hero-actions .btn { width: 100%; text-align: center; }

  /* keep the action within thumb reach the whole way down */
  .sticky-cta {
    display: flex; align-items: center; justify-content: space-between; gap: .75rem;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    background: var(--white); border-top: 1px solid var(--line);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -3px 18px rgba(0,0,0,.09);
  }
  .sticky-cta span { font-size: .82rem; color: var(--warm-gray); line-height: 1.3; }
  .sticky-cta .btn { padding: 13px 22px; font-size: .85rem; white-space: nowrap; }
  body { padding-bottom: 76px; }
}

/* ---- environmental portraits: wider frames, since the room is the point */
.band-env { background: var(--soft); }
.band-env h2 { margin-bottom: .5rem; }
.band-env .sub { margin-bottom: 2rem; }
/* masonry columns: these are shot in both orientations and cropping them to a
   single ratio would throw away most of what makes them environmental */
.env-grid { column-count: 3; column-gap: 12px; }
.env-grid img {
  width: 100%; margin: 0 0 12px; border-radius: var(--radius);
  break-inside: avoid; -webkit-column-break-inside: avoid;
}
.band-env .center { margin-top: 2rem; }
@media (max-width: 900px) { .env-grid { column-count: 2; } }
@media (max-width: 560px) { .env-grid { column-count: 1; } }

/* ---- Sprout lead form: the embed injects an iframe and posts its own height,
   so give it a sane floor while it loads and let it size itself after. */
.sprout-embed {
  background: var(--white); border: 1px solid var(--line); border-radius: 10px;
  padding: clamp(1.25rem, 1rem + 1.5vw, 2rem);
  max-width: 780px; scroll-margin-top: 1rem;
}
.sprout-embed iframe { width: 100% !important; border: 0; display: block; min-height: 520px; }
