
.individual-hero{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(320px,.62fr);
  gap:clamp(34px,5vw,72px);
  align-items:end;
  padding-block:38px 34px;
}

.individual-hero h1{
  min-width:0;
  max-width:15ch;
  font-family:var(--font-display);
  font-size:var(--type-h1);
  line-height:1.02;
  letter-spacing:-.05em;
}

.individual-hero p{
  min-width:0;
  justify-self:end;
  max-width:46ch;
  color:var(--color-ink-2);
  font-size:18px;
  line-height:1.55;
}

.brief-section{
  padding-block:32px 96px;
  border-top:0;
  border-bottom:1px solid var(--color-ink);
  background:var(--color-paper-3);
}

.brief-shell{
  display:grid;
  grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);
  gap:clamp(30px,5vw,64px);
  align-items:start;
}

.brief-copy{
  position:sticky;
  top:24px;
  display:grid;
  gap:18px;
}

.brief-copy h2{
  max-width:11ch;
  font-family:var(--font-display);
  font-size:var(--type-h1);
  line-height:1.02;
  letter-spacing:-.045em;
}

.brief-copy p{
  max-width:38ch;
  color:var(--color-ink-2);
  font-size:16px;
  line-height:1.55;
}

.brief-copy > p:not(.brief-kicker){
  font-size:var(--type-body-lg);
  line-height:1.5;
}

.brief-price{
  color:var(--color-ink)!important;
  font-weight:700;
}

.brief-copy ul{
  display:grid;
  gap:10px;
  max-width:36ch;
  margin:8px 0 0;
  padding:0;
  list-style:none;
}

.brief-copy li{
  position:relative;
  padding-left:18px;
  color:var(--color-ink-2);
  line-height:1.5;
}

.brief-copy li::before{
  content:"";
  position:absolute;
  top:.68em;
  left:0;
  width:8px;
  height:8px;
  background:var(--color-accent);
}

.brief-card{
  padding:34px;
  border:1px solid var(--color-ink);
  background:var(--color-paper);
  box-shadow:none;
}

.brief-card__header{
  padding-right:0;
}

.order-dialog__header{
  display:grid;
  gap:14px;
}

.order-dialog__eyebrow{
  color:var(--color-accent);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.order-dialog__header h2{
  font-family:var(--font-display);
  font-size:var(--type-h2);
  line-height:1.02;
  letter-spacing:-.045em;
}

.brief-card__header h2{
  font-size:clamp(28px,3vw,38px);
}

.order-dialog__header>p:last-child{
  max-width:660px;
  color:var(--color-ink-2);
  font-size:16px;
  line-height:1.5;
}

.order-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:14px;
  row-gap:24px;
  margin-top:28px;
}

.order-field{
  position:relative;
  display:grid;
  gap:4px;
}

.order-honeypot{
  position:absolute;
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  overflow:hidden;
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}

.order-field>span:first-child{
  color:var(--color-muted);
  font-size:10px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.order-field--wide{
  grid-column:1/-1;
}

.order-field input,
.order-field select,
.order-field textarea{
  width:100%;
  min-width:0;
  min-height:58px;
  padding:12px 14px;
  border:1px solid var(--color-rule);
  border-radius:0;
  background:var(--color-paper);
  color:var(--color-ink);
  outline:0;
}

.order-field select{
  appearance:none;
  padding-right:42px;
  cursor:pointer;
  background:
    linear-gradient(45deg,transparent 50%,var(--color-ink) 50%) calc(100% - 22px) 50%/6px 6px no-repeat,
    linear-gradient(135deg,var(--color-ink) 50%,transparent 50%) calc(100% - 16px) 50%/6px 6px no-repeat,
    var(--color-paper);
}

.order-field textarea{
  min-height:112px;
  resize:vertical;
  line-height:1.5;
}

.order-field input::placeholder,
.order-field textarea::placeholder{
  color:var(--color-muted);
  opacity:.7;
}

.order-field input:hover,
.order-field select:hover,
.order-field textarea:hover{
  border-color:var(--color-ink-2);
}

.order-field input:focus-visible,
.order-field select:focus-visible,
.order-field textarea:focus-visible,
.order-consent input:focus-visible{
  border-color:var(--color-ink);
  outline:0;
  box-shadow:none;
}

.order-consent{
  display:grid;
  grid-template-columns:26px minmax(0,1fr);
  gap:12px;
  align-items:start;
  color:var(--color-muted);
  font-size:13px;
  line-height:1.5;
}

.order-consent input{
  width:24px;
  height:24px;
  margin:1px 0 0;
  accent-color:var(--color-accent);
}

.order-consent a{
  color:var(--color-ink);
  text-decoration:underline;
  text-decoration-color:var(--color-accent);
  text-underline-offset:3px;
}

.order-consent a:hover{
  color:var(--color-accent);
}

.order-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px!important;
  margin-top:4px;
  padding-inline:18px;
  border:0;
  background:var(--color-accent);
  color:var(--color-accent-ink);
  font-size:18px;
  font-weight:400;
  line-height:1.2;
  cursor:pointer;
}

.order-submit:hover{
  background:var(--color-accent-hover);
}

.order-status{
  min-height:18px;
  color:var(--color-muted);
  font-size:12px;
  line-height:1.45;
}

@media(max-width:1024px){
  .individual-hero,
  .brief-shell{
    grid-template-columns:1fr;
  }
  .individual-hero{
    gap:20px;
    padding-block:34px 28px;
  }
  .individual-hero h1{
    max-width:100%;
    overflow-wrap:normal;
    word-break:normal;
  }
  .brief-shell{
    gap:24px;
  }
  .brief-copy{
    position:static;
  }
  .brief-copy h2{
    max-width:16ch;
  }
  .brief-card{
    padding:28px 22px;
  }
  .order-form{
    grid-template-columns:1fr;
    column-gap:0;
    row-gap:22px;
    margin-top:22px;
  }
  .order-field--wide{
    grid-column:auto;
  }
}

@media(max-width:720px){
  .individual-hero h1{
    max-width:100%;
    font-size:clamp(30px,8vw,40px);
    line-height:1.04;
  }
  .individual-hero p{
    justify-self:start;
    font-size:17px;
  }
  .brief-section{
    padding-block:32px 72px;
  }
  .brief-copy h2{
    font-size:clamp(28px,7.4vw,36px);
    line-height:1.04;
  }
  .brief-copy li,
  .order-consent{
    font-size:16px;
  }
  .brief-card{
    padding:24px 16px 20px;
  }
  .order-dialog__header{
    gap:10px;
  }
  .order-dialog__header h2{
    font-size:clamp(28px,7.2vw,34px);
    line-height:1.04;
  }
  .order-field input,
  .order-field select,
  .order-submit{
    min-height:54px;
  }
  .order-field textarea{
    min-height:108px;
  }
}

@media(max-width:480px){
  .individual-hero h1{
    font-size:clamp(30px,9vw,36px);
  }
}
