.sub-wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 36px 24px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 320px;
  gap: 28px;
  align-items: start;
}
.sub-form-card,
.sub-summary {
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(29, 26, 22, .05);
}
.sub-form-card { padding: 28px 28px 24px; }
.sub-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #cb1e31;
}
.sub-form-card h1 {
  margin: 0 0 8px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  color: #1d1a16;
}
.sub-lead { margin: 0 0 22px; color: #6b645c; line-height: 1.5; }
.sub-section {
  margin-bottom: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0ece6;
}
.sub-section:last-of-type { border-bottom: 0; margin-bottom: 8px; }
.sub-section h2 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: #1d1a16;
}
.sub-section__hint {
  margin: -6px 0 14px;
  font-size: 13px;
  color: #8a8178;
}
.sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin-bottom: 14px;
}
.sub-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sub-span { grid-column: 1 / -1; }
.sub-socials { display: grid; gap: 10px; }
.sub-social {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
.sub-social__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #1d1a16;
}
.sub-social__brand svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 7px;
}
.sub-form label { display: flex; flex-direction: column; gap: 6px; }
.sub-form label span { font-size: 13px; font-weight: 600; color: #433c33; }
.sub-form input,
.sub-form select {
  height: 44px;
  border: 1px solid #e4e0da;
  border-radius: 10px;
  padding: 0 12px;
  font: inherit;
  color: #1d1a16;
  background: #fff;
}
.sub-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b645c' d='M1.1 1.1 6 6l4.9-4.9 1.1 1.1L6 8.2.0 2.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.sub-form input:focus,
.sub-form select:focus {
  outline: none;
  border-color: #cb1e31;
  box-shadow: 0 0 0 3px rgba(203, 30, 49, .12);
}
.sub-form label span i {
  font-style: normal;
  color: #cb1e31;
  font-weight: 700;
}
.sub-form em { font-style: normal; font-size: 12px; color: #cb1e31; }
.sub-socials > em { display: block; margin-top: 2px; }
.sub-form .pd-buy__cta { margin-top: 18px; }
.sub-summary { overflow: hidden; padding: 0 0 20px; }
.sub-summary img { width: 100%; height: 168px; object-fit: cover; display: block; }
.sub-summary h2 {
  margin: 16px 20px 10px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #1d1a16;
  line-height: 1.2;
}
.sub-summary .pd-buy__price,
.sub-summary .pd-buy__note,
.sub-summary .pd-perks { margin-left: 20px; margin-right: 20px; }
.sub-summary .pd-perks { margin-top: 14px; }
@media (max-width: 860px) {
  .sub-wrap { grid-template-columns: 1fr; }
  .sub-grid,
  .sub-grid--3,
  .sub-social { grid-template-columns: 1fr; }
}

