.headshots-shell {
  --headshots-ink: #11110f;
  --headshots-muted: #6f6f69;
  --headshots-paper: #f5f5f1;
  --headshots-line: #cecec7;
  --headshots-accent: #e5ff54;
}

.headshots-shell .model-breadcrumbs {
  position: relative;
  z-index: 2;
}

.headshots-hero {
  width: min(1060px, 100%);
  min-height: min(720px, calc(100vh - 9rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(1rem, 3vw, 2.5rem) 0 clamp(3.5rem, 8vw, 6rem);
}

.headshots-hero__copy .models-title {
  max-width: 11ch;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  letter-spacing: -0.025em;
}

.headshots-hero__dek {
  max-width: 56ch;
  margin: clamp(1.5rem, 3vw, 2.2rem) 0 0;
  color: var(--headshots-muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.75;
}

.headshots-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.3rem;
  margin-top: 2rem;
}

.headshots-button {
  appearance: none;
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--headshots-ink);
  border-radius: 0;
  padding: 0.82rem 1.15rem;
  background: var(--headshots-ink);
  color: #fff;
  font: inherit;
  font-size: 0.69rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.headshots-button:hover,
.headshots-button:focus-visible {
  background: transparent;
  color: var(--headshots-ink);
}

.headshots-text-link {
  color: var(--headshots-ink);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-underline-offset: 0.35em;
}

.headshots-hero__note {
  margin: 1.2rem 0 0;
  color: var(--headshots-muted);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.headshots-hero__image {
  margin: 0;
}

.headshots-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.82);
}

.headshots-hero__image figcaption,
.headshots-proof-image figcaption {
  margin-top: 0.65rem;
  color: var(--headshots-muted);
  font-size: 0.62rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.headshots-main {
  width: min(1060px, 100%);
  margin: 0 auto;
}

.headshots-main > section {
  border-top: 1px solid var(--headshots-line);
  padding: clamp(4rem, 9vw, 7.5rem) 0;
}

.headshots-section-index,
.headshots-eyebrow {
  margin: 0 0 0.8rem;
  color: var(--headshots-muted);
  font-size: 0.62rem;
  line-height: 1.4;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.headshots-heading {
  max-width: 15ch;
  margin: 0;
  color: var(--headshots-ink);
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 5.2vw, 4.6rem);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.headshots-lead {
  max-width: 61ch;
  margin: 1.7rem 0 0;
  color: var(--headshots-muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.headshots-intro,
.headshots-inclusions,
.headshots-faq {
  display: grid;
  grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  gap: 1.5rem clamp(2rem, 7vw, 6rem);
}

.headshots-use-cases {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  background: var(--headshots-line);
  border: 1px solid var(--headshots-line);
}

.headshots-use-cases article {
  min-height: 270px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: #fff;
}

.headshots-use-cases article:first-child {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--headshots-paper);
}

.headshots-use-cases h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 400;
}

.headshots-use-cases p:not(.headshots-eyebrow) {
  color: var(--headshots-muted);
  line-height: 1.7;
}

.headshots-use-cases a,
.headshots-package > a {
  color: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-underline-offset: 0.3em;
}

.headshots-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 2rem clamp(3rem, 8vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.headshots-section-heading > p {
  margin: 0;
  color: var(--headshots-muted);
  line-height: 1.75;
}

.headshots-proof-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.3vw, 1rem);
  align-items: start;
}

.headshots-proof-image,
.headshots-proof-slot {
  grid-column: span 4;
  margin: 0;
}

.headshots-proof-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.headshots-proof-slot {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
  padding: 1rem;
  background: var(--headshots-paper);
  border: 1px solid var(--headshots-line);
  color: var(--headshots-muted);
}

.headshots-proof-slot--2,
.headshots-proof-slot--4 {
  min-height: 340px;
}

.headshots-proof-slot span {
  font-family: var(--font-serif);
  font-size: 1.2rem;
}

.headshots-proof-slot p {
  max-width: 20ch;
  margin: 2rem 0 0;
  font-size: 0.68rem;
  line-height: 1.55;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.headshots-package-list {
  border-top: 1px solid var(--headshots-line);
}

.headshots-package {
  display: grid;
  grid-template-columns: 0.72fr 0.42fr 1fr 1fr;
  gap: 1.5rem clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  padding: 2.25rem 0;
  border-bottom: 1px solid var(--headshots-line);
}

.headshots-package.is-featured {
  position: relative;
}

.headshots-package.is-featured::before {
  content: "";
  position: absolute;
  inset: 0.65rem auto 0.65rem -1rem;
  width: 3px;
  background: var(--headshots-accent);
}

.headshots-package h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 400;
}

.headshots-package__price strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 400;
}

.headshots-package__price span,
.headshots-package__facts {
  color: var(--headshots-muted);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.headshots-package__summary p {
  margin: 0 0 0.9rem;
  line-height: 1.65;
}

.headshots-package ul {
  margin: 0;
  padding-left: 1rem;
  color: var(--headshots-muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.headshots-package > a {
  grid-column: 4;
}

.headshots-package-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.headshots-package-notes p {
  margin: 0;
  padding: 1.3rem;
  background: var(--headshots-paper);
  color: var(--headshots-muted);
  line-height: 1.65;
}

.headshots-inclusions ol,
.headshots-common-list {
  grid-column: 2;
}

.headshots-inclusions ol {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: headshot-step;
}

.headshots-inclusions ol li {
  counter-increment: headshot-step;
  display: grid;
  grid-template-columns: 2rem 0.35fr 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--headshots-line);
}

.headshots-inclusions ol li::before {
  content: counter(headshot-step, decimal-leading-zero);
  color: var(--headshots-muted);
  font-size: 0.65rem;
}

.headshots-inclusions ol span {
  color: var(--headshots-muted);
  line-height: 1.6;
}

.headshots-common-list {
  columns: 2;
  column-gap: 3rem;
  margin: 2.5rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid var(--headshots-line);
  color: var(--headshots-muted);
  line-height: 1.65;
}

.headshots-common-list li {
  break-inside: avoid;
  margin: 0 0 0.85rem;
}

.headshots-faq > div > details {
  border-top: 1px solid var(--headshots-line);
}

.headshots-faq > div > details:last-child {
  border-bottom: 1px solid var(--headshots-line);
}

.headshots-faq summary {
  padding: 1.3rem 2rem 1.3rem 0;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 1.45rem;
}

.headshots-faq details p {
  max-width: 64ch;
  margin: 0 0 1.5rem;
  color: var(--headshots-muted);
  line-height: 1.7;
}

.headshots-enquire {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 8vw, 7rem);
}

.headshots-enquire__intro > p:last-child {
  max-width: 44ch;
  color: var(--headshots-muted);
  line-height: 1.7;
}

.headshots-form {
  display: grid;
  gap: 1.15rem;
}

.headshots-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.headshots-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--headshots-muted);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.headshots-form input,
.headshots-form select,
.headshots-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--headshots-line);
  border-radius: 0;
  padding: 0.75rem 0.1rem;
  background: transparent;
  color: var(--headshots-ink);
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.headshots-form textarea {
  border: 1px solid var(--headshots-line);
  padding: 0.8rem;
  resize: vertical;
}

.headshots-form input:focus-visible,
.headshots-form select:focus-visible,
.headshots-form textarea:focus-visible {
  outline: 2px solid var(--headshots-ink);
  outline-offset: 3px;
}

.headshots-form__consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.headshots-form__consent input {
  width: 1rem;
  margin-top: 0.1rem;
}

.headshots-form .headshots-button {
  justify-self: start;
  margin-top: 0.5rem;
}

.headshots-form__status {
  min-height: 1.4em;
  margin: 0;
  color: var(--headshots-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .headshots-hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.62fr);
    gap: 2rem;
  }

  .headshots-package {
    grid-template-columns: 0.7fr 0.4fr 1fr;
  }

  .headshots-package ul {
    grid-column: 3;
  }

  .headshots-package > a {
    grid-column: 3;
  }
}

@media (max-width: 680px) {
  .headshots-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0.5rem;
  }

  .headshots-hero__copy .models-title {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }

  .headshots-hero__image {
    width: min(82%, 360px);
    margin-left: auto;
  }

  .headshots-intro,
  .headshots-inclusions,
  .headshots-faq,
  .headshots-enquire,
  .headshots-section-heading {
    grid-template-columns: 1fr;
  }

  .headshots-use-cases,
  .headshots-inclusions ol,
  .headshots-common-list {
    grid-column: 1;
  }

  .headshots-use-cases {
    grid-template-columns: 1fr;
  }

  .headshots-use-cases article:first-child {
    grid-row: auto;
  }

  .headshots-proof-image,
  .headshots-proof-slot {
    grid-column: span 6;
  }

  .headshots-package {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .headshots-package__summary,
  .headshots-package ul,
  .headshots-package > a {
    grid-column: 1 / -1;
  }

  .headshots-package-notes,
  .headshots-form__row {
    grid-template-columns: 1fr;
  }

  .headshots-inclusions ol li {
    grid-template-columns: 2rem 1fr;
  }

  .headshots-inclusions ol span {
    grid-column: 2;
  }

  .headshots-common-list {
    columns: 1;
  }
}

@media (max-width: 440px) {
  .headshots-proof-slot {
    min-height: 210px;
  }

  .headshots-package__price {
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .headshots-button {
    transition: none;
  }
}
