/* Page composition ownership boundary.
   This file owns page or page-family composition only.
   Reusable shared primitives belong in editorial-base.css.
   Do not add legacy fallback systems here. */

.sell-with-orion-editorial {
  background: var(--cream);
  color: var(--text);
}

.seller-shell {
  width: var(--editorial-page-width);
  margin: 0 auto;
}

.seller-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  padding: clamp(6.2rem, 9vh, 6.8rem) 0 clamp(2.7rem, 4.4vh, 3.4rem);
}

.seller-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 14%, rgba(212, 170, 90, 0.24), transparent 29%),
    linear-gradient(124deg, #07112d 0%, #0c1a3d 43%, #16275a 100%);
}

.seller-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(1.6rem, 2.8vw, 2.8rem);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  align-items: end;
  min-height: calc(100svh - 9.35rem);
}

.seller-hero h1 {
  max-width: 13ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5.4vw, 5.3rem);
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: var(--white);
  opacity: 1;
}

.seller-hero__lead {
  max-width: 520px;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.seller-hero__photo-bg {
  position: absolute;
  inset: 0 0 0 auto;
  width: clamp(48%, 54vw, 58%);
  z-index: 0;
}

.seller-hero__photo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  display: block;
}

.seller-hero__photo-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0c1a3d 0%, rgba(12, 26, 61, 0.92) 34%, rgba(12, 26, 61, 0.45) 68%, rgba(12, 26, 61, 0.2) 100%);
}

.seller-hero__media {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.seller-hero__image-mobile {
  display: none;
}

.seller-hero__note {
  position: relative;
  margin-right: clamp(0.5rem, 1.8vw, 1.5rem);
  margin-bottom: clamp(0.45rem, 1.5vw, 1.25rem);
  max-width: 250px;
  background: var(--cream);
  color: var(--navy);
  padding: 1.15rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.seller-hero__note p:last-child {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.62rem;
  line-height: 1.05;
  margin-top: 0.7rem;
}

.seller-premise,
.seller-before,
.seller-response,
.seller-close {
  padding: clamp(4.9rem, 8.4vw, 5.8rem) 0;
}

.seller-premise__inner {
  display: grid;
  gap: 3.2rem;
  grid-template-columns: 0.48fr 1fr 0.42fr;
  align-items: start;
}

.seller-premise__rail,
.seller-premise__body,
.seller-premise__note {
  align-self: start;
}

.seller-premise h2,
.seller-before h2,
.seller-response h2,
.seller-close h2,
.seller-before__statement,
.seller-response__statement,
.seller-response__pull,
.seller-close__pull {
  font-family: "Cormorant Garamond", serif;
  color: var(--navy);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1;
}

.seller-premise h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }

.seller-premise__body p {
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  line-height: 1.82;
  color: rgba(26, 26, 46, 0.74);
  margin-bottom: 1.25rem;
}

.seller-dropcap::first-letter {
  float: left;
  font-family: "Cormorant Garamond", serif;
  font-size: 4.8rem;
  color: var(--gold);
  line-height: 0.76;
  padding-right: 0.72rem;
}

.seller-premise__aside {
  margin-top: 7rem;
  --editorial-note-border-top: 1px solid var(--gold);
  --editorial-note-padding-top: 1.1rem;
}

.seller-premise__aside p:last-child {
  --editorial-note-paragraph-color: var(--navy);
  margin-top: 0.9rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.08;
}

.seller-before {
  background: var(--sand);
  padding: clamp(4.7rem, 7.8vw, 5.3rem) 0;
}
.seller-before__top {
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: end;
}

.seller-before__intro,
.seller-before__note,
.seller-decision p,
.seller-response__intro,
.seller-response__support,
.seller-response__notes p,
.seller-close__intro {
  line-height: 1.78;
  color: rgba(26, 26, 46, 0.7);
}

.seller-before h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  text-align: right;
  justify-self: end;
  max-width: 760px;
}

.seller-before__spread {
  margin-top: 2.35rem;
  padding: 1.9rem 0;
  border-top: 1px solid rgba(12, 26, 61, 0.12);
  border-bottom: 1px solid rgba(12, 26, 61, 0.12);
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 0.56fr 1.44fr;
}

.seller-before__statement { font-size: clamp(2rem, 4.1vw, 3.3rem); }
.seller-before__note {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 1px solid var(--gold);
}

.seller-decisions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 2rem;
  padding-left: 1.8rem;
  border-left: 1px solid rgba(12, 26, 61, 0.1);
}

.seller-decision {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(12, 26, 61, 0.14);
}

.seller-decision > div {
  display: flex;
  gap: 1rem;
  align-items: baseline;
  margin-bottom: 0.6rem;
}

.seller-decision__num {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.9rem;
  color: rgba(184, 146, 58, 0.78);
}

.seller-decision h3,
.seller-response__notes h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--navy);
  font-weight: 300;
}

.seller-decision--offset { margin-top: 1.7rem; }

.seller-response {
  background: var(--navy);
  color: #fff;
  overflow: hidden;
}

.seller-response h2,
.seller-response__statement,
.seller-response__pull,
.seller-response__notes h3 {
  color: #fff;
}

.seller-response__intro,
.seller-response__support,
.seller-response__notes p {
  color: rgba(255, 255, 255, 0.64);
}

.seller-response__grid {
  margin-top: 2.5rem;
  padding: 2.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
}

.seller-response__statement {
  font-size: clamp(2rem, 4.5vw, 4rem);
  max-width: 850px;
  line-height: 1.02;
}

.seller-response__support {
  margin-top: 1.1rem;
  max-width: 700px;
}

.seller-response__notes {
  border-left: 1px solid rgba(212, 170, 90, 0.55);
  padding-left: 1.2rem;
}

.seller-response__notes article {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 0.8rem;
  margin-top: 0.8rem;
}

.seller-response__pull {
  margin-top: 2rem;
  max-width: 760px;
  --editorial-pull-border-left: 1px solid rgba(212, 170, 90, 0.55);
  --editorial-pull-padding-left: 1rem;
  --editorial-pull-font-size: clamp(1.9rem, 3vw, 2.7rem);
  --editorial-pull-letter-spacing: .01em;
  --editorial-pull-line-height: 1;
  --editorial-pull-text-wrap: initial;
}

.seller-close__panel {
  border-top: 1px solid rgba(12, 26, 61, 0.12);
  border-bottom: 1px solid rgba(12, 26, 61, 0.12);
  padding: 3rem 0;
}

.seller-close h2 {
  font-size: clamp(2.3rem, 5.6vw, 5.4rem);
  max-width: 980px;
}

.seller-close__intro {
  margin-top: 1.2rem;
  max-width: 760px;
}

.seller-close__actions {
  margin-top: clamp(1.6rem, 2.5vw, 2.2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 1.2rem clamp(1.3rem, 2.8vw, 2rem);
  align-items: end;
}

.seller-close__pull {
  max-width: 520px;
  --editorial-pull-border-left: 1px solid var(--gold);
  --editorial-pull-padding-left: 1rem;
  --editorial-pull-font-size: clamp(1.7rem, 3vw, 2.3rem);
  --editorial-pull-letter-spacing: .01em;
  --editorial-pull-line-height: 1;
  --editorial-pull-text-wrap: initial;
}

.seller-close__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  justify-self: start;
}

.seller-close__cta .editorial-btn {
  width: 100%;
  padding: 0.86rem 1.22rem;
}

.seller-close__phone {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 700;
  border-bottom: 1px solid rgba(184, 146, 58, 0.7);
}

@media (min-width: 1101px) {
  .sell-with-orion-editorial .seller-premise__rail {
    position: sticky;
    top: 7rem;
    align-self: start;
  }
}

@media (max-width: 1100px) {
  .seller-hero__inner,
  .seller-premise__inner,
  .seller-before__top,
  .seller-before__spread,
  .seller-response__grid,
  .seller-close__actions {
    grid-template-columns: 1fr;
  }

  .seller-hero {
    padding-top: 6.1rem;
    padding-bottom: 3.1rem;
  }

  .seller-hero__photo-bg {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 340px;
  }

  .seller-hero__photo-bg::after {
    background: linear-gradient(180deg, rgba(12, 26, 61, 0.08) 0%, rgba(12, 26, 61, 0.56) 100%);
  }

  .seller-hero__media {
    min-height: 0;
  }

  .seller-hero__image-mobile {
    display: none;
  }

  .seller-hero__note {
    position: static;
    margin-top: 0.8rem;
    margin-right: 0;
    margin-bottom: 0;
  }

  .seller-before h2 {
    text-align: left;
  }

  .seller-decisions {
    padding-left: 0;
    border-left: 0;
  }

  .seller-decision--offset {
    margin-top: 0;
  }

  .seller-premise__aside {
    margin-top: 0;
  }

  .seller-response__notes {
    border-left: 0;
    padding-left: 0;
  }

  .seller-close__cta {
    justify-self: start;
    max-width: 340px;
  }
}

@media (max-height: 900px) and (min-width: 1101px) {
  .seller-hero {
    padding-top: 6.2rem;
    padding-bottom: 2.8rem;
  }

  .seller-hero__inner {
    min-height: calc(100svh - 8.9rem);
  }

  .seller-hero__media {
    min-height: 320px;
  }

  .seller-hero__photo-bg {
    width: clamp(50%, 53vw, 58%);
  }
}

@media (max-height: 820px) and (min-width: 1101px) {
  .seller-hero {
    padding-top: 5.9rem;
    padding-bottom: 2.4rem;
  }

  .seller-hero__inner {
    min-height: calc(100svh - 8.2rem);
  }

  .seller-hero__media {
    min-height: 285px;
  }

  .seller-hero__photo-bg {
    width: clamp(49%, 52vw, 57%);
  }
}

@media (max-width: 720px) {
  .seller-shell {
    width: var(--editorial-page-width-mobile);
  }

  .seller-premise,
  .seller-before,
  .seller-response,
  .seller-close {
    padding: 4.3rem 0;
  }

  .seller-hero {
    padding: 5.5rem 0 3.4rem;
  }

  .seller-hero__photo-bg {
    display: none;
  }

  .seller-hero__image-mobile {
    display: block;
    margin-top: 1.4rem;
    min-height: 280px;
  }

  .seller-hero__image-mobile img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    display: block;
  }

  .seller-decisions {
    grid-template-columns: 1fr;
  }
}
