body.sell-page {
  background: #000;
}

.sell-shell,
.sell-form-shell {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.sell-shell--narrow {
  width: min(1120px, calc(100% - 56px));
}

.sell-eyebrow,
.sell-section-label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
  margin-bottom: 22px;
}

.sell-section-label {
  color: rgba(0, 0, 0, 0.48);
}

.sell-section-label--light {
  color: rgba(255, 255, 255, 0.52);
}

/* HERO */
.sell-hero {
  background: #000;
  color: #fff;
  min-height: 100vh;
  overflow: hidden;
}

.sell-hero__inner {
  width: min(1540px, calc(100% - 56px));
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.45fr);
  align-items: stretch;
  gap: 72px;
}

.sell-hero__left {
  max-width: 640px;
  padding-top: 168px;
  padding-bottom: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sell-hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(62px, 7vw, 116px);
  line-height: 0.88;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: #fff;
}

.sell-hero__text {
  max-width: 560px;
  margin: 34px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
}

.sell-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 42px;
}

.sell-hero__notes span {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.sell-hero__right {
  min-height: 100vh;
}

.sell-hero__image {
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background: #111;
}

.sell-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* INTRO */
.sell-intro {
  background: #f6f4f1;
  padding: 112px 0 104px;
}

.sell-intro__grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 90px;
}

.sell-intro h2 {
  max-width: 900px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 86px);
  line-height: 0.94;
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #111;
}

.sell-intro p {
  max-width: 820px;
  margin: 30px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 300;
  color: #232323;
}

/* FORM */
.sell-form-section {
  background: #b61e60;
  color: #fff;
  padding: 112px 0 118px;
}

.sell-form-header {
  max-width: 920px;
  margin: 0 auto 64px;
  text-align: center;
}

.sell-form-header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 6vw, 106px);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.055em;
  color: #fff;
}

.sell-form-header p {
  max-width: 680px;
  margin: 28px auto 0;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
}

.sell-form {
  max-width: 980px;
  margin: 0 auto;
}

.sell-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px 48px;
}

.sell-field {
  min-width: 0;
}

.sell-field--full,
.sell-checkgroup,
.sell-privacy {
  grid-column: 1 / -1;
}

.sell-field--half-desktop {
  grid-column: auto;
}

.sell-field label,
.sell-checkgroup > span {
  display: block;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.96);
}

.sell-field input,
.sell-field select,
.sell-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: transparent;
  padding: 0 0 13px;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.sell-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 13px) 9px, calc(100% - 8px) 9px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.sell-field select option {
  background: #111;
  color: #fff;
}

.sell-field textarea {
  min-height: 118px;
  resize: vertical;
}

.sell-field input::placeholder,
.sell-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.sell-field input:focus,
.sell-field select:focus,
.sell-field textarea:focus {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.sell-checkgroup {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 22px;
}

.sell-checkgroup > span {
  width: 100%;
  margin-bottom: 0;
}

.sell-checkgroup label,
.sell-privacy label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

.sell-checkgroup input,
.sell-privacy input {
  width: 16px;
  height: 16px;
  accent-color: #fff;
  flex: 0 0 auto;
}

.sell-privacy {
  margin-top: 4px;
}

.sell-privacy span {
  max-width: 780px;
}

.sell-form-actions {
  margin-top: 58px;
  text-align: center;
}

.sell-form-actions button {
  min-width: 230px;
  height: 56px;
  padding: 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sell-form-actions button:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.sell-message {
  max-width: 980px;
  margin: 0 auto 42px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.sell-message--success {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.sell-message--error {
  color: #fff;
  background: rgba(165, 30, 30, 0.22);
}

.sell-message ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.sell-hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .sell-hero__inner,
  .sell-shell,
  .sell-shell--narrow,
  .sell-form-shell {
    width: min(1440px, calc(100% - 40px));
  }

  .sell-hero__inner {
    gap: 46px;
  }
}

@media (max-width: 992px) {
  .sell-hero {
    min-height: auto;
    padding: 92px 0 58px;
  }

  .sell-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 38px;
  }

  .sell-hero__left {
    padding-top: 20px;
    padding-bottom: 0;
    max-width: 760px;
  }

  .sell-hero__right,
  .sell-hero__image {
    min-height: auto;
    height: auto;
  }

  .sell-hero__image img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .sell-intro {
    padding: 82px 0 78px;
  }

  .sell-intro__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .sell-form-section {
    padding: 84px 0 92px;
  }

  .sell-form-grid {
    gap: 32px 30px;
  }
}

@media (max-width: 640px) {
  .sell-hero__inner,
  .sell-shell,
  .sell-shell--narrow,
  .sell-form-shell {
    width: calc(100% - 24px);
  }

  .sell-hero {
    padding: 84px 0 40px;
  }

  .sell-hero__title {
    font-size: 58px;
  }

  .sell-hero__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  .sell-hero__notes {
    margin-top: 30px;
  }

  .sell-hero__notes span {
    min-height: 34px;
    font-size: 10px;
    padding: 0 12px;
  }

  .sell-intro {
    padding: 68px 0 64px;
  }

  .sell-intro h2 {
    font-size: 46px;
  }

  .sell-intro p {
    font-size: 17px;
    line-height: 1.65;
  }

  .sell-form-section {
    padding: 70px 0 78px;
  }

  .sell-form-header {
    margin-bottom: 46px;
    text-align: left;
  }

  .sell-form-header h2 {
    font-size: 52px;
  }

  .sell-form-header p {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.65;
  }

  .sell-form-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sell-field--half-desktop {
    grid-column: 1 / -1;
  }

  .sell-field label,
  .sell-checkgroup > span {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .sell-field input,
  .sell-field select,
  .sell-field textarea {
    font-size: 16px;
  }

  .sell-checkgroup {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .sell-form-actions {
    margin-top: 44px;
    text-align: left;
  }

  .sell-form-actions button {
    width: 100%;
    min-width: 0;
  }
}
