/* The umbrella practice. Shared Field Kit geometry stays in journey.css. */
@font-face {
  font-family: Anton;
  src: url("/generator/fonts/anton.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/generator/fonts/instrument-sans.woff2") format("woff2");
  font-weight: 400 600;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("/generator/fonts/instrument-sans-bold.woff2") format("woff2");
  font-weight: 700 900;
  font-display: swap;
}
:root {
  --font-display: Anton, Impact, "Arial Narrow", sans-serif;
  --line: #c5bfb3;
  --gutter: clamp(20px, 3.5vw, 64px);
}
html {
  scroll-padding-top: 90px;
}
body {
  font-size: 16px;
}
::selection {
  background: var(--oxblood);
  color: var(--bg);
}
.site-header {
  padding: 18px var(--gutter);
  background: var(--bg);
  backdrop-filter: none;
  border-bottom: 1px solid var(--ink);
  gap: 24px;
}
.site-header.is-scrolled {
  border-color: var(--ink);
}
.wordmark {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.wordmark img {
  width: 28px;
  height: 28px;
}
.site-nav {
  gap: 24px;
}
.site-nav a {
  font-size: 12px;
  font-weight: 700;
}
.cta {
  border-radius: 0;
  min-height: 48px;
  gap: 28px;
  justify-content: space-between;
  font-weight: 700;
  font-size: 13px;
  padding: 16px 20px;
  text-transform: uppercase;
}
.cta-primary:hover {
  background: var(--ink);
  border-color: var(--ink);
}
.header-cta {
  min-height: 40px;
  padding: 12px 15px;
  font-size: 11px;
  white-space: nowrap;
}
.practice-wrap {
  padding-inline: var(--gutter);
  max-width: 1600px;
  margin-inline: auto;
}
.act-one {
  position: relative;
  z-index: 6;
  background: var(--bg);
}
.practice-label {
  margin: 0;
  font: 700 11px/1.5 var(--font-body);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.practice-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 6%;
  padding-block: 46px 58px;
}
.practice-hero h1 {
  font: 400 clamp(60px, 7.7vw, 122px)/1.04 var(--font-display);
  letter-spacing: -0.022em;
  margin: 25px 0;
  max-width: none;
}
.practice-hero h1 span {
  color: var(--oxblood);
}
.practice-lede {
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.45;
  max-width: 40ch;
  margin: 0 0 28px;
  letter-spacing: -0.02em;
}
.practice-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 32px;
  border-top: 1px solid var(--ink);
}
.practice-heading h2 {
  font: 400 clamp(27px, 3.2vw, 50px)/1.12 var(--font-display);
  letter-spacing: -0.012em;
  margin: 0;
}
.making-doors {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--ink);
}
.making-doors a {
  position: relative;
  text-decoration: none;
  color: var(--ink);
  padding: 24px 20px 28px;
  border-right: 1px solid var(--ink);
  transition:
    background 200ms ease,
    color 200ms ease;
}
.making-doors a:first-child {
  border-left: 1px solid var(--ink);
}
.making-doors a:hover {
  background: var(--ink);
  color: var(--bg);
}
.making-doors span {
  display: block;
  font: 400 clamp(30px, 3.5vw, 54px)/1.1 var(--font-display);
  text-transform: uppercase;
}
.making-doors small {
  display: block;
  font-size: 13px;
  margin-top: 14px;
}
.making-doors b {
  position: absolute;
  right: 16px;
  bottom: 25px;
  font-size: 22px;
  font-weight: 400;
}
.selected-proof {
  padding-block: 64px;
}
.proof-anchor {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8%;
  padding: clamp(26px, 4vw, 64px);
  background: var(--ink);
  color: var(--bg);
}
.anchor-revenue {
  font: 400 clamp(42px, 5.6vw, 88px)/1.1 var(--font-display);
  margin: 0;
  white-space: nowrap;
}
.anchor-revenue > span {
  font-family: var(--font-body);
  font-size: 0.7em;
  color: #c9a892;
}
.revenue-caption {
  font-size: 13px;
  margin: 10px 0 24px;
  color: #d4cfc5;
}
.anchor-facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  border-block: 1px solid #726e67;
  padding: 22px 0;
  margin: 0 0 24px;
}
.anchor-facts dt {
  font: 400 clamp(22px, 2.4vw, 36px)/1.2 var(--font-display);
}
.anchor-facts dd {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #d4cfc5;
}
.proof-link {
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding: 8px 0;
  transition: color 180ms ease;
}
.proof-link:hover {
  color: var(--oxblood);
}
.proof-anchor .proof-link:hover {
  color: #e3b69c;
}
.proof-link > span {
  font-size: 19px;
}
.proof-pair {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
  margin-top: 32px;
}
.proof-image {
  display: block;
  overflow: hidden;
  background: var(--bg-deep);
}
.proof-image img {
  width: 100%;
  aspect-ratio: 1.8;
  object-fit: cover;
  transition: transform 400ms ease;
}
.proof-image:hover img {
  transform: scale(1.025);
}
.proof-caption {
  padding: 22px 0 26px;
}
.proof-caption h3 {
  font: 400 clamp(31px, 3.3vw, 50px)/1.1 var(--font-display);
  margin: 12px 0 16px;
  letter-spacing: -0.01em;
}
.proof-caption > p:not(.practice-label) {
  max-width: 49ch;
  margin: 0 0 12px;
  line-height: 1.5;
}
.secondary-proof {
  display: flex;
  width: fit-content;
  font-weight: 400;
  border: 0;
  font-size: 12px;
}
.space-proof {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
  border-top: 1px solid var(--ink);
  padding-top: 32px;
  margin-top: 6px;
  align-items: center;
}
.space-image {
  position: relative;
  display: block;
}
.space-image img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.image-stamp {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  width: fit-content;
  background: var(--bg);
  color: var(--ink);
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.space-proof .proof-caption {
  padding: 20px;
}
.ways {
  padding-bottom: 54px;
}
.offer-paths {
  border-top: 1px solid var(--ink);
}
.offer-paths article {
  display: grid;
  grid-template-columns: 60px 1fr minmax(210px, 0.45fr);
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--ink);
}
.offer-index {
  align-self: start;
  font: 400 48px/1 var(--font-display);
  color: var(--oxblood);
}
.offer-paths h3 {
  font: 400 clamp(26px, 2.8vw, 40px)/1.1 var(--font-display);
  margin: 0 0 10px;
}
.offer-paths p {
  font-size: 15px;
  max-width: 48ch;
  margin: 0;
}
.offer-paths .proof-link {
  justify-self: end;
  min-width: 210px;
}
.ways-foot {
  font-size: 14px;
  margin: 24px 0 0;
}
.ways-foot a {
  font-weight: 700;
  text-underline-offset: 4px;
}
/* Keep the forest and knife choreography; carry the editorial typography into it. */
.forest h2 {
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 400;
  line-height: 1.08;
}
.forest .eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
}
.forest-copy {
  max-width: 40rem;
}
.kit-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 26px;
  max-width: 350px;
}
.kit-shortcuts a {
  color: var(--bg);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #c3c0a7;
  padding: 9px 0;
}
.chapter {
  border-bottom: 1px solid var(--line);
}
.chapter h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(36px, 4vw, 58px);
}
.ch-line {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 19px;
  font-weight: 700;
}
.ch-label,
.a-kicker,
.a-meta .mono,
.wayfinder-label {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.artifact,
.modal-card,
.wf-btn .wf-name {
  border-radius: 0;
}
.artifact:hover {
  box-shadow: none;
}
.wf-btn {
  min-height: 44px;
  min-width: 44px;
}
.modal-close {
  width: 44px;
  height: 44px;
}
.modal-body h3 {
  font-weight: 400;
  font-size: 32px;
}
.modal-facts dt {
  color: var(--ink-soft);
}
.finale-copy {
  max-width: 660px;
}
.finale h2 {
  font-weight: 400;
  font-size: clamp(52px, 6.6vw, 100px);
  line-height: 1.08;
  margin: 22px 0;
}
.finale .body {
  font-size: 18px;
  color: #e0deeb;
  max-width: 38ch;
  margin-bottom: 28px;
}
.finale .practice-label {
  color: var(--bg);
}
.fa-vignette {
  background: linear-gradient(90deg, rgba(7, 9, 17, 0.8), rgba(7, 9, 17, 0.14));
}
.contact-email {
  color: var(--bg);
  align-self: center;
  font-size: 14px;
  text-underline-offset: 5px;
  padding: 12px 0;
}
.f-id strong {
  font: 400 34px/1.2 var(--font-display);
  text-transform: uppercase;
}
.site-footer {
  position: relative;
  z-index: 6;
  color: #b9bdd8;
}
.f-id span {
  color: #b9bdd8;
}
.f-credit {
  font-family: var(--font-body);
}
@media (min-width: 1600px) {
  .site-header {
    padding-inline: max(var(--gutter), calc((100vw - 1472px) / 2));
  }
}
@media (max-width: 1050px) {
  .site-nav {
    gap: 16px;
  }
  .site-nav a {
    font-size: 11px;
  }
  .practice-hero {
    gap: 4%;
  }
  .offer-paths article {
    grid-template-columns: 44px 1fr minmax(180px, 0.5fr);
  }
  .offer-paths .proof-link {
    min-width: 180px;
  }
}
@media (max-width: 900px) {
  .site-header {
    padding: 14px var(--gutter);
    min-height: 68px;
  }
  .header-cta {
    display: inline-flex;
    margin-left: auto;
    font-size: 10px;
    padding: 12px;
  }
  .menu-toggle {
    margin-left: 0;
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
  }
  .wordmark {
    font-size: 18px;
  }
  .wordmark img {
    width: 24px;
    height: 24px;
  }
  .site-header {
    gap: 12px;
  }
  .mobile-menu {
    top: 72px;
  }
  .mobile-menu a {
    min-height: 44px;
  }
  .mobile-menu .cta-primary {
    color: var(--bg);
    padding: 14px;
  }
  .practice-hero {
    padding-top: 32px;
    grid-template-columns: 1.5fr 1fr;
  }
  .practice-hero h1 {
    font-size: 7.8vw;
  }
  .practice-lede {
    font-size: 18px;
  }
  .practice-hero .cta {
    gap: 16px;
    padding: 14px;
    font-size: 11px;
  }
  .practice-heading {
    align-items: flex-start;
  }
  .practice-heading h2 {
    max-width: 65%;
    text-align: right;
  }
  .practice-heading .practice-label {
    max-width: 140px;
  }
  .proof-anchor {
    gap: 32px;
    grid-template-columns: 0.85fr 1.2fr;
  }
  .anchor-facts {
    gap: 10px;
  }
  .offer-paths article {
    grid-template-columns: 44px 1fr;
  }
  .offer-paths .proof-link {
    grid-column: 2;
    justify-self: start;
    min-width: 230px;
  }
  .offer-paths article {
    gap: 12px 20px;
  }
  .forest-copy {
    max-width: 75%;
  }
  .forest h2 {
    font-size: clamp(48px, 8vw, 70px);
  }
  .finale-copy {
    margin-top: 20vh;
  }
  .finale h2 {
    font-size: clamp(48px, 8vw, 72px);
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 86px;
  }
  .site-header {
    gap: 8px;
  }
  .wordmark {
    font-size: 16px;
    gap: 7px;
  }
  .wordmark img {
    width: 23px;
    height: 23px;
  }
  .header-cta {
    font-size: 9px;
    padding: 10px;
    min-height: 40px;
  }
  .menu-toggle {
    width: 40px;
    min-width: 40px;
  }
  .practice-hero {
    display: block;
    padding-block: 30px 36px;
  }
  .practice-hero > .hero-proposition > .practice-label {
    font-size: 9px;
    letter-spacing: 0.065em;
  }
  .practice-hero h1 {
    font-size: 12.5vw;
    line-height: 1.08;
    margin: 22px 0;
  }
  .practice-lede {
    font-size: 18px;
    max-width: 36ch;
    margin-bottom: 24px;
  }
  .practice-hero .cta-row {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .practice-hero .cta {
    flex: 1;
    font-size: 10px;
    padding: 14px 11px;
    gap: 8px;
  }
  .practice-heading {
    display: block;
    padding-block: 24px;
  }
  .practice-heading .practice-label {
    max-width: none;
    font-size: 10px;
    margin-bottom: 12px;
  }
  .practice-heading h2 {
    max-width: none;
    text-align: left;
    font-size: 32px;
  }
  .making-doors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .making-doors a {
    padding: 20px 16px;
  }
  .making-doors a:nth-child(3) {
    border-left: 1px solid var(--ink);
  }
  .making-doors a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ink);
  }
  .making-doors span {
    font-size: 34px;
  }
  .making-doors small {
    font-size: 12px;
    margin-top: 9px;
  }
  .making-doors b {
    right: 12px;
    bottom: 16px;
  }
  .selected-proof {
    padding-block: 32px;
  }
  .proof-anchor {
    display: block;
    padding: 25px 22px;
  }
  .anchor-revenue {
    font-size: clamp(38px, 11.5vw, 62px);
  }
  .revenue-caption {
    font-size: 12px;
  }
  .anchor-facts dt {
    font-size: 23px;
  }
  .anchor-facts dd {
    font-size: 11px;
  }
  .anchor-facts {
    padding: 18px 0;
  }
  .proof-pair {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 24px;
  }
  .proof-image img,
  .story-proof-image img {
    aspect-ratio: 1.6;
  }
  .proof-caption {
    padding: 18px 0;
  }
  .proof-caption h3 {
    font-size: 34px;
  }
  .proof-caption > p:not(.practice-label) {
    font-size: 15px;
  }
  .proof-piece {
    border-bottom: 1px solid var(--line);
  }
  .space-proof {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 24px;
    border-top: 0;
    margin-top: 0;
  }
  .space-proof .proof-caption {
    padding: 18px 0 0;
  }
  .space-proof h3 br {
    display: none;
  }
  .space-image img {
    aspect-ratio: 1.4;
  }
  .ways {
    padding-bottom: 36px;
  }
  .offer-index {
    font-size: 36px;
  }
  .offer-paths article {
    grid-template-columns: 30px 1fr;
    padding-block: 24px;
    gap: 10px 16px;
  }
  .offer-paths h3 {
    font-size: 27px;
  }
  .offer-paths p {
    font-size: 14px;
  }
  .offer-paths .proof-link {
    min-width: 0;
    width: 100%;
    font-size: 12px;
  }
  .ways-foot {
    font-size: 13px;
    max-width: 28ch;
  }
  .forest {
    padding: 7rem 20px 0;
  }
  .forest-copy {
    max-width: 100%;
  }
  .forest h2 {
    font-size: 50px;
  }
  .forest .sub {
    font-size: 16px;
  }
  .kit-shortcuts {
    max-width: 280px;
    gap: 2px 18px;
  }
  .kit-shortcuts a {
    font-size: 13px;
    min-height: 44px;
  }
  .chapter h2 {
    font-size: 36px;
  }
  .ch-line {
    font-size: 18px;
  }
  .ch-body {
    font-size: 15px;
  }
  .artifact.is-featured .a-meta {
    flex-wrap: wrap;
    gap: 4px;
  }
  .a-meta {
    padding: 12px;
  }
  .chapter {
    padding-inline: 20px;
  }
  .a-typo {
    padding: 18px;
  }
  .modal {
    padding: 14px;
  }
  .modal-body {
    padding: 24px;
  }
  .modal-facts {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .modal-facts dd {
    margin-bottom: 8px;
  }
  .finale {
    padding: 7rem 20px 4rem;
  }
  .finale h2 {
    font-size: clamp(43px, 11.5vw, 66px);
  }
  .finale .body {
    font-size: 17px;
  }
  .finale .cta-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .finale-copy {
    margin-top: 18vh;
  }
  .contact-email {
    align-self: flex-start;
  }
  .site-footer {
    padding: 30px 20px;
  }
  .f-nav {
    gap: 8px 20px;
  }
  .f-nav a {
    padding: 10px 0;
  }
  .f-credit {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-proposition {
    animation: practice-in 650ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  @keyframes practice-in {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 360px) {
  .making-doors span {
    font-size: 29px;
  }
  .making-doors small {
    font-size: 11px;
  }
  .making-doors a {
    padding-inline: 12px;
  }
  .making-doors b {
    right: 8px;
    font-size: 17px;
  }
  .wordmark {
    font-size: 14px;
    gap: 6px;
  }
  .wordmark img {
    width: 18px;
    height: 18px;
  }
  .site-header {
    gap: 6px;
  }
  .header-cta {
    font-size: 8px;
    padding: 9px;
  }
  .menu-toggle {
    width: 44px;
    min-width: 44px;
    padding: 10px;
  }
}

/* Specificity pass: authored proof, optional depth, and playable work. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.practice-hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 4%;
  padding-bottom: 64px;
  overflow: hidden;
}
.practice-hero h1 {
  font-size: clamp(60px, 7.7vw, 122px);
}
.practice-lede {
  max-width: 33ch;
}
.hero-proposition {
  animation: none;
}
.practice-heading h2.practice-label {
  font: 700 11px/1.5 var(--font-body);
  letter-spacing: 0.07em;
  text-align: left;
  max-width: none;
}
.making-doors a {
  padding-right: 35px;
}
.making-doors small {
  max-width: 19ch;
  min-height: 2.8em;
  line-height: 1.4;
}
.making-doors b {
  bottom: 28px;
}
.proof-anchor {
  display: block;
  padding: clamp(25px, 4vw, 64px);
}
.anchor-topline {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  border-bottom: 1px solid #746e64;
  padding-bottom: 18px;
}
.anchor-topline h3 {
  font: 400 26px/1.1 var(--font-display);
  margin: 0;
}
.anchor-topline > span {
  font-size: 10px;
  letter-spacing: 0.055em;
}
.anchor-revenue {
  font-size: clamp(70px, 15vw, 224px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  padding: 26px 0 32px;
}
.anchor-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: start;
}
.anchor-bottom .revenue-caption {
  margin: 0 0 14px;
  color: var(--bg);
  font-size: 16px;
  font-weight: 700;
  max-width: 35ch;
}
.anchor-bottom p {
  font-size: 15px;
  max-width: 40ch;
  color: #d4cfc5;
  margin: 0 0 12px;
}
.anchor-facts {
  border-block: 0;
  border-top: 1px solid #746e64;
  padding-top: 20px;
  margin: 0;
}
.anchor-facts dt {
  font-size: clamp(25px, 3vw, 42px);
}
.proof-pair {
  align-items: stretch;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
.proof-piece .proof-caption h3 {
  font-size: clamp(28px, 3.1vw, 47px);
}
.space-proof {
  margin-top: 32px;
}
.space-proof .proof-caption h3 {
  font-size: clamp(40px, 5vw, 70px);
}
.film-evidence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding-top: 32px;
}
.film-poster {
  display: block;
  position: relative;
  overflow: hidden;
  color: var(--bg);
  background: var(--ink);
}
.film-poster img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 300ms ease;
}
.film-poster > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  background: linear-gradient(transparent, #171811ed);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 60px;
}
.film-poster b {
  border: 1px solid currentColor;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding-left: 2px;
}
.film-poster:hover img {
  transform: scale(1.025);
}
.film-evidence h3 {
  font: 400 clamp(23px, 2.6vw, 36px)/1.15 var(--font-display);
  margin: 17px 0 6px;
}
.film-evidence p {
  font-size: 12px;
  margin: 0;
}
.offer-paths h3 {
  font-size: clamp(26px, 3vw, 44px);
}
.offer-paths article {
  grid-template-columns: 48px 1fr minmax(190px, 0.4fr);
  gap: 24px;
  padding: 32px 0;
}
.offer-paths .proof-link {
  min-width: 190px;
}
.field-kit-disclosure {
  background: var(--bg);
}
.kit-gate {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px 28px;
  list-style: none;
  cursor: pointer;
  background: var(--bg-deep);
  padding-block: 36px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.kit-gate::-webkit-details-marker {
  display: none;
}
.kit-gate > .practice-label {
  grid-column: 1/-1;
}
.gate-title {
  font: 400 clamp(32px, 4.6vw, 66px)/1.15 var(--font-display);
}
.gate-action {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  font-size: 13px;
}
.gate-action b {
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  width: 44px;
  height: 44px;
  font-size: 24px;
  font-weight: 400;
}
.gate-note {
  font-size: 13px;
  grid-column: 1/-1;
}
.kit-gate:hover .gate-action {
  color: var(--oxblood);
}
.kit-gate:focus-visible {
  outline: 3px solid var(--oxblood);
  outline-offset: -5px;
}
.when-open {
  display: none;
}
.field-kit-disclosure[open] .when-open {
  display: inline;
}
.field-kit-disclosure[open] .when-closed {
  display: none;
}
.field-kit-disclosure[open] .gate-action b {
  transform: rotate(45deg);
}
.kit-exit {
  padding-block: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: var(--bg-deep);
  position: relative;
  z-index: 6;
  border-block: 1px solid var(--line);
}
.kit-exit button,
.kit-exit a {
  font: 700 13px/1.4 var(--font-body);
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: none;
  min-height: 44px;
  padding: 10px 0;
  text-decoration: none;
  cursor: pointer;
}
.kit-exit button span {
  margin-left: 20px;
}
.field-kit-disclosure:not([open]) + .finale {
  min-height: 700px;
}
.copy-email {
  background: transparent;
  color: var(--bg);
  font: 700 12px/1.4 var(--font-body);
  border: 1px solid #b9bdd8;
  min-height: 44px;
  padding: 10px 14px;
  cursor: pointer;
}
.copy-email[hidden] {
  display: none;
}
.email-status {
  font-size: 13px;
  flex-basis: 100%;
  color: var(--bg);
}
body.film-open {
  overflow: hidden;
}
.home-film-dialog {
  width: min(960px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 20px;
  background: var(--ink);
  color: var(--bg);
  border: 1px solid #807b72;
  box-shadow: 0 20px 90px #0006;
}
.home-film-dialog::backdrop {
  background: #151510d9;
}
.film-dialog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.film-dialog-head h2 {
  font: 400 clamp(23px, 3vw, 34px)/1.2 var(--font-display);
  margin: 0;
}
.film-dialog-head button {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  cursor: pointer;
  background: none;
  color: var(--bg);
  border: 1px solid #807b72;
  font-size: 26px;
}
.home-film-player {
  aspect-ratio: 16/9;
  background: #12130f;
}
.home-film-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.film-loading {
  font-size: 13px;
  margin: 0 0 14px;
}
.film-fallback {
  color: var(--bg);
  display: inline-block;
  font-size: 13px;
  min-height: 44px;
  padding-top: 16px;
  text-underline-offset: 4px;
}
@media (max-width: 1000px) {
  .practice-hero {
    gap: 3%;
  }
  .offer-paths article {
    grid-template-columns: 34px 1fr;
  }
  .offer-paths .proof-link {
    grid-column: 2;
    justify-self: start;
  }
  .anchor-bottom {
    gap: 6%;
  }
}
@media (max-width: 700px) {
  .practice-hero {
    grid-template-columns: 1.3fr 1fr;
  }
  .practice-hero h1 {
    font-size: 7.4vw;
  }
  .anchor-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .anchor-facts {
    max-width: 100%;
  }
  .anchor-topline {
    align-items: flex-start;
  }
  .anchor-topline > span {
    max-width: 24ch;
    text-align: right;
    font-size: 9px;
  }
  .proof-pair {
    gap: 24px;
  }
  .gate-action {
    gap: 12px;
    font-size: 11px;
  }
  .gate-title {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .practice-hero {
    display: block;
    padding-bottom: 30px;
  }
  .practice-hero h1 {
    font-size: 12.5vw;
  }
  .practice-lede {
    max-width: 32ch;
  }
  .practice-hero .cta-row {
    gap: 10px;
  }
  .making-doors a {
    padding: 18px 24px 18px 12px;
  }
  .making-doors small {
    font-size: 12px;
    min-height: 4.2em;
    margin-top: 10px;
  }
  .making-doors b {
    right: 10px;
    bottom: 16px;
    font-size: 18px;
  }
  .practice-heading {
    padding-block: 22px;
  }
  .practice-heading h2.practice-label {
    font-size: 10px;
    margin: 0;
  }
  .making .practice-label {
    margin: 0;
  }
  .anchor-topline h3 {
    font-size: 23px;
  }
  .anchor-topline > span {
    font-size: 8px;
    max-width: 22ch;
  }
  .anchor-topline {
    gap: 14px;
  }
  .anchor-revenue {
    font-size: clamp(48px, 15.5vw, 86px);
    padding-block: 24px;
    white-space: nowrap;
  }
  .anchor-revenue > span {
    font-size: 0.6em;
  }
  .anchor-bottom .revenue-caption {
    font-size: 14px;
  }
  .anchor-bottom p {
    font-size: 14px;
  }
  .anchor-facts dt {
    font-size: 25px;
  }
  .anchor-facts {
    gap: 10px;
  }
  .proof-pair {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .space-proof {
    margin-top: 0;
  }
  .space-proof .proof-caption h3 {
    font-size: 38px;
  }
  .film-evidence {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .film-evidence h3 {
    font-size: 28px;
  }
  .film-evidence {
    margin-top: 24px;
    padding-top: 24px;
  }
  .offer-paths article {
    grid-template-columns: 25px 1fr;
    padding-block: 27px;
    gap: 12px 14px;
  }
  .offer-paths h3 {
    font-size: 27px;
    max-width: 14ch;
  }
  .offer-paths .proof-link {
    min-width: 0;
  }
  .offer-paths p {
    font-size: 15px;
  }
  .kit-gate {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 26px;
  }
  .gate-title {
    font-size: 37px;
    max-width: 14ch;
  }
  .gate-action {
    grid-row: 4;
    justify-content: space-between;
    font-size: 13px;
  }
  .gate-note {
    font-size: 12px;
  }
  .kit-exit {
    flex-wrap: wrap;
    gap: 8px;
  }
  .field-kit-disclosure:not([open]) + .finale {
    min-height: 640px;
  }
  .field-kit-disclosure:not([open]) + .finale .finale-copy {
    margin-top: 0;
  }
  .home-film-dialog {
    padding: 12px;
    width: calc(100% - 20px);
  }
  .film-dialog-head {
    gap: 12px;
  }
}
@media (max-width: 360px) {
  .anchor-revenue {
    font-size: 15vw;
  }
  .anchor-facts dt {
    font-size: 22px;
  }
  .making-doors small {
    font-size: 11px;
  }
  .practice-hero .practice-lede {
    font-size: 17px;
  }
}

.field-kit-disclosure:not([open]) + .finale .fa-base,
.field-kit-disclosure:not([open]) + .finale .scene-video {
  transform: scale(1.8);
  transform-origin: 50% 0;
}

.making .practice-heading .practice-label {
  max-width: none;
}

/* The invitation stands alone; each artwork belongs to its project. */
.practice-hero {
  display: block;
  padding-block: 42px 58px;
}
.hero-proposition {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 20px 4%;
  align-items: end;
}
.hero-proposition > .practice-label {
  grid-column: 1 / -1;
}
.practice-hero h1 {
  font-size: clamp(72px, 10.6vw, 160px);
  line-height: 1.04;
  margin: 0;
}
.hero-invitation {
  padding-bottom: 7px;
}
.hero-invitation .practice-lede {
  font-size: 20px;
  margin-bottom: 28px;
  max-width: 25ch;
}
.hero-invitation .cta-row {
  display: grid;
  gap: 10px;
}
.hero-invitation .cta {
  width: 100%;
}
.business-art {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 26px;
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #746e64;
}
.business-art figure {
  margin: 0;
  min-width: 0;
}
.factory-art > img,
.packaging-sheet {
  width: 100%;
  height: 260px;
}
.factory-art > img {
  object-fit: cover;
  display: block;
}
.packaging-sheet {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 18px;
}
.packaging-sheet img {
  width: 100%;
  height: auto;
}
.business-art figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 6px 16px;
  padding-top: 12px;
  font-size: 11px;
  line-height: 1.5;
}
.business-art figcaption a {
  color: inherit;
  text-underline-offset: 4px;
  display: inline-block;
  padding: 8px 0;
  min-height: 36px;
}
.business-art figcaption a:hover {
  color: #e3b69c;
}
.proof-pair {
  display: block;
  margin-top: 40px;
}
.poolparty-proof .proof-image img {
  aspect-ratio: 2.25;
  object-position: center 53%;
}
.art-caption {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0 0;
}
.poolparty-proof .proof-caption {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0 8%;
  padding: 24px 0 42px;
}
.poolparty-proof .practice-label {
  grid-column: 1;
}
.poolparty-proof .proof-caption h3 {
  grid-column: 1;
  grid-row: 2 / 5;
  font-size: clamp(36px, 4.6vw, 66px);
  margin-bottom: 0;
}
.poolparty-proof .proof-caption > p:not(.practice-label) {
  grid-column: 2;
  grid-row: 1 / 3;
}
.poolparty-proof .proof-link {
  grid-column: 2;
  justify-self: start;
}
@media (min-width: 1500px) {
  .hero-proposition {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
  .hero-invitation .practice-lede {
    font-size: 23px;
  }
}
@media (max-width: 1000px) {
  .hero-proposition {
    grid-template-columns: minmax(0, 1fr) 225px;
    gap: 22px;
  }
  .practice-hero h1 {
    font-size: 9.8vw;
  }
  .hero-invitation .practice-lede {
    font-size: 17px;
  }
  .hero-invitation .cta {
    font-size: 11px;
    padding-inline: 13px;
    gap: 10px;
  }
  .factory-art > img,
  .packaging-sheet {
    height: 210px;
  }
}
@media (max-width: 700px) {
  .practice-hero {
    padding-block: 30px 36px;
  }
  .hero-proposition {
    display: block;
  }
  .practice-hero h1 {
    font-size: 14.7vw;
    margin: 20px 0 28px;
  }
  .hero-invitation .practice-lede {
    font-size: 19px;
    max-width: 34ch;
    margin-bottom: 22px;
  }
  .hero-invitation .cta-row {
    display: flex;
    gap: 10px;
  }
  .hero-invitation .cta {
    width: auto;
    font-size: 12px;
    padding-inline: 16px;
  }
  .business-art {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 24px;
    margin-top: 28px;
  }
  .factory-art > img {
    height: auto;
    aspect-ratio: 1.7;
  }
  .packaging-sheet {
    height: auto;
    min-height: 160px;
  }
  .business-art figcaption {
    font-size: 10px;
    padding-top: 10px;
  }
  .business-art figcaption a {
    min-height: 44px;
  }
  .poolparty-proof .proof-image img {
    aspect-ratio: 1.35;
  }
  .poolparty-proof .proof-caption {
    display: block;
    padding-bottom: 30px;
  }
  .poolparty-proof .proof-caption h3 {
    font-size: 42px;
    margin-bottom: 18px;
  }
}
@media (max-width: 360px) {
  .hero-invitation .cta {
    font-size: 10px;
    padding-inline: 12px;
  }
  .hero-invitation .practice-lede {
    font-size: 17px;
  }
  .poolparty-proof .proof-caption h3 {
    font-size: 36px;
  }
}

.reel-title {
  aspect-ratio: 16 / 9;
  background: var(--oxblood);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  gap: 12px;
}
.reel-title small {
  font-size: 11px;
  letter-spacing: 0.1em;
}
.reel-title strong {
  font: 400 clamp(38px, 6vw, 88px)/1 var(--font-display);
}
@media (min-width: 361px) and (max-width: 700px) {
  .hero-invitation .cta {
    font-size: 11px;
    padding-inline: 12px;
    gap: 12px;
  }
}

/* Lovecraft: a pulp-era feature spread, colored from the original cover. */
.lovecraft-proof {
  --story-paper: #f0e3c9;
  --story-muted: #c6c3aa;
  --story-rust: #df8957;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 32px 7%;
  align-items: center;
  padding: clamp(24px, 4vw, 56px);
  border: 0;
  border-top: 7px solid #b65730;
  background: #1d231c;
  color: var(--story-paper);
}
.lovecraft-masthead {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #777967;
  font: 700 10px/1.5 var(--font-body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--story-rust);
}
.lovecraft-art {
  margin: 0;
  width: 100%;
  max-width: 390px;
  justify-self: center;
}
.lovecraft-art a,
.lovecraft-art img {
  display: block;
  width: 100%;
}
.lovecraft-art img {
  height: auto;
  box-shadow: none;
}
.lovecraft-art figcaption {
  font-size: 10px;
  line-height: 1.5;
  color: var(--story-muted);
  margin-top: 12px;
}
.lovecraft-eyebrow {
  font: 700 10px/1.5 var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.065em;
  color: var(--story-rust);
  margin: 0;
}
.lovecraft-proof h3 {
  font: 400 clamp(38px, 4.5vw, 68px)/1.08 var(--font-display);
  text-transform: uppercase;
  letter-spacing: -0.015em;
  margin: 20px 0;
  color: var(--story-paper);
  max-width: none;
}
.lovecraft-proof h3 > span {
  display: block;
  font: 400 clamp(20px, 2.15vw, 31px)/1.15 var(--font-display);
  letter-spacing: 0;
  margin-bottom: 8px;
}
.lovecraft-byline {
  font: 700 12px/1.5 var(--font-body);
  margin: 0 0 26px;
}
.lovecraft-byline span {
  display: block;
  font-weight: 400;
  color: var(--story-muted);
  margin-top: 3px;
}
.lovecraft-deck {
  font:
    400 clamp(21px, 2.2vw, 30px)/1.4 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  max-width: 31ch;
}
.lovecraft-blurb {
  font: 400 14px/1.65 var(--font-body);
  margin: 0 0 20px;
  color: var(--story-muted);
  max-width: 49ch;
}
.lovecraft-proof .proof-link {
  color: var(--story-paper);
}
.lovecraft-proof a:hover {
  color: var(--story-rust);
}
.lovecraft-proof a:focus-visible {
  outline: 2px solid var(--story-rust);
  outline-offset: 5px;
}
.lovecraft-press {
  grid-column: 1 / -1;
  border-top: 1px solid #777967;
  padding-top: 26px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: center;
}
.variety-thumbnail {
  display: block;
}
.variety-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.lovecraft-press h4 {
  font:
    400 clamp(21px, 2.3vw, 30px)/1.25 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.02em;
  margin: 9px 0;
}
.lovecraft-press h4 a {
  color: var(--story-paper);
  text-decoration: none;
}
.lovecraft-press h4 a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.lovecraft-press h4 span {
  font-family: var(--font-body);
  font-size: 0.75em;
}
.lovecraft-press div > p:last-child {
  font-size: 12px;
  line-height: 1.6;
  max-width: 84ch;
  color: var(--story-muted);
  margin: 0;
}
@media (max-width: 900px) {
  .lovecraft-proof {
    gap: 26px 5%;
    padding: 28px;
  }
  .lovecraft-proof h3 {
    font-size: 42px;
  }
  .lovecraft-deck {
    font-size: 22px;
  }
  .lovecraft-blurb {
    font-size: 13px;
  }
}
@media (max-width: 700px) {
  .lovecraft-proof {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 26px;
  }
  .lovecraft-masthead {
    font-size: 9px;
  }
  .lovecraft-art {
    max-width: 340px;
  }
  .lovecraft-proof h3 {
    font-size: clamp(37px, 8vw, 52px);
  }
  .lovecraft-proof h3 > span {
    font-size: 22px;
  }
  .lovecraft-byline {
    margin-bottom: 22px;
  }
  .lovecraft-deck {
    font-size: 24px;
  }
  .lovecraft-blurb {
    font-size: 14px;
  }
  .lovecraft-press {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .variety-thumbnail {
    width: 130px;
  }
  .lovecraft-press h4 {
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .lovecraft-proof {
    padding: 20px;
  }
  .lovecraft-proof h3 {
    font-size: 34px;
  }
  .lovecraft-proof h3 > span {
    font-size: 19px;
  }
  .lovecraft-deck {
    font-size: 22px;
  }
}

/* Direct contact replaces the retired Field Kit finale. */
.contact-section {
  background: #26231f;
  color: #f3efe7;
  padding-block: clamp(42px, 6vw, 88px);
  border-top: 6px solid #6e1423;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7%;
  align-items: start;
}
.contact-intro .practice-label {
  color: #d6b9a5;
  margin-bottom: 26px;
}
.contact-intro h2 {
  font: 400 clamp(42px, 5.6vw, 84px)/1.08 var(--font-display);
  letter-spacing: -0.02em;
  margin: 0 0 25px;
}
.contact-intro > p:not(.practice-label) {
  max-width: 35ch;
  font-size: 17px;
  line-height: 1.55;
}
.contact-intro .contact-note {
  color: #cfc5b8;
  font-size: 13px;
  margin-top: 28px;
}
.contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field {
  margin-bottom: 20px;
  min-width: 0;
}
.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 9px;
}
.form-field label span {
  font-weight: 400;
  color: #cfc5b8;
  margin-left: 6px;
  font-size: 11px;
}
.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #91897d;
  border-radius: 0;
  background: #f3efe7;
  color: #26231f;
  font: 400 16px/1.5 var(--font-body);
}
.form-field textarea {
  min-height: 165px;
  resize: vertical;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #6b655c;
  opacity: 1;
  font-size: 14px;
}
.form-field input:focus,
.form-field textarea:focus {
  outline: 2px solid #e9ba8e;
  outline-offset: 3px;
}
.form-field [aria-invalid="true"] {
  border-color: #f3b2a0;
  outline: 2px solid #f3b2a0;
  outline-offset: 2px;
}
.field-error {
  display: block;
  color: #ffc8b8;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 6px;
}
.field-error:empty {
  display: none;
}
.contact-submit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.contact-submit .cta {
  background: #f3efe7;
  border-color: #f3efe7;
  color: #26231f;
  min-height: 50px;
}
.contact-submit .cta:hover {
  background: #e5c2a2;
  border-color: #e5c2a2;
}
.contact-submit .cta:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.contact-privacy {
  font-size: 11px;
  line-height: 1.5;
  color: #cfc5b8;
  max-width: 26ch;
}
.contact-status {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.5;
}
.contact-status:empty {
  display: none;
}
.contact-status[data-state="error"] {
  color: #ffc8b8;
}
.contact-status[data-state="success"] {
  color: #d9e8bd;
}
.contact-status:focus {
  outline: 2px solid currentColor;
  outline-offset: 6px;
}
.contact-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@media (max-width: 800px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-intro h2 {
    font-size: clamp(44px, 9vw, 70px);
  }
  .contact-intro > p:not(.practice-label) {
    max-width: 50ch;
  }
  .contact-intro .contact-note {
    margin-top: 16px;
  }
}
@media (max-width: 480px) {
  .contact-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-submit {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .contact-privacy {
    max-width: none;
  }
  .contact-submit .cta {
    width: 100%;
  }
}
