/* ==========================================================
   V28 · SELL PAGE — HOW WE SELL YOUR PROPERTY
   Client-facing go-to-market explanation. Sell page only.
   ========================================================== */
.page-sell .how-we-sell{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#f7f4ed 0%,#fbfaf7 100%);
}
.page-sell .how-we-sell:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,transparent 0,transparent calc(50% - .5px),rgba(176,141,87,.09) 50%,transparent calc(50% + .5px),transparent 100%);
  opacity:.6;
}
.page-sell .how-we-sell .wrap{position:relative;z-index:1}
.page-sell .how-we-sell-head{
  display:grid;
  gap:28px;
  align-items:end;
  margin-bottom:42px;
}
.page-sell .how-we-sell-head h2{max-width:760px;margin-bottom:0}
.page-sell .how-we-sell-head .lede{max-width:68ch;margin:0;color:var(--slate)}
.page-sell .sale-route-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  margin-bottom:22px;
  border:1px solid rgba(14,20,24,.13);
  background:rgba(14,20,24,.12);
}
.page-sell .sale-route{
  min-width:0;
  padding:21px 23px;
  background:rgba(255,255,255,.83);
}
.page-sell .sale-route strong{
  display:block;
  margin-bottom:7px;
  color:var(--ink);
  font-family:var(--disp);
  font-size:22px;
  font-weight:400;
  line-height:1.22;
}
.page-sell .sale-route span{
  display:block;
  color:var(--slate);
  font-size:12.5px;
  line-height:1.62;
}
.page-sell .sale-route .route-kicker{
  margin-bottom:9px;
  color:#765927;
  font-family:var(--ui);
  font-size:9px;
  font-weight:600;
  letter-spacing:.14em;
  line-height:1.2;
  text-transform:uppercase;
}
.page-sell .selling-method-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.page-sell .selling-method{
  min-width:0;
  min-height:100%;
  padding:28px;
  border:1px solid rgba(14,20,24,.13);
  background:#fff;
  box-shadow:0 14px 34px rgba(14,20,24,.045);
}
.page-sell .selling-method-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:22px;
}
.page-sell .selling-method-num{
  color:var(--brass);
  font-family:var(--disp);
  font-size:32px;
  line-height:1;
}
.page-sell .selling-method-line{
  width:38px;
  height:1px;
  flex:0 0 auto;
  background:rgba(176,141,87,.55);
}
.page-sell .selling-method h3{
  margin:0 0 12px;
  font-size:25px;
  line-height:1.2;
}
.page-sell .selling-method p{
  margin:0;
  color:var(--slate);
  font-size:14px;
  line-height:1.72;
}
.page-sell .selling-method em{font-style:normal;color:var(--ink);font-weight:600}
.page-sell .how-we-sell-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:start;
  margin-top:22px;
  padding:22px 24px;
  border-left:3px solid var(--brass);
  background:var(--ink);
  color:var(--bone);
}
.page-sell .how-we-sell-note strong{
  color:var(--brass-lt);
  font-size:10px;
  font-weight:600;
  letter-spacing:.14em;
  line-height:1.45;
  text-transform:uppercase;
  white-space:nowrap;
}
.page-sell .how-we-sell-note p{
  margin:0;
  color:rgba(237,235,228,.72);
  font-size:13.5px;
  line-height:1.7;
}
@media(min-width:900px){
  .page-sell .how-we-sell-head{grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);gap:64px}
}
@media(max-width:899px){
  .page-sell .sale-route-grid{grid-template-columns:1fr}
  .page-sell .selling-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .page-sell .how-we-sell:before{display:none}
  .page-sell .how-we-sell-head{gap:17px;margin-bottom:30px}
  .page-sell .sale-route-grid{margin-bottom:16px}
  .page-sell .sale-route{padding:19px 20px}
  .page-sell .sale-route strong{font-size:21px}
  .page-sell .selling-method-grid{grid-template-columns:1fr;gap:13px}
  .page-sell .selling-method{padding:22px;box-shadow:none}
  .page-sell .selling-method-top{margin-bottom:16px}
  .page-sell .selling-method-num{font-size:29px}
  .page-sell .selling-method h3{font-size:23px}
  .page-sell .selling-method p{font-size:13.7px}
  .page-sell .how-we-sell-note{grid-template-columns:1fr;gap:8px;margin-top:16px;padding:20px}
  .page-sell .how-we-sell-note strong{white-space:normal}
}
@media(max-width:390px){
  .page-sell .sale-route,.page-sell .selling-method{padding-inline:19px}
}
@media(prefers-reduced-motion:reduce){
  .page-sell .selling-method{transition:none!important}
}
@media(hover:hover) and (pointer:fine){
  .page-sell .selling-method{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
  .page-sell .selling-method:hover{transform:translateY(-3px);border-color:rgba(176,141,87,.42);box-shadow:0 18px 38px rgba(14,20,24,.075)}
}
